Refactor gst-plugins-bad1.0 project Separate upstream source code with debian control. source code will live in multimedia/gst-plugins-bad1.0. Bug: 148990610 Tested: Build and run basic ML, camera, and GPU tests Change-Id: Ife77a8a3b3ab3a77bf9a2c95609c81b32a12f024
diff --git a/ABOUT-NLS b/ABOUT-NLS deleted file mode 100644 index 83bc72e..0000000 --- a/ABOUT-NLS +++ /dev/null
@@ -1,1068 +0,0 @@ -1 Notes on the Free Translation Project -*************************************** - -Free software is going international! The Free Translation Project is -a way to get maintainers of free software, translators, and users all -together, so that free software will gradually become able to speak many -languages. A few packages already provide translations for their -messages. - - If you found this `ABOUT-NLS' file inside a distribution, you may -assume that the distributed package does use GNU `gettext' internally, -itself available at your nearest GNU archive site. But you do _not_ -need to install GNU `gettext' prior to configuring, installing or using -this package with messages translated. - - Installers will find here some useful hints. These notes also -explain how users should proceed for getting the programs to use the -available translations. They tell how people wanting to contribute and -work on translations can contact the appropriate team. - - When reporting bugs in the `intl/' directory or bugs which may be -related to internationalization, you should tell about the version of -`gettext' which is used. The information can be found in the -`intl/VERSION' file, in internationalized packages. - -1.1 Quick configuration advice -============================== - -If you want to exploit the full power of internationalization, you -should configure it using - - ./configure --with-included-gettext - -to force usage of internationalizing routines provided within this -package, despite the existence of internationalizing capabilities in the -operating system where this package is being installed. So far, only -the `gettext' implementation in the GNU C library version 2 provides as -many features (such as locale alias, message inheritance, automatic -charset conversion or plural form handling) as the implementation here. -It is also not possible to offer this additional functionality on top -of a `catgets' implementation. Future versions of GNU `gettext' will -very likely convey even more functionality. So it might be a good idea -to change to GNU `gettext' as soon as possible. - - So you need _not_ provide this option if you are using GNU libc 2 or -you have installed a recent copy of the GNU gettext package with the -included `libintl'. - -1.2 INSTALL Matters -=================== - -Some packages are "localizable" when properly installed; the programs -they contain can be made to speak your own native language. Most such -packages use GNU `gettext'. Other packages have their own ways to -internationalization, predating GNU `gettext'. - - By default, this package will be installed to allow translation of -messages. It will automatically detect whether the system already -provides the GNU `gettext' functions. If not, the included GNU -`gettext' library will be used. This library is wholly contained -within this package, usually in the `intl/' subdirectory, so prior -installation of the GNU `gettext' package is _not_ required. -Installers may use special options at configuration time for changing -the default behaviour. The commands: - - ./configure --with-included-gettext - ./configure --disable-nls - -will, respectively, bypass any pre-existing `gettext' to use the -internationalizing routines provided within this package, or else, -_totally_ disable translation of messages. - - When you already have GNU `gettext' installed on your system and run -configure without an option for your new package, `configure' will -probably detect the previously built and installed `libintl.a' file and -will decide to use this. This might not be desirable. You should use -the more recent version of the GNU `gettext' library. I.e. if the file -`intl/VERSION' shows that the library which comes with this package is -more recent, you should use - - ./configure --with-included-gettext - -to prevent auto-detection. - - The configuration process will not test for the `catgets' function -and therefore it will not be used. The reason is that even an -emulation of `gettext' on top of `catgets' could not provide all the -extensions of the GNU `gettext' library. - - Internationalized packages usually have many `po/LL.po' files, where -LL gives an ISO 639 two-letter code identifying the language. Unless -translations have been forbidden at `configure' time by using the -`--disable-nls' switch, all available translations are installed -together with the package. However, the environment variable `LINGUAS' -may be set, prior to configuration, to limit the installed set. -`LINGUAS' should then contain a space separated list of two-letter -codes, stating which languages are allowed. - -1.3 Using This Package -====================== - -As a user, if your language has been installed for this package, you -only have to set the `LANG' environment variable to the appropriate -`LL_CC' combination. If you happen to have the `LC_ALL' or some other -`LC_xxx' environment variables set, you should unset them before -setting `LANG', otherwise the setting of `LANG' will not have the -desired effect. Here `LL' is an ISO 639 two-letter language code, and -`CC' is an ISO 3166 two-letter country code. For example, let's -suppose that you speak German and live in Germany. At the shell -prompt, merely execute `setenv LANG de_DE' (in `csh'), -`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). -This can be done from your `.login' or `.profile' file, once and for -all. - - You might think that the country code specification is redundant. -But in fact, some languages have dialects in different countries. For -example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The -country code serves to distinguish the dialects. - - The locale naming convention of `LL_CC', with `LL' denoting the -language and `CC' denoting the country, is the one use on systems based -on GNU libc. On other systems, some variations of this scheme are -used, such as `LL' or `LL_CC.ENCODING'. You can get the list of -locales supported by your system for your language by running the -command `locale -a | grep '^LL''. - - Not all programs have translations for all languages. By default, an -English message is shown in place of a nonexistent translation. If you -understand other languages, you can set up a priority list of languages. -This is done through a different environment variable, called -`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' -for the purpose of message handling, but you still need to have `LANG' -set to the primary language; this is required by other parts of the -system libraries. For example, some Swedish users who would rather -read translations in German than English for when Swedish is not -available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. - - Special advice for Norwegian users: The language code for Norwegian -bokma*l changed from `no' to `nb' recently (in 2003). During the -transition period, while some message catalogs for this language are -installed under `nb' and some older ones under `no', it's recommended -for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and -older translations are used. - - In the `LANGUAGE' environment variable, but not in the `LANG' -environment variable, `LL_CC' combinations can be abbreviated as `LL' -to denote the language's main dialect. For example, `de' is equivalent -to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' -(Portuguese as spoken in Portugal) in this context. - -1.4 Translating Teams -===================== - -For the Free Translation Project to be a success, we need interested -people who like their own language and write it well, and who are also -able to synergize with other translators speaking the same language. -Each translation team has its own mailing list. The up-to-date list of -teams can be found at the Free Translation Project's homepage, -`http://translationproject.org/', in the "Teams" area. - - If you'd like to volunteer to _work_ at translating messages, you -should become a member of the translating team for your own language. -The subscribing address is _not_ the same as the list itself, it has -`-request' appended. For example, speakers of Swedish can send a -message to `sv-request@li.org', having this message body: - - subscribe - - Keep in mind that team members are expected to participate -_actively_ in translations, or at solving translational difficulties, -rather than merely lurking around. If your team does not exist yet and -you want to start one, or if you are unsure about what to do or how to -get started, please write to `coordinator@translationproject.org' to -reach the coordinator for all translator teams. - - The English team is special. It works at improving and uniformizing -the terminology in use. Proven linguistic skills are praised more than -programming skills, here. - -1.5 Available Packages -====================== - -Languages are not equally supported in all packages. The following -matrix shows the current state of internationalization, as of November -2007. The matrix shows, in regard of each package, for which languages -PO files have been submitted to translation coordination, with a -translation percentage of at least 50%. - - Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo - +----------------------------------------------------+ - Compendium | [] [] [] [] | - a2ps | [] [] [] [] [] | - aegis | () | - ant-phone | () | - anubis | [] | - ap-utils | | - aspell | [] [] [] [] [] | - bash | [] | - bfd | | - bibshelf | [] | - binutils | | - bison | [] [] | - bison-runtime | [] | - bluez-pin | [] [] [] [] [] | - cflow | [] | - clisp | [] [] [] | - console-tools | [] [] | - coreutils | [] [] [] [] | - cpio | | - cpplib | [] [] [] | - cryptonit | [] | - dialog | | - diffutils | [] [] [] [] [] [] | - doodle | [] | - e2fsprogs | [] [] | - enscript | [] [] [] [] | - fetchmail | [] [] () [] [] | - findutils | [] | - findutils_stable | [] [] [] | - flex | [] [] [] | - fslint | | - gas | | - gawk | [] [] [] | - gcal | [] | - gcc | [] | - gettext-examples | [] [] [] [] [] | - gettext-runtime | [] [] [] [] [] | - gettext-tools | [] [] | - gip | [] | - gliv | [] [] | - glunarclock | [] | - gmult | [] [] | - gnubiff | () | - gnucash | [] [] () () [] | - gnuedu | | - gnulib | [] | - gnunet | | - gnunet-gtk | | - gnutls | [] | - gpe-aerial | [] [] | - gpe-beam | [] [] | - gpe-calendar | | - gpe-clock | [] [] | - gpe-conf | [] [] | - gpe-contacts | | - gpe-edit | [] | - gpe-filemanager | | - gpe-go | [] | - gpe-login | [] [] | - gpe-ownerinfo | [] [] | - gpe-package | | - gpe-sketchbook | [] [] | - gpe-su | [] [] | - gpe-taskmanager | [] [] | - gpe-timesheet | [] | - gpe-today | [] [] | - gpe-todo | | - gphoto2 | [] [] [] [] | - gprof | [] [] | - gpsdrive | | - gramadoir | [] [] | - grep | [] [] | - gretl | () | - gsasl | | - gss | | - gst-plugins-bad | [] [] | - gst-plugins-base | [] [] | - gst-plugins-good | [] [] [] | - gst-plugins-ugly | [] [] | - gstreamer | [] [] [] [] [] [] [] | - gtick | () | - gtkam | [] [] [] [] | - gtkorphan | [] [] | - gtkspell | [] [] [] [] | - gutenprint | [] | - hello | [] [] [] [] [] | - herrie | [] | - hylafax | | - idutils | [] [] | - indent | [] [] [] [] | - iso_15924 | | - iso_3166 | [] [] [] [] [] [] [] [] [] [] [] | - iso_3166_2 | | - iso_4217 | [] [] [] | - iso_639 | [] [] [] [] | - jpilot | [] | - jtag | | - jwhois | | - kbd | [] [] [] [] | - keytouch | [] [] | - keytouch-editor | [] | - keytouch-keyboa... | [] | - latrine | () | - ld | [] | - leafpad | [] [] [] [] [] | - libc | [] [] [] [] | - libexif | [] | - libextractor | [] | - libgpewidget | [] [] [] | - libgpg-error | [] | - libgphoto2 | [] [] | - libgphoto2_port | [] [] | - libgsasl | | - libiconv | [] [] | - libidn | [] [] [] | - lifelines | [] () | - lilypond | [] | - lingoteach | | - lprng | | - lynx | [] [] [] [] | - m4 | [] [] [] [] | - mailfromd | | - mailutils | [] | - make | [] [] | - man-db | [] [] [] | - minicom | [] [] [] | - nano | [] [] [] | - opcodes | [] | - parted | [] [] | - pilot-qof | | - popt | [] [] [] | - psmisc | [] | - pwdutils | | - qof | | - radius | [] | - recode | [] [] [] [] [] [] | - rpm | [] | - screem | | - scrollkeeper | [] [] [] [] [] [] [] [] | - sed | [] [] [] | - shared-mime-info | [] [] [] [] () [] [] [] | - sharutils | [] [] [] [] [] [] | - shishi | | - skencil | [] () | - solfege | | - soundtracker | [] [] | - sp | [] | - system-tools-ba... | [] [] [] [] [] [] [] [] [] | - tar | [] [] | - texinfo | [] [] [] | - tin | () () | - tuxpaint | [] [] [] [] [] [] | - unicode-han-tra... | | - unicode-transla... | | - util-linux | [] [] [] [] | - util-linux-ng | [] [] [] [] | - vorbis-tools | [] | - wastesedge | () | - wdiff | [] [] [] [] | - wget | [] [] [] | - xchat | [] [] [] [] [] [] [] | - xkeyboard-config | [] | - xpad | [] [] [] | - +----------------------------------------------------+ - af am ar az be bg bs ca cs cy da de el en en_GB eo - 6 0 2 1 8 26 2 40 48 2 56 88 15 1 15 18 - - es et eu fa fi fr ga gl gu he hi hr hu id is it - +--------------------------------------------------+ - Compendium | [] [] [] [] [] | - a2ps | [] [] [] () | - aegis | | - ant-phone | [] | - anubis | [] | - ap-utils | [] [] | - aspell | [] [] [] | - bash | [] | - bfd | [] [] | - bibshelf | [] [] [] | - binutils | [] [] [] | - bison | [] [] [] [] [] [] | - bison-runtime | [] [] [] [] [] | - bluez-pin | [] [] [] [] [] | - cflow | [] | - clisp | [] [] | - console-tools | | - coreutils | [] [] [] [] [] [] | - cpio | [] [] [] | - cpplib | [] [] | - cryptonit | [] | - dialog | [] [] [] | - diffutils | [] [] [] [] [] [] [] [] [] | - doodle | [] [] | - e2fsprogs | [] [] [] | - enscript | [] [] [] | - fetchmail | [] | - findutils | [] [] [] | - findutils_stable | [] [] [] [] | - flex | [] [] [] | - fslint | | - gas | [] [] | - gawk | [] [] [] [] () | - gcal | [] [] | - gcc | [] | - gettext-examples | [] [] [] [] [] [] [] | - gettext-runtime | [] [] [] [] [] [] | - gettext-tools | [] [] [] [] | - gip | [] [] [] [] | - gliv | () | - glunarclock | [] [] [] | - gmult | [] [] [] | - gnubiff | () () | - gnucash | () () () | - gnuedu | [] | - gnulib | [] [] [] | - gnunet | | - gnunet-gtk | | - gnutls | | - gpe-aerial | [] [] | - gpe-beam | [] [] | - gpe-calendar | | - gpe-clock | [] [] [] [] | - gpe-conf | [] | - gpe-contacts | [] [] | - gpe-edit | [] [] [] [] | - gpe-filemanager | [] | - gpe-go | [] [] [] | - gpe-login | [] [] [] | - gpe-ownerinfo | [] [] [] [] [] | - gpe-package | [] | - gpe-sketchbook | [] [] | - gpe-su | [] [] [] [] | - gpe-taskmanager | [] [] [] | - gpe-timesheet | [] [] [] [] | - gpe-today | [] [] [] [] | - gpe-todo | [] | - gphoto2 | [] [] [] [] [] | - gprof | [] [] [] [] [] | - gpsdrive | [] | - gramadoir | [] [] | - grep | [] [] [] | - gretl | [] [] [] () | - gsasl | [] [] | - gss | [] [] | - gst-plugins-bad | [] [] [] [] | - gst-plugins-base | [] [] [] [] | - gst-plugins-good | [] [] [] [] [] | - gst-plugins-ugly | [] [] [] [] | - gstreamer | [] [] [] | - gtick | [] [] [] | - gtkam | [] [] [] [] | - gtkorphan | [] [] | - gtkspell | [] [] [] [] [] [] [] | - gutenprint | [] | - hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | - herrie | [] | - hylafax | | - idutils | [] [] [] [] [] | - indent | [] [] [] [] [] [] [] [] [] [] | - iso_15924 | [] | - iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | - iso_3166_2 | [] | - iso_4217 | [] [] [] [] [] [] | - iso_639 | [] [] [] [] [] [] | - jpilot | [] [] | - jtag | [] | - jwhois | [] [] [] [] [] | - kbd | [] [] | - keytouch | [] [] [] | - keytouch-editor | [] | - keytouch-keyboa... | [] [] | - latrine | [] [] | - ld | [] [] [] [] | - leafpad | [] [] [] [] [] [] | - libc | [] [] [] [] [] | - libexif | [] | - libextractor | [] | - libgpewidget | [] [] [] [] [] | - libgpg-error | [] | - libgphoto2 | [] [] [] | - libgphoto2_port | [] [] | - libgsasl | [] [] | - libiconv | [] [] [] | - libidn | [] [] | - lifelines | () | - lilypond | [] [] [] | - lingoteach | [] [] [] | - lprng | | - lynx | [] [] [] | - m4 | [] [] [] [] | - mailfromd | | - mailutils | [] [] | - make | [] [] [] [] [] [] [] [] | - man-db | [] | - minicom | [] [] [] [] | - nano | [] [] [] [] [] [] [] | - opcodes | [] [] [] [] | - parted | [] [] [] | - pilot-qof | | - popt | [] [] [] [] | - psmisc | [] [] | - pwdutils | | - qof | [] | - radius | [] [] | - recode | [] [] [] [] [] [] [] [] | - rpm | [] [] | - screem | | - scrollkeeper | [] [] [] | - sed | [] [] [] [] [] | - shared-mime-info | [] [] [] [] [] [] | - sharutils | [] [] [] [] [] [] [] [] | - shishi | [] | - skencil | [] [] | - solfege | [] | - soundtracker | [] [] [] | - sp | [] | - system-tools-ba... | [] [] [] [] [] [] [] [] [] | - tar | [] [] [] [] [] | - texinfo | [] [] [] | - tin | [] () | - tuxpaint | [] [] | - unicode-han-tra... | | - unicode-transla... | [] [] | - util-linux | [] [] [] [] [] [] [] | - util-linux-ng | [] [] [] [] [] [] [] | - vorbis-tools | | - wastesedge | () | - wdiff | [] [] [] [] [] [] [] [] | - wget | [] [] [] [] [] [] [] [] | - xchat | [] [] [] [] [] [] [] | - xkeyboard-config | [] [] [] [] | - xpad | [] [] [] | - +--------------------------------------------------+ - es et eu fa fi fr ga gl gu he hi hr hu id is it - 85 22 14 2 48 101 61 12 2 8 2 6 53 29 1 52 - - ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn - +--------------------------------------------------+ - Compendium | [] | - a2ps | () [] [] | - aegis | () | - ant-phone | [] | - anubis | [] [] [] | - ap-utils | [] | - aspell | [] [] | - bash | [] | - bfd | | - bibshelf | [] | - binutils | | - bison | [] [] [] | - bison-runtime | [] [] [] | - bluez-pin | [] [] [] | - cflow | | - clisp | [] | - console-tools | | - coreutils | [] | - cpio | [] | - cpplib | [] | - cryptonit | [] | - dialog | [] [] | - diffutils | [] [] [] | - doodle | | - e2fsprogs | [] | - enscript | [] | - fetchmail | [] [] | - findutils | [] | - findutils_stable | [] | - flex | [] [] | - fslint | | - gas | | - gawk | [] [] | - gcal | | - gcc | | - gettext-examples | [] [] [] | - gettext-runtime | [] [] [] | - gettext-tools | [] [] | - gip | [] [] | - gliv | [] | - glunarclock | [] [] | - gmult | [] [] [] | - gnubiff | | - gnucash | () () () | - gnuedu | | - gnulib | [] [] | - gnunet | | - gnunet-gtk | | - gnutls | [] | - gpe-aerial | [] | - gpe-beam | [] | - gpe-calendar | [] | - gpe-clock | [] [] [] | - gpe-conf | [] [] [] | - gpe-contacts | [] | - gpe-edit | [] [] [] | - gpe-filemanager | [] [] | - gpe-go | [] [] [] | - gpe-login | [] [] [] | - gpe-ownerinfo | [] [] | - gpe-package | [] [] | - gpe-sketchbook | [] [] | - gpe-su | [] [] [] | - gpe-taskmanager | [] [] [] [] | - gpe-timesheet | [] | - gpe-today | [] [] | - gpe-todo | [] | - gphoto2 | [] [] | - gprof | [] | - gpsdrive | [] | - gramadoir | () | - grep | [] [] | - gretl | | - gsasl | [] | - gss | | - gst-plugins-bad | [] | - gst-plugins-base | [] | - gst-plugins-good | [] | - gst-plugins-ugly | [] | - gstreamer | [] | - gtick | [] | - gtkam | [] [] | - gtkorphan | [] | - gtkspell | [] [] | - gutenprint | [] | - hello | [] [] [] [] [] [] [] | - herrie | [] | - hylafax | | - idutils | [] | - indent | [] [] | - iso_15924 | [] | - iso_3166 | [] [] [] [] [] [] [] [] | - iso_3166_2 | [] | - iso_4217 | [] [] [] | - iso_639 | [] [] [] [] | - jpilot | () () | - jtag | | - jwhois | [] | - kbd | [] | - keytouch | [] | - keytouch-editor | [] | - keytouch-keyboa... | | - latrine | [] | - ld | | - leafpad | [] [] | - libc | [] [] [] | - libexif | | - libextractor | | - libgpewidget | [] | - libgpg-error | | - libgphoto2 | [] | - libgphoto2_port | [] | - libgsasl | [] | - libiconv | [] | - libidn | [] [] | - lifelines | [] | - lilypond | [] | - lingoteach | [] | - lprng | | - lynx | [] [] | - m4 | [] [] | - mailfromd | | - mailutils | | - make | [] [] [] | - man-db | | - minicom | [] | - nano | [] [] [] | - opcodes | [] | - parted | [] [] | - pilot-qof | | - popt | [] [] [] | - psmisc | [] [] [] | - pwdutils | | - qof | | - radius | | - recode | [] | - rpm | [] [] | - screem | [] | - scrollkeeper | [] [] [] [] | - sed | [] [] | - shared-mime-info | [] [] [] [] [] [] [] | - sharutils | [] [] | - shishi | | - skencil | | - solfege | () () | - soundtracker | | - sp | () | - system-tools-ba... | [] [] [] [] | - tar | [] [] [] | - texinfo | [] [] | - tin | | - tuxpaint | () [] [] | - unicode-han-tra... | | - unicode-transla... | | - util-linux | [] [] | - util-linux-ng | [] [] | - vorbis-tools | | - wastesedge | [] | - wdiff | [] [] | - wget | [] [] | - xchat | [] [] [] [] | - xkeyboard-config | [] [] [] | - xpad | [] [] [] | - +--------------------------------------------------+ - ja ka ko ku ky lg lt lv mk mn ms mt nb ne nl nn - 51 2 25 3 2 0 6 0 2 2 20 0 11 1 103 6 - - or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta - +--------------------------------------------------+ - Compendium | [] [] [] [] [] | - a2ps | () [] [] [] [] [] [] | - aegis | () () | - ant-phone | [] [] | - anubis | [] [] [] | - ap-utils | () | - aspell | [] [] [] | - bash | [] [] | - bfd | | - bibshelf | [] | - binutils | [] [] | - bison | [] [] [] [] [] | - bison-runtime | [] [] [] [] [] | - bluez-pin | [] [] [] [] [] [] [] [] [] | - cflow | [] | - clisp | [] | - console-tools | [] | - coreutils | [] [] [] [] | - cpio | [] [] [] | - cpplib | [] | - cryptonit | [] [] | - dialog | [] | - diffutils | [] [] [] [] [] [] | - doodle | [] [] | - e2fsprogs | [] [] | - enscript | [] [] [] [] [] | - fetchmail | [] [] [] | - findutils | [] [] [] | - findutils_stable | [] [] [] [] [] [] | - flex | [] [] [] [] [] | - fslint | [] | - gas | | - gawk | [] [] [] [] | - gcal | [] | - gcc | [] [] | - gettext-examples | [] [] [] [] [] [] [] [] | - gettext-runtime | [] [] [] [] [] [] [] [] | - gettext-tools | [] [] [] [] [] [] [] | - gip | [] [] [] [] | - gliv | [] [] [] [] [] [] | - glunarclock | [] [] [] [] [] [] | - gmult | [] [] [] [] | - gnubiff | () [] | - gnucash | () [] | - gnuedu | | - gnulib | [] [] [] | - gnunet | | - gnunet-gtk | [] | - gnutls | [] [] | - gpe-aerial | [] [] [] [] [] [] [] | - gpe-beam | [] [] [] [] [] [] [] | - gpe-calendar | [] [] [] [] | - gpe-clock | [] [] [] [] [] [] [] [] | - gpe-conf | [] [] [] [] [] [] [] | - gpe-contacts | [] [] [] [] [] | - gpe-edit | [] [] [] [] [] [] [] [] [] | - gpe-filemanager | [] [] | - gpe-go | [] [] [] [] [] [] [] [] | - gpe-login | [] [] [] [] [] [] [] [] | - gpe-ownerinfo | [] [] [] [] [] [] [] [] | - gpe-package | [] [] | - gpe-sketchbook | [] [] [] [] [] [] [] [] | - gpe-su | [] [] [] [] [] [] [] [] | - gpe-taskmanager | [] [] [] [] [] [] [] [] | - gpe-timesheet | [] [] [] [] [] [] [] [] | - gpe-today | [] [] [] [] [] [] [] [] | - gpe-todo | [] [] [] [] | - gphoto2 | [] [] [] [] [] [] | - gprof | [] [] [] | - gpsdrive | [] [] | - gramadoir | [] [] | - grep | [] [] [] [] | - gretl | [] [] [] | - gsasl | [] [] [] | - gss | [] [] [] [] | - gst-plugins-bad | [] [] [] | - gst-plugins-base | [] [] | - gst-plugins-good | [] [] | - gst-plugins-ugly | [] [] [] | - gstreamer | [] [] [] [] | - gtick | [] | - gtkam | [] [] [] [] [] | - gtkorphan | [] | - gtkspell | [] [] [] [] [] [] [] [] | - gutenprint | [] | - hello | [] [] [] [] [] [] [] [] | - herrie | [] [] [] | - hylafax | | - idutils | [] [] [] [] [] | - indent | [] [] [] [] [] [] [] | - iso_15924 | | - iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | - iso_3166_2 | | - iso_4217 | [] [] [] [] [] [] [] | - iso_639 | [] [] [] [] [] [] [] | - jpilot | | - jtag | [] | - jwhois | [] [] [] [] | - kbd | [] [] [] | - keytouch | [] | - keytouch-editor | [] | - keytouch-keyboa... | [] | - latrine | | - ld | [] | - leafpad | [] [] [] [] [] [] | - libc | [] [] [] [] | - libexif | [] [] | - libextractor | [] [] | - libgpewidget | [] [] [] [] [] [] [] [] | - libgpg-error | [] [] [] | - libgphoto2 | [] | - libgphoto2_port | [] [] [] | - libgsasl | [] [] [] [] | - libiconv | [] [] [] | - libidn | [] [] () | - lifelines | [] [] | - lilypond | | - lingoteach | [] | - lprng | [] | - lynx | [] [] [] | - m4 | [] [] [] [] [] | - mailfromd | [] | - mailutils | [] [] [] | - make | [] [] [] [] | - man-db | [] [] [] [] | - minicom | [] [] [] [] [] | - nano | [] [] [] [] | - opcodes | [] [] | - parted | [] | - pilot-qof | | - popt | [] [] [] [] | - psmisc | [] [] | - pwdutils | [] [] | - qof | [] [] | - radius | [] [] | - recode | [] [] [] [] [] [] [] | - rpm | [] [] [] [] | - screem | | - scrollkeeper | [] [] [] [] [] [] [] | - sed | [] [] [] [] [] [] [] [] [] | - shared-mime-info | [] [] [] [] [] [] | - sharutils | [] [] [] [] | - shishi | [] | - skencil | [] [] [] | - solfege | [] | - soundtracker | [] [] | - sp | | - system-tools-ba... | [] [] [] [] [] [] [] [] [] | - tar | [] [] [] [] | - texinfo | [] [] [] [] | - tin | () | - tuxpaint | [] [] [] [] [] [] | - unicode-han-tra... | | - unicode-transla... | | - util-linux | [] [] [] [] | - util-linux-ng | [] [] [] [] | - vorbis-tools | [] | - wastesedge | | - wdiff | [] [] [] [] [] [] [] | - wget | [] [] [] [] | - xchat | [] [] [] [] [] [] [] | - xkeyboard-config | [] [] [] | - xpad | [] [] [] | - +--------------------------------------------------+ - or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta - 0 5 77 31 53 4 58 72 3 45 46 9 45 122 3 - - tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu - +---------------------------------------------------+ - Compendium | [] [] [] [] | 19 - a2ps | [] [] [] | 19 - aegis | [] | 1 - ant-phone | [] [] | 6 - anubis | [] [] [] | 11 - ap-utils | () [] | 4 - aspell | [] [] [] | 16 - bash | [] | 6 - bfd | | 2 - bibshelf | [] | 7 - binutils | [] [] [] [] | 9 - bison | [] [] [] [] | 20 - bison-runtime | [] [] [] [] | 18 - bluez-pin | [] [] [] [] [] [] | 28 - cflow | [] [] | 5 - clisp | | 9 - console-tools | [] [] | 5 - coreutils | [] [] [] | 18 - cpio | [] [] [] [] | 11 - cpplib | [] [] [] [] [] | 12 - cryptonit | [] | 6 - dialog | [] [] [] | 9 - diffutils | [] [] [] [] [] | 29 - doodle | [] | 6 - e2fsprogs | [] [] | 10 - enscript | [] [] [] | 16 - fetchmail | [] [] | 12 - findutils | [] [] [] | 11 - findutils_stable | [] [] [] [] | 18 - flex | [] [] | 15 - fslint | [] | 2 - gas | [] | 3 - gawk | [] [] [] | 16 - gcal | [] | 5 - gcc | [] [] [] | 7 - gettext-examples | [] [] [] [] [] [] | 29 - gettext-runtime | [] [] [] [] [] [] | 28 - gettext-tools | [] [] [] [] [] | 20 - gip | [] [] | 13 - gliv | [] [] | 11 - glunarclock | [] [] [] | 15 - gmult | [] [] [] [] | 16 - gnubiff | [] | 2 - gnucash | () [] | 5 - gnuedu | [] | 2 - gnulib | [] | 10 - gnunet | | 0 - gnunet-gtk | [] [] | 3 - gnutls | | 4 - gpe-aerial | [] [] | 14 - gpe-beam | [] [] | 14 - gpe-calendar | [] [] | 7 - gpe-clock | [] [] [] [] | 21 - gpe-conf | [] [] [] | 16 - gpe-contacts | [] [] | 10 - gpe-edit | [] [] [] [] [] | 22 - gpe-filemanager | [] [] | 7 - gpe-go | [] [] [] [] | 19 - gpe-login | [] [] [] [] [] | 21 - gpe-ownerinfo | [] [] [] [] | 21 - gpe-package | [] | 6 - gpe-sketchbook | [] [] | 16 - gpe-su | [] [] [] [] | 21 - gpe-taskmanager | [] [] [] [] | 21 - gpe-timesheet | [] [] [] [] | 18 - gpe-today | [] [] [] [] [] | 21 - gpe-todo | [] [] | 8 - gphoto2 | [] [] [] [] | 21 - gprof | [] [] | 13 - gpsdrive | [] | 5 - gramadoir | [] | 7 - grep | [] | 12 - gretl | | 6 - gsasl | [] [] [] | 9 - gss | [] | 7 - gst-plugins-bad | [] [] [] | 13 - gst-plugins-base | [] [] | 11 - gst-plugins-good | [] [] [] [] [] | 16 - gst-plugins-ugly | [] [] [] | 13 - gstreamer | [] [] [] | 18 - gtick | [] [] | 7 - gtkam | [] | 16 - gtkorphan | [] | 7 - gtkspell | [] [] [] [] [] [] | 27 - gutenprint | | 4 - hello | [] [] [] [] [] | 38 - herrie | [] [] | 8 - hylafax | | 0 - idutils | [] [] | 15 - indent | [] [] [] [] [] | 28 - iso_15924 | [] [] | 4 - iso_3166 | [] [] [] [] [] [] [] [] [] | 54 - iso_3166_2 | [] [] | 4 - iso_4217 | [] [] [] [] [] | 24 - iso_639 | [] [] [] [] [] | 26 - jpilot | [] [] [] [] | 7 - jtag | [] | 3 - jwhois | [] [] [] | 13 - kbd | [] [] [] | 13 - keytouch | [] | 8 - keytouch-editor | [] | 5 - keytouch-keyboa... | [] | 5 - latrine | [] [] | 5 - ld | [] [] [] [] | 10 - leafpad | [] [] [] [] [] | 24 - libc | [] [] [] | 19 - libexif | [] | 5 - libextractor | [] | 5 - libgpewidget | [] [] [] | 20 - libgpg-error | [] | 6 - libgphoto2 | [] [] | 9 - libgphoto2_port | [] [] [] | 11 - libgsasl | [] | 8 - libiconv | [] [] | 11 - libidn | [] [] | 11 - lifelines | | 4 - lilypond | [] | 6 - lingoteach | [] | 6 - lprng | [] | 2 - lynx | [] [] [] | 15 - m4 | [] [] [] | 18 - mailfromd | [] [] | 3 - mailutils | [] [] | 8 - make | [] [] [] | 20 - man-db | [] | 9 - minicom | [] | 14 - nano | [] [] [] | 20 - opcodes | [] [] | 10 - parted | [] [] [] | 11 - pilot-qof | [] | 1 - popt | [] [] [] [] | 18 - psmisc | [] [] | 10 - pwdutils | [] | 3 - qof | [] | 4 - radius | [] [] | 7 - recode | [] [] [] | 25 - rpm | [] [] [] [] | 13 - screem | [] | 2 - scrollkeeper | [] [] [] [] | 26 - sed | [] [] [] [] | 23 - shared-mime-info | [] [] [] | 29 - sharutils | [] [] [] | 23 - shishi | [] | 3 - skencil | [] | 7 - solfege | [] | 3 - soundtracker | [] [] | 9 - sp | [] | 3 - system-tools-ba... | [] [] [] [] [] [] [] | 38 - tar | [] [] [] | 17 - texinfo | [] [] [] | 15 - tin | | 1 - tuxpaint | [] [] [] | 19 - unicode-han-tra... | | 0 - unicode-transla... | | 2 - util-linux | [] [] [] | 20 - util-linux-ng | [] [] [] | 20 - vorbis-tools | [] [] | 4 - wastesedge | | 1 - wdiff | [] [] | 23 - wget | [] [] [] | 20 - xchat | [] [] [] [] | 29 - xkeyboard-config | [] [] [] | 14 - xpad | [] [] [] | 15 - +---------------------------------------------------+ - 76 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu - 163 domains 0 3 1 74 51 0 143 21 1 57 7 45 0 2036 - - Some counters in the preceding matrix are higher than the number of -visible blocks let us expect. This is because a few extra PO files are -used for implementing regional variants of languages, or language -dialects. - - For a PO file in the matrix above to be effective, the package to -which it applies should also have been internationalized and -distributed as such by its maintainer. There might be an observable -lag between the mere existence a PO file and its wide availability in a -distribution. - - If November 2007 seems to be old, you may fetch a more recent copy -of this `ABOUT-NLS' file on most GNU archive sites. The most -up-to-date matrix with full percentage details can be found at -`http://translationproject.org/extra/matrix.html'. - -1.6 Using `gettext' in new packages -=================================== - -If you are writing a freely available program and want to -internationalize it you are welcome to use GNU `gettext' in your -package. Of course you have to respect the GNU Library General Public -License which covers the use of the GNU `gettext' library. This means -in particular that even non-free programs can use `libintl' as a shared -library, whereas only free software can use `libintl' as a static -library or use modified versions of `libintl'. - - Once the sources are changed appropriately and the setup can handle -the use of `gettext' the only thing missing are the translations. The -Free Translation Project is also available for packages which are not -developed inside the GNU project. Therefore the information given above -applies also for every other Free Software Project. Contact -`coordinator@translationproject.org' to make the `.pot' files available -to the translation teams. -
diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 5cef5a3..0000000 --- a/AUTHORS +++ /dev/null
@@ -1,21 +0,0 @@ -Erik Walthinsen <omega@temple-baptist.com> -Matt Howell <mhowell@users.sourceforge.net> -Brent Bradburn <bbradburn@users.sourceforge.net> -Wim Taymans <wim.taymans@chello.be> -Richard Boulton <richard@tartarus.org> -Zaheer Abbas Merali <zaheerabbas at merali dot org> -David I. Lehn <dlehn@users.sourceforge.net> -Chris Emerson <chris@tartarus.org> -Jens Thiele <karme@unforgettable.com> -Thomas Nyberg <thomas@codefactory.se> -Bastien Nocera <hadess@hadess.net> -Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org> -Thomas Vander Stichele <thomas@apestaart.org> -Andy Wingo <wingo@pobox.com> -Cameron Hutchison <camh@xdna.net> -David Schleef <ds@schleef.org> -Benjamin Otte <in7y118@public.uni-hamburg.de> -Ronald Bultje <rbultje@ronald.bitfreak.net> -Julien MOUTTE <julien@moutte.net> -Jan Schmidt <thaytan@mad.scientist.com> -Arwed v. Merkatz <v.merkatz@gmx.net>
diff --git a/COPYING b/COPYING deleted file mode 100644 index e212642..0000000 --- a/COPYING +++ /dev/null
@@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) 19yy <name of author> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License.
diff --git a/COPYING.LIB b/COPYING.LIB deleted file mode 100644 index 14cf986..0000000 --- a/COPYING.LIB +++ /dev/null
@@ -1,481 +0,0 @@ - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - <one line to give the library's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - <signature of Ty Coon>, 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it!
diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index c946b67..0000000 --- a/ChangeLog +++ /dev/null
@@ -1,168675 +0,0 @@ -=== release 1.10.4 === - -2017-02-23 Sebastian Dröge <slomo@coaxion.net> - - * configure.ac: - releasing 1.10.4 - -2017-02-17 16:09:53 +0530 Arun Raghavan <arun@arunraghavan.net> - - * sys/bluez/gstavdtpsrc.c: - bluez: Chain up to basesrc query instead of override pad query function - Overriding the pad query function completely overrides all the default - query handling implemented in basesrc, including caps etc. The correct - thing to do is just override the basesrc query vfunc and then chain up - for the queries we don't handle. - -2017-02-22 04:35:26 -0500 Fabien Dessenne <fabien.dessenne@st.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: consider buffer size when copying to wl shm pool - When the sink receives a buffer that is neither a wl_shm one nor a - dmabuf one, this buffer is copied to an internal wl_shm buffer before - being sent to the display. - In that case, the actual size of the received buffer (which may differ - from the one negotiated in the caps) must be used. - https://bugzilla.gnome.org/show_bug.cgi?id=777841 - -2017-02-17 21:25:21 +0900 Seungha Yang <sh.yang@lge.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix GHashTable leak - https://bugzilla.gnome.org/show_bug.cgi?id=778828 - -2017-02-18 20:18:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawbaseparse.c: - * tests/check/elements/rawvideoparse.c: - rawbaseparse: Drop incomplete frames at EOS - See https://bugzilla.gnome.org/show_bug.cgi?id=773666 - This would ideally be solved in baseparse but that requires further - thought at this point, and in the meantime it would be good to have - rawbaseparse not assert on this but handle it gracefully instead. - -2017-02-14 13:04:01 +0100 Nick Kallen <nickkallen@me.com> - - * sys/applemedia/iosglmemory.c: - * sys/applemedia/iosglmemory.h: - * sys/applemedia/videotexturecache.m: - Builds for MacOS - https://bugzilla.gnome.org/show_bug.cgi?id=778434 - -2017-02-10 11:32:23 +0100 Nick Kallen <nickkallen@me.com> - - * sys/applemedia/iosglmemory.c: - * sys/applemedia/iosglmemory.h: - * sys/applemedia/videotexturecache.m: - applemedia: free videotexturecache texture in gl thread - The cached texture was treated as user_data passed to GstGLBaseMemory - and freed with a GDestroyNotify function. However, this data must - be treated specially: it must be destroyed in the GL thread. - https://bugzilla.gnome.org/show_bug.cgi?id=778434 - -2017-02-10 10:29:49 -0300 Juan Pablo Ugarte <juanpablougarte@gmail.com> - - * ext/gl/gstglsinkbin.c: - GstGLSinkBin: fixed sink property leak - No need to keep an extra reference to sink since an indirect one is added by gst_bin_add() - https://bugzilla.gnome.org/show_bug.cgi?id=778452 - -2017-02-08 00:45:32 +0800 Haihua Hu <jared.hu@nxp.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/window: attach the GMaincontext in window struct to GSource for X11 window - https://bugzilla.gnome.org/show_bug.cgi?id=778297 - -2017-02-07 19:42:47 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideoenc.c: - amcvideoenc: Set timestamps on header buffers too - https://bugzilla.gnome.org/show_bug.cgi?id=774772 - -2017-02-07 19:44:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideoenc.c: - amcvideoenc: Encoder output is generally not properly parsed - Don't claim it is and let h264parse and other parsers do their job. - https://bugzilla.gnome.org/show_bug.cgi?id=774772 - -2017-02-07 19:42:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideoenc.c: - amcvideoenc: Encoded H264 is generally not AU aligned - Claiming that it is, can cause h264parse to skip some parsing steps and - the output stays unaligned. - https://bugzilla.gnome.org/show_bug.cgi?id=774772 - -2017-02-01 16:05:23 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkwindow.c: - vkwindow: fix build error on i386 - Vulkan handles are either pointers (64-bit) or 64-bit integer - handles (32-bit). Cast the type in failure cases. - vkwindow.c:229:561: error: return makes integer from pointer without a cast [-Werror=int-conversion] - vkwindow.c:231:194: error: return makes integer from pointer without a cast [-Werror=int-conversion] - https://bugzilla.gnome.org/show_bug.cgi?id=777979 - -2017-02-01 14:37:29 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: Add extra length checks to TS scanning. - Add some missing size checks to the timestamp scanning - fast path. - -2017-02-01 14:44:32 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: Add stream-format to the H.264 caps. - H.264 in MPEG-PS is always byte-stream - -2017-02-01 14:25:32 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegdemux/Makefile.am: - * gst/mpegdemux/gstmpegdemux.c: - psdemux: Rewrite PSM parsing using GstByteReader - Avoid possible buffer overflows and ignore invalid PSM packets better - by using GstByteReader. - https://bugzilla.gnome.org/show_bug.cgi?id=777957 - -2017-01-01 14:06:28 +0900 Seungha Yang <sh.yang@lge.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Handle SEEK event only once - send_event() of parent class (i.e., GstBinClass) iterates srcpads - to send SEEK event. And performing it per srcpad is inefficient. - So, let's drop duplicated SEEK event by checking seqnum - https://bugzilla.gnome.org/show_bug.cgi?id=776612 - -=== release 1.10.3 === - -2017-01-30 16:27:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiofxbad.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bluez.xml: - * docs/plugins/inspect/plugin-bs2b.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-compositor.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dashdemux.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-decklink.xml: - * docs/plugins/inspect/plugin-dtls.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-fbdevsink.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fluidsynthmidi.xml: - * docs/plugins/inspect/plugin-freeverb.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstgtk.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-ivfparse.xml: - * docs/plugins/inspect/plugin-ivtc.xml: - * docs/plugins/inspect/plugin-jp2kdecimator.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-kate.xml: - * docs/plugins/inspect/plugin-ladspa.xml: - * docs/plugins/inspect/plugin-midi.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-mxf.xml: - * docs/plugins/inspect/plugin-netsim.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-openexr.xml: - * docs/plugins/inspect/plugin-opengl.xml: - * docs/plugins/inspect/plugin-openjpeg.xml: - * docs/plugins/inspect/plugin-opusparse.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-qt.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rsvg.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-rtponvif.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-smoothstreaming.xml: - * docs/plugins/inspect/plugin-sndfile.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-srtp.xml: - * docs/plugins/inspect/plugin-stereo.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-teletext.xml: - * docs/plugins/inspect/plugin-uvch264.xml: - * docs/plugins/inspect/plugin-vcdsrc.xml: - * docs/plugins/inspect/plugin-videofiltersbad.xml: - * docs/plugins/inspect/plugin-videoframe_audiolevel.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-videosignal.xml: - * docs/plugins/inspect/plugin-vmnc.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-webp.xml: - * docs/plugins/inspect/plugin-webrtcdsp.xml: - * docs/plugins/inspect/plugin-wildmidi.xml: - * docs/plugins/inspect/plugin-x265.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-yadif.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.10.3 - -2017-01-30 15:47:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2017-01-30 13:34:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/fr.po: - * po/ky.po: - * po/nb.po: - * po/sr.po: - * po/sv.po: - po: Update translations - -2017-01-30 11:17:53 +0100 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/gstmotioncells.cpp: - motioncells: fix mingw build - https://bugzilla.gnome.org/show_bug.cgi?id=777930 - -2017-01-26 15:35:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/glcontexthelper.c: - applemedia: Fail cleanly instead of crashing if obtaining a GL display failed - https://bugzilla.gnome.org/show_bug.cgi?id=777742 - -2017-01-20 14:34:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Don't leak pad name and template for Opus - It's set again (the same way) further below, overwriting the previously - allocated memory without freeing. - https://bugzilla.gnome.org/show_bug.cgi?id=777533 - -2017-01-20 07:51:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Set stream tags to NULL after unreffing - Otherwise we might try to unref them a second time a little bit later. - https://bugzilla.gnome.org/show_bug.cgi?id=777503 - -2017-01-24 23:10:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Set caps/tags in the GstStream object before pushing the stream-start event - Otherwise downstream will get a more or less empty GstStream although we - already know a lot about it at this point. - -2017-01-23 15:10:40 +0200 Sebastian Dröge <sebastian@centricular.com> - - * pkgconfig/gstreamer-bad-audio.pc.in: - * pkgconfig/gstreamer-bad-base.pc.in: - * pkgconfig/gstreamer-bad-video.pc.in: - pkg-config: Directly link the library with -l instead of the .la file - Which might not exist, like on most modern Linux distributions. - -2017-01-18 11:05:21 +1100 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstspu-vobsub-render.c: - dvdspu: Handle vob display rect starting on an odd line - DVDs always have subpictures that start on an even Y - coordinate, but gstspu does more generic vobsubs these - days, so handle ones that start on an odd vertical position. - https://bugzilla.gnome.org/show_bug.cgi?id=777400 - -2017-01-11 10:37:34 -0300 Juan Pablo Ugarte <ugarte@endlessm.com> - - * gst-libs/gst/gl/gstglslstage.c: - glslstage: define GL constants if needed instead of using #ifdef - https://bugzilla.gnome.org/show_bug.cgi?id=777144 - -2017-01-11 10:32:23 -0300 Juan Pablo Ugarte <ugarte@endlessm.com> - - * tests/examples/gtk/glliveshader.c: - gl/examples/gtk: fixed compilation on systems without GL_GEOMETRY_SHADER - https://bugzilla.gnome.org/show_bug.cgi?id=777143 - -2016-11-18 01:06:51 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbuffer.h: - gl: remove unneeded gst_gl_buffer_alloc from header file - There's no implementation anymore! - -2017-01-10 01:00:12 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - glcontext/egl: don't overwrite set GError - Doing so is an error and will cause a glib warning to be printed. - https://bugzilla.gnome.org/show_bug.cgi?id=776722 - -2017-01-05 15:00:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Silently skip COLOR_FormatAndroidOpaque when converting to caps - This is special and handled in the decoder when doing rendering to a - surface. Printing a warning for this is just unnecessary noise - -2017-01-02 19:55:34 +0530 Arun Raghavan <arun@arunraghavan.net> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: Fix wrong argument order to force-key-unit event - CID 1373421 - -2016-12-29 18:56:43 +0000 Ursula Maplehurst <ursula@kangatronix.co.uk> - - * sys/androidmedia/Makefile.am: - androidmedia: some files are missing in the release tarball - https://bugzilla.gnome.org/show_bug.cgi?id=776591 - -2016-12-24 08:42:51 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/dash_isoff.c: - dash: Define debug category used in the isoff code for the test too now - -2016-12-24 14:31:12 +0900 Seungha Yang <sh.yang@lge.com> - - * ext/dash/gstisoff.c: - dash: Include debug of gstisoff on dashdemux category - Move debug category of gstisoff from default to dashdemux - https://bugzilla.gnome.org/show_bug.cgi?id=776461 - -2017-01-05 20:34:14 +0000 Tim-Philipp Müller <tim@centricular.com> - - * sys/decklink/meson.build: - * sys/meson.build: - meson: build decklink plugin - -2016-12-31 20:57:54 +0100 Fabrice Bellet <fabrice@bellet.info> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: fix a reconfigure event leak - https://bugzilla.gnome.org/show_bug.cgi?id=776726 - -2016-12-19 11:40:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux-util.c: - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Extract ID3 tags, strip them from the output and provide them as tags - They often don't only contain the PCR information but also other - metadata, like title. Give this information to the pipeline. - Also strip the tags from the stream as we a) already parsed them now and - b) decoders don't like these tags to happen in the middle of the stream - (i.e. the start of each fragment) and tagdemux only can strip them off - the beginning and end. - -2016-12-18 19:18:23 +0000 Graham Leggett <minfrin@sharp.fm> - - * gst/mpegtsdemux/mpegtsbase.c: - tsdemux: Don't leak a taglist if a taglist has already been created - https://bugzilla.gnome.org/show_bug.cgi?id=776244 - -2016-12-16 13:25:58 +0200 Daniel Shahaf <danielsh@apache.org> - - * gst/geometrictransform/gstmirror.h: - mirror: Fix documentation for the mirror mode - Using the wrong enum there causes it to be randomly mixed with the docs - of the other enums. - https://bugs.debian.org/848297 - -2016-12-15 14:05:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - amcaudiodec: Set "is-adts" to 1 for ADTS AAC - Otherwise it fails to decode. - https://bugzilla.gnome.org/show_bug.cgi?id=740101 - -2016-12-14 15:35:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Remove unlock() if set_info() fails - There is not mutex locked here that needs to be unlocked. - -2016-12-15 00:59:45 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl/window: remove use of main_context_push/pop_thread_default() - No-one's using/depending on it (it would have criticalled and not worked) - and it's causing more problems than it's solving. Store the GMainContext - in the public struct instead for subclasses to optionally use instead of - relying on the push/pop state to be correct. - https://bugzilla.gnome.org/show_bug.cgi?id=775970 - -2016-12-07 16:51:27 +0800 Haihua Hu <jared.hu@nxp.com> - - * ext/gl/gstgleffects.c: - gl/effects: use non-PBO GLMemory for internal textures - middle textures in gleffects do not need to use GstGLMemoryPBO as they - aren't transfering data to/from the GPU. This will cost too much DMA - memory and cause performance issue. Change the allocator to use non-PBO - GstGLMemory. - https://bugzilla.gnome.org/show_bug.cgi?id=776072 - -2016-12-06 15:40:38 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add delivery system to missing modulation check message - A tuning operation can spawn multiple checks. Being - able to differentiate between them makes debugging - easier. - -2016-12-08 12:07:31 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix unconditional use of FEC 2/5 - It is not defined for < v5 minor 7 - -2016-12-12 15:09:36 +0100 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Avoid using unset GError - gst_uri_handler_set_uri() doesn't guarantee the GError will be set - if it returns FALSE. - -2016-12-07 10:26:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/chromaprint/gstchromaprint.c: - chromaprint: Fix compilation with chromaprint 1.4 - It takes const int16_t * as argument now, while before it was void *. To - make this work with both versions without #ifdef, we omit the const. - -2016-12-06 07:58:25 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/vmnc/vmncdec.c: - vmncdec: Sanity-check rectangle sizes a bit more thorough - The x/y coordinates could already be bigger than the configured - width/height, and adding the rectangle width/height could cause an - overflow. - -2016-12-05 15:56:36 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix unconditional use of SYS_DVBC_ANNEX_C - It is not defined for < v5 minor 6 - -2016-12-05 15:53:10 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix value for DVB-C annex B field in adapter structure - -2016-12-05 18:17:30 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/rawparse/gstrawvideoparse.c: - rawvideoparse: fix typos in property description - -2016-11-28 15:57:33 -0800 Scott D Phillips <scott.d.phillips@intel.com> - - * ext/dtls/gstdtlsagent.c: - dtls: Set openssl's threadid the 1.0.x way - For pre-1.1.x openssl, a callback to set the thread id needs to be - provided to openssl. In 0.9.x the thread id was an unsigned long. In - 1.0.x it was expanded to be able to hold a void*. Here we change to use - the 1.0.x API so that the thread id can always hold a GThread*, even on - platforms like msvc x64 where unsigned long is only 32 bits. - All of this is still #ifdef'd out of existence when building with - openssl 1.1.x or later which changed the thread API again, and does not - need a thread id callback. - https://bugzilla.gnome.org/show_bug.cgi?id=775292 - -2016-11-30 10:40:42 +0530 Garima Gaur <garima.g@samsung.com> - - * gst/mpegpsmux/mpegpsmux.c: - * tests/examples/directfb/gstdfb.c: - gst: Fix caps leak - https://bugzilla.gnome.org/show_bug.cgi?id=775072 - -=== release 1.10.2 === - -2016-11-29 16:21:40 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiofxbad.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bluez.xml: - * docs/plugins/inspect/plugin-bs2b.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-compositor.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dashdemux.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-decklink.xml: - * docs/plugins/inspect/plugin-dtls.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-fbdevsink.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fluidsynthmidi.xml: - * docs/plugins/inspect/plugin-freeverb.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstgtk.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-ivfparse.xml: - * docs/plugins/inspect/plugin-ivtc.xml: - * docs/plugins/inspect/plugin-jp2kdecimator.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-kate.xml: - * docs/plugins/inspect/plugin-ladspa.xml: - * docs/plugins/inspect/plugin-midi.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-mxf.xml: - * docs/plugins/inspect/plugin-netsim.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-openexr.xml: - * docs/plugins/inspect/plugin-opengl.xml: - * docs/plugins/inspect/plugin-openjpeg.xml: - * docs/plugins/inspect/plugin-opusparse.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-qt.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rsvg.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-rtponvif.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-smoothstreaming.xml: - * docs/plugins/inspect/plugin-sndfile.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-srtp.xml: - * docs/plugins/inspect/plugin-stereo.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-teletext.xml: - * docs/plugins/inspect/plugin-uvch264.xml: - * docs/plugins/inspect/plugin-vcdsrc.xml: - * docs/plugins/inspect/plugin-videofiltersbad.xml: - * docs/plugins/inspect/plugin-videoframe_audiolevel.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-videosignal.xml: - * docs/plugins/inspect/plugin-vmnc.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-webp.xml: - * docs/plugins/inspect/plugin-webrtcdsp.xml: - * docs/plugins/inspect/plugin-wildmidi.xml: - * docs/plugins/inspect/plugin-x265.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-yadif.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.10.2 - -2016-11-29 15:52:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2016-11-29 14:10:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/hr.po: - * po/ky.po: - * po/sv.po: - po: Update translations - -2016-11-28 20:05:02 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegtssection: Fix off-by-one in PMT parsing - -2016-11-28 19:52:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegtssection: Don't assert if the given section length is longer than the PMT actually is - Instead error out cleanly and just assert that we didn't read more than - the available data. - -2016-11-28 17:17:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Correctly set top-field-first/bottom-field-first - First of all, all the HD and UHD modes should be top-field-first, as - also returned by the Decklink mode iterator API. - Then we should include the caps field "field-order" in the caps of the - source (not the sink due to negotiation problems with optional fields). - And finally we should set the TFF flag on interlaced buffers that are - top-field-first. - -2016-11-28 10:27:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Post an error message on the bus if we activated a program without pads - Otherwise decodebin and applications are going to wait forever for pads - to appear, which is never going to happen. - Happens on this stream, which probably just need support for it added: - https://samples.mplayerhq.hu/3D/AVC_codec_in_m2ts_not_recognized/AVC_codec_not_recognized_right_video_sample.m2ts - -2016-11-28 10:49:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - m3u8: Mark uri_join() function as static - We don't really want to export this, especially not without any - namespacing. This can cause problems for static builds. - -2016-11-28 14:22:05 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: move g_main_context_push/pop_thread_default() to run() - Calling g_main_context_push_thread and then g_main_context_invoke() - (used by gst_gl_window_send_message_async()) in the same thread will - cause the invoked function to run immediately instead of being delayed. - This had implications for the creation of the OpenGL context not waiting - until the main loop had completely started up and as a result would - sometimes deadlock in short create/destroy scenarios. - https://bugzilla.gnome.org/show_bug.cgi?id=775171 - -2016-11-28 14:19:18 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: fix race between creation/shutdown - 626bcccff96f624f59c5212b3e21e472240171fd removed some locks that - allowed the main loop quit to occur before the context was fully - created. - 2776cef25d2a98668b73272aecfe77e684e6627e attempted to readd them but - missed the scop of the quit() call. - Also remove the use of g_thread_join() as that's not safe to use when - it's possible to lose the last reference from the GL thread. - https://bugzilla.gnome.org/show_bug.cgi?id=775171 - -2016-11-27 12:40:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawbaseparse.c: - rawbaseparse: Fix output buffer size trimming - For frame->buffer, baseparse is doing that automatically for us. For - frame->output_buffer it doesn't and assumes that the subclass is already - doing that. Consistency! - -2016-11-27 12:20:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - dash: Fix stripping of space at the beginning/end of durations - The way how strchr() was called here, it could easily read after the end - of the string. Use g_ascii_isspace() instead. - Detected by asan in the unit test. - -2016-11-27 11:44:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawaudioparse.c: - * gst/rawparse/gstrawbaseparse.c: - * gst/rawparse/gstrawbaseparse.h: - * gst/rawparse/gstrawvideoparse.c: - rawparse: Properly align raw audio/video output buffers - That is, aligned to the basic type for audio and to 32 bytes for video. - Fixes crashes if the raw buffers are passed to SIMD processing functions. - https://bugzilla.gnome.org/show_bug.cgi?id=774428 - -2016-11-26 12:28:57 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Post an error message if we got EOS before having any source pads - Otherwise, sending an EOS event has no effect and the application waits - forever for something to happen. - -2016-11-26 12:16:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Fix indentation - -2016-11-26 12:16:18 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Fix assertion when encountering an invalid NALU - Error out properly instead. - https://bugzilla.gnome.org/show_bug.cgi?id=775130 - -2016-11-26 12:15:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Fix assertion when encountering an invalid NALU - Error out properly instead. - https://bugzilla.gnome.org/show_bug.cgi?id=775130 - -2016-11-26 10:44:43 +0100 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegtssection: Add more section size checks - The smallest section ever needs to be at least 3 bytes (i.e. just the short - header). - Non-short headers need to be at least 11 bytes long (3 for the minimum header, - 5 for the non-short header, and 4 for the CRC). - https://bugzilla.gnome.org/show_bug.cgi?id=775048 - -2016-11-26 10:23:01 +0100 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegtssection: Fix PAT parsing - Use the estimated number of programs for parsing. Avoids over-reading. - https://bugzilla.gnome.org/show_bug.cgi?id=775120 - -2016-11-26 09:26:36 +0100 Edward Hervey <edward@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Handle GST_SEEK_TYPE_NONE seek - When one is only updating the "stop" position (i.e. non-flushing seek, - with GST_SEEK_TYPE_NONE on the "start" (or stop in reverse) position), - we only need to store those values instead of moving the current position. - https://bugzilla.gnome.org/show_bug.cgi?id=775127 - -2016-11-25 16:46:45 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - * gst/mxf/mxftypes.c: - mxfdemux: Fix up another size check and prevent allocating too much memory - -2016-11-25 15:59:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - * gst/mxf/mxftypes.c: - * gst/mxf/mxful.c: - mxfdemux: Handle zero-sized KLV items better and don't assert on them - -2016-11-25 15:53:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Fix various logic errors in error handling of footer partition parsing - -2016-11-25 15:53:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Don't try parsing empty metadata items - -2016-11-25 01:06:45 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - mxfmetadata: Add missing NULL check - -2016-11-24 19:45:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/Makefile.am: - * gst/mxf/mxf.c: - mxf: Remove mxfdms1.[ch] from the build for now - It's completely unused currently but might be used in the future. - -2016-11-24 23:36:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfaes-bwf.c: - * gst/mxf/mxfdemux.c: - * gst/mxf/mxfdms1.c: - * gst/mxf/mxfmetadata.c: - * gst/mxf/mxftypes.c: - * gst/mxf/mxful.c: - mxfdemux: Add various missing bounds checks, NULL checks and integer overflow protection for error cases - -2016-11-24 14:48:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Free timecodes when done with a frame - -2016-11-24 14:41:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/timecode/gsttimecodestamper.c: - timecodestamper: Remove all existing timecode metas if requested to override existing - -2016-11-19 16:12:06 +0900 Seungha Yang <sh.yang@lge.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix leak in gst_dash_demux_stream_free - Free parsed moof and sync samples with _stream_free(). - https://bugzilla.gnome.org/show_bug.cgi?id=774702 - -2016-11-24 11:12:23 +0100 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegtssection: Don't free empty streams - Also avoids a useless assertion - -2016-11-24 11:11:35 +0100 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Don't add existing values to group - If the last value is already identical, there is no need in adding it - yet-another-time - -2016-11-17 15:41:00 +0000 David Evans <bbcrddave@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - gl: add gstreamer-video to pkg-config path - https://bugzilla.gnome.org/show_bug.cgi?id=774624 - -2016-11-23 10:51:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Ensure codec_data has the required size when reading number of SPS - https://bugzilla.gnome.org/show_bug.cgi?id=774896 - -2016-11-23 10:52:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Ensure codec_data has the required size when reading number of NAL arrays - https://bugzilla.gnome.org/show_bug.cgi?id=774896 - -2016-11-22 12:58:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Reset values before parsing each section - -2016-11-22 12:42:45 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Make sure in all cases that we have enough data left for reading a section start - In some cases we ended up parsing sections without. - -2016-11-23 17:04:34 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - gl/contextglx: error out on more invalid display/window combinations - https://bugzilla.gnome.org/show_bug.cgi?id=774851 - -2016-11-20 12:40:07 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/Makefile.am: - tests: fix lib and cflags order in Makefile.am - pnm: add misssing continuation slash at end of line - vp8parser: no need to link codecparsers twice - dash_demux, mssdemux, hlsdemux: fix lib/flags ordering - local - libs and flags must come first, then base before core before rest - -2016-11-20 14:53:52 +0000 Tim-Philipp Müller <tim@centricular.com> - - * meson.build: - meson: update version - -=== release 1.10.1 === - -2016-11-17 15:53:46 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiofxbad.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bluez.xml: - * docs/plugins/inspect/plugin-bs2b.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-compositor.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dashdemux.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-decklink.xml: - * docs/plugins/inspect/plugin-dtls.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-fbdevsink.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fluidsynthmidi.xml: - * docs/plugins/inspect/plugin-freeverb.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstgtk.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-ivfparse.xml: - * docs/plugins/inspect/plugin-ivtc.xml: - * docs/plugins/inspect/plugin-jp2kdecimator.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-kate.xml: - * docs/plugins/inspect/plugin-ladspa.xml: - * docs/plugins/inspect/plugin-midi.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-mxf.xml: - * docs/plugins/inspect/plugin-netsim.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-openexr.xml: - * docs/plugins/inspect/plugin-opengl.xml: - * docs/plugins/inspect/plugin-openjpeg.xml: - * docs/plugins/inspect/plugin-opusparse.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-qt.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rsvg.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-rtponvif.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-smoothstreaming.xml: - * docs/plugins/inspect/plugin-sndfile.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-srtp.xml: - * docs/plugins/inspect/plugin-stereo.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-teletext.xml: - * docs/plugins/inspect/plugin-uvch264.xml: - * docs/plugins/inspect/plugin-vcdsrc.xml: - * docs/plugins/inspect/plugin-videofiltersbad.xml: - * docs/plugins/inspect/plugin-videoframe_audiolevel.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-videosignal.xml: - * docs/plugins/inspect/plugin-vmnc.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-webp.xml: - * docs/plugins/inspect/plugin-webrtcdsp.xml: - * docs/plugins/inspect/plugin-wildmidi.xml: - * docs/plugins/inspect/plugin-x265.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-yadif.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.10.1 - -2016-11-17 15:05:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2016-11-17 14:46:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/da.po: - * po/de.po: - * po/id.po: - * po/ky.po: - * po/pl.po: - * po/ru.po: - * po/sv.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - po: Update translations - -2016-11-17 14:21:23 +1100 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/avfassetsrc.m: - applemedia: error out if the uri property is not set - Fixes: - Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString - in the state change test. - -2016-11-16 20:41:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/vmnc/vmncdec.c: - vmncdec: Sanity-check width/height before using it - We will allocate a screen area of width*height*bpp bytes, however this - calculation can easily overflow if too high width or height are given - inside the stream. Nonetheless we would just assume that enough memory - was allocated, try to fill it and overwrite as much memory as wanted. - Also allocate the screen area filled with zeroes to ensure that we start - with full-black and not any random (or not so random) data. - https://scarybeastsecurity.blogspot.gr/2016/11/0day-poc-risky-design-decisions-in.html - Ideally we should just remove this plugin in favour of the one in - gst-libav, which generally seems to be of better code quality. - https://bugzilla.gnome.org/show_bug.cgi?id=774533 - -2016-11-15 18:10:24 +0800 Haihua Hu <jared.hu@nxp.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: use g_thread_unref() to release navigation thread - use g_thread_unref() to release navigation thread to avoid memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=774462 - -2016-11-14 11:32:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlscertificate.c: - dtlscertificate: Fix error checking in RSA_generate_key_ex() usage - Was broken during the port for OpenSSL 1.1. - https://bugzilla.gnome.org/show_bug.cgi?id=774328 - -2016-11-12 10:38:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Fix NULL pointer dereference when checking if there is a next fragment - Thanks to Aleksandr <tumaleksandr@yandex.ua> for reporting and - suggesting the fix. - https://bugzilla.gnome.org/show_bug.cgi?id=774287 - -2016-11-07 12:30:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amc: Allow registering codecs, camera or sensors if any of the others failed - https://bugzilla.gnome.org/show_bug.cgi?id=774048 - -2016-11-07 12:24:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gst-android-hardware-sensor.c: - ahs: Don't assert on deinit if initialization failed before - Initialization failure is handled correctly by just not registering the - ahssrc element. - https://bugzilla.gnome.org/show_bug.cgi?id=774048 - -2016-11-02 16:12:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Also stop scheduled playback when gst_element_lost_state() is called - Unfortunately this does not go through the normal state change - machinery, so we don't get notified about this in change_state(). - However we need to stop scheduled playback, so that once PLAYING is - reached again we can start scheduled playback with the correct time. - Without this, flushing seeks in PLAYING will not work correctly: - decklinkvideosink will wait before showing the new frames for the amount - of time the pipeline was in PLAYING before. - -2016-11-02 14:04:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsagent.c: - * ext/dtls/gstdtlssrtpdec.c: - dtls: Fix compiler warnings with openssl 1.1 or newer - - DTLSv1_method() is deprecated, and since 1.0.2 replaced by - DTLS_method(). - - CRYPTO_set_locking_callback() and CRYPTO_set_id_callback() are - no-ops (empty macros) since 1.1 and are not supposed to be used - anymore. - gstdtlsagent.c: In function ‘gst_dtls_agent_init’: - gstdtlsagent.c:173:3: error: ‘DTLSv1_method’ is deprecated [-Werror=deprecated-declarations] - priv->ssl_context = SSL_CTX_new (DTLSv1_method ()); - ^~~~ - In file included from /usr/include/openssl/ct.h:13:0, - from /usr/include/openssl/ssl.h:61, - from gstdtlsagent.c:40: - /usr/include/openssl/ssl.h:1614:1: note: declared here - DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ - ^ - At top level: - gstdtlsagent.c:103:1: error: ‘ssl_thread_id_function’ defined but not used [-Werror=unused-function] - ssl_thread_id_function (void) - ^~~~~~~~~~~~~~~~~~~~~~ - gstdtlsagent.c:73:1: error: ‘ssl_locking_function’ defined but not used [-Werror=unused-function] - ssl_locking_function (gint mode, gint lock_num, const gchar * file, gint line) - ^~~~~~~~~~~~~~~~~~~~ - -2016-10-21 14:01:11 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Ignore channel-mask when checking set_caps compatibility - channel-mask doesn't matter in decklinkaudiosrc, and differences in it - can cause caps negotiations to fail without a real reason. - https://bugzilla.gnome.org/show_bug.cgi?id=773313 - -2016-01-08 21:41:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/bayer/gstbayer2rgb.c: - * gst/bayer/gstrgb2bayer.c: - bayer: fix stride inconsistencies for odd widths - Consistently use GST_ROUND_UP_4(width) as stride for - bayer buffers. Bayer data will usually come in widths - that are multiples of 4 anyway, so hopefully this - should not have any adverse impact on anyone in - practice. - Before, bayer2rgb required input buffers to are sized - accordingly, but then didn't actually round up when - calculating row offsets. rgb2bayer didn't use a rounded - stride nor buffer size. - https://bugzilla.gnome.org/show_bug.cgi?id=752014 - -2016-11-03 18:19:58 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: Fix inverted precondition - A GError argument must either be null or point to a NULL GError. - https://developer.gnome.org/glib/stable/glib-Error-Reporting.html - -2016-11-03 16:14:37 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglwindow.c: - gl/gi: some annotation updates for called functions - With scope, closure, destroy annotations - -2016-11-03 16:12:32 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - gl/gi: also include GstVideo - Removes all the unknown type GstVideo* warnings while building the GIR - file. - -2016-11-03 12:03:24 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/egl/gstgldisplay_egl.c: - * gst-libs/gst/gl/egl/gstglmemoryegl.c: - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstglbasememory.h: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstgldebug.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglformat.c: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.c: - * gst-libs/gst/gl/gstglmemorypbo.h: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstglsl.h: - * gst-libs/gst/gl/gstglslstage.c: - * gst-libs/gst/gl/gstglslstage.h: - * gst-libs/gst/gl/gstglsyncmeta.c: - * gst-libs/gst/gl/gstglsyncmeta.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * gst-libs/gst/gl/gstglviewconvert.h: - * gst-libs/gst/gl/gstglwindow.h: - gl/docs: massive update - - add Since: markers where necessary. - - document structs - - add documentation headers for each module (short_description, - see_also, etc) - - reduce the number of warnings gtk-doc outputs - - fix spelling mistakes - -2016-11-02 21:21:33 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimage.c: - * gst-libs/gst/gl/egl/gsteglimage.h: - * gst-libs/gst/gl/egl/gstglmemoryegl.c: - * gst-libs/gst/gl/egl/gstglmemoryegl.h: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglquery.c: - * gst-libs/gst/gl/gstglquery.h: - * gst-libs/gst/gl/gstglrenderbuffer.c: - gl/docs: document new API added in 1.10 - GstGLRenderbuffer - GstGLFramebuffer - GstGLQuery - GstEGLImage - GstGLMemoryEGL - -2016-11-01 16:13:21 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - gl/docs: update lists of included symbols - in the sections and types files. - Also remove some unneeded types from the documentation as they aren't - exposed as public API - -2016-11-01 17:30:03 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsl.c: - * tests/check/libs/gstglsl.c: - glsl: fix #version 150 not working with profiles - The spec allows the core/compatibility profiles to be used - with #version 150. - Also tighten up the tests to check for default profiles being chosen - correctly. - -2016-11-01 19:43:18 +0000 Tim-Philipp Müller <tim@centricular.com> - - * meson.build: - meson: update version - -=== release 1.10.0 === - -2016-11-01 17:58:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.prerequisites: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiofxbad.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bluez.xml: - * docs/plugins/inspect/plugin-bs2b.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-compositor.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dashdemux.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-decklink.xml: - * docs/plugins/inspect/plugin-dtls.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-fbdevsink.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fluidsynthmidi.xml: - * docs/plugins/inspect/plugin-freeverb.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstgtk.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-ivfparse.xml: - * docs/plugins/inspect/plugin-ivtc.xml: - * docs/plugins/inspect/plugin-jp2kdecimator.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-kate.xml: - * docs/plugins/inspect/plugin-ladspa.xml: - * docs/plugins/inspect/plugin-midi.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-mxf.xml: - * docs/plugins/inspect/plugin-netsim.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-openexr.xml: - * docs/plugins/inspect/plugin-opengl.xml: - * docs/plugins/inspect/plugin-openjpeg.xml: - * docs/plugins/inspect/plugin-opusparse.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-qt.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rsvg.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-rtponvif.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-smoothstreaming.xml: - * docs/plugins/inspect/plugin-sndfile.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-srtp.xml: - * docs/plugins/inspect/plugin-stereo.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-teletext.xml: - * docs/plugins/inspect/plugin-uvch264.xml: - * docs/plugins/inspect/plugin-vcdsrc.xml: - * docs/plugins/inspect/plugin-videofiltersbad.xml: - * docs/plugins/inspect/plugin-videoframe_audiolevel.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-videosignal.xml: - * docs/plugins/inspect/plugin-vmnc.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-webp.xml: - * docs/plugins/inspect/plugin-webrtcdsp.xml: - * docs/plugins/inspect/plugin-wildmidi.xml: - * docs/plugins/inspect/plugin-x265.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-yadif.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.10.0 - -2016-11-01 17:51:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2016-11-01 17:42:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/ky.po: - * po/sv.po: - po: Update translations - -2016-10-31 19:26:31 +0600 Artem Martynovich <artem.martynovich@gmail.com> - - * sys/directsound/gstdirectsoundsrc.c: - directsoundsrc: Correctly cast mixer to uintptr - https://bugzilla.gnome.org/show_bug.cgi?id=773720 - -2016-10-28 10:05:20 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * ext/hls/gsthlsdemux.c: - hlsdemux: don't try to access non-existant iframe variant - If the playlist does not contain any iframe variants then - demux->master->iframe_variants is NULL. If the previous variant is an - iframe variant then there is at least one iframe variant and - demux->master->iframe_variants->data can be safely used. - https://bugzilla.gnome.org/show_bug.cgi?id=773635 - -2016-10-23 12:02:00 +0300 sezero <sezero@users.sourceforge.net> - - * ext/timidity/gsttimidity.c: - timidity: add support for libtimidity-0.2.x - mid_istream_open_mem() doesn't accept an autofree argument as of - libtimidity >= 0.2.0 - https://bugzilla.gnome.org/show_bug.cgi?id=772503 - -2016-10-26 14:51:01 +0200 Daiki Ueno <dueno@redhat.com> - - * ext/dtls/gstdtlscertificate.c: - * ext/dtls/gstdtlsconnection.c: - dtls: port to OpenSSL 1.1.0 - Changes are: - - Use the wrapper functions to access opaque data types. To preserve - backward compatibility, define fallback definitions - - Remove the use of idiom "pqueue_size(ssl->d1->sent_messages)", since - there is no replacement - - Use RSA_generate_key_ex instead of the deprecated RSA_generate_key - https://bugzilla.gnome.org/show_bug.cgi?id=773540 - -2016-10-29 11:31:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/rawparse/gstrawbaseparse.c: - rawparse: pass flow returns upstream - rawvideoparse wouldn't error out on not-negotiated, - but would just keep on going, because it didn't pass - the flow return value back to the parent class and - thus upstream, so the source wouldnt' stop streaming. - -2016-10-28 07:17:56 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/win32/Makefile.am: - build: Also need to define GST_EXPORTS for Autotools - The change to use GST_EXPORT for symbols under Windows requires - GST_EXPORTS for internal use, and that is also needed under Autotools. - The same thing is done for gstreamer-1.0.dll in -core. - -2016-10-28 06:23:02 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglsl_private.h: - gstgl: Re-enable WINAPI on _MSC_VER - The calling convention may be deprecated, but we still need it for - OpenGL. The build issue was caused by an incorrect syntax being used for - the WINAPI (__stdcall) prototype in function pointers which was accepted - by GCC but is rejected by MSVC. - -2016-10-27 23:09:38 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * win32/common/libgstgl.def: - Just remove win32/common/libgstgl.def - It was always wrong since the symbols being exported in gstgl-1.0.dll - are platform-specific, and the check we do in dist checks it on all - platforms (which usually means Linux) and the list is instead - Linux-specific right now. - Even if we fix that, it can still never be right because it depends on - your configuration even on a specific platform. For instance, when we - start building EGL support on Windows using ANGLE, the symbol list will - change depending on whether that is enabled or not. - We also don't need this anymore since we use GST_EXPORT for all - functions exported on Windows now. - -2016-10-27 09:25:20 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/gl/gstglstereosplit.c: - * ext/openh264/gstopenh264enc.cpp: - * gst/videoparsers/gsth264parse.c: - plugins: Use explicit type conversion from enums - MSVC warns about this because it's a C++ compiler, and this actually - results in useful things such as the incorrect 'gboolean' return value - for functions that return GstFlowReturn, so let's do explicit - conversions to reduce the noise and increase its efficacy. - -2016-10-27 09:11:26 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/gl/gstgltransformation.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * gst/fieldanalysis/gstfieldanalysis.c: - * gst/freeverb/gstfreeverb.c: - * gst/gaudieffects/gstgaussblur.c: - * gst/speed/gstspeed.c: - * gst/stereo/gststereo.c: - Explicitly define float constants as float - With MSVC, this gives the following warning: - warning C4305: 'function': truncation from 'double' to 'gfloat' - Apparently, MSVC does not figure out what type to use for constants - based on the assignment. This warning is very spammy, so let's try to - fix it. - -2016-10-27 09:08:41 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/dts/gstdtsdec.c: - * ext/faad/gstfaad.c: - * ext/gl/gstglviewconvert.c: - * ext/schroedinger/gstschrodec.c: - * gst-libs/gst/audio/gstaudioaggregator.c: - Fix incorrect return type in several functions - All these should return GstFlowReturn, not gboolean - -2016-10-27 09:06:33 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * meson.build: - meson: Don't warn about C4146 with MSVC - The error is: - unary minus operator applied to unsigned type, result still unsigned - This is a commonly-done operation in gstreamer and it's done on purpose. - It's just noise. - -2016-10-27 08:17:58 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglbasefilter.h: - * gst-libs/gst/gl/gstglbasememory.h: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstglcontrolbindingproxy.h: - * gst-libs/gst/gl/gstgldebug.h: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfeature.h: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglformat.h: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.h: - * gst-libs/gst/gl/gstgloverlaycompositor.h: - * gst-libs/gst/gl/gstglquery.h: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglshaderstrings.h: - * gst-libs/gst/gl/gstglsl.h: - * gst-libs/gst/gl/gstglslstage.h: - * gst-libs/gst/gl/gstglsyncmeta.h: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglutils.h: - * gst-libs/gst/gl/gstglviewconvert.h: - * gst-libs/gst/gl/gstglwindow.h: - gstgl: Add GST_EXPORT to all symbols used on Windows - This is a requirement for those symbols to be exported in gstgl-1.0.dll - when building with the MSVC compiler - -2016-10-27 07:29:36 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/gl/meson.build: - meson: Add support for building WGL on Windows - Currently only tested with MSVC. - -2016-10-27 09:10:03 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/gl/gstgloverlay.c: - ext/gl: Don't define boolean on Windows with MSVC - The headers we include already define boolean on Windows with MSVC, and - it leads to a typedef redefinition error with jpeglib.h which tries to - redefine it in jmorecfg.h - -2016-10-27 07:30:19 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/gl/gstglapi.h: - gstgl: Porting fixes for MSVC with Meson - GL/gl.h needs windows.h on MSVC - WINAPI should not be used with MSVC. It also causes a build error. - -2016-10-23 22:13:33 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: collapse notes on channel_name encoding conflict - -2016-10-23 22:00:30 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: rename ZAP parser for clarity - This function only does ZAP parsing. Additionally, remove redundant - comment while at it. - -2016-10-23 21:37:46 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - * sys/dvb/parsechannels.c: - dvb: fix gtk-doc syntax for wrongly formatted comments - -2016-10-21 00:37:03 -0700 Scott D Phillips <scott.d.phillips@intel.com> - - * ext/hls/meson.build: - meson: hls: Only build when any crypto_dep is found - https://bugzilla.gnome.org/show_bug.cgi?id=773114 - -2016-10-21 00:39:32 -0700 Scott D Phillips <scott.d.phillips@intel.com> - - * sys/directsound/meson.build: - meson: directsound: Add ole32 library dependency - https://bugzilla.gnome.org/show_bug.cgi?id=773114 - -2016-10-17 09:35:41 -0700 Scott D Phillips <scott.d.phillips@intel.com> - - * sys/winscreencap/meson.build: - meson: winscreencap depends on gstvideo - https://bugzilla.gnome.org/show_bug.cgi?id=773114 - -2016-10-21 00:35:09 -0700 Scott D Phillips <scott.d.phillips@intel.com> - - * meson.build: - meson: Remove gstreamer-check-1.0 dependency - It will later be added under tests/check - https://bugzilla.gnome.org/show_bug.cgi?id=773114 - -2016-10-21 13:10:47 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: don't glFinish() everytime a sync point is set - At minimum, we only need to glFlush() if we are in a shared GL context - environment. Move the glFinish() to when the actual wait is requested - which may be never. Improves the throughput on older GL systems without - GL3/GLES3 and/or fence sync objects. - -2016-07-16 15:29:42 -0300 Thiago Santos <thiagossantos@gmail.com> - - * ext/dash/gstmpdparser.c: - dash: do not use invalid stream duration - If it is is unknown, consider it infinite - https://bugzilla.gnome.org/show_bug.cgi?id=768460 - -2016-07-16 15:15:21 -0300 Thiago Santos <thiagossantos@gmail.com> - - * ext/dash/gstmpdparser.c: - dash: properly inherit segmentlist from period - Representation can inherit SegmentList from Period if none is available - from the AdaptationSet - https://bugzilla.gnome.org/show_bug.cgi?id=768460 - -2016-10-19 16:11:58 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstopengl.c: - * ext/gl/meson.build: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/egl/gstegl.h: - * gst-libs/gst/gl/meson.build: - * meson_options.txt: - meson: gl: add support for building with dispmanx on the rpi - -2016-10-18 22:29:19 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimage.c: - * gst-libs/gst/gl/egl/gstglmemoryegl.c: - gl/eglimage: Fix passing the destroy function to gst_egl_image_new_wrapped - The function pointer and the user data arguments were swapped in both - uses. - https://bugzilla.gnome.org/show_bug.cgi?id=769382 - -2016-10-18 13:01:04 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/segmentclip/meson.build: - meson: Add missing gstvideo dep to segmentclip - In file included from ../subprojects/gst-plugins-base/gst-libs/gst/video/video.h:27:0, - from ../subprojects/gst-plugins-bad/gst/segmentclip/gstvideosegmentclip.c:25: - ../subprojects/gst-plugins-base/gst-libs/gst/video/video-format.h:27:39: fatal error: gst/video/video-enumtypes.h: No such file or directory - #include <gst/video/video-enumtypes.h> - ^ - compilation terminated. - https://ci.gstreamer.net/job/GStreamer-master-meson/269/console - -2016-10-11 17:06:23 +0530 Munez <munezbn.dev@gmail.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - Implemented gst_video_overlay_set_window_handle() - https://bugzilla.gnome.org/show_bug.cgi?id=772608 - -2016-10-18 14:11:26 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/meson.build: - meson: gl: fix detection of glx without gl - We need to check for libGL if we may use desktop OpenGL *or* GLX. - -2016-10-18 14:10:32 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/meson.build: - meson: gl: fix incorrect error string - Use the winsys variable for an incorrect winsys provided - -2016-10-16 12:40:22 +0200 Sergey Borovkov <sergey.borovkov@wireload.net> - - * ext/qt/qtwindow.cc: - qt: Fix failing build on RPI - https://bugzilla.gnome.org/show_bug.cgi?id=773026 - -2016-10-11 16:58:48 +0530 Munez <munezbn.dev@gmail.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/dispmanx: egl_show should resize the window only if there is no render rectangle set - https://bugzilla.gnome.org/show_bug.cgi?id=772699 - -2016-10-11 16:55:17 +0530 Munez <munezbn.dev@gmail.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/dispmanx: Fix set_render_rectangle typo - https://bugzilla.gnome.org/show_bug.cgi?id=772698 - -2016-03-18 14:09:37 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsmux/tsmux/tsmux.c: - mpegtsmux: fix buffer size mismatch in M2TS mode - In M2TS mode, we need an extra 4 bytes in the buffer, so need - to ensure the buffer can contain these. The allocation site - does not know the mode, so this is done in all cases. - -2016-10-15 22:19:02 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * meson.build: - meson: Don't set c_std to gnu99 - Use the default for each compiler on every platform instead. This - improves our compatibility with compilers that don't have gnu99 as - a c_std. - -2016-10-14 14:41:42 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix 'delivery system'-related messages - * Rephrase tune error to be delsys-neutral - * Refer to the actual check in the 'missing sanity check' warnings - * Use "Delivery system" instead of 'delsys'. The - latter is OK as a shorthand in the code but not - even a real word - -2016-10-11 18:48:06 +0200 Joan Pau Beltran <joanpau.beltran@socib.cat> - - * gst/bayer/gstbayer2rgb.c: - * gst/bayer/gstrgb2bayer.c: - bayer: fix _transform_caps method to preserve fields in given caps - https://bugzilla.gnome.org/show_bug.cgi?id=758717 - -2016-09-29 12:49:39 -0400 Arun Raghavan <arun@arunraghavan.net> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Properly configure internal pool - There was a small omission in the code. It still worked, but the pool - configuration may not have been optimimal. - -2016-10-12 18:20:27 +0100 Tim-Philipp Müller <tim@centricular.com> - - * common: - common: sync to latest revision - Fixes accidental common change when commit patch. - -2016-10-11 11:11:16 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Implement efficient program updates - If the parent bin can handle it, only add/remove the new/gone stream - instead of re-adding/re-moving everything - https://bugzilla.gnome.org/show_bug.cgi?id=772742 - -2016-10-12 14:35:21 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsdemux: Ensure we always get an upstream stream-id - This was a regression. - We only have a upstream-id via STREAM_START if we were in push-mode. - In pull-mode we need to create one. - Note: It would be good to eventually have that method (copied from - gst_pad_get_stream_id_internal()) public in the future - -2016-10-11 16:47:37 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUG - Some variables were hidden or unused - -2015-07-29 15:52:05 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Switch to using GstStream/GstStreamCollection - For each MpegTSBaseStream, we have a GstStream object which - subclasses can extend with information. - For each program a GstStreamCollection is created with all - GstStream from each stream. - -2016-10-11 10:50:17 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Remove duplicated code - Just have one function to check for private section streams - -2016-10-10 17:00:39 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix buffer size print format - https://bugzilla.gnome.org/show_bug.cgi?id=772706 - -2016-10-10 16:52:58 +0200 Arnaud Vrac <avrac@freebox.fr> - - * common: - * ext/hls/gsthlsdemux.h: - hlsdemux: fix hls demux stream type inheritance - GstHLSDemuxStream inherits GstAdaptiveDemuxStream, not - GstAdaptiveDemux. Fixes memory corruption issues. - https://bugzilla.gnome.org/show_bug.cgi?id=772704 - -2016-10-09 06:42:30 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: parse guard interval as a fraction - Fixes wrong default failover when parsing libdvbv5 formatted - channel configuration files. - -2016-10-09 03:23:19 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: add prototypes and reorganize for clarity - -2016-10-08 07:18:15 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - Update my email address - -2016-10-08 05:33:34 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/cam.h: - * sys/dvb/camapplication.h: - * sys/dvb/camapplicationinfo.h: - * sys/dvb/camconditionalaccess.h: - * sys/dvb/camdevice.h: - * sys/dvb/camresourcemanager.h: - * sys/dvb/camsession.h: - * sys/dvb/camswclient.h: - * sys/dvb/camtransport.h: - * sys/dvb/camutils.h: - dvb: drop trailing whitespace and c&p leftovers - -2016-10-08 05:20:47 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: parse DVB-T hierarchy from v5 config file - Avoids relying on the H/W default when the information - can be extracted from the configuration file. - -2016-10-08 04:55:20 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: parse DVB-T lp and hp code rates - -2016-10-08 14:08:06 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegts: Also clear packetizer on TIME DISCONT - When dealing with TIME-based input, the incoming stream could have - potentially changed completely. - In order to check whether it did or not, we need to re-check all sections - (PAT, PMT...). If it didn't, we will keep using the existing streams/pad, - and if it did we will act as if there was a program switch. - Fixes HLS streaming with decodebin3/playbin3 - -2016-10-02 09:34:51 +0200 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Calculate values before queue2 - In order to calculate the *actual* bitrate for downloading a fragment - we need to take into account the time since we requested the fragment. - Without this, the bitrate calculations (previously reported by queue2) - would be biased since they wouldn't take into account the request latency - (that is the time between the moment we request a specific URI and the - moment we receive the first byte of that request). - Such examples were it would be biased would be high-bandwith but high-latency - networks. If you download 5MB in 500ms, but it takes 200ms to get the first - byte, queue2 would report 80Mbit/s (5Mb in 500ms) , but taking the request - into account it is only 57Mbit/s (5Mb in 700ms). - While this would not cause too much issues if the above fragment represented - a much longer duration (5s of content), it would cause issues with short - ones (say 1s, or when doing keyframe-only requests which are even shorter) - where the code would expect to be able to download up to 80Mbit/s ... whereas - if we take the request time into account it's much lower (and we would - therefore end up doing late requests). - Also calculate the request latency for debugging purposes and further - usage (it could allow us to figure out the maximum request rate for - example). - https://bugzilla.gnome.org/show_bug.cgi?id=733959 - https://bugzilla.gnome.org/show_bug.cgi?id=772330 - -2016-10-06 15:54:00 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * ext/opencv/gstopencvutils.cpp: - opencv: Fix memory leak by gst_caps_to_string - gst_caps_to_string function returned allocated memory. - So, It should be freed using g_free function. - https://bugzilla.gnome.org/show_bug.cgi?id=772499 - -2016-10-05 18:32:09 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: don't use g_thread_join() to join the navigation thread - Using g_thread_join() in _finalize() handlers may result in a deadlock - joining the current thread when the last reference is held by a signal - handler. - e.g.: - error 'Resource deadlock avoided' during 'pthread_join (pt->system_thread, NULL)' - The backtrace looks like this: - [...] - g_thread_join () - gst_gl_window_finalize () - gst_gl_window_x11_finalize () - g_object_unref () - g_value_unset () - g_signal_emit_valist () - g_signal_emit () - gst_gl_window_send_mouse_event () - gst_gl_window_mouse_event_cb () - g_main_dispatch () - [..] - g_main_loop_run () - gst_gl_window_navigation_thread () - g_thread_proxy () - start_thread () - clone () - -2016-10-05 18:28:48 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgluploadelement.c: - gluploadelement: fix leak of upload library object - When only linking the element, the upload object will be created from - _transform_caps() but will never be unreffed as the only case is in _stop(). - Add an unref if non-NULL to a new finalize handler for this case. - -2016-10-05 12:11:19 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdisplay.c: - vkdisplay: hold a weakref on the list of windows - It's possible that the window may have been destroyed when a winsys - event comes in for it. - Fixes an assertion in make -C tests/check generic/states.check - -2016-10-05 11:37:04 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - vkdevice: only unref the gstcontext query if non-NULL - Fixes an assertion in make -C tests/check generic/states.check - -2016-09-29 11:45:57 +1000 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcolorconvert.c: - * tests/check/libs/gstglupload.c: - tests/gl: make sure all GL commands are executed on the GL thread - e.g. the final glGetError() must also be completed on the GL thread - -2016-09-28 18:04:21 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/win32/Makefile.am: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.h: - gl/win32: remove egl implementation - It hasn't been used in ages and is dead code. - -2016-09-13 22:07:05 +0900 Wonchul Lee <wonchul.lee@collabora.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst/mpegtsdemux/gstmpegdesc.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Add conditions to identify ATSC EAC3 - https://bugzilla.gnome.org/show_bug.cgi?id=770528 - -2016-09-26 15:23:52 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: make parsing errors delsys-neutral - DVB is a group of delivery standards but we support - several others. While at this, make message formating - more congruent. - -2016-09-30 11:35:41 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com> - - * hooks/pre-commit.hook: - * meson.build: - meson: Setup pre-commit hooks when configuring - -2016-09-30 11:41:34 +0100 Tim-Philipp Müller <tim@centricular.com> - - * meson.build: - meson: update version - -2016-09-30 13:42:06 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Remove Return documentation for function returning void - -=== release 1.9.90 === - -2016-09-30 13:02:55 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiofxbad.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bluez.xml: - * docs/plugins/inspect/plugin-bs2b.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-compositor.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dashdemux.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-decklink.xml: - * docs/plugins/inspect/plugin-dtls.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-fbdevsink.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fluidsynthmidi.xml: - * docs/plugins/inspect/plugin-freeverb.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstgtk.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-ivfparse.xml: - * docs/plugins/inspect/plugin-ivtc.xml: - * docs/plugins/inspect/plugin-jp2kdecimator.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-kate.xml: - * docs/plugins/inspect/plugin-ladspa.xml: - * docs/plugins/inspect/plugin-midi.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-mxf.xml: - * docs/plugins/inspect/plugin-netsim.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-openexr.xml: - * docs/plugins/inspect/plugin-opengl.xml: - * docs/plugins/inspect/plugin-openjpeg.xml: - * docs/plugins/inspect/plugin-opusparse.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-qt.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rsvg.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-rtponvif.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-smoothstreaming.xml: - * docs/plugins/inspect/plugin-sndfile.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-srtp.xml: - * docs/plugins/inspect/plugin-stereo.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-teletext.xml: - * docs/plugins/inspect/plugin-uvch264.xml: - * docs/plugins/inspect/plugin-vcdsrc.xml: - * docs/plugins/inspect/plugin-videofiltersbad.xml: - * docs/plugins/inspect/plugin-videoframe_audiolevel.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-videosignal.xml: - * docs/plugins/inspect/plugin-vmnc.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-webp.xml: - * docs/plugins/inspect/plugin-webrtcdsp.xml: - * docs/plugins/inspect/plugin-wildmidi.xml: - * docs/plugins/inspect/plugin-x265.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-yadif.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.9.90 - -2016-09-30 12:19:32 +0300 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2016-09-30 11:44:47 +0300 Sebastian Dröge <sebastian@centricular.com> - - * po/ky.po: - * po/sv.po: - po: Update translations - -2016-09-29 21:42:24 +0530 Arun Raghavan <arun@osg.samsung.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Actually use buffer pool config after setting it up - CID: 1373420 - -2016-09-29 13:36:11 +0300 Sergey Mamonov <samamonov@gmail.com> - - * ext/lv2/gstlv2filter.c: - fix for https://bugzilla.gnome.org/show_bug.cgi?id=771871 - -2016-09-29 21:45:50 +0530 Arun Raghavan <arun@osg.samsung.com> - - * sys/bluez/gsta2dpsink.c: - a2dpsink: Drop some dead-code - Left over from the last cleanup. - CID: 1373418 - -2016-09-29 14:32:15 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/fdkaac/gstfdkaacdec.c: - fdkaacenc: fix accessing freed memory - The buffer data is not always copied in _Fill, and will be - read in _DecodeFrame. We unmap at the end of the function, - whether we get there via failure or early out, and keep a - ref to the buffer to ensure we can use it to unmap the - memory even after _finish_frame is called, as it unrefs - the buffer. - Note that there is an access beyond the allocated buffer, - which is only apparent when playing from souphttpsrc (ie, - not from filesrc). This appears to be a bug in the bit - reading code in libfdkaac AFAICT. - https://bugzilla.gnome.org/show_bug.cgi?id=772186 - -2016-09-29 14:31:37 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/fdkaac/gstfdkaacdec.c: - * ext/fdkaac/gstfdkaacdec.h: - fdkaacdec: avoid memory corruption on decoding error - The buffer size is expected to be in multiples of the sample size, - not in bytes. - https://bugzilla.gnome.org/show_bug.cgi?id=772186 - -2016-09-29 14:29:46 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/fdkaac/gstfdkaacdec.c: - fdkaacenc: fix buffer leak - https://bugzilla.gnome.org/show_bug.cgi?id=772186 - -2016-09-28 09:44:58 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/fdkaac/gstfdkaacenc.c: - fdkaacenc: set framed=true on src caps - This fixes muxing in MPEG TS. - https://bugzilla.gnome.org/show_bug.cgi?id=772108 - -2016-05-05 15:53:57 +0900 Gwang Yoon Hwang <yoon@igalia.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - gl/dispmanx: Implements set_render_rectangle to adjust the position of window - We cannot set the x, y coordinate of the video frame at the dispmanx at - this point. We need to teach dispmanx backend to understand about - set_render_rectangle API to draw a video with other UI. - This patch keeps the current behavior which places video frame at the - center of the display if there is no set_render_rectangle call to the - dispmanx window. - https://bugzilla.gnome.org/show_bug.cgi?id=766018 - -2016-09-28 15:20:25 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasefilter.h: - * gst-libs/gst/gl/gstglbasememory.h: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstgldebug.h: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfeature.h: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.h: - * gst-libs/gst/gl/gstgloverlaycompositor.h: - * gst-libs/gst/gl/gstglquery.h: - * gst-libs/gst/gl/gstglrenderbuffer.h: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglslstage.h: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglviewconvert.h: - gl: add necessary padding bytes to all public structs - -2016-09-27 16:17:00 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/fdkaac/gstfdkaacenc.c: - fdkaacenc: set transmux on the fdkaac lib - Not doing so will fail to decode in a simple fdkaacenc ! fdkaacdec - pipeline, though would work if this goes through a file. - https://bugzilla.gnome.org/show_bug.cgi?id=772067 - -2016-09-27 16:15:44 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/fdkaac/gstfdkaacdec.c: - fdkaacdec: do not error out of out of sync return - The docs say we should continue feeding in data and decoding - https://bugzilla.gnome.org/show_bug.cgi?id=772067 - -2016-09-27 09:08:51 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/fdkaac/gstfdkaacenc.c: - fdkaac: fix error with AOT_MP2_AAC_LC removed from libfdkaac API - AOT_MP2_AAC_LC is a "pseudo AOT" which got removed after 0.1.4, - and maps to AOT_AAC_LC. - Remove mpegversion 2 from th caps to match. - https://bugzilla.gnome.org/show_bug.cgi?id=772067 - -2016-09-26 16:30:02 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/bluez/meson.build: - meson: bluez: fix build - -2016-09-26 16:38:04 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/linux/DeckLinkAPI.h: - * sys/decklink/linux/DeckLinkAPIConfiguration.h: - * sys/decklink/linux/DeckLinkAPIDeckControl.h: - * sys/decklink/linux/DeckLinkAPIDiscovery.h: - * sys/decklink/linux/DeckLinkAPIModes.h: - * sys/decklink/linux/DeckLinkAPITypes.h: - * sys/decklink/linux/DeckLinkAPIVersion.h: - * sys/decklink/osx/DeckLinkAPI.h: - * sys/decklink/osx/DeckLinkAPIConfiguration.h: - * sys/decklink/osx/DeckLinkAPIDeckControl.h: - * sys/decklink/osx/DeckLinkAPIDiscovery.h: - * sys/decklink/osx/DeckLinkAPIDispatch.cpp: - * sys/decklink/osx/DeckLinkAPIModes.h: - * sys/decklink/osx/DeckLinkAPIStreaming.h: - * sys/decklink/osx/DeckLinkAPITypes.h: - * sys/decklink/osx/DeckLinkAPIVersion.h: - decklink: Update to SDK 10.8 - OSX and Linux only, Windows needs someone on Windows to convert the .idl - files to C source code. - -2016-09-26 11:41:42 +0100 Olivier Crête <olivier.crete@ocrete.ca> - - * ext/fdkaac/gstfdkaacdec.c: - fdkaac: fix mixup setting interleaved output - https://bugzilla.gnome.org/show_bug.cgi?id=770455 - -2016-09-26 13:26:36 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Only report the initial duration if the query was successful - -2016-09-26 11:15:25 +0900 Kyungyong Kim <kyungyong.kim@lge.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Fix parsing of multiple NALs in the hvcC box - https://bugzilla.gnome.org/show_bug.cgi?id=771970 - -2016-09-25 17:38:15 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/bluez/Makefile.am: - bluez: dist new header file - Fixes distcheck. - -2016-09-24 22:39:38 +0530 Arun Raghavan <arun@arunraghavan.net> - - * sys/bluez/gsta2dpsink.c: - * sys/bluez/gstavdtpsink.c: - * sys/bluez/gstavdtpsink.h: - a2dpsink: Don't try to set device caps on avdtpsink - We can't actually configure the transport, so we should only be working - with whatever we get. - -2016-09-23 16:31:50 +0530 Arun Raghavan <arun@arunraghavan.net> - - * sys/bluez/gstavdtpsink.c: - avdtpsink: Chain event handling up to basesink - -2016-09-23 16:04:43 +0530 Arun Raghavan <arun@arunraghavan.net> - - * sys/bluez/gsta2dpsink.c: - * sys/bluez/gsta2dpsink.h: - bluez: Clean up and make a2dpsink functional again - Was crashing, and had a lot of cruft (like a capsfilter and a fakesink) - that was no longer required. - -2016-09-15 17:49:15 +0530 Arun Raghavan <arun@arunraghavan.net> - - * sys/bluez/Makefile.am: - * sys/bluez/gstavdtpsrc.c: - * sys/bluez/gstavdtpsrc.h: - * sys/bluez/gstavrcputil.c: - * sys/bluez/gstavrcputil.h: - * sys/bluez/org.bluez.xml: - avdtpsrc: Add support for AVRCP metadata - Metadata from AVRCP is emitted as tags, and the duration from AVRCP is - used in queries by avdtpsrc. - -2016-09-24 10:49:10 -0400 Sebastian Dröge <sebastian@centricular.com> - - * ext/openjpeg/gstopenjpegdec.c: - openjpegdec: Properly offset and shift for all formats when converting - And while at it, also clean up some code. - -2016-09-24 10:05:16 -0400 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstjpeg2000parse.c: - jpeg2000parse: Don't pass NULL strings to the colorspace / sampling parsing functions - They assert on NULL. - -2016-09-23 15:49:21 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Don't leak GValues in getcaps - -2016-09-22 18:55:23 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: Update our window size on configure event - This is specific to when the waylandsink is not being embedded. In - this patch we pass the render lock to the window so it can safely - call gst_wl_window_set_render_rectangle() with the new size. - https://bugzilla.gnome.org/show_bug.cgi?id=722343 - -2016-09-22 18:53:22 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Remove atomic operation - We already take the render lock from the wlqueue thread in some other - place which indicates that there is no use of this atomic instead of - a proper locking mechanism. - -2016-09-22 15:37:41 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Do not pre-configure proposed pool - Upstream must configure the pool before using it. Pre-configuring - the proposed pool could hide bugs in upstream elements. - -2016-09-22 15:35:44 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: Properly draw black border in absence of viewporter - When we don't have a viewporter (scaling support), we can't use the - 1x1 scaleup image trick. Instead, we need to allocate a buffer with - the same size as the area that need to have black background. - -2016-09-22 10:55:03 +0200 Florian Zwoch <fzwoch@gmail.com> - - * sys/winscreencap/gstdx9screencapsrc.c: - dx9screencapsrc: throw error for invalid screen index - Currently dx9screencapsrc prints a verbose warning in case the screen - index is out of range for the current number of detected monitors. This - value is then dropped. - However there is no initial indication (beside the console print) if it - worked or not. This may result in capturing an unwanted screen as it - would capture the last set index that was not rejected. - This patch sets the index regardless. Instead, the element throws an - error when it tries to run or getting caps for an invalid index. - https://bugzilla.gnome.org/show_bug.cgi?id=771817 - -2016-09-22 18:19:36 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: also free the GWeakRef when removing dead contexts - Otherwise we leak GWeakRef's. - Found with make -C tests/check libs/gstglcontext.valgrind - -2016-09-21 15:51:52 -0700 Martin Kelly <martin@surround.io> - - * gst-libs/gst/wayland/Makefile.am: - wayland/Makefile.am: add missing libs - libgstwayland is missing a dependency on $(GST_PLUGINS_BASE_LIBS), so add it. - https://bugzilla.gnome.org/show_bug.cgi?id=771794 - -2016-09-21 15:07:50 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/wldisplay.c: - waylandsink: Destroy viewporter when done - https://bugzilla.gnome.org/show_bug.cgi?id=738079 - -2016-09-21 11:33:18 -0700 Martin Kelly <martin@surround.io> - - * tests/check/Makefile.am: - build: add missing $(GST_PLUGINS_BASE_LIBS) - The linker flags for several plugins (dashdemux, mssdemux, hlsdemux) are missing - $(GST_PLUGINS_BASE_LIBS), so add them so they can find -lgsttag and -lgstapp. - https://bugzilla.gnome.org/show_bug.cgi?id=771780 - -2016-09-19 12:11:59 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Port to vmeta and GstVideoFrame - This add support for non-standard strides to be used. Note that - some extra work is needed for multi-plane format which may have - a different GstMemory object per plane. This is not currently a - problem since SHM interface is limited to 1 memory. - -2016-09-19 12:08:20 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Don't propose multiple time the same buffer pool - The buffer pool API does not allow multiple of owner. This otherwise - lead to error when renegotiation take place. Aso consider the - allocation query "need_pool" boolean. - -2016-09-19 12:06:17 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Promote debug trace into error trace - Otherwise those error may go unseen making debugging much - harder. - -2016-09-19 12:04:52 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Factor-out the pool creation - -2016-09-16 15:41:11 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylansink: Implement _show_frame() - This fixes the property show-preroll-frame expose by the VideoSink base - class and removes redundant code. - -2016-09-21 15:09:26 +0200 Joakim Johansson <joakimj@axis.com> - - * tests/check/elements/rtponviftimestamp.c: - rtponviftimestamp: Update unit tests after changing default value of D-bit - The D bit shall always be set to true for the first buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=770221 - -2016-09-21 09:31:23 -0400 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Print the Decklink API error return values in debug output in all places - -2016-09-20 18:28:29 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/wayland/Makefile.am: - wayland: fix distcheck some more - -2016-09-13 11:18:27 +0200 Joakim Johansson <joakimj@axis.com> - - * gst/onvif/gstrtponviftimestamp.c: - rtponviftimestamp: Change default value of D-bit - The default value of D-bit is changed to TRUE so discontinuity - is set for initial request and seek request as well. - Only set the e_bit flag for the CUSTOM_DOWNSTREAM event if - a cached buffer exists. - https://bugzilla.gnome.org/show_bug.cgi?id=770221 - -2016-09-19 10:18:22 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: fix --disable-external - conditional "USE_VULKAN" was never defined - -2016-09-19 16:54:43 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorbalance.c: - glcolorbalance: reconfigure on passthrough changes - Fixes an assertion when moving from passthrough to non-passthrough - Without an explicit reconfigure, glfiter won't have created the GL - resources such as the FBO, GL bufferpool, etc and basetransform will - allocate sysmem buffers instead. - -2016-09-16 13:43:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Remove some leftovers from external GstPlayer - -2016-09-17 14:12:44 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/wayland/Makefile.am: - wayland: fix distcheck when wayland-scanner is not installed - -2016-09-15 14:10:02 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/wayland/wldisplay.c: - * ext/wayland/wlwindow.c: - waylandsink: Make wl_viewporter optional - This makes the viewporter interface optional. The end result is - obviously far from optimal, though it greatly helps testing on older - compostitors or gnome-wayland. We can make it strictly needed later when - this new interface get widely adopted. - -2016-06-14 16:34:35 -0700 Scott D Phillips <scott.d.phillips@intel.com> - - * configure.ac: - * ext/wayland/Makefile.am: - * ext/wayland/scaler.xml: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - wayland: Update from scaler to viewporter protocol - Signed-off-by: Scott D Phillips <scott.d.phillips@intel.com> - https://bugzilla.gnome.org/show_bug.cgi?id=767671 - -2016-09-15 14:58:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/libs/player.c: - player: Fix unit test for minor API change - -2016-09-15 13:15:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - player: Remove boolean return from set_subtitle_uri() - It can't fail synchronously and is inconsistent with set_uri(). - -2016-09-14 18:07:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Don't change state to PLAYING immediately if a seek is pending - We first have to finish the seek (in PAUSED) and move to PLAYING once - the seek is actually finished (unless a new one is pending then). - -2016-09-14 11:30:48 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - configure: Depend on gstreamer 1.9.2.1 - -2016-09-08 11:57:52 +0900 Hyunjun Ko <zzoon@igalia.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: map with READWRITE for overlay blend - Just as in basetextoverlay [1], the frame to blend with the subtitles overlay - should be mapped with flags GST_MAP_READWRITE, because - gst_video_overlay_composition_blend() does both operations. - 1. https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=1396f804 - Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - https://bugzilla.gnome.org/show_bug.cgi?id=771382 - -2016-09-13 20:08:19 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * configure.ac: - kmssink: update libdrm dependency to 2.4.55 - The latest libdrm feature supported by kmssink is the universal plane, which - was added in 2.4.55. Let's update the dependency to that version. - https://bugzilla.gnome.org/show_bug.cgi?id=770146 - -2016-09-11 00:06:52 +0000 Graham Leggett <minfrin@sharp.fm> - - * gst/mpegtsdemux/mpegtsbase.c: - tsdemux: handle a NULL name in DVB short event descriptor - Resolves the warning: - GStreamer-WARNING **: Trying to set NULL string on field 'title' on taglist. - https://bugzilla.gnome.org/show_bug.cgi?id=771198 - -2016-09-12 18:38:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Also never have the SINK flag set on adaptivedemux - -2016-09-12 12:19:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - Revert "decklinkvideosink: Scale down scheduled frame times to milliseconds" - This reverts commit 3b7e0d7de32f0728259d601daa13b9eeec3dd3ce. - It was a bug in the driver and is supposed to be fixed with 10.8 and newer. - -2016-09-10 16:41:28 -0300 Thiago Santos <thiagossantos@gmail.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix typo in new API - Fixes supressed -> suppressed typo in previous commit - https://bugzilla.gnome.org/show_bug.cgi?id=770627 - -2016-09-05 10:31:40 +0900 Wonchul Lee <wonchul.lee@collabora.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: prevent to propagate source flag to itself - https://bugzilla.gnome.org/show_bug.cgi?id=770627 - -2016-09-10 20:51:27 +1000 Jan Schmidt <jan@centricular.com> - - * autogen.sh: - * common: - Automatic update of common submodule - From b18d820 to f980fd9 - -2016-09-10 09:54:09 +1000 Jan Schmidt <jan@centricular.com> - - * autogen.sh: - * common: - Automatic update of common submodule - From 2c31690 to b18d820 - -2016-09-09 23:24:01 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/meson.build: - meson/gl: use separate deps for gl and glx - e.g. passing with_gl_api=gles2 would still build the glx code but not be - linking against the libGL library which is where the glX* functions are - located and would result in a linker error. - Solved by checking for the libGL library if either opengl or glx may be - needed and then disabling the corresponding deps as requested. - -2016-09-09 16:55:23 +1000 Matthew Waters <matthew@centricular.com> - - * ext/meson.build: - * ext/vulkan/meson.build: - * ext/vulkan/vkconfig.h.meson: - meson: add build files for vulkan - -2016-09-09 16:36:03 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/meson.build: - * ext/meson.build: - meson: add build files for the gtk plugin - -2016-09-09 11:08:53 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/meson.build: - * ext/meson.build: - * gst-libs/gst/gl/gstglconfig.h.meson: - * gst-libs/gst/gl/meson.build: - * gst-libs/gst/meson.build: - * meson_options.txt: - * pkgconfig/meson.build: - meson: add some starting build files for GL - Currently only works on linux with egl/glx + wayland/x11 but the general - principals have been layed out for adding the other GL platforms/winsys'. - -2016-09-08 11:23:57 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/kms/gstkmssink.c: - kmssink: Scale up to the screen dimension - In most display sink, the logic is to use as much as possible - of the given window. In this case, the window is the screen, - hence it's logical to scale up. - https://bugzilla.gnome.org/show_bug.cgi?id=767422 - -2016-09-08 11:21:09 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/kms/gstkmssink.c: - kmssink: Fix selection of source region - The source region was scaled for display before being passed - to drmModeSetPlane, which resulted in a portion of the video - being cropped. While when crop meta was present, the rectangle - was not centered since we where using unscaled width/height. - https://bugzilla.gnome.org/show_bug.cgi?id=767422 - -2016-09-08 08:40:59 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/player/gstplayer.h: - gstplayer: remove leftover update_interval api - old: gst_player_set_position_update_interval - new: gst_player_config_set_position_update_interval - https://bugzilla.gnome.org/show_bug.cgi?id=769144 - -2016-09-01 19:46:31 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkupload.c: - vkupload: add video/x-raw to the VulkanBuffer uploader - Allows upstream elements that use our memory to passthrough without copying. - -2016-09-01 19:43:59 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkutils.c: - vkutils: set the last element of the layer array to NULL - g_strv* functions require this to not read off the end of the array. - -2016-09-07 20:11:55 +0100 Alistair Buxton <a.j.buxton@gmail.com> - - * tests/examples/gl/clutter/Makefile.am: - gl/examples: Really remove references to $(GST_PLUGINS_GL_*). - These seem to have been missed in the previous commit to this file. - https://bugzilla.gnome.org/show_bug.cgi?id=771023 - -2016-09-07 20:07:26 +0100 Alistair Buxton <a.j.buxton@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - gl: Remove duplicate GL_CFLAGS in Makefile.am. - https://bugzilla.gnome.org/show_bug.cgi?id=771021 - -2016-08-05 18:17:32 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * sys/kms/gstkmsallocator.c: - kmssink: override stride if defined in driver - Some kms drivers demands specific pitches over the ones calculated by - GstVideoInfo. For example, intel driver demands strides round up 64. - This patch queries the driver for the prefered pitch and overwrites it - in the pool's GstVideoInfo structure. - https://bugzilla.gnome.org/show_bug.cgi?id=768446 - -2016-09-06 16:05:53 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Use the event_full function for GstAggregatorPads - Allowing us to tell GstPad why we are failing an event, which might - be because we are 'flushing' even if the sinkpad is not in flush state - at that point. - -2016-09-06 13:13:39 +0800 Haihua Hu <jared.hu@nxp.com> - - * ext/qt/gstqsgtexture.cc: - qmlglsink: check qt_context_ first in GstQSGTexture::bind() - When start qmlglsink app, it will set NULL buffer to GstQSGTexture - in which case that qt_context_ will be a random value and cause - gst_gl_context_activate() fail. - https://bugzilla.gnome.org/show_bug.cgi?id=770925 - -2016-09-06 20:00:07 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - build/vulkan: fix winsys detection based on the previously set variables - The X11/Wayland winsys checks weren't being used to enable the vulkan element. - Use them. - -2016-09-06 11:02:06 +0200 Philippe Normand <philn@igalia.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: prevent deadlock in create_session - Temporarily release the object lock which is needed to post error - messages on the bus. - https://bugzilla.gnome.org/show_bug.cgi?id=770933 - -2016-09-05 22:30:01 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com> - - * meson.build: - meson: Fix building with meson 0.34 when using subprojects - When using subproject meson.source_root() returns the root - directory of the toplevel project which break build. - Upstream meson bug: https://github.com/mesonbuild/meson/issues/722 - -2016-09-05 12:22:17 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com> - - * meson.build: - meson: Bump version to 1.9.2 - -2016-09-05 14:44:24 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * ext/gl/gstgluploadelement.c: - glupload: create the GstGLUpload object in ::transform_caps - Previously it was created in the init function and destroyed in ::stop, which - lead to segfaults when reusing the element. - Now the upload object is created in ::transform_caps if it is NULL, which is the - earliest we need it. The other vfuncs already bail out if the upload object is - NULL, which means that negotiation wasn't done. - -2016-08-29 11:40:54 +0900 Wonchul Lee <wonchul.lee@collabora.com> - - * gst/mpegtsdemux/gstmpegdefs.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Support ATSC EAC3 - EAC3 bit streams shall be identified with a stream_type value of 0x87 when - transmitted as PES streams conforming to ATSC-published standards. It is specified - in ATSC Standard A/52. - https://bugzilla.gnome.org/show_bug.cgi?id=770528 - -2016-09-01 14:25:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Fix-up last commit that was not meant to be pushed yet - -2016-09-01 14:18:33 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - decklink: Fix indentation - -2016-09-01 14:17:48 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Require a clock when going from PAUSED_TO_PLAYING and don't crash if there is none - Also when going from PLAYING_TO_PAUSED, the clock might've been unset in the - meantime, e.g. because the element was removed from its surrounding bin. - -2016-09-01 12:28:22 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.9.2 === - -2016-09-01 12:27:59 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiofxbad.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bluez.xml: - * docs/plugins/inspect/plugin-bs2b.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-compositor.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dashdemux.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-decklink.xml: - * docs/plugins/inspect/plugin-dtls.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-fbdevsink.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fluidsynthmidi.xml: - * docs/plugins/inspect/plugin-freeverb.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstgtk.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-ivfparse.xml: - * docs/plugins/inspect/plugin-ivtc.xml: - * docs/plugins/inspect/plugin-jp2kdecimator.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-kate.xml: - * docs/plugins/inspect/plugin-ladspa.xml: - * docs/plugins/inspect/plugin-midi.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-mxf.xml: - * docs/plugins/inspect/plugin-netsim.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-openexr.xml: - * docs/plugins/inspect/plugin-opengl.xml: - * docs/plugins/inspect/plugin-openjpeg.xml: - * docs/plugins/inspect/plugin-opusparse.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-qt.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rsvg.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-rtponvif.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-smoothstreaming.xml: - * docs/plugins/inspect/plugin-sndfile.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-srtp.xml: - * docs/plugins/inspect/plugin-stereo.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-teletext.xml: - * docs/plugins/inspect/plugin-uvch264.xml: - * docs/plugins/inspect/plugin-vcdsrc.xml: - * docs/plugins/inspect/plugin-videofiltersbad.xml: - * docs/plugins/inspect/plugin-videoframe_audiolevel.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-videosignal.xml: - * docs/plugins/inspect/plugin-vmnc.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-webp.xml: - * docs/plugins/inspect/plugin-webrtcdsp.xml: - * docs/plugins/inspect/plugin-wildmidi.xml: - * docs/plugins/inspect/plugin-x265.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-yadif.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.9.2 - -2016-09-01 11:24:37 +0300 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - po: Update translations - -2016-08-30 16:21:25 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * sys/applemedia/Makefile.am: - * sys/applemedia/plugin.m: - applemedia: Conditionally compile qtkitvideosrc - The API was deprecated in 10.9 and apparently does not exist in the SDK for - macOS Sierra anymore. - https://bugzilla.gnome.org/show_bug.cgi?id=770587 - -2016-08-31 04:26:43 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglframebuffer.h: - gl: Remove extra duplicate typedef of GstGLFramebuffer - It's triggering a warning building git master on OSX - -2016-08-29 16:57:42 +1000 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglupload.c: - tests/glupload: support opengl3 properly instead of spewing GL errors - -2016-08-29 16:52:44 +1000 Matthew Waters <matthew@centricular.com> - - * pkgconfig/gstreamer-gl.pc.in: - gl/pkgconfig: add the lib include dir to the list of includes - 714d8aa in core removed this include dir from it's pkgconfig file. - https://bugzilla.gnome.org/show_bug.cgi?id=770523 - -2016-08-29 15:43:10 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - * tests/check/libs/gstglupload.c: - glupload: fix tests and check for the new RECONFIGURE behaviour - The tests were broken since 91fea30, which changed glupload to return - GST_GL_UPLOAD_RECONFIGURE if the texture target in the input buffers doesn't - match the texture-target configured in the output caps. - This commit fixes that and adds more checks for the new behaviour. - -2016-08-19 11:12:10 -0700 Thibault Saunier <thibault.saunier@osg.samsung.com> - - * ext/gme/gstgme.c: - * ext/sndfile/gstsfsink.c: - * ext/teletextdec/gstteletextdec.c: - * ext/timidity/gsttimidity.c: - * ext/timidity/gstwildmidi.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst/aiff/aiffparse.c: - * gst/midi/midiparse.c: - * gst/mpegdemux/gstmpegdemux.c: - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mxf/mxfdemux.c: - * gst/nuvdemux/gstnuvdemux.c: - * gst/tta/gstttaparse.c: - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - * sys/applemedia/avfassetsrc.m: - Use the new API to post flow ERROR messages on the bus - https://bugzilla.gnome.org/show_bug.cgi?id=770158 - -2016-08-26 20:12:21 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/dash_mpd.c: - dash: Fix build of unit test - -2016-08-25 20:50:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Add properties to select maximum allowed width/height and framerate - https://bugzilla.gnome.org/show_bug.cgi?id=770408 - -2016-08-26 16:04:27 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosink.cpp: - decklinkaudiosink: Fix compiler warning on OS X - While gint64 and int64_t are always the same, clang does not agree with that. - /Applications/Xcode.app/Contents/Developer/usr/bin/make -C decklink - CXX libgstdecklink_la-gstdecklinkaudiosink.lo - gstdecklinkaudiosink.cpp:675:79: error: cannot initialize a parameter of type 'int64_t *' (aka 'long long *') with an rvalue of type 'gint64 *' (aka 'long *') - ret = buf->output->attributes->GetInt (BMDDeckLinkMaximumAudioChannels, &max_channels); - ^~~~~~~~~~~~~ - ./linux/DeckLinkAPI.h:692:87: note: passing argument to parameter 'value' here - virtual HRESULT GetInt (/* in */ BMDDeckLinkAttributeID cfgID, /* out */ int64_t *value) = 0; - ^ - -2016-08-26 22:51:48 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideomemory.c: - applemedia: fix compiler warning - -2016-08-26 15:48:36 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Scale down scheduled frame times to milliseconds - Scale down to milliseconds, otherwise at least some hardware has problems - scheduling the frames (or schedules them too slow) and we run out of available - frames. - https://bugzilla.gnome.org/show_bug.cgi?id=770282 - -2016-08-26 14:08:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosink.cpp: - decklinkaudiosink: Add support for 8 and 16 channels - -2016-08-26 17:37:54 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/avfassetsrc.m: - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/coremediabuffer.h: - * sys/applemedia/corevideobuffer.c: - * sys/applemedia/corevideobuffer.h: - * sys/applemedia/corevideomemory.c: - * sys/applemedia/corevideomemory.h: - * sys/applemedia/iosglmemory.c: - * sys/applemedia/iosglmemory.h: - * sys/applemedia/iosurfacememory.c: - * sys/applemedia/plugin.m: - * sys/applemedia/qtkitvideosrc.m: - * sys/applemedia/videotexturecache.h: - * sys/applemedia/videotexturecache.m: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtenc.c: - applemedia: changes to make GL memory mappable on CPU on iOS - This commit introduces IOSGLMemory which is a GLMemory that falls back to - GstAppleCoreVideoMemory for CPU access. This is a temporary solution until - IOSurface gets exposed as a public framework on iOS and so we can use - IOSurfaceMemory on both MacOS and iOS. - https://bugzilla.gnome.org/show_bug.cgi?id=769210 - -2016-08-22 17:18:27 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * ext/gl/gstgluploadelement.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - gstglupload: make the GLMemoryUpload method output the correct texture-target - Now when used with video/x-raw as input, the GLMemoryUpload method checks for - ->tex_target in input GLMemory(es) and sets the output texture-target - accordingly. - Fixes video corruption with a pipeline like avfvideosrc ! video/x-raw ! - glimagesink where on macos avfvideosrc pushes RECTANGLE textures but glupload - was configuring texture-target=2D as output. - -2016-08-24 09:41:08 -0300 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/mpegts/mpegts_enum.py: - * gst/mpegtsdemux/meson.build: - * meson.build: - meson: Make mpegts lib build when using subprojects - The headers passed as parametter are relative to the build dir - basically "../subproject/gst-plugins-bad/gst-libs/gst/mpegts/XXX.h" - but that does not match what is needed at build time when building as - subproject, also we always add current dir as include_dir so we are - safe including directly. - And link mpegtsdemux against the 'math' library as it is needed. - -2016-08-26 03:46:39 +1000 Jan Schmidt <jan@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - docs: Expose the opengl plugin and element docs - -2016-08-26 02:20:11 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Handle if update_caps() returns EMPTY - Don't assume the returned caps from update_caps() is - non-empty. - -2016-08-26 02:07:27 +1000 Jan Schmidt <jan@centricular.com> - - * ext/gl/gstglvideomixer.c: - gl: Update glvideomixer doc - -2016-08-26 02:06:00 +1000 Jan Schmidt <jan@centricular.com> - - * ext/gl/gstglstereomix.c: - * ext/gl/gstglviewconvert.c: - gl: Add/update docs for glviewconvert, glstereomix - Add some example pipelines for glstereomix, and fix up - the example pipelines for glviewconvert - -2016-08-26 00:29:34 +1000 Jan Schmidt <jan@centricular.com> - - * ext/gl/gstglstereomix.c: - * ext/gl/gstglstereomix.h: - glstereomix: Fix caps negotiation - The videoaggregator negotiation sequence changed some time - back and broke glstereomix. Instead of doing nego incorrectly - in the find_best_format() vfunc, do it directly in the - update_caps() method. - -2016-08-25 15:26:49 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: Fix texture target fixation - Don't set the chosen texture-target into the wrong structure. - The input caps may not be writable, and in any case - the - intention was to configure the othercaps. Also, remove an - extra unref - the othercaps ref is consumed by - gst_caps_make_writable already. - -2016-08-25 19:35:13 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/hls/gsthlsdemux.c: - * ext/smoothstreaming/gstmssdemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Enable bitrate selection for trick mode streaming again - And scale the bitrate with the absolute rate (if it's bigger than 1.0) to get - to the real bitrate due to faster playback. - This allowed in my tests to play a stream with 10x speed without buffering as - the lowest bitrate is chosen, instead of staying/selecting the highest bitrate - and then buffering all the time. - It was previously disabled for not very well specified reasons, which seem to - be not valid anymore nowadays. - -2016-08-25 16:33:17 +0200 Josep Torra <n770galaxy@gmail.com> - - * tests/check/elements/.gitignore: - gitignore: add missing dash_isoff file - -2016-08-25 12:45:33 +0200 Josep Torra <n770galaxy@gmail.com> - - * tests/check/Makefile.am: - build: fix gst-uninstalled build in osx - Fixes clang: error: argument unused during compilation: '-pthread' - when building the test programs. - -2016-08-25 14:35:59 +0200 Josep Torra <n770galaxy@gmail.com> - - * configure.ac: - * tests/check/Makefile.am: - build: unconditionally check for video, audio and pbutils modules - Check for modules in configure and use GST_*_LIBS vars to link with - the libraries instead of hardcoding them. - -2016-07-26 19:55:13 +0200 Xabier Rodriguez Calvar <calvaris@igalia.com> - - * ext/gl/gstglvideoflip.c: - * ext/gl/gstglvideoflip.h: - glvideoflip: implement GstVideoDirection interface - It implements now this interface with its video-direction - property. Values are changed to GstVideoOrientationMethod but they have - the same value than the originals. - https://bugzilla.gnome.org/show_bug.cgi?id=768687 - -2016-08-24 19:43:55 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/fdkaac/gstfdkaacenc.c: - fdkaacenc: Implement some automatic bitrate selection - Based on sample rate and channel count, see - http://wiki.hydrogenaud.io/index.php?title=Fraunhofer_FDK_AAC#Recommended_Sampling_Rate_and_Bitrate_Combinations - -2016-08-24 14:15:09 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: On redirects, remember the redirect URI separately and don't consider this an URI property change - The application does not know anything about the redirect, and changing its - URI internally will cause confusion. - Also don't reset the subtitle URI. - -2016-08-24 14:10:41 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Don't report spurious STOPPED state changes when doing transient changes there - -2016-08-24 13:01:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Ensure that rate is initialized to 1.0 - -2016-08-24 10:16:00 +0000 Fredrik Fornwall <fredrik@fornwall.net> - - * sys/opensles/Makefile.am: - opensles: Add opensles.h to noinst_HEADERS - https://bugzilla.gnome.org/show_bug.cgi?id=770326 - -2016-08-23 14:37:17 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: De-duplicate rate setting code and always use the property - -2016-08-23 14:33:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Protect setter/getter for the configuration with a mutex - -2016-08-23 14:32:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - player: Move subtitle URI setter next to the uri setter - It's confusing to have them a couple of hundred lines apart. - -2016-08-17 19:59:17 +0200 Matej Knopp <matej.knopp@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: fix MPEG-2 video caps - Add systemstream=false to caps, otherwise the decoder - may be picked for MPEG-PS files. Also parsed=true, - as video toolbox expects entire frame in - VTDecompressionSessionDecodeFrame. - https://bugzilla.gnome.org/show_bug.cgi?id=770049 - -2016-08-23 02:13:19 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c.rej: - * gst-libs/gst/adaptivedemux/set_state_keep.patch: - adaptivedemux: Fix the previous commit - Remove extra files that were not meant to be added to the commit - -2016-08-23 01:57:55 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c.rej: - * gst-libs/gst/adaptivedemux/set_state_keep.patch: - adaptivedemux: Fix broken updates loop on live streams - Prevent the manifest update loop from looping endlessly - after a seek event, by clearing the variable that tells - the task function not to immediately exit. - -2016-08-18 10:06:27 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix stream exposure condition - The new streams should not be exposed until all streams are done with the - current fragment. The old code is incorrect and actually only checked the - current stream. Fix this by properly checking all streams. - Also, ignore the current stream. The code is only reached when the current - stream finished downloading and since - 07f49f15b1196cc9fa0d45af91149a35fce123b9 ("adaptivedemux: On EOS, handle it - before waking download loop") download_finished is set after - gst_adaptive_demux_stream_advance_fragment_unlocked() is called. - Without this HLS playback with multiple streams is broken, because the new - streams are never exposed. - https://bugzilla.gnome.org/show_bug.cgi?id=770075 - -2016-08-21 16:21:07 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/mpg123/meson.build: - meson: remove unused mpg123 build file - mpg123 was moved to ugly. - -2016-08-12 21:21:45 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * .gitignore: - * config.h.meson: - * ext/assrender/meson.build: - * ext/bz2/meson.build: - * ext/chromaprint/meson.build: - * ext/curl/meson.build: - * ext/dash/meson.build: - * ext/directfb/meson.build: - * ext/dtls/meson.build: - * ext/dts/meson.build: - * ext/faac/meson.build: - * ext/faad/meson.build: - * ext/flite/meson.build: - * ext/fluidsynth/meson.build: - * ext/hls/meson.build: - * ext/kate/meson.build: - * ext/libde265/meson.build: - * ext/libmms/meson.build: - * ext/meson.build: - * ext/mpg123/meson.build: - * ext/openh264/meson.build: - * ext/openjpeg/meson.build: - * ext/opus/meson.build: - * ext/resindvd/meson.build: - * ext/rsvg/meson.build: - * ext/rtmp/meson.build: - * ext/sbc/meson.build: - * ext/schroedinger/meson.build: - * ext/smoothstreaming/meson.build: - * ext/soundtouch/meson.build: - * ext/spandsp/meson.build: - * ext/srtp/meson.build: - * ext/srtp/srtp_mkenum.py: - * ext/voaacenc/meson.build: - * ext/webp/meson.build: - * ext/x265/meson.build: - * ext/zbar/meson.build: - * gst-libs/gst/adaptivedemux/meson.build: - * gst-libs/gst/audio/meson.build: - * gst-libs/gst/base/meson.build: - * gst-libs/gst/basecamerabinsrc/meson.build: - * gst-libs/gst/codecparsers/meson.build: - * gst-libs/gst/gl/gstglconfig.h.meson: - * gst-libs/gst/gl/meson.build: - * gst-libs/gst/insertbin/meson.build: - * gst-libs/gst/interfaces/build_mkenum.py: - * gst-libs/gst/interfaces/meson.build: - * gst-libs/gst/meson.build: - * gst-libs/gst/mpegts/meson.build: - * gst-libs/gst/mpegts/mpegts_enum.py: - * gst-libs/gst/player/meson.build: - * gst-libs/gst/uridownloader/meson.build: - * gst-libs/gst/video/meson.build: - * gst-libs/meson.build: - * gst/accurip/meson.build: - * gst/adpcmdec/meson.build: - * gst/adpcmenc/meson.build: - * gst/aiff/meson.build: - * gst/asfmux/meson.build: - * gst/audiobuffer/meson.build: - * gst/audiofxbad/meson.build: - * gst/audiomixer/meson.build: - * gst/audiovisualizers/meson.build: - * gst/autoconvert/meson.build: - * gst/bayer/meson.build: - * gst/camerabin2/meson.build: - * gst/cdxaparse/meson.build: - * gst/coloreffects/meson.build: - * gst/compositor/meson.build: - * gst/dataurisrc/meson.build: - * gst/dccp/meson.build: - * gst/debugutils/meson.build: - * gst/dvbsuboverlay/meson.build: - * gst/dvdspu/meson.build: - * gst/faceoverlay/meson.build: - * gst/festival/meson.build: - * gst/fieldanalysis/meson.build: - * gst/freeverb/meson.build: - * gst/frei0r/meson.build: - * gst/games/meson.build: - * gst/gaudieffects/meson.build: - * gst/gdp/meson.build: - * gst/geometrictransform/meson.build: - * gst/hdvparse/meson.build: - * gst/id3tag/meson.build: - * gst/inter/meson.build: - * gst/interlace/meson.build: - * gst/ivfparse/meson.build: - * gst/ivtc/meson.build: - * gst/jp2kdecimator/meson.build: - * gst/jpegformat/meson.build: - * gst/librfb/meson.build: - * gst/meson.build: - * gst/midi/meson.build: - * gst/mixmatrix/meson.build: - * gst/mpeg1sys/meson.build: - * gst/mpegdemux/meson.build: - * gst/mpegpsmux/meson.build: - * gst/mpegtsdemux/meson.build: - * gst/mpegtsmux/meson.build: - * gst/mve/meson.build: - * gst/mxf/meson.build: - * gst/nuvdemux/meson.build: - * gst/onvif/meson.build: - * gst/overlay/meson.build: - * gst/patchdetect/meson.build: - * gst/pcapparse/meson.build: - * gst/pnm/meson.build: - * gst/rawparse/meson.build: - * gst/real/meson.build: - * gst/removesilence/meson.build: - * gst/rtjpeg/meson.build: - * gst/sdi/meson.build: - * gst/sdp/meson.build: - * gst/segmentclip/meson.build: - * gst/siren/meson.build: - * gst/smooth/meson.build: - * gst/speed/meson.build: - * gst/stereo/meson.build: - * gst/subenc/meson.build: - * gst/tta/meson.build: - * gst/vbidec/meson.build: - * gst/videofilters/meson.build: - * gst/videoframe_audiolevel/meson.build: - * gst/videomeasure/meson.build: - * gst/videoparsers/meson.build: - * gst/videosignal/meson.build: - * gst/vmnc/meson.build: - * gst/y4m/meson.build: - * gst/yadif/meson.build: - * meson.build: - * meson_options.txt: - * pkgconfig/meson.build: - * sys/bluez/meson.build: - * sys/d3dvideosink/meson.build: - * sys/directsound/meson.build: - * sys/dvb/meson.build: - * sys/meson.build: - * sys/wasapi/meson.build: - * sys/winks/meson.build: - * sys/winscreencap/meson.build: - Add support for Meson as alternative/parallel build system - https://github.com/mesonbuild/meson - With contributions from: - Tim-Philipp Müller <tim@centricular.com> - Matej Knopp <matej.knopp@gmail.com> - Jussi Pakkanen <jpakkane@gmail.com> (original port) - Highlights of the features provided are: - * Faster builds on Linux (~40-50% faster) - * The ability to build with MSVC on Windows - * Generate Visual Studio project files - * Generate XCode project files - * Much faster builds on Windows (on-par with Linux) - * Seriously fast configure and building on embedded - ... and many more. For more details see: - http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html - http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html - Building with Meson should work on both Linux and Windows, but may - need a few more tweaks on other operating systems. - -2016-08-18 17:46:19 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/dts/gstdtsdec.c: - * ext/resindvd/resindvdsrc.h: - * gst/bayer/gstbayer2rgb.c: - * gst/dccp/gstdccp_common.h: - * gst/librfb/d3des.c: - * sys/fbdev/gstfbdevsink.c: - plugins: Use stdint.h instead of _stdint.h - _stdint.h is generated by Autotools and we don't really need it. All - supported platforms now ship with stdint.h. The only stickler was MSVC, - and since Visual Studio 2015 it also ships stdint.h now. - -2016-08-12 21:51:17 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * win32/common/libgstgl.def: - win32: Update libgstgl.def - -2016-03-02 00:53:44 +0530 Nirbheek Chauhan <nirbheek.chauhan@gmail.com> - - * gst-libs/gst/codecparsers/nalutils.c: - codecparsers: Explicitly export functions marked inline - On MSVC, inline functions are not available outside of a file unless - explicitly exported - -2016-08-19 12:24:58 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/rawparse/gstrawvideoparse.c: - rawvideoparse: fix typo in comment - Small typo in the comment explaining the code fixed by the previous commit. - Fixing it. - -2016-08-19 14:19:38 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawvideoparse.c: - rawvideoparse: Revert last commit and actually remember the physically last plane - Instead of just always taking the last one as before. - -2016-08-19 11:57:33 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/rawparse/gstrawvideoparse.c: - rawvideoparse: remove unused assignment - Value in last_plane will be overwritten before used, remove unused - asignment. - Fixes commit 91cf5ac69f9c99fe41d60f42b4174915dd135e7b - CID 1371462 - -2016-08-18 18:55:41 +0200 Philippe Renon <philippe_renon@yahoo.fr> - - * ext/daala/gstdaaladec.c: - daala: fix typo related compilation error - https://bugzilla.gnome.org/show_bug.cgi?id=770102 - -2016-08-19 11:02:46 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * sys/Makefile.am: - * sys/applemedia-nonpublic/Makefile.am: - * sys/applemedia-nonpublic/bufferfactory.h: - * sys/applemedia-nonpublic/bufferfactory.m: - * sys/applemedia-nonpublic/celapi.c: - * sys/applemedia-nonpublic/celapi.h: - * sys/applemedia-nonpublic/celvideosrc.c: - * sys/applemedia-nonpublic/celvideosrc.h: - * sys/applemedia-nonpublic/cmapi.c: - * sys/applemedia-nonpublic/cmapi.h: - * sys/applemedia-nonpublic/coremediabuffer.c: - * sys/applemedia-nonpublic/coremediabuffer.h: - * sys/applemedia-nonpublic/coremediactx.c: - * sys/applemedia-nonpublic/coremediactx.h: - * sys/applemedia-nonpublic/corevideobuffer.c: - * sys/applemedia-nonpublic/corevideobuffer.h: - * sys/applemedia-nonpublic/cvapi.c: - * sys/applemedia-nonpublic/cvapi.h: - * sys/applemedia-nonpublic/dynapi-internal.h: - * sys/applemedia-nonpublic/dynapi.c: - * sys/applemedia-nonpublic/dynapi.h: - * sys/applemedia-nonpublic/mioapi.c: - * sys/applemedia-nonpublic/mioapi.h: - * sys/applemedia-nonpublic/miovideodevice.c: - * sys/applemedia-nonpublic/miovideodevice.h: - * sys/applemedia-nonpublic/miovideosrc.c: - * sys/applemedia-nonpublic/miovideosrc.h: - * sys/applemedia-nonpublic/mtapi.c: - * sys/applemedia-nonpublic/mtapi.h: - * sys/applemedia-nonpublic/plugin.m: - applemedia-nonpublic: remove bitrotten plugin that's no longer needed - -2016-08-19 19:46:24 +1000 Florian Zwoch <fzwoch@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: account for retina displays when capturing screens - Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=770030 - -2016-08-19 17:11:13 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - build: bump graphene requirement to 1.4 - -2016-08-19 15:35:49 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - gltransformation: rewrite the inverse transformation logic - It now returns the correct values for both orthographic and perspective - projections and takes into account the aspect ratio of the video, handles - the Y-flipping in GL and by us and uses some more helpers from graphene. - -2016-07-01 16:18:55 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: marshal gst_gl_window_resize through the window loop - saves having every caller do it themselves. - -2016-06-30 23:06:43 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/wayland/wayland_event_source.c: - gl/wayland: use multi-threaded safe event wayland API - Multiple threads may be accessing the wayland fd at the same time which - requires the use of special wayland API to deal with to ensure nobody - will steal reads and cause a stall for anyone else. - -2016-07-01 00:15:55 +1000 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/gtk/fxtest/fxtest.c: - gl/examples/fxtest: fix up for wayland support - - Pass the wayland display to gst - - Redrawing on resize is no longer needed. - -2016-08-17 16:21:34 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: warn on ignored key/value pairs - Otherwise at runtine, users get the misleading - parsing-OK message with no info on, for example, - properties that failed to map because of a typo. - -2016-08-16 15:35:39 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: handle problems parsing dvbv5 config keys - -2016-08-18 15:28:33 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/mplex/gstmplex.cc: - mplex: Don't start task (yet/again) on pad release if we're in READY or NULL - Fixes spurious segfault in unit test, where the task was started again during - shutdown when all pads were removed... and was then still running while the - element was finalized. - -2016-08-18 13:21:54 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDR - -2016-08-08 17:54:46 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * tests/check/elements/.gitignore: - * tests/check/elements/rawaudioparse.c: - * tests/check/elements/rawvideoparse.c: - rawparse: Fix and extend unit tests - * Add caps change test to unit tests - * Cleanup leftover buffers after each unit test - * Add missing rawvideoparse entry in .gitignore - https://bugzilla.gnome.org/show_bug.cgi?id=769637 - -2016-08-16 09:31:40 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * gst/rawparse/gstrawvideoparse.c: - * gst/rawparse/gstrawvideoparse.h: - * tests/check/elements/rawvideoparse.c: - rawvideoparse: Compute plane offsets & strides if no custom ones are set - This is useful to ensure that the offsets and strides are computed if - only width, height, format etc. in the property config are set. - https://bugzilla.gnome.org/show_bug.cgi?id=769797 - -2016-08-16 18:46:49 +0300 Sergei Saveliev <saveliev.sergei@gmail.com> - - * sys/applemedia/avfassetsrc.m: - avfassetsrc: Don't escape the URI another time in another location too - One location was forgotten in a913a0b9679dd58945ad105d240db45595fdaba6 - https://bugzilla.gnome.org/show_bug.cgi?id=767492 - -2016-08-16 20:33:21 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gstegl.h: - gl/egl: fix inverted typedef - 2b6841d had an inverted typedef defining ginptr and EGLAttrib. Fix that. - -2016-08-16 10:37:28 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/timidity/gstwildmidi.c: - wildmidi: Fix compilation with wildmidi 0.4 - Old versions used char* for the data, new versions use int8_t*. They're often - not the same and differ in signedness. - -2016-08-16 16:51:02 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/egl/gstegl.h: - gl/build: add configure check for possibly missing EGLAttrib - Fixes the build on older android targets. - -2016-07-13 17:15:44 +0800 Song Bing <bing.song@nxp.com> - - * gst-libs/gst/gl/egl/gsteglimage.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/egl/gstglmemoryegl.c: - gl/egl/dmabuf: Wrong attribute list type for EGL 1.5 - For EGL 1.5 spec, the attribute list type should be EGLAttrib. - https://bugzilla.gnome.org/show_bug.cgi?id=768602 - -2016-08-15 16:14:25 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: fix race joining thread on finalize - https://bugzilla.gnome.org/show_bug.cgi?id=769939 - -2016-08-16 00:40:53 +1000 Jan Schmidt <jan@centricular.com> - - * ext/qt/gstqtglutility.cc: - qt: Use wglShareLists() workaround unconditionally. - Sometimes wglCreateContextAttribsARB() exists, but - isn't functional (some Intel drivers), so it's - easiest to do the workaround unconditionally. - -2016-08-15 16:37:44 +1000 Jan Schmidt <jan@centricular.com> - - * sys/winks/gstksvideodevice.c: - * sys/winks/gstksvideodevice.h: - * sys/winks/gstksvideosrc.c: - * sys/winks/ksvideohelpers.c: - * sys/winks/ksvideohelpers.h: - winks: Fix RGB frame flipping and postprocessing - Uncompressed RGB frames can be (usually are) bottom-up - layout in DirectShow, and the code to flip them wasn't - properly ported from 0.10. Fix it. - Fix post-processing of RGB buffers. We need a writable - buffer, but the requests pool is holding an extra ref. - This could use more fixing to use a buffer pool - -2016-08-12 22:17:25 +1000 Jan Schmidt <jan@centricular.com> - - * sys/winks/gstksvideosrc.c: - winks: Give the ksvideosrc PRIMARY rank - It's the primary video source on Windows, so give it a - rank for autoplugging by camerabin and friends - -2016-08-12 22:16:33 +1000 Jan Schmidt <jan@centricular.com> - - * sys/winks/ksvideohelpers.c: - winks: Fix swapped RGBx/RGB caps mapping, and endianness. - The RGBx and RGB format mappings were reversed. - What Windows calls RGB are laid out as BGR in our parlance, so - switch that too - -2016-08-08 13:41:14 +1000 Jan Schmidt <jan@centricular.com> - - * ext/qt/gstqtglutility.cc: - qt: Move debug statement to after the category init - Don't output debug to an uninitialised debug category. - -2016-08-11 12:19:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - dashdemux: Disable unit test for the time being - It uses random data streams but dashdemux nowadays actually looks into the - streams and doesn't like randomness very much. The tests should probably just - become validate tests on real streams. - https://bugzilla.gnome.org/show_bug.cgi?id=769553 - -2016-08-11 12:11:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overriding the timestamp with 0 from the MPD seeking method"" - This reverts commit aea2c13fc1672a7260679d706d0a084a34ba7531. - -2016-08-04 14:47:41 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: When doing chunked downloading on SIDX, clip requests on the SIDX entry boundaries - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-08-02 08:47:55 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Collect average moof and first sync sample sizes - And always request those in the beginning so that ideally we get the moof and - the first sync sample all together with the first HTTP request. - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-08-02 08:35:26 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Download any sync-sample following the moof directly in key-units only mode - We don't have to do yet another additional request but can just download the - data directly. - Also unify the key-unit only mode buffer pushing and extract it into its own - function now that it became more complicated. - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-07-29 12:50:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: If a fragment contains no sync samples, disable key-unit mode - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-07-29 12:32:50 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Remember if for a stream we could do key-units only mode - This makes sure we don't even try going into that mode if we previously saw - that the stream does not have the suitable metadata. - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-07-29 11:54:21 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Also allow key-unit only mode if (some) sample flags are given by trex but we can still find sync frames - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-07-12 20:09:52 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Use chunked downloading for the moof in KEY_UNITS mode - Allows us to reuse the HTTP connection and reduce latencies a lot. - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-07-12 10:22:43 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Add API for allowing subclasses to download URLs in chunks - This allows to gradually download part of a fragment when the final size is - not known and only a part of it should be downloaded. For example when only - the moof should be parsed and/or a single keyframe should be downloaded. - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-06-01 14:02:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Mark every first buffer of moov, sidx, moof and mdat as DISCONT in keyframe-only mode - We need to mark every first buffer of a key unit as discont, and also every - first buffer of a moov and moof. This ensures that qtdemux takes note of our - buffer offsets for each of those buffers instead of keeping track of them - itself from the first buffer. We need offsets to be consistent between moof - and mdat - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-07-28 10:53:49 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Only enable key-unit trick mode for video streams - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-05-31 15:12:49 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Only do keyframe-only playback if the corresponding seek flag is given - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-05-30 12:09:34 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Implement downloading of only sync samples - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-05-30 11:15:03 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Store parsed moof and extract offsets of sync samples in it - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-05-02 17:11:31 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - * tests/check/elements/dash_isoff.c: - * tests/check/elements/dash_isoff.h: - dash: Add test for parsing a moof box - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-05-02 16:03:56 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - * tests/check/elements/dash_isoff.c: - dash: Add unit test for ISOBFF box header parsing - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-04-07 21:33:51 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstisoff.c: - * ext/dash/gstisoff.h: - dashdemux: Implement parsing of moof box - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-04-07 13:34:57 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstisoff.c: - dashdemux: Move code around to keep all sidx related functions together - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-04-07 12:57:13 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstisoff.c: - * ext/dash/gstisoff.h: - dashdemux: Store box fourccs in the header at a central place - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-03-28 13:45:36 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Implement parsing of ISOBMFF boxes - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-03-16 13:48:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstisoff.c: - * ext/dash/gstisoff.h: - dash: Add helper for parsing box headers - https://bugzilla.gnome.org/show_bug.cgi?id=741104 - -2016-08-10 22:50:12 +0000 xlazom00 <xlazom00@gmail.com> - - * ext/x265/gstx265enc.c: - x265enc: Enable aspect ratio - x265 encoder need aspectRatioIdc == X265_EXTENDED_SAR if we want to use - sarWidth/sarHeight - https://bugzilla.gnome.org/show_bug.cgi?id=769716 - -2016-08-08 13:10:12 +0200 Josep Torra <n770galaxy@gmail.com> - - * ext/openjpeg/gstopenjpegenc.c: - openjpegenc: use the corrent enumeration - Fixes the following error when building in osx. - error: implicit conversion from enumeration type - 'GstJPEG2000Colorspace' to different enumeration type - 'GstJPEG2000Sampling' - -2016-08-08 11:28:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amc: Fix call to realloc() to allocate the correct size of items - -2016-08-07 20:53:30 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * ext/Makefile.am: - fdkaac: actually build and dist - -2016-08-06 23:31:23 +0000 xlazom00 <xlazom00@gmail.com> - - * ext/hls/Makefile.am: - * gst/timecode/Makefile.am: - hls, timecode: fix linking - https://bugzilla.gnome.org//show_bug.cgi?id=769587 - -2016-08-07 12:20:16 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/fdkaac/Makefile.am: - * ext/fdkaac/gstfdkaacdec.c: - * ext/fdkaac/gstfdkaacdec.h: - * ext/fdkaac/plugin.c: - fdkaac: Add FDK AAC based decoder element - Missing is support for error concealment, etc. - -2016-08-07 11:39:07 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/fdkaac/Makefile.am: - * ext/fdkaac/gstfdkaacenc.c: - * ext/fdkaac/gstfdkaacenc.h: - * ext/fdkaac/plugin.c: - fdkaac: Add FDK AAC based encoder element - This currently only handles LC profile and exposes a bitrate property, but - handles up to 7.1 channels. See TODO list for missing features. - -2016-08-07 08:51:06 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * ext/fdkaac/Makefile.am: - * ext/fdkaac/plugin.c: - fdkaac: Initial plugin skeleton - -2016-08-01 11:45:30 +0200 Bernhard Miller <bernhard.miller@streamunlimited.com> - - * gst/aiff/aiffparse.c: - aiffparse: keep end_offset when seeking - After seeking in aiff files the information about the data end offset is - discarded, leading to audio artifacts with metadata chunks at the end of - a file. - This patch retains the end offset information after a seek event. - https://bugzilla.gnome.org//show_bug.cgi?id=769376 - -2016-08-06 16:15:33 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: don't crash if video frame could not be mapped - As might happen with e.g. vaapi and the test file from - https://bugzilla.gnome.org/show_bug.cgi?id=736227 - -2016-08-05 09:16:58 +0200 Edward Hervey <bilboed@bilboed.com> - - * ext/dash/gstdashdemux.c: - Revert "dashdemux: When doing SIDX seeking, return instead of overriding the timestamp with 0 from the MPD seeking method" - This reverts commit 947656cfd22b75f914d5abe0af82396787f67564. - This makes all dash seeking tests fail. Needs more testing to fully understand - what's going wrong. Revert ok'd by Sebastian - -2016-05-31 19:21:17 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * gst/timecode/Makefile.am: - * gst/timecode/gsttimecodewait.c: - * gst/timecode/gsttimecodewait.h: - * gst/timecode/plugin.c: - timecodewait: New element to wait for a specific timecode - timecodewait receives a timecode as an argument (either as string or as - GstVideoTimeCode - one is gst-launch-friendly and the other is code-friendly), - and it will drop all audio and video buffers until that timecode has been - reached. - https://bugzilla.gnome.org/show_bug.cgi?id=766419 - -2016-05-20 18:17:52 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * configure.ac: - * gst/timecode/Makefile.am: - * gst/timecode/gsttimecodestamper.c: - * gst/timecode/gsttimecodestamper.h: - * gst/timecode/plugin.c: - timecodestamper: New element to attach SMPTE timecode to buffers - The timecodestamper element attaches a SMPTE timecode to each video buffer. - This timecode corresponds to the current stream time. - https://bugzilla.gnome.org/show_bug.cgi?id=766419 - -2016-05-15 17:25:44 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosink.h: - decklinkvideosink: Add support for GstVideoTimeCode - The timecode will be fetched from the video buffer and outputted on the - decklink video sink. - https://bugzilla.gnome.org/show_bug.cgi?id=766419 - -2016-05-15 16:04:14 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklinkvideosrc: Add support for GstVideoTimeCode - The timecode will be fetched from the decklink source and attached to the - video buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=766419 - -2016-08-04 23:14:41 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: add missing rgb16 and bgr16 video formats in switch - Fixes an assertion that code should not be reached - https://bugzilla.gnome.org/show_bug.cgi?id=769462 - -2016-08-04 22:28:13 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - hls: Avoid potential NULL pointer dereference. - Fixes CID 1364753 - -2016-08-04 22:21:16 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/m3u8.c: - hls: Avoid coverity warning about access off the end of an array. - Fixes CID 1364755 - -2016-08-04 14:42:34 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: When doing SIDX seeking, return instead of overriding the timestamp with 0 from the MPD seeking method - We don't need to call the latter at all as we're definitely in this period and - the segment is selected via the SIDX. - This is especially important when doing SNAP seeks, as otherwise we would - always start from the beginning of the period (usually 0) again. - -2016-08-04 11:08:30 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/hls/m3u8.c: - hls: m3u8: remove impossible condition - After the check in line 1,111, media->uri can't be NULL. So the two checks - for GST_HLS_MEDIA_TYPE_CLOSED_CAPTIONS are the same, removing the redundant - one which goes to cc_unsupported. - CID 1364752 - -2016-08-04 04:53:50 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Don't output pending data after error - If the last_ret status is not OK, skip output - of any pending PCR scan buffer, similarly to how - the pending decryption buffer is handled above. - -2016-08-04 04:29:38 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: On EOS, handle it before waking download loop - Otherwise, if the download loop wakes too quickly, it - might miss the last_ret value update from the processing - thread and loop again. - -2016-08-04 01:51:37 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux-util.c: - hlsdemux: Include config.h and add header in utils - In gsthlsdemux-util.c, include config.h before any - other headers, and add a copyright / license header. - -2016-07-13 11:02:23 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Fix draining on wrong programs - When draining a program, we might send a newsegment event on the pads - that are going to be removed (and then the pending data). - In order to do that, calculate_and_push_newsegment() needs to know - what list of streams it should take into account (instead of blindly - using the current one). - All callers to calculate_and_push_newsegment() and push_pending_data() - can now specify the program on which to act (or NULL for the default - one). - -2016-07-12 15:58:40 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Fix GAP synchronization without a valid PCR PID - For streams that don't have a valid PCR PID, we just use the latest - PTS from any given stream. - https://bugzilla.gnome.org/show_bug.cgi?id=608148 - -2016-05-31 13:09:43 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * gst/mpegtsdemux/mpegtspacketizer.c: - tsdemux: handle pcr_pid == 0x1fff - Streams without PCR make senses in HLS, where the playlist timestamps - can be used to seek or calculate the duration. - https://bugzilla.gnome.org/show_bug.cgi?id=608148 - -2015-05-10 20:10:49 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsdemux: do not abort playback when no PCR were found during initial scan - Seeking will not be possible in those streams but at least the can be - played. Note scanning is only done when tsdemux is configured in pull mode. - https://bugzilla.gnome.org/show_bug.cgi?id=608148 - -2015-05-09 15:52:22 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: only wait for PCR when PCR pid is set - Streams without PCR make senses in HLS, where the playlist timestamps - can be used to seek or calculate the duration. - https://bugzilla.gnome.org/show_bug.cgi?id=608148 - -2016-08-03 04:18:18 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - hls: Fix compiler warning for possibly uninit variable - -2016-07-28 14:22:02 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * ext/hls/gsthlsdemux.c: - hlsdemux: seek all streams - -2016-05-25 11:23:59 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * ext/hls/gsthlsdemux.c: - hlsdemux: simplify gst_hls_demux_seek() - Don't initialize current_sequence. It is always overwritten in the walk - loop. - -2016-05-24 15:23:12 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * ext/hls/gsthlsdemux.c: - hlsdemux: don't download the last fragment when seeking beyond the end of the track - It's not used anyways. - -2016-07-12 23:05:55 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux-util.c: - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Add support for ID3 tag parsing - Parse start PTS out of the ID3 tags in - audio fragments. Informational only for now. - -2016-02-24 16:57:16 +1100 Jan Schmidt <jan@centricular.com> - - * ext/hls/Makefile.am: - * ext/hls/gsthlsdemux-util.c: - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Do some reading and dumping of PCRs - Read PCRs out of the MPEG-TS stream in a basic way - and (for now) just log them - -2016-03-05 03:08:55 +1100 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Only use the primary stream for bitrate selection. - When playing alternate rendition auxilliary streams, ignore - them in bitrate measurement (for now). - -2016-07-15 16:24:17 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Only select video and audio streams by default - Ignore subtitle streams for now, because the - different fragment duration causes problems - switching bitrates w/ decodebin2 group draining. - -2016-02-25 01:58:25 +1100 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Publish all media for alternate renditions. - Create an output stream for each media when alternate renditions - are present. Update the manifests for all those streams, and - make sure that typefinding is still done for files smaller than 2KB - such as small WebVTT files. - -2016-03-08 01:24:20 +1100 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Adjust downstream buffer offsets - When fetching a byte-region from a server resource, - adjust the downstream buffer offsets so that downstream - doesn't know. This is because id3demux insists on the - first offset being 0. Later we might strip ID3 headers - entirely and this will be unneeded. - -2016-03-09 03:07:22 +1100 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Choose the default variant and track it when updating - Modify playlist updating to track information across updates - better, although still hackish. - When connection_speed == 0, choose the default variant - not the first one in the (now sorted) variant list, as that - will have the lowest bitrate. - -2015-12-05 11:12:33 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - * tests/check/elements/hlsdemux_m3u8.c: - hlsdemux: move variant list handling over to new master playlist code - Adapt hlsdemux for the m3u8 playlist changes. - -2015-11-27 19:26:02 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hls: m3u8: Rework m3u8 parsing and storage. - Make M3U8 and GstM3U8MediaFile refcounted. The contents - of it and GstM3U8MediaFile are pretty much immutable - already, but if we make it refcounted we can just - return a ref to the media file from _get_next_fragment() - instead of copying over all fields one-by-one, and then - copying them all into the adaptive stream structure fields again. - Move state from client into m3u8 structure. This will - be useful later when we'll have multiple media playlists - being streamed at the same time, as will be the case with - alternative renditions. - This has the downside that we need to copy over some - state when we switch between variant streams. - The GstM3U8Client structure is gone, and main/current - lists are not directly in hlsdemux. hlsdemux had as - many CLIENT_LOCK/UNLOCK as the m3u8 code anyway... - -2016-07-27 09:28:23 +0800 Haihua Hu <jared.hu@nxp.com> - - * tests/examples/qt/qmlsink/.gitignore: - * tests/examples/qt/qmlsink/main.cpp: - * tests/examples/qt/qmlsink/main.qml: - * tests/examples/qt/qmlsink/play.pro: - * tests/examples/qt/qmlsink/qml.qrc: - * tests/examples/qt/qmlsrc/.gitignore: - * tests/examples/qt/qmlsrc/grabqml.pro: - * tests/examples/qt/qmlsrc/main.cpp: - * tests/examples/qt/qmlsrc/main.qml: - * tests/examples/qt/qmlsrc/qml.qrc: - qmlglsrc: Add qmlglsrc unit test example - https://bugzilla.gnome.org/show_bug.cgi?id=768160 - -2016-07-27 08:16:47 +0800 Haihua Hu <jared.hu@nxp.com> - - * ext/qt/Makefile.am: - * ext/qt/gstplugin.cc: - * ext/qt/gstqtglutility.cc: - * ext/qt/gstqtglutility.h: - * ext/qt/gstqtsrc.cc: - * ext/qt/gstqtsrc.h: - * ext/qt/qtitem.cc: - * ext/qt/qtwindow.cc: - * ext/qt/qtwindow.h: - qt: implement qmlglsrc for qml view grab - [Matthew Waters]: gst-indent sources - https://bugzilla.gnome.org/show_bug.cgi?id=768160 - -2016-07-27 10:55:01 +0800 Haihua Hu <jared.hu@nxp.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glwindow: Fix glimagesink cannot show frame when connect to qmlglsrc - When connect to qmlglsrc, x11 event loop will be replace by qt event loop - which will cause the window cannot receive event from xserver, such as resize - https://bugzilla.gnome.org/show_bug.cgi?id=768160 - -2016-08-02 17:21:20 +0900 Hyunjun Ko <zzoon@igalia.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Use bufferpool to allocate new buffer in GLTextureUploadMeta - To improve performace of upload with GLTextureUploadMeta, - use bufferpool instead of allocating new buffer every time. - https://bugzilla.gnome.org/show_bug.cgi?id=769293 - -2016-07-27 14:48:50 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: move unsetting queue_resize to _resize() instead of _draw() - Makes infinitely more sense and implementation were expecting that behaviour - anyway and would enter a resize, draw, resize, draw, ... cycle instead of only - resizing once. - -2016-08-03 09:14:07 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Never ever hold the manifest lock while changing the source element state - Otherwise we will deadlock in various situations that take the manifest lock - from the streaming thread or when shutting down or ... - -2016-08-02 17:07:37 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/aiffparse.c: - aiffparse: In PUSH mode we will never get the ID3 tags as they are at the end of the file - This previously did not fail as before we didn't get any tags at all in PUSH - mode, now we get the bitrates. - -2016-08-02 13:48:43 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * gst/aiff/Makefile.am: - * gst/aiff/aiffparse.c: - aiffparse: Add tags for container format and bitrate - The bitrate is added to help downstream elements (like uridecodebin) - figure out a proper network buffer size - https://bugzilla.gnome.org/show_bug.cgi?id=769389 - -2016-01-20 16:42:24 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * tests/check/elements/dash_mpd.c: - tests: dashdemux: add test for gst_mpd_client_get_maximum_segment_duration - Add a test of the gst_mpd_client_get_maximum_segment_duration() function - to check that it first checks the MPD@maxSegmentDuration and then falls - back to checking all of the segment durations. - https://bugzilla.gnome.org/show_bug.cgi?id=753751 - -2016-02-24 15:54:54 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: include segment duration when calculating seek range - The gst_dash_demux_get_live_seek_range () function returns a stop value - that is beyond the available range. The functions - gst_mpd_client_check_time_position() and - gst_mpd_client_get_next_segment_availability_end_time() in - gstmpdparser.c include the segment duration when checking if a segment - is available. The gst_dash_demux_get_live_seek_range() function - in gstdashdemux.c ignores the segment duration. - According to the DASH specification, if maxSegmentDuration is not present, - then the maximum Segment duration is the maximum duration of any Segment - documented in the MPD. - https://bugzilla.gnome.org/show_bug.cgi?id=753751 - -2016-02-24 15:52:41 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: retry once on 4xx/5xx in certain conditions - This helps catch those 404 server errors in live streams when - seeking to the very beginning, as the server will handle a - request with some delay, which can cause it to drop the fragment - before sending it. - https://bugzilla.gnome.org/show_bug.cgi?id=753751 - -2016-02-24 15:47:09 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: expose HTTP status - To allow adaptivedemux to make retry decisions, it needs to know what - sort of HTTP error has occurred. For example, the retry logic for a - 410 error is different from a 504 error. - https://bugzilla.gnome.org/show_bug.cgi?id=753751 - -2016-03-07 17:04:33 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: allow seeking before start in live streams - Some derived classes (at least dashdemux) expose a seeking range - based on wall clock. This means that a subsequent seek to the start - of this range will be before the allowed range. - To solve this, seeks without the ACCURATE flag are allowed to seek - before the start for live streams, in which case the segment is - shifted to start at the start of the new seek range. If there is - an end position, is is shifted too, to keep the duration constant. - https://bugzilla.gnome.org/show_bug.cgi?id=753751 - -2016-08-01 14:12:35 +0800 Haihua Hu <jared.hu@nxp.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Fix horizontal/vertical flip matrizes - They were swapped. - https://bugzilla.gnome.org/show_bug.cgi?id=769371 - -2016-07-29 16:32:22 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth264parse.c: - videoparsers: h264: Add more scalable profiles to the profile list - Adding Scalable Constrained High (G.10.1.2.1) and - Scalable High Intra(G.10.1.3) profiles to the profile list - https://bugzilla.gnome.org/show_bug.cgi?id=769303 - -2016-08-01 10:30:29 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gst-android-hardware-camera.c: - * sys/androidmedia/gst-android-hardware-sensor.c: - * sys/androidmedia/gstahssrc.c: - androidmedia: Run gst-indent over everything once again - -2016-08-01 10:28:26 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amc: If we find multiple codecs with the same name, just merge them - On the ODroid C1+ the H265 and H264 have the same name but are listed as two - different codecs. We have to handle them as the same one that supports both, - as otherwise we will register the same GType name twice which fails and we - then only have H265 support and not H264 support. - -2016-08-01 10:15:04 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amc: Use a GQueue for O(1) append instead of a GList - -2016-07-29 12:31:38 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Also call reset() in READY->PAUSED - This allows subclasses to have initialization code in a single place. - -2016-07-29 10:49:26 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawaudioparse.c: - rawaudioparse: Use G_GINT64_MODIFIER for portability - https://bugzilla.gnome.org/show_bug.cgi?id=769295 - -2016-07-29 10:07:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstunalignedaudioparse.c: - unalignedaudioparse: Fix element factory name of inner parser - -2016-07-29 08:54:00 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amc: Print generated raw/encoded caps in debug logs - -2016-07-28 11:27:29 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Skip audio streams if TRICKMODE_NO_AUDIO is given in the seek event - We just don't expose pads for audio streams, or even download them. - -2016-07-28 11:16:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Reset number of subtitle streams counter on reset() too - Otherwise we will continue increasing forever the number of subtitle streams - when reusing the element for another DASH manifest. - -2016-07-26 17:01:55 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * tests/check/pipelines/simple-launch-lines.c: - tests: fix simple-launch-lines when jpeg lib isn't present - JPEG detection in configure.ac defines HAVE_JPEG to 0 if the - jpeg lib isn't found, rather then not defining it. - https://bugzilla.gnome.org/show_bug.cgi?id=769197 - -2016-07-25 17:55:24 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/inspect/plugin-rawparse.xml: - docs: Update rawparser documentation - Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> - https://bugzilla.gnome.org/show_bug.cgi?id=767011 - -2016-07-25 17:54:09 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * gst/rawparse/Makefile.am: - * gst/rawparse/gstaudioparse.c: - * gst/rawparse/gstaudioparse.h: - * gst/rawparse/gstrawparse.c: - * gst/rawparse/gstrawparse.h: - * gst/rawparse/gstvideoparse.c: - * gst/rawparse/gstvideoparse.h: - rawparse: Remove old parser code and wrap new parsers in old elements - https://bugzilla.gnome.org/show_bug.cgi?id=767011 - -2016-07-25 13:45:40 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * gst/rawparse/Makefile.am: - * gst/rawparse/gstrawaudioparse.c: - * gst/rawparse/gstrawaudioparse.h: - * gst/rawparse/gstrawbaseparse.c: - * gst/rawparse/gstrawbaseparse.h: - * gst/rawparse/gstrawvideoparse.c: - * gst/rawparse/gstrawvideoparse.h: - * gst/rawparse/gstunalignedaudioparse.c: - * gst/rawparse/gstunalignedvideoparse.c: - * gst/rawparse/gstunalignedvideoparse.h: - * gst/rawparse/plugin.c: - * gst/rawparse/unalignedvideo.h: - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/rawaudioparse.c: - * tests/check/elements/rawvideoparse.c: - rawparse: Add new raw audio and video parser elements - The new rawaudioparse and rawvideoparse elements are based on GstBaseParse - and completely replace audioparse and videoparse - https://bugzilla.gnome.org/show_bug.cgi?id=767011 - -2016-07-26 16:01:19 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.h: - * ext/gl/caopengllayersink.m: - caopengllayersink: remove unused to_quit variable - It was always 0 and never set to anything meaningful. - -2016-07-26 15:57:54 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglframebuffer.c: - glframebuffer: add compatibility definition for GL_DEPTH_STENCIL_ATTACHMENT - GLES2 doesn't have it defined... - -2016-07-15 13:39:54 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectblur.c: - * ext/gl/effects/gstgleffectbulge.c: - * ext/gl/effects/gstgleffectfisheye.c: - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectlaplacian.c: - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectlumatocurve.h: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectsin.c: - * ext/gl/effects/gstgleffectsobel.c: - * ext/gl/effects/gstgleffectsquare.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectstretch.c: - * ext/gl/effects/gstgleffecttunnel.c: - * ext/gl/effects/gstgleffecttwirl.c: - * ext/gl/effects/gstgleffectxray.c: - * ext/gl/gstglcolorbalance.c: - * ext/gl/gstglcolorscale.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldeinterlace.h: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstglfilterapp.c: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstgloverlay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglpixelformat.c: - * gst-libs/gst/gl/gstglutils.h: - glfilter: rewrite subclasses for filter_texture() occuring on GL thread - There's no need for the jump to an extra thread in most cases, especially - when relying solely on a shader to render. We can use the provided - render_to_target() functions to simplify filter writing. - -2016-07-12 15:34:24 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.h: - glutils: remove unused GstGLDisplayProjection - -2016-07-12 15:29:29 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemorypbo.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst-libs/gst/gl/gstglviewconvert.c: - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - glcontext: remove not thread-safe get/set_error() - Use GError's instead if necessary. - -2016-07-12 12:59:57 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfilterapp.c: - * ext/gl/gstglfilterapp.h: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmosaic.c: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltestsrc.h: - * ext/gl/gstgltransformation.c: - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst-libs/gst/gl/gstglviewconvert.c: - * gst-libs/gst/gl/gstglviewconvert.h: - * tests/check/libs/gstglcontext.c: - glframebuffer: rewrite for a more consistent API - Facilities are given to create fbo's and attach GL memory (renderbuffers - or textures). It also keeps track of the renderable size for use with - effective use with glViewport(). - -2016-07-12 00:30:22 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorbalance.c: - * ext/gl/gstglcolorscale.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgldifferencematte.h: - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - * ext/gl/gstglfilterapp.c: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfiltercube.h: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglfilterglass.h: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmosaic.c: - * ext/gl/gstglmosaic.h: - * ext/gl/gstgloverlay.c: - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - gl: use GLMemory for accessing textures everywhere - This simplifies and consolidates a lot of duplicated code creating - and modifying textures. - -2016-07-11 22:44:16 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectblur.c: - * ext/gl/effects/gstgleffectbulge.c: - * ext/gl/effects/gstgleffectfisheye.c: - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectlaplacian.c: - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectsin.c: - * ext/gl/effects/gstgleffectsobel.c: - * ext/gl/effects/gstgleffectsquare.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectstretch.c: - * ext/gl/effects/gstgleffecttunnel.c: - * ext/gl/effects/gstgleffecttwirl.c: - * ext/gl/effects/gstgleffectxray.c: - * ext/gl/gstglcolorbalance.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstglfiltershader.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - glfilter: rename draw_texture to draw_fullscreen_quad - And remove unused arguments. - -2016-07-11 22:31:04 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglrenderbuffer.c: - * gst-libs/gst/gl/gstglrenderbuffer.h: - gl: add memory type for renderbuffer's - Soon to be used for framebuffers for e.g. depth buffers or throwaway color - buffers. - -2016-07-11 22:28:42 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglformat.c: - * gst-libs/gst/gl/gstglformat.h: - glformat: define our own set of formats from the GL defines - also add some depth/stencil formats - -2016-07-11 22:24:43 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgleffects.c: - gleffects: fix xray to use the correct function - Instead of duplicating the sin effect - -2016-07-11 21:29:10 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglbasememory.h: - glbasememory: assert for a valid allocator instead of segfaulting - -2016-04-29 14:42:34 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * gst/mpegtsdemux/gstmpegdefs.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: add support for LPCM with stream_type = 0x83 - https://bugzilla.gnome.org/show_bug.cgi?id=765807 - -2016-07-25 13:06:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - player: Add some 'const' to config getters - -2016-07-25 13:06:36 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: G-I annotation fixes - -2016-07-25 10:30:26 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - * tests/check/libs/player.c: - * win32/common/libgstplayer.def: - player: move 'position-update-interval' setting to the config struct - https://bugzilla.gnome.org/show_bug.cgi?id=769144 - -2016-07-19 14:36:25 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - * tests/check/libs/player.c: - * win32/common/libgstplayer.def: - player: add API to change http user agent - Introducing a new 'config' API similar to GstBufferPoolConfig. - https://bugzilla.gnome.org/show_bug.cgi?id=765314 - -2016-07-25 10:54:32 +0100 Tim-Philipp Müller <tim@centricular.com> - - * common: - Update common submodule - For 'make update-exports' changes - -2016-07-22 17:00:14 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/qt/qml/main.cpp: - qml: Don't forget to unref the actual sink element after setting it on glsinkbin - -2016-07-22 16:57:45 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/qt/qml/main.cpp: - qml: Use glsinkbin instead of glupload directly - -2016-07-18 18:36:42 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264enc.cpp: - * ext/openh264/gstopenh264enc.h: - openh264: fix up for API changes in v1.6.0 - Update for API changes in v1.6.0. - https://bugzilla.gnome.org/show_bug.cgi?id=768771 - -2016-07-18 17:43:23 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/wayland/gstgldisplay_wayland.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - gl: wayland: improve debug message when connecting to display - And another copy'n'paste-o. - https://bugzilla.gnome.org/show_bug.cgi?id=768929 - -2016-07-19 02:11:54 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix clearing of decryption state - Don't clear decryption state immediately after - initialising it in the start_fragment. Don't clear - the state of all streams when we want to only clear - the current stream. - https://bugzilla.gnome.org//show_bug.cgi?id=768757 - -2016-07-15 10:31:35 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/adaptive_demux_engine.c: - * tests/check/elements/audiomixer.c: - * tests/check/elements/autovideoconvert.c: - * tests/check/elements/camerabin.c: - tests: fix bus leak - gst_bus_remove_signal_watch() has to be called to release the ref - taken by gst_bus_add_signal_watch(). - https://bugzilla.gnome.org/show_bug.cgi?id=768843 - -2016-07-15 11:48:25 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst-libs/gst/basecamerabinsrc/gstcamerabinpreview.c: - camerabinpreview: fix bus leak - We were never removing the watch introduced in - gst_camerabin_create_preview_pipeline() so its extra ref on the bus was - never released. - https://bugzilla.gnome.org/show_bug.cgi?id=768838 - -2016-07-13 23:02:10 +1000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: make decryption key handling per-stream - Add demuxer instance-wide decryption key cache. The current and - last key url are per-stream, so make a shared cache. Move the - decryption handling into the stream object, and use the shared - cache for the keys. - -2016-07-13 23:02:10 +1000 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: add hlsdemux-specific AdaptiveDemuxStream subclass - Prepare hlsdemux for more than one single stream. Currently hlsdemux - assumes there'll only ever be one stream and most of the stream-specific - state is actually in the hlsdemux structure. Add a stream subclass - instead and move some stream-specific members there instead. - -2016-07-13 23:02:10 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Add more safeguards around state changes. - Make state changes of internal elements more reliable by locking - their state, and ensuring that they aren't blocked pushing data - downstream before trying to set their state. - Add a boolean to avoid starting tasks when the main - thread is busy trying to shut the element down. - -2016-07-13 23:02:10 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Add debug code to change bitrate. - Add some disabled-by-default debugging code that forces - bitrate changes by modulating the measured bitrate every - few fragments - -2016-07-13 23:02:10 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: More locking/switching fixes - Try harder to make switching pads work better by - making sure concurrent downloads are finished before exposing - a new set of pads. - Release the manifest lock when signalling no-more-pads, as - that can call back into adaptivedemux again - -2016-07-13 23:02:10 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Don't switch streams and expose pads while downloading. - If other stream fragments are still downloading but new streams - have been scheduled, don't expose them yet - wait until the last - one finishes. Otherwise, we can cancel a partially downloaded - auxilliary stream and cause a gap. - -2016-07-13 23:02:10 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Drop the manifest lock during outbound actions - Drop the manifest lock when performing actions that might - call back into adaptivedemux and trigger deadlocks, such - as adding/removing pads or sending in-band events (EOS). - Unlock the manifest lock when changing the child bin state to - NULL, as it might call back to acquire the manifest lock when - shutting down pads. - Drop the manifest lock while pushing events. - -2016-07-12 14:51:47 -0700 Martin Kelly <martin@surround.io> - - * sys/androidmedia/Makefile.am: - * sys/androidmedia/gst-android-hardware-sensor.c: - * sys/androidmedia/gst-android-hardware-sensor.h: - * sys/androidmedia/gstahssrc.c: - * sys/androidmedia/gstahssrc.h: - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstsensors.h: - * sys/androidmedia/org/freedesktop/gstreamer/androidmedia/GstAhsCallback.java: - new plugin: Android hardware sensor source - ahssrc is a new plugin that enables Gstreamer to read from the - android.hardware.Sensor Android sensors. These sensors are treated as - buffers and can be passed through and manipulated by the pipeline. - https://bugzilla.gnome.org/show_bug.cgi?id=768110 - -2016-07-14 19:38:26 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2utils.c: - lv2: make it build with older lilv - Implementing the removal of presets is unfortunately not feasibla with - versions < 0.22. - Fixes #768595 - -2016-07-13 23:00:51 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webrtcdsp/gstwebrtcdsp.cpp: - * ext/webrtcdsp/gstwebrtcechoprobe.cpp: - webrtcdsp: Add delay-agnostic property - In this mode, we let WebRTC Audio Processing figure-out the delay. This - is useful when the latency reported by the stack cannot be trusted. Note - that in this mode, the leaking of echo during packet lost is much worst. - It is recommanded to use PLC (e.g. spanplc, or opus built-in plc). - In this mode, we don't do any synchronization. Instead, we simply process all - the available reverse stream data as it comes. - -2016-07-12 00:02:53 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstjpeg2000parse.c: - jpeg2000parse: Use correct enum type - GST_JPEG2000_SAMPLING_RGB instead of GST_JPEG2000_COLORSPACE_RGB - https://bugzilla.gnome.org/show_bug.cgi?id=768696 - -2016-07-11 21:13:58 +0200 Stefan Sauer <ensonic@users.sf.net> - - * common: - Automatic update of common submodule - From f363b32 to f49c55e - -2016-07-11 11:58:12 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/kms/gstkmsallocator.c: - * sys/kms/gstkmsallocator.h: - * sys/kms/gstkmssink.c: - kmssink: Fix offsets handling - The calculation of the offset table was done base on a plane size - estimation. This does not always work. Instead, use memory offset the - same we as it's implement in GstVideoMeta map functions. - -2016-07-11 19:21:11 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst/siren/gstsirendec.c: - Fix various gboolean vs GstFlowReturn problems - Caught by building with MSVC which gave warnings for these - -2016-07-08 19:03:06 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - gl/build: fix configure when --enable-cocoa is passed on OS X - https://bugzilla.gnome.org/show_bug.cgi?id=768553 - -2016-07-10 20:43:17 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/README: - lv2: planning update - -2016-07-10 20:42:42 +0200 Stefan Sauer <ensonic@users.sf.net> - - * configure.ac: - * ext/lv2/gstlv2utils.c: - lv2: keep working with older versions - Provide a fallback impl. for the only new function we were using from 0.22. - Fixes #768595 - -2016-07-08 14:42:18 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: update docs section - -2016-07-07 13:22:02 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - configure.ac: Cleanup unused variable - We only check for a header, no need for overriding LDFLAGS. - -2016-07-07 17:24:32 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/gaudieffects/gstgaussblur.h: - gaudi: fix documentation warning in GstGaussianBlur - Fixing the following warning when generating documentation: - xml/element-gaussianblur.xml:72: element refsect2: validity error : - ID GstGaussianBlur already defined - <refsect2 id="GstGaussianBlur" role="typedef"> - ^ - Warning: multiple "IDs" for constraint linkend: GstGaussianBlur. - DOC Fixing cross-references - -2016-07-07 17:16:47 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/gaudieffects/gstchromium.h: - gaudi: fix documentation warning in GstChromium - Fixing the following warning when generating documentation: - xml/element-chromium.xml:74: element refsect2: validity error : - ID GstChromium already defined - <refsect2 id="GstChromium" role="typedef"> - ^ - Warning: multiple "IDs" for constraint linkend: GstChromium. - DOC Fixing cross-references - -2016-07-07 12:31:20 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - webrtcdsp: Relax C++11 check - The library does not require any STL C++11 specific headers. - This fixes our OSX build as we target a SDK version that does not - support C++11 STL. - -2016-07-07 12:31:03 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - webrtcdsp: Add Android GNUSTL support - -2016-07-07 12:20:45 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - webrtcdsp: Set USE_WEBRTCDSP when disabled - -2016-07-07 17:20:58 +0200 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Also consider more seek flags as "snap" seeks - In the case of KEY_UNIT and TRICKMODE_KEY_UNITS seeks, we want to - "snap" to the closest fragment. - Without this, we end up pushing out a segment which does not match - the first fragment timestamp being pushed out, resulting in one or - more buffers being eventually dropped because they are out of segment. - -2016-07-06 14:29:04 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - webrtcdsp: Also allow webrtc-audio-processing 0.3 - It seems to work and is the version available in Debian. - -2016-07-06 12:12:41 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/musepack/gstmusepackdec.c: - musepackdeck: unsigned can't be less than zero - Less-than-zero comparison of an unsigned value, guint64, is never true - CID 1363334 - -2016-07-06 13:51:06 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.9.1 === - -2016-07-06 13:07:21 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiofxbad.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bluez.xml: - * docs/plugins/inspect/plugin-bs2b.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-compositor.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dashdemux.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-decklink.xml: - * docs/plugins/inspect/plugin-dtls.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-fbdevsink.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fluidsynthmidi.xml: - * docs/plugins/inspect/plugin-freeverb.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstgtk.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-ivfparse.xml: - * docs/plugins/inspect/plugin-ivtc.xml: - * docs/plugins/inspect/plugin-jp2kdecimator.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-kate.xml: - * docs/plugins/inspect/plugin-ladspa.xml: - * docs/plugins/inspect/plugin-midi.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-mxf.xml: - * docs/plugins/inspect/plugin-netsim.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-openexr.xml: - * docs/plugins/inspect/plugin-opengl.xml: - * docs/plugins/inspect/plugin-openjpeg.xml: - * docs/plugins/inspect/plugin-opusparse.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-qt.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rsvg.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-rtponvif.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-smoothstreaming.xml: - * docs/plugins/inspect/plugin-sndfile.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-srtp.xml: - * docs/plugins/inspect/plugin-stereo.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-teletext.xml: - * docs/plugins/inspect/plugin-uvch264.xml: - * docs/plugins/inspect/plugin-vcdsrc.xml: - * docs/plugins/inspect/plugin-videofiltersbad.xml: - * docs/plugins/inspect/plugin-videoframe_audiolevel.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-videosignal.xml: - * docs/plugins/inspect/plugin-vmnc.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-webp.xml: - * docs/plugins/inspect/plugin-wildmidi.xml: - * docs/plugins/inspect/plugin-x265.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-yadif.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.9.1 - -2016-07-06 11:52:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2016-07-06 10:19:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - po: Update translations - -2016-07-05 09:21:58 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webrtcdsp/gstwebrtcdsp.cpp: - webrtcdsp: Workaround GCC/MingW 4.7 limitations - It refuses to initialize a classes using brackets notation. This is - to allow building using our mingw version. - -2016-07-04 14:57:11 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - configure.ac: Add missing double quotes - That affectation was ignored. This worked on recent GCC as C++11 is - enabled by default now. - -2016-07-02 10:24:51 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2filter.c: - * ext/lv2/gstlv2source.c: - * ext/lv2/gstlv2utils.c: - * ext/lv2/gstlv2utils.h: - lv2: add support for saving presets - Plugns supporting the state interface can now save their presets under '.lv2'. - -2016-06-15 22:22:58 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/README: - * ext/lv2/gstlv2.c: - * ext/lv2/gstlv2.h: - * ext/lv2/gstlv2filter.c: - * ext/lv2/gstlv2source.c: - * ext/lv2/gstlv2utils.c: - * ext/lv2/gstlv2utils.h: - lv2: support for loading presets - Detect if plugins can do presets. Lazily read a list of presets and add support - for loading. - -2016-07-04 16:54:53 +0200 Wim Taymans <wtaymans@redhat.com> - - * configure.ac: - * ext/musepack/gstmusepackdec.c: - * ext/musepack/gstmusepackreader.c: - musepackdec: port to 1.0 - -2016-07-04 12:19:36 +0200 Marcin Lewandowski <marcin@radiokit.org> - - * sys/shm/gstshmsrc.c: - shmsrc: Do not call gst_poll_remove_fd upon stop if reading was never started - https://bugzilla.gnome.org/show_bug.cgi?id=768365 - -2016-07-01 14:50:27 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: improve parsing-success message - * Fix typo - * Give information on what was actually parsed - -2016-07-01 14:37:37 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: don't use default conf filename for messages - The file name can be user-defined. - -2016-07-01 19:22:32 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * ext/qt/Makefile.am: - qt: fix build some more when QPA is not available - Compiler would complain about include directory that didn't - exist because QPA_INCLUDE_PATH gets subst-ed regardless - (and if it didn't we'd have just an empty -I argument). - https://bugzilla.gnome.org/show_bug.cgi?id=767553 - -2016-07-01 14:05:49 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/videoparsers/gstjpeg2000parse.c: - gstjpeg2000parse: no need for else after a goto - else clause is redundant when the end of the if statement is a jump. - If we haven't gone to the beach, we are in the false branch. - -2016-06-30 07:47:50 -0400 Aaron Boxer <boxerab@gmail.com> - - * gst/videoparsers/gstjpeg2000parse.c: - gstjpeg2000parse: improved parsing of jpc magic and j2c box - https://bugzilla.gnome.org/show_bug.cgi?id=767512 - -2016-05-25 16:01:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Add custom flow return for allowing subclasses to specify when a fragment is finished - If it is finished before upstream going EOS. - https://bugzilla.gnome.org/show_bug.cgi?id=767365 - -2016-05-27 16:08:09 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Implement SIDX tracking based on buffer offset - This simplifies the code but also removes a bug with tracking of the remaining - size for the initial subfragment: we were not considering the size between the - index and the start of the first moof here. - https://bugzilla.gnome.org/show_bug.cgi?id=764684 - -2016-03-31 13:39:59 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Properly keep track of current offset - GstAdapter does not guarantee to pass through all the offsets, we have to keep - track of it ourselves. - https://bugzilla.gnome.org/show_bug.cgi?id=764684 - -2016-03-31 13:39:59 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Properly keep track of current offset - GstAdapter does not guarantee to pass through all the offsets, we have to keep - track of it ourselves. - https://bugzilla.gnome.org/show_bug.cgi?id=764684 - -2016-03-31 13:01:00 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Clear pending data when needed - When switching fragments we don't want to keep any data around from the last - one, and also forget about all data when doing flushing seeks or selecting new - bitrates. - https://bugzilla.gnome.org/show_bug.cgi?id=764684 - -2016-03-28 13:45:36 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Get rid of internal stream adapter and let subclasses handle this directly - This allows subclasses to have more control and especially ensure that they - push data downstream with the correct offsets. - https://bugzilla.gnome.org/show_bug.cgi?id=764684 - -2016-07-01 12:20:14 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstjpeg2000sampling.c: - codecparsers: jpeg2000: don't allow 0 value for array access with i-1 - -2016-07-01 12:15:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstjpeg2000sampling.c: - codecparsers: jpeg2000: fix possible out-of-bounds array access - sizeof(array) != G_N_ELEMENTS(array). - CID 1362900 - -2016-06-30 23:38:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Set frame timestamps before sending to the encoder - -2016-06-30 23:35:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Fix initial time-per-frame calculation - -2016-06-30 23:33:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - * ext/openh264/gstopenh264enc.h: - openh264enc: Remove meaningless drop bitrate handling - This doesn't even have a property. - -2016-06-30 23:29:13 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - * ext/openh264/gstopenh264enc.h: - openh264enc: Expose maximum bitrate setting - -2016-06-30 23:19:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Actually hook up the rate-control property - -2016-06-30 23:06:29 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Use a constant SPS/PPS ID no matter if openh264 older or newer than 1.4 is used - -2016-06-30 23:02:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Make slice settings more explicit and don't set any number if not a fixed number of slices is selected - -2016-06-29 15:56:47 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webrtcdsp/gstwebrtcdsp.cpp: - * ext/webrtcdsp/gstwebrtcechoprobe.cpp: - * ext/webrtcdsp/gstwebrtcechoprobe.h: - webrtcdsp: Rewrite echo data synchronization - The previous code would run out of sync if there was packet lost - or clock skews. When that happened, the echo cancellation feature would - completely stop working. As this is crucial for audio calls, this patch - re-implement synchronization completely. - Instead of letting it drift until next discont, we now synchronize - against the record data at every iteration. This way we simply never - let the stream drift for longer then 10ms period. We also shorter the - delay by using the latency up the probe (basically excluding the sink - latency. This is a decent delay to avoid starving in the probe queue. - https://bugzilla.gnome.org/show_bug.cgi?id=768009 - -2016-06-29 15:55:19 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webrtcdsp/gstwebrtcdsp.cpp: - webrtcdsp: We now fail if there is no echo probe - When echo cancel is enabled, we now fail the pipeline if there is - not echo probe. For this reason there is no need to check if probe - pointer is set anymore. - -2016-06-30 21:50:12 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: fix transformation matrix usage - Calling glUniformMatrix before the shader is bound is invalid and - would result in errors like: - GL_INVALID_OPERATION in glUniformMatrix(program not linked) - Move glUniformMatrix() to after the gst_gl_shader_use() call. - -2016-06-28 16:07:43 -0400 Javier Martinez Canillas <javier@osg.samsung.com> - - * sys/kms/gstkmssink.c: - kmssink: fallback to universal planes if no overlay plane is found - Without setting the DRM_CLIENT_CAP_UNIVERSAL_PLANES capability bit, only - overlay planes are made available for compatibility with legacy clients. - But if a CRTC doesn't have an overlay plane associated, then kmssink is - not able to find a plane for the CRTC and the pipeline will fail, i.e: - ERROR kmssink gstkmssink.c:482:gst_kms_sink_start:<kmssink0> Could not find a plane for crtc - If no overlay planes were found for a given CRTC, fallback to universal - planes so DRM will also return primary planes that can be used instead. - https://bugzilla.gnome.org/show_bug.cgi?id=768183 - Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> - -2016-06-28 20:51:56 -0400 Javier Martinez Canillas <javier@osg.samsung.com> - - * docs/plugins/gst-plugins-bad-plugins.args: - * sys/kms/gstkmssink.c: - kmssink: add a plane-id property - Without setting the DRM_CLIENT_CAP_UNIVERSAL_PLANES capability bit, only - overlay planes are made available for compatibility with legacy clients. - But if a CRTC doesn't have an overlay plane associated, then kmssink is - not able to find a plane for the CRTC and the pipeline will fail, i.e: - ERROR kmssink gstkmssink.c:482:gst_kms_sink_start:<kmssink0> Could not find a plane for crtc - This patch adds a plane-id property to the kmssink element so a specific - plane can be used in case that a CRTC has only a primary plane associated. - https://bugzilla.gnome.org/show_bug.cgi?id=768183 - -2016-06-30 10:33:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Remove broken byte-stream to avc conversion and just output byte-stream as generated by the encoder - The byte-stream to avc conversion did not consider NAL sizes bigger than 2^16, - multiple layers, multiple NALs per layer, and various other things. This - caused corrupted streams in higher bitrates and other circumstances. - Let's just forward byte-stream as generated by the encoder and let h264parse - handle conversion to avc if needed. That way we only have to keep around one - version of the conversion and don't have to fix it in multiple places. - -2016-06-29 18:36:56 +0200 Edward Hervey <edward@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Drop filler data - When skipping data, check if they are filler bytes. If so, drop the - data instead of skipping. We don't want to output filler bytes, but they - shouldn't cause a discontinuity. - https://bugzilla.gnome.org/show_bug.cgi?id=768125 - -2016-06-30 08:31:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: Use a non-timer GstPoll - set_flushing() causes inconsistent states on timer polls and also signals a - g_critical() nowadays because of that. - -2016-06-30 14:04:36 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: fix raw data uploader with addition of GstVideoGLTextureType - Fixes regression from 989200820d43c78fb179d7984827800d83787390 - https://bugzilla.gnome.org/show_bug.cgi?id=768217 - -2016-06-29 23:55:18 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glvideoconvert: RG/LA is available in OpenGL ES 3, so let that through - -2016-06-29 18:35:17 +1000 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/videotexturecache.m: - vtdec: use L/LA textures on GLES2 as well - -2016-06-24 13:41:11 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - Revert "Revert "gl/eagl: try getting a gles3 context"" - This reverts commit eb142736318463e6e553c21707ba0d716f85a46f. - vtdec now successfully outputs textures that can be converted by - glcolorconvert in GLES3 contexts. - -2016-06-25 00:05:37 +1000 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/videotexturecache.m: - vtdec: add support for zerocopy decoding with GLES 3.x - It seems that Red/RG textures aren't supported anymore for zerocopy decoding - with GLES 3.x. Instead use Luminance/Luminance Alpha textures which are. - -2016-06-28 13:51:22 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgloverlay.c: - * gst-libs/gst/gl/egl/gstglmemoryegl.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.c: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/applemedia/iosurfacememory.c: - * sys/applemedia/iosurfacememory.h: - * sys/applemedia/videotexturecache.m: - * tests/check/libs/gstglcolorconvert.c: - * tests/check/libs/gstglcontext.c: - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - glmemory: add the texture type to allocate to parameters - Rather than assuming something. e.g. zerocopy on iOS with GLES3 requires - the use of Luminance/Luminance Alpha formats and does not work with - Red/RG textures. - -2016-06-28 13:09:51 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: don't assume Red/RG textures will be used - Take the used texture type from the memory instead. - Fixes conversion from multi-planar YUV formats with two components per plane - (NV12, NV21, YUY2, UYVY, GRAY16_*, etc) with Luminance Alpha input textures. - This is also needed for zerocopy decoding on iOS with GLES 3.x. - -2016-06-28 13:02:32 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: correct precondition for get_gl_version - The intention was to assert if both maj and min were NULL (as there would be no - point calling the function). Instead if either maj or min were NULL, the assert - would occur. - Fix that. - -2016-06-28 19:26:29 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - * sys/d3dvideosink/d3dvideosink.c: - d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMAT - https://bugzilla.gnome.org/show_bug.cgi?id=768146 - -2016-06-28 11:50:59 -0400 Jonathan Roy <jroy@adetelgroup.com> - - * sys/d3dvideosink/d3dvideosink.c: - d3dvideosink: leak on caps string - https://bugzilla.gnome.org/show_bug.cgi?id=768146 - -2016-06-28 11:08:22 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst-libs/gst/codecparsers/gstjpeg2000sampling.c: - jpeg2000parse: fix typo in sampling check - Fixing small typo that changes the value of the return. - -2016-06-27 21:36:50 -0400 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/Makefile.am: - tests: Ignore kmssink for state change test - It can only be put to READY if the DRM stuff is available. - -2016-06-27 18:15:08 +0800 Haihua Hu <jared.hu@nxp.com> - - * configure.ac: - * ext/qt/qtitem.cc: - qmlglsink: Fix build error when don't have QPA installed. - Check header file existance and wrap the header file include - in the necessary #ifdef to avoid build error. - https://bugzilla.gnome.org/show_bug.cgi?id=767553 - -2016-06-24 18:14:06 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: make sure we have an error in case of parsing failure - Drop a redundant comment and rellocate another one while at it. - -2016-06-22 16:14:33 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: implement channels.conf format autodetection - Simple autodetection avoids having to call the parsers - one after the other. - -2016-06-21 16:08:57 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: rename v5/zap parsers for congruency - Add function prototypes while at it. - -2016-04-12 21:04:25 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: fix modulation names - Some names were incorrect. Authoritative source for - the dvbv5 format taken from v4l-utils' lib/libdvbv5/dvb-v5.c - Aditionally, add the missing setter mapping for the - modulation param. - This change makes ATSC work. - https://bugzilla.gnome.org/show_bug.cgi?id=764957 - -2016-02-24 21:44:40 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvbbasebin: also accept DVBv5 channels.conf format - Confirmed working with ISDB-T & ATSC conf files. - https://bugzilla.gnome.org/show_bug.cgi?id=764957 - -2016-06-21 11:48:36 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix ISDB-T property descriptions - Drop some stale trailing whitespace while at it. - -2016-06-21 11:32:07 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix misplaced space on doc block - -2016-05-10 03:32:59 +1000 Jan Schmidt <jan@centricular.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: When input alignment=AU, always drain each packet. - If the input alignment claims AU alignment, each received - buffer should contain a complete video frame, so never hold over parts - of buffers for later processing. Also reduces latency, as packets - are parsed/converted and output immediately instead of 1 buffer - later. - Fixes a problem where an (arguably disallowed) padding byte on the - end of a buffer is detected as an extra byte in the following - start code, and messes up the timestamping that should apply to - that start code. - -2016-06-24 13:05:24 +0100 Tim-Philipp Müller <tim@centricular.com> - - * win32/common/libgstcodecparsers.def: - win32: update codecparsers .def file for new symbols - -2016-06-24 09:41:18 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/openjpeg/Makefile.am: - * ext/openjpeg/gstopenjpegdec.h: - * ext/openjpeg/gstopenjpegenc.c: - openjpeg: fix more broken includes - -2016-06-24 09:39:00 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/videoparsers/gstjpeg2000parse.h: - videoparsers: fix broken include - -2016-06-21 12:41:46 -0400 Aaron Boxer <boxerab@gmail.com> - - * ext/openjpeg/Makefile.am: - * ext/openjpeg/gstopenjpegdec.c: - * ext/openjpeg/gstopenjpegdec.h: - * ext/openjpeg/gstopenjpegenc.c: - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/gstjpeg2000sampling.c: - * gst-libs/gst/codecparsers/gstjpeg2000sampling.h: - * gst/videoparsers/Makefile.am: - * gst/videoparsers/gstjpeg2000parse.c: - * gst/videoparsers/gstjpeg2000parse.h: - * gst/videoparsers/gstjpeg2000sampling.h: - jpeg2000parse: use enums for colorspace and sampling, rather than strings - Also, move gstjpeg2000sampling to codecparsers project - https://bugzilla.gnome.org/show_bug.cgi?id=767908 - -2016-06-24 01:57:13 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * configure.ac: - configure: Need to add -DGST_STATIC_COMPILATION when building only statically - https://bugzilla.gnome.org/show_bug.cgi?id=767463 - -2016-06-23 15:57:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimage.c: - eglimage: Only register debug category if dmabuf support is enabled - It's not used otherwise currently and causes compiler warnings. - -2016-06-22 22:28:03 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webrtcdsp/gstwebrtcdsp.cpp: - webrtcdsp: Offset timestamp with duration - The saved timestamp is used to compute the delay of the probe data. - As it's used at the following incoming buffer, it needs to be offset - with the duration of the buffer to represent the end position. Also, - properly initialize the saved timestamp and protect against TIME_NONE. - -2016-06-22 21:54:13 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webrtcdsp/gstwebrtcdsp.cpp: - webrtcdsp: Synchronize with delays - Until now, we were synchronizing both DSP and Probe adapter by - waiting and clipping the probe adapter data. This increases the CPU - usage, can cause copies if the audio is not 10ms aligned and the worst - is that it prevents the processing from compensating for inaccurate - latency. This is also a step forward toward supporting playback - filters. - -2016-06-22 21:45:08 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webrtcdsp/gstwebrtcdsp.cpp: - webrtdsp: Remove restriction on channels number - Unlike 0.1, in 0.2 the reverse stream can have different number of - channels. Remove the check that restrict it. - -2016-06-22 21:44:35 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webrtcdsp/gstwebrtcdsp.cpp: - webrtcdsp: Style fix - -2016-06-16 14:18:18 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: minimize renegotiation to make hw decoding more reliable - The hardware decoder can become (temporarily) unavailable across - VTDecompressionSessionCreate/Destroy calls. During negotiation if the currently - configured caps are still accepted by downstream we keep using them so we don't - have to destroy and recreate the decoding session. - This indirectly fixes https://bugzilla.gnome.org/show_bug.cgi?id=767429, by - making vtdec stick to GLMemory. - -2016-06-16 15:13:02 +1000 Matthew Waters <matthew@centricular.com> - - * ext/qt/qtitem.cc: - * ext/qt/qtplugin.pro: - qmlglsink: add win32 support - The current state of c++ ABI's on Window's and Gst's/Qt's conflicting - mingw builds means that we cannot use mingw for building the qt plugin. - Instead, a qmake .pro file is provided that is expected to be used with the - msvc binaries provided by Qt like so: - (with the PATH environment variable containing the path to the qt biniaries - and PKG_CONFIG_PATH containing the path to GStreamer modules) - cd /path/to/sources/gst-plugins-bad/ext/qt - qmake -tp vc - Then open the resulting VS project and build the library. Then - cp debug/libgstqtsink.dll /path/to/prefix/lib/gstreamer-1.0/libgstqtsink.cll - https://bugzilla.gnome.org/show_bug.cgi?id=761260 - -2016-06-21 11:40:22 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * .gitignore: - Add missing file to gitignore - -2016-06-20 18:52:00 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * docs/plugins/Makefile.am: - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-androidcamera.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiofxbad.xml: - * docs/plugins/inspect/plugin-bluez.xml: - * docs/plugins/inspect/plugin-bs2b.xml: - * docs/plugins/inspect/plugin-compositor.xml: - * docs/plugins/inspect/plugin-dashdemux.xml: - * docs/plugins/inspect/plugin-decklink.xml: - * docs/plugins/inspect/plugin-dtls.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-fbdevsink.xml: - * docs/plugins/inspect/plugin-fluidsynthmidi.xml: - * docs/plugins/inspect/plugin-freeverb.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gstgtk.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-ivfparse.xml: - * docs/plugins/inspect/plugin-ivtc.xml: - * docs/plugins/inspect/plugin-jp2kdecimator.xml: - * docs/plugins/inspect/plugin-kate.xml: - * docs/plugins/inspect/plugin-kms.xml: - * docs/plugins/inspect/plugin-ladspa.xml: - * docs/plugins/inspect/plugin-midi.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mxf.xml: - * docs/plugins/inspect/plugin-netsim.xml: - * docs/plugins/inspect/plugin-openexr.xml: - * docs/plugins/inspect/plugin-opengl.xml: - * docs/plugins/inspect/plugin-openjpeg.xml: - * docs/plugins/inspect/plugin-opusparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-qt.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rsvg.xml: - * docs/plugins/inspect/plugin-rtponvif.xml: - * docs/plugins/inspect/plugin-smoothstreaming.xml: - * docs/plugins/inspect/plugin-sndfile.xml: - * docs/plugins/inspect/plugin-srtp.xml: - * docs/plugins/inspect/plugin-stereo.xml: - * docs/plugins/inspect/plugin-teletext.xml: - * docs/plugins/inspect/plugin-uvch264.xml: - * docs/plugins/inspect/plugin-vcdsrc.xml: - * docs/plugins/inspect/plugin-vdpau.xml: - * docs/plugins/inspect/plugin-videofiltersbad.xml: - * docs/plugins/inspect/plugin-videoframe_audiolevel.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-videosignal.xml: - * docs/plugins/inspect/plugin-vmnc.xml: - * docs/plugins/inspect/plugin-webp.xml: - * docs/plugins/inspect/plugin-webrtcdsp.xml: - * docs/plugins/inspect/plugin-wildmidi.xml: - * docs/plugins/inspect/plugin-x265.xml: - * docs/plugins/inspect/plugin-yadif.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst/pnm/gstpnmenc.c: - doc: Automatic update - This is an automatic update with manual merges of running - "make update" in the doc/plugins directory. This should help - later maintenance of the plugins doc. A lot of plugin are - not referenced yet in the doc. Will come later. - -2016-06-20 16:30:19 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * docs/plugins/Makefile.am: - doc: Add .cpp files to doc parser - Also, complete the list of directory that need to be visited. - -2016-06-06 15:10:05 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - * ext/Makefile.am: - * ext/webrtcdsp/Makefile.am: - * ext/webrtcdsp/gstwebrtcdsp.cpp: - * ext/webrtcdsp/gstwebrtcdsp.h: - * ext/webrtcdsp/gstwebrtcechoprobe.cpp: - * ext/webrtcdsp/gstwebrtcechoprobe.h: - webrtcdsp: Add WebRTC Audio Processing support - This DSP library can be used to enhance voice signal for real time - communication call. In implements multiple filters like noise reduction, - high pass filter, echo cancellation, automatic gain control, etc. - The webrtcdsp element can be used along, or with the help of the - webrtcechoprobe if echo cancellation is enabled. The echo probe should - be placed as close as possible to the audio sink, while the DSP is - generally place close to the audio capture. For local testing, one can - use an echo loop pipeline like the following: - autoaudiosrc ! webrtcdsp ! webrtcechoprobe ! autoaudiosink - This pipeline should produce a single echo rather then repeated echo. - Those elements works if they are placed in the same top level pipeline. - https://bugzilla.gnome.org/show_bug.cgi?id=767800 - -2016-06-21 11:46:44 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * common: - Automatic update of common submodule - From ac2f647 to f363b32 - -2016-03-22 16:51:53 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - glcontext/wgl: try wglCreateContextAttribsARB even not gl3 core profile - https://bugzilla.gnome.org/show_bug.cgi?id=764018 - -2016-06-21 18:28:46 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: fix get_current_gl_api() on win32 - Another case of incorrect calling conventions. - Using this function on win32 would corrupt the stack pointer and end in - massive hilarity. - -2016-06-15 12:47:05 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglsl.c: - * gst-libs/gst/gl/gstglsl_private.h: - * gst-libs/gst/gl/gstglviewconvert.c: - glsl: fixup external-oes shaders by mangling the required extension - Newer devices require using a different GLSL extension for accessing - external-oes textures in a shader using the texture() functions. - While the GL_OES_EGL_image_external_essl3 should supposedly be supported - on a any GLES3 android device, the extension was defined after a lot of the - older drivers were built so they will not know about it. Thus there are two - possible interpretations of which of texture[2D]() should be supported for - external-oes textures. Strict adherence to the GL_OES_EGL_image_external - extension spec which uses texture2D() or following GLES3's pattern, also - allowing texture() as a function for accessing external-oes textures - This adds another mangling pass to convert - #extension GL_OES_EGL_image_external : ... - into - #extension GL_OES_EGL_image_external_essl3 : ... - on GLES3 and when the GL_OES_EGL_image_external_essl3 extension is supported. - Only uses texture() when the GLES3 and the GL_OES_EGL_image_external_essl3 - extension is supported for external-oes textures. - Uses GLES2 + texture2D() + GL_OES_EGL_image_external in all other external-oes - cases. - https://bugzilla.gnome.org/show_bug.cgi?id=766993 - -2016-05-24 16:26:24 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * sys/winks/ksdeviceprovider.c: - * sys/winks/kshelpers.c: - * sys/winks/kshelpers.h: - winks: Port to MSVC and pretend to be Windows XP - strcasecmp is not defined on MSVC, so just use the glib wrapper. Also pretend to - be Windows XP explicitly since the API we use was deprecated and removed - (ifdef-ed) from the SDK after this version of Windows. This will be especially - relevant once we stop supporting Windows XP soon: - https://bugzilla.gnome.org/show_bug.cgi?id=756866 - -2016-03-02 02:17:54 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * win32/common/libgstadaptivedemux.def: - * win32/common/libgstbadaudio.def: - * win32/common/libgstbadbase.def: - * win32/common/libgstbadvideo.def: - * win32/common/libgstbasecamerabinsrc.def: - * win32/common/libgstinsertbin.def: - * win32/common/libgstmpegts.def: - * win32/common/libgsturidownloader.def: - win32: Add missing def files for libraries - -2016-03-02 00:55:15 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/audiovisualizers/gstspacescope.c: - * gst/audiovisualizers/gstspectrascope.c: - * gst/audiovisualizers/gstsynaescope.c: - * gst/audiovisualizers/gstwavescope.c: - build: Factor out endian-order RGB formats - MSVC seems to ignore preprocessor conditionals inside static pad templates - -2016-06-13 22:29:39 -0400 Aaron Boxer <boxerab@gmail.com> - - * ext/openjpeg/gstopenjpegdec.c: - * ext/openjpeg/gstopenjpegdec.h: - openjpegdec: use sampling field to determine RGB channel - https://bugzilla.gnome.org/show_bug.cgi?id=767402 - -2016-06-02 13:53:38 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/templatematch.c: - templatematch: fix buffer leak in test - Need to call gst_check_drop_buffers() to unref the buffers exchanged - during the test. - https://bugzilla.gnome.org/show_bug.cgi?id=767159 - -2016-05-19 13:31:56 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/glimagesink.c: - glimagesink: fix query leak in test - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-19 13:29:15 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/glimagesink.c: - glimagesink: properly setup/teardown tests - tcase_add_checked_fixture() is suppose to call the setup and teardown - functions so the tests don't have to do it manually. - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-19 13:09:41 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/libs/gstglupload.c: - glupload: fix shader leak in test - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-19 12:51:17 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/uvch264demux.c: - uvch264demux: fix buffer leaks in test - The mock chain functions aren't unreffing the buffers so the caller - should do it. - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-19 12:36:42 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/camerabin.c: - camerabin: fix element leak in test - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-19 11:19:57 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/autoconvert.c: - fix buffer leaks in tests - gst_check_drop_buffers() release the buffers exchanged during the test. - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-19 11:19:20 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/audiomixer.c: - * tests/check/elements/compositor.c: - fix event leaks in tests - The events are supposed to be unreffed when finishing the test, not - reffed. - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-19 11:19:01 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/audiointerleave.c: - audiointerleave: fix message leaks by flushing the bus - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-19 11:16:37 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst-libs/gst/audio/gstaudioaggregator.c: - audioaggregator: fix buffer leak - If the pad was still owning a buffer when being destroyed it was leaked. - Fix a leak with the test_flush_start_flush_stop test. - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-05-18 16:58:44 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/elements/autoconvert.c: - autoconvert: fix factories leak in test - The factories returned by gst_registry_find_feature() have to be - unreffed. - https://bugzilla.gnome.org/show_bug.cgi?id=766663 - -2016-06-17 14:58:44 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * gst-libs/gst/codecparsers/gsth264parser.c: - h264parse: fix default time_offset_length - The default value for time_offset_length should be 24, see - section E2.2 of the H264 spec. - https://bugzilla.gnome.org/show_bug.cgi?id=767792 - -2016-06-17 14:31:42 +0200 Joan Pau Beltran <joanpau.beltran@socib.cat> - - * ext/dc1394/gstdc1394src.c: - dc1394src: check for disabled transmission in _stop_cam - For symetry with _start_cam, check that the transmission - is effectively disabled in _stop_cam. - https://bugzilla.gnome.org/show_bug.cgi?id=763026 - -2016-06-17 15:32:08 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: do not rely on temp var for fail detection - Use errno instead as local var might be overwritten - before the check. - -2016-06-14 15:29:08 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: rework set_pids() - - Reflow to avoid unneeded nesting - - Free aux pids array earlier - - Adjust debug output to deliver more meaningful information - -2016-06-14 14:24:35 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: drop pointless debug msg - -2016-06-09 16:05:39 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst-libs/gst/codecparsers/gsth265parser.h: - * gst-libs/gst/codecparsers/gstmpeg4parser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - * gst-libs/gst/codecparsers/gstvc1parser.c: - codecparsers: drop all otherwizes - -2016-06-12 13:53:18 -0400 Aaron Boxer <boxerab@gmail.com> - - * gst/videoparsers/gstjpeg2000parse.c: - * gst/videoparsers/gstjpeg2000parse.h: - jpeg2000parse: support j2c format - https://bugzilla.gnome.org/show_bug.cgi?id=767512 - -2016-06-16 01:54:16 +1000 Matthew Waters <matthew@centricular.com> - - * tests/check/Makefile.am: - tests/glcontext: link against gstvideo for gst_video_info_* - fixes make distcheck complaining about it. - -2016-04-14 18:14:32 +0300 Sergey Borovkov <sergey.borovkov@wireload.net> - - * configure.ac: - * ext/qt/qtitem.cc: - * gst-libs/gst/gl/egl/gstegl.h: - qml: Enable qmlglsink for eglfs - https://bugzilla.gnome.org/show_bug.cgi?id=763044 - -2016-06-16 00:44:48 +1000 Matthew Waters <matthew@centricular.com> - - * ext/qt/qtitem.cc: - qmlglsink: propagate GL context creation failure upwards - Otherwise an application cannot know if the qmlglsink will be displaying frames - incorrectly/at all. - -2016-06-16 00:44:16 +1000 Matthew Waters <matthew@centricular.com> - - * ext/qt/qtitem.cc: - qmlglsink: also allow wayland-egl as a platform name - -2016-06-12 15:35:28 +0800 Haihua Hu <jared.hu@nxp.com> - - * configure.ac: - * ext/qt/Makefile.am: - * ext/qt/qtitem.cc: - qmlglsink: Add Wayland support - Don't use gstgldisplay to get wayland display. Should use QPA on wayland - to get wayland display for QT. - https://bugzilla.gnome.org/show_bug.cgi?id=767553 - -2016-06-16 00:46:57 +1000 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcontext.c: - tests/glcontext: update test for gen,del_texture removal - -2016-06-14 22:12:18 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/ladspa/gstladspa.c: - ladspa: simplify registry cache structure creation - Create and fill structure in one go. - -2016-06-14 13:48:09 +0800 Haihua Hu <jared.hu@nxp.com> - - * ext/gl/effects/gstgleffectssources.c: - gleffects: fix little rectangle that appears at the center of squeeze and tunnel effects - These two shader will calculate the vector length and use it as denominator. - But length could be zero which will cause undefine behaviour. Add protection for - this condition - https://bugzilla.gnome.org/show_bug.cgi?id=767635 - -2016-06-15 18:10:59 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsl.c: - glsl: add some debugging - -2016-06-15 16:08:57 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - glutils: remove unused functions for texture creation/deletion - Everyone uses GstGLMemory now and any future code should as well. - -2016-06-15 15:47:47 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.h: - glfilter: remove unused class fields in/out_tex_id - The functionality is not used by any subclass nor are the values set anywhere. - -2016-06-15 15:08:39 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgldeinterlace.c: - gldeinterlace: remove dead code accessing filter->in_tex_id - It's not set by anyone or anything and gldeinterlace is the only user of it now. - -2016-06-15 14:40:40 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload/meta: remove unneeded texture deletion - The textures are managed by the GstGLMemory inside the output buffer. Freeing - them prematurely may result in a use-after-free. - -2016-05-30 14:10:23 +0200 Aleix Conchillo Flaqué <aleix@oblong.com> - - * ext/srtp/gstsrtpenc.c: - * ext/srtp/gstsrtpenc.h: - srtpenc: remove get-rollover-counter signal and add stats property - We remove get-rollover-counter signal in favor of the "stats" - property. The "stats" property is a GstStructure with caps - application/x-srtp-encoder-stats that contains an array of - structures with caps application/x-srtp-stream. - Each stream structure contains "ssrc" and "roc" fields. - https://bugzilla.gnome.org/show_bug.cgi?id=733265 - -2016-05-25 12:55:36 +0200 Mats Lindestam <matslm@axis.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: support for handling of config-interval = -1 - Added support for handling of config-interval = -1. - config-inteval = -1 represents resending SPS and PPS for each - I-/IDR-frame. - https://bugzilla.gnome.org/show_bug.cgi?id=766803 - -2016-05-25 12:45:17 +0200 Mats Lindestam <matslm@axis.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: refactored handling of SPS/PPS when pushing frames - https://bugzilla.gnome.org/show_bug.cgi?id=766803 - -2016-05-25 11:54:55 +0200 Mats Lindestam <matslm@axis.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: change "config-interval" property type from uint to int - So we can use -1 as special value like in rtph264pay. - https://bugzilla.gnome.org/show_bug.cgi?id=766803 - -2016-06-13 09:20:22 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/avfassetsrc.m: - avfassetsrc: Don't escape the URI before passing it to NSURL - The URI must already be escaped by the caller, we don't support passing around - invalid (unescaped) URIs via the GstURIHandler interface. - Also it will escape too much of the URI in this case, e.g. - ipod-library://item/item.m4a?id=3143338395173862951 - becomes - ipod-library://item/item.m4a%3Fid%3D3143338395173862951 - https://bugzilla.gnome.org/show_bug.cgi?id=767492 - -2016-06-13 09:20:02 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/iosassetsrc.m: - iosassetsrc: Print the correct URI if it was rejected - We were printing the previously set URI instead of the new one. - -2016-06-09 01:20:36 +0200 Sebastian Rasmussen <sebrn@axis.com> - - * ext/curl/gstcurlsmtpsink.c: - curlsmtpsink: Lock and don't send final boundary upon error - Previously GstCurlSmtpSink could cause the pipeline thread to end up - waiting for a stopped thread to perform work. - The scenario was that the sink could be rendering a buffer and waiting - for the curl transfer thread to have sent the data. As soon as the - transfer thread has copied all data to curl's data buffer in - gst_curl_base_sink_transfer_read_cb() then the render call would stop - waiting and return GST_FLOW_OK. While this takes place the transfer - thread may suffer from an error e.g. due gst_poll_wait() timing out. - This causes the transfer thread to record the error, claim (it is not - really true since there was an error) that the data has been sent and - that a response has been received by trying to signal the pipeline - thread (but this has already stopped waiting). Finally the transfer - thread stops itself. A short while later the pipeline thread may attempt - to push an EOS event into GstCurlSmtpSink. Since there is no check in - gst_curl_smtp_sink_event() to check if the sink has suffered from any - error it may attempt to add a final boundary and ask the, now deceased, - transfer thread to transfer the new data. Next the sink element would - have waited for the transfer to complete (using a different mechanism - than normal transfers through GstCurlBaseSink). In this case there was - an error check to avoid waiting if an error had already been seen. - Finally GstCurlSmtpSink would chain up to GstCurlBaseSink which would - then block waiting for a response (normally this would be prevented by - the transfer thread suffering the error claiming that it had been - received, but GstCurlSmtpSink clobbered this flag after the fact). - Now GstCurlSmtpSink avoids this by locking over the entire event handing - (preventing simultaneous changes to flags by the two threads) and also - by avoiding to initiate transfer of final boundary if an error has - already been seen. - Also add GST_FIXME() for remaining similar issue where the pipeline - thread may block indefinitely waiting for transfer thread to transfer - data but the transfer thread errors out and fails to notify the pipeline - thread that the transfer failed. - https://bugzilla.gnome.org/show_bug.cgi?id=767501 - -2016-06-08 11:32:28 -0400 Aaron Boxer <boxerab@gmail.com> - - * gst/videoparsers/gstjpeg2000parse.c: - * gst/videoparsers/gstjpeg2000parse.h: - * gst/videoparsers/gstjpeg2000sampling.h: - jpeg2000parse: Require either colorspace or sampling field in sink caps - And always set the sampling field on the src caps, if necessary guessing a - correct value for it from the colorspace field. - Also, did some cleanup: removed sampling enum - redundant. - https://bugzilla.gnome.org/show_bug.cgi?id=766236 - -2016-06-10 11:32:46 +0300 Heinrich Fink <hfink@toolsonair.com> - - * ext/opencv/gstfacedetect.cpp: - facedetect: Fix compiler warning with clang 3.8 - Use namespace only after it was actually defined by a header. - gstfacedetect.cpp:79:17: error: using directive refers to implicitly-defined namespace 'std' [-Werror] - using namespace std; - ^ - -2016-06-06 16:35:15 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: unify exit paths on _start() - -2016-06-06 15:31:31 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: use proper acronym for PID (Packet Identifier) - Drop formatting tab from message while at it. - -2016-06-06 12:25:22 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: set common PES filter params once and reuse - Avoid setting the same harcoded values over and over again. - -2016-06-09 22:01:45 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/dc1394/gstdc1394src.c: - dc1394src: minor clean-up - We always call _parse_caps() with non-NULL out vars. - -2016-06-09 22:01:13 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/dc1394/gstdc1394src.c: - dc1394src: fix some more c99-isms - -2016-06-09 21:47:05 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/Makefile.am: - docs: fix for renamed dc1394 source file - https://bugzilla.gnome.org/show_bug.cgi?id=763026 - -2016-06-07 15:50:50 +0200 Joan Pau Beltran <joanpau.beltran@socib.cat> - - * ext/dc1394/Makefile.am: - * ext/dc1394/gstdc1394src.c: - * ext/dc1394/gstdc1394src.h: - dc1394src: prefix and file names according to Gstreamer conventions - Replace the type and function prefix to follow the conventions: - - Use `GST_TYPE_DC1394_SRC` instead of `GST_TYPE_DC1394`. - - Use `GstDC1394Src` and `GstDC1394SrcClass` instead of - `GstDc1394` and `GstDc1394Class`. - - Use `gst_dc1394_src` instead of `gst_dc1394`. - https://bugzilla.gnome.org/show_bug.cgi?id=763026 - -2016-05-10 18:30:35 +0200 Joan Pau Beltran <joanpau.beltran@socib.cat> - - * configure.ac: - * ext/dc1394/Makefile.am: - * ext/dc1394/gstdc1394.c: - * ext/dc1394/gstdc1394.h: - dc1394src: port to 1.X - The dc1394src is a PushSrc element for IIDC cameras based on libdc1394. - The implementation from the 0.x series is deffective: - caps negotiation does not work, and some video formats - provided by the camera are not supported. - Refactor the code to port it to 1.X and enhance the support - for the full set of video options of IIDC cameras: - - The IIDC specification includes a set of camera video modes - (video format, frame size, and frame rates). - They do not map perfectly to Gstreamer formats, but those that - do not match are very rare (if used at all by any camera). - In addition, although the specification includes a raw format, - some cameras use mono video formats to capture in Bayer format. - Map corresponding video modes to Gstreamer formats in capabilities, - allowing both gray raw and Bayer video formats for mono video modes. - - The specification includes scalable video modes (Format7), - where the frame size and rate can be set to arbitrary values - (within the limits of the camera and the bus transport). - Allow the use of such mode, using the frame size and rate - from the negotiatied caps, and set the camera frame rate - adjusting the packet size as in: - <http://damien.douxchamps.net/ieee1394/libdc1394/faq/#How_do_I_set_the_frame_rate> - The scalable modes also allow for a custom ROI offset. - Support for it can be easily added later using properties. - - Camera operation using libdc1394 is as follows: - 1. Enumerate cameras on the system and open the camera - identified the enumeration index or by a GUID (64bit hex code). - 2. Query the video formats supported by the camera. - 3. Configure the camera for the desired video format. - 4. Setup the capture resources for the configured video format - and start the camera transmission. - 5. Capture frames from the camera and release them when not used. - 6. Stop the camera transmission and clear the capture resources. - 7. Close the camera freeing its resources. - Do steps 2 and 3 when getting and setting the caps respectively. - Ideally 4 and 6 would be done when going from PAUSED to PLAYING - and viceversa, but since caps might not be set yet, the video mode - is not properly configured leaving the camera in a broken state. - Hence, setup capture and start transmission in the set caps method, - and consequently clear the capture and stop the transmission - when going from PAUSED to READY (instead of PLAYING to PAUSED). - Symmetrycally, open the camera when going from READY to PAUSED, - allowing to probe the camera caps in the negotiation stage. - Implement that using the `start` and `stop` methods of `GstBaseSrc`, - instead of the `change-state` method of `GstElement`. - Stop the camera before setting new caps and restarting it again - to handle caps reconfiguration while in PLAYING (it has no effect - if the camera is not started). - - Create buffers copying the bytes of the captured frames. - Alternatively, the buffers could just wrap the bytes of the frames, - releasing the frame in the buffer's destroy notify function, - if all buffers were destroyed before going from PLAYING to PAUSED. - - No timestamp nor offset is set when creating buffers. - Timestamping is delegated to the parent class BaseSrc, - setting `gst_base_src_set_live` TRUE, `gst_base_src_set_format` - with GST_FORMAT_TIME and `gst_base_src_set_do_timestamp`. - Captured frames have a timestamp field with the system time - at the completion of the transmission of the frame, - but it is not sure that this comes from a monotonic clock, - and it seems to be left NULL in Windows. - - Use GUID and unit properties to select the camera to operate on. - The camera number used in version 0.X does not uniquely identify - the device (it depends on the set of cameras currently detected). - Since the GUID is 64bit identifier (same as MAC address), - handle it with a string property with its hexadecimal representation. - For practicality, operate on the first camera available if the GUID - is null (default) and match any camera unit number if unit is -1. - Alternatively, the GUID could be handed with an unsigned 64 bit - integer type property, using `0xffffffffffffffff` as default value - to select the first camera available (it is not a valid GUID value). - - Keep name `GstDc1394` and prefix `gst_dc1394` as in version 0.X, - although `GstDC1394Src` and `gst_dc1394_src` are more descriptive. - - Adjust build files to reenable the compilation of the plugin. - Remove dc1394 from the list of unported plugins in configure.ac. - Add the missing flags and libraries to Makefile. - Use `$()` for variable substitution, as many plugins do, - although other plugins use `@@` instead. - https://bugzilla.gnome.org/show_bug.cgi?id=763026 - -2016-06-08 18:02:32 +0200 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Move SEEK handling to a separate function - Just for code readability. Doesn't change behaviour - -2016-06-07 21:10:04 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/webp/gstwebpdec.c: - webpdec: Wait for segment event before checking it - The heuristic to choose between packetise or not was changed to use the - segment format. The problem is that this change is reading the segment - during the caps event handling. The segment event will only be sent - after. That prevented the decoder to go in packetize mode, and avoid - useless parsing. - https://bugzilla.gnome.org/show_bug.cgi?id=736252 - -2016-06-07 21:04:21 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/vmnc/vmncdec.c: - vmncdec: Wait for segment event before checking it - The heuristic to choose between packetise or not was changed to use the - segment format. The problem is that this change is reading the segment - during the caps event handling. The segment event will only be sent - after. That prevented the decoder to go in packetize mode, and avoid - useless parsing. - https://bugzilla.gnome.org/show_bug.cgi?id=736252 - -2016-06-07 14:15:41 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/openjpeg/gstopenjpegenc.c: - openjpeg: fix builddir != srcdir build, and distcheck - -2016-06-01 19:02:33 -0400 Aaron Boxer <boxerab@gmail.com> - - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * gst/videoparsers/Makefile.am: - * gst/videoparsers/gstjpeg2000parse.c: - * gst/videoparsers/gstjpeg2000parse.h: - * gst/videoparsers/gstjpeg2000sampling.h: - * gst/videoparsers/plugin.c: - jpeg2000parse: Add JPEG2000 parser element - https://bugzilla.gnome.org/show_bug.cgi?id=766236 - -2016-06-01 19:01:44 -0400 Aaron Boxer <boxerab@gmail.com> - - * ext/openjpeg/gstopenjpegenc.c: - * gst/videoparsers/Makefile.am: - * gst/videoparsers/gstjpeg2000sampling.h: - openjpeg: set sampling in the caps - https://bugzilla.gnome.org/show_bug.cgi?id=766236 - -2016-05-02 17:38:50 +0200 Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Set PTS on aligned buffers - This was broken in 09c05df (make "alignment" property more useful for - packetisation). - https://bugzilla.gnome.org/show_bug.cgi?id=765926 - -2016-06-07 17:22:01 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: always drain in ::negotiate - Move calling gst_vtdec_push_frames_if_needed from ::set_format to ::negotiate so - that we always drain even when renegotiation is triggered by downstream. - -2016-06-07 16:00:01 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: try to preserve downstream caps order - vtdec specifies sysmem; GLMemory as template caps. When negotiating, we used to - call gst_pad_peer_query_caps (..., filter) with our template caps as filter. The - query does gst_caps_intersect (filter, peercaps) internally which gives - precedence to the order of the filter caps. While we want to output sysmem by - default, when negotiating with glimagesink which returns GLMemory; sysmem; we - do want to do GL, so we now query using a NULL filter and intersect the result - with our template caps giving precedence to downstream's caps. - tl;dr: make sure we end up negotiating GLMemory with glimagesink - -2016-06-06 14:08:43 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * sys/androidmedia/gstahcsrc.c: - ahcsrc: Avoid a div by 0 warning - https://bugzilla.gnome.org/show_bug.cgi?id=767302 - -2016-06-06 12:38:45 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * sys/androidmedia/gstamcvideoenc.c: - amcvideoenc: Do not call gst_object_unref on GstCaps - https://bugzilla.gnome.org/show_bug.cgi?id=767298 - -2016-05-19 11:16:50 +0200 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Set DISCONT on startup, resume and after seeks - Initial buffers after STREAM_START and seeks should always have the - DISCONT flag set. - https://bugzilla.gnome.org/show_bug.cgi?id=766650 - -2015-09-23 02:51:57 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: Change the pad naming scheme to include a generation ID - A simple fix for the problem of creating new pads with duplicate - names when switching program, easier than the alternative of - trying to work out which pads might persist and manage that. - See https://bugzilla.gnome.org/show_bug.cgi?id=758454 - -2016-06-06 11:13:00 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: pause() should not inhibit signals but work exactly like play() - https://bugzilla.gnome.org/show_bug.cgi?id=766607#c23 - -2016-06-03 15:58:52 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: improve description of PIDs property - -2016-06-03 07:11:33 +0200 Edward Hervey <bilboed@bilboed.com> - - * sys/applemedia/Makefile.am: - applemedia: Only use the OpenGL framework on OSX - It's not available on ios (uses OpenGLES already) - https://bugzilla.gnome.org/show_bug.cgi?id=766973 - -2016-05-17 17:14:49 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst-libs/gst/gl/egl/gstglmemoryegl.c: - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglmemorypbo.c: - * gst-libs/gst/video/gstvideoaggregator.c: - gst-libs: gl, video: use MAY_BE_LEAKED flag - https://bugzilla.gnome.org/show_bug.cgi?id=767162 - -2016-05-18 12:48:48 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * sys/bluez/gsta2dpsink.c: - a2dpsink: unref avdtpsink if state transition failed - If for some reason the avdtpsink element can't go READY then the - gsta2dpsink can't either and so should release the ressources it - allocates when trying to do so. - Fix a leak with the generic/states test. - https://bugzilla.gnome.org/show_bug.cgi?id=767161 - -2016-05-28 21:34:52 +0200 Havard Graff <havard.graff@gmail.com> - - * sys/applemedia/Makefile.am: - applemedia: CGLTexImageIOSurface2D needs the OpenGL framework on OSX - https://bugzilla.gnome.org/show_bug.cgi?id=766973 - -2016-05-28 21:39:00 +0200 Havard Graff <havard.graff@gmail.com> - - * sys/applemedia/avsamplevideosink.m: - avsamplevideosink: check we are compiling for 10.1 up to 10.4 - This API was deprecated in 10.4, so don't use it for 10.5 and onwards. - https://bugzilla.gnome.org/show_bug.cgi?id=766973 - -2016-06-01 13:43:32 +0200 Heinrich Fink <hfink@toolsonair.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - applemedia: vtenc: Register a hardware-only vtenc_h264_hw element on OSX - Similar to vtdec_hw, this commit adds a vtenc_h264_hw element that fails - caps negotiation unless a hardware encoder could actually be acquired. - This is useful in situations where a fallback to a software encoder - other than the vtenc_h264 software encoder is desired (e.g. to x264enc). - https://bugzilla.gnome.org/show_bug.cgi?id=767104 - -2016-06-02 16:30:02 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: make vtdec_hw fallback to software on renegotiation - When renegotiating mid stream - for example with variable bitrate - streams - and therefore destroying and recreating VTSessions, the - hw decoder might become temporarily unavailable. - To deal with this and avoid erroring out on bitrate changes, - vtdec_hw now falls back to using the software decoder if the hw - one was available at some point but isn't anymore. At - renegotiation/bitrate change time, it will still retry to open - the hardware one. - -2016-06-02 13:10:51 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: fix switching from GLMemory to Sysmem - When renegotiating from GLMemory to Sysmem do teardown the texture_cache. - Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=766190 - -2016-06-02 11:36:57 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: optimize renegotiation - ::negotiate can be called several times before the CAPS event is sent downstream - so use the currently configured output state caps instead of the pad current - caps when deciding whether to recreate the VTSession or not. - This leads to creating/destroying less VTSessions which makes renegotiation more - reliable especially when using hw decoding. - -2016-06-01 13:52:10 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: remove comment on self-explanatory code - -2016-06-01 13:18:21 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: avoid out-bound write on PID filter array - There's no need for an end-of-list marker in the filter - PIDs array if full, as the absolute maximum number of - elements (MAX_FILTERS) is known. - CID #1362441 - -2016-05-31 20:41:14 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/androidmedia/gstahcsrc.c: - androidmedia: fix error debug message when camera doesn't exist - Makes no sense to include the system error here since errno - will likely not be set and then it says 'system error: success' - which is confusing. - https://bugzilla.gnome.org/show_bug.cgi?id=767087 - -2016-05-31 18:58:43 +0900 Justin Kim <justin.kim@collabora.com> - - * sys/androidmedia/gstahcsrc.c: - ahcsrc: release resources in 'finalize' function - In general, 'dispose' function is used for dropping all references - and 'finalize' is called for releasing instances. - https://bugzilla.gnome.org/show_bug.cgi?id=763309 - -2016-05-25 15:01:31 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst-libs/gst/player/gstplayer.c: - * tests/check/libs/player.c: - player: inhibit signals after gst_player_stop() has been called - Also wait for the state change to STOP to have been announced before - destroying the player so it won't appear as leaked by leak detector - tools. - https://bugzilla.gnome.org/show_bug.cgi?id=766607 - -2016-05-25 12:48:13 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/libs/player.c: - player: handle uri-loaded in test - Had to adapt the existing tests because of this new callback. - https://bugzilla.gnome.org/show_bug.cgi?id=766607 - -2016-05-25 16:57:49 -0700 Scott D Phillips <scott.d.phillips@intel.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Don't assume contiguous id's in make_codec_data - vps/sps/pps id's are not required to be used contiguously. - https://bugzilla.gnome.org/show_bug.cgi?id=766891 - -2016-05-28 01:22:32 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add sample ATSC launch line - -2016-05-28 21:36:04 +0200 Havard Graff <havard.graff@gmail.com> - - * gst-libs/gst/gl/gstglquery.c: - gl: glquery: cast to silence compiler warning - https://bugzilla.gnome.org/show_bug.cgi?id=766973 - -2016-05-28 21:35:37 +0200 Havard Graff <havard.graff@gmail.com> - - * ext/gl/gstgltestsrc.h: - gltestsrc: gltestsrc.h already defines GstGLTestSrc - And redefinition is not allowed. - https://bugzilla.gnome.org/show_bug.cgi?id=766973 - -2016-05-27 23:24:54 +0200 Havard Graff <havard.graff@gmail.com> - - * gst-libs/gst/player/gstplayer.c: - player: use correct _NONE enum - https://bugzilla.gnome.org/show_bug.cgi?id=766973 - -2016-05-28 10:44:04 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - h264parser: maintain minimal ABI compat - Because we can. - https://bugzilla.gnome.org/show_bug.cgi?id=723352 - -2014-05-22 16:12:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - h264parser: Remove unused fps_num/fps_den fields - Instead the newly added function should be used to calculate - the framerate properly. - https://bugzilla.gnome.org/show_bug.cgi?id=723352 - -2016-05-25 10:59:00 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/smoothstreaming/gstmssmanifest.c: - smoothstreaming: update fps calculation for h264 codec parser API changes - Use new gst_h264_video_calculate_framerate() API instead of fps_n/fps_d - fields in SPS struct which are to be removed. - Apparently H264 content in MSS is always non-interlaced/progressive, - so we can just pass 0 for field_pic_flag and don't need to parse any - slice headers first if there's no external signalling. But even if - that's not the case the new code is not worse than the existing code. - https://msdn.microsoft.com/en-us/library/cc189080%28VS.95%29.aspx - https://bugzilla.gnome.org/show_bug.cgi?id=723352 - -2016-05-26 10:28:14 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: use single marker at end of filtering PID list - Avoids at least ~100 unneeded assignment operations at runtime - -2016-05-23 16:31:05 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: simplify reporting of set polarity - -2016-05-23 14:41:40 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix bandwidth-hz property description - Bandwidth Hz is no longer a DVBT-only property - -2016-05-23 14:02:10 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix usage of PES & DVR acronyms everywhere - Additionally, improve message on gst_poll_new() failure - -2016-05-26 20:16:07 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: always unref the context on a collision - Otherwise we will leak GstGLContext's when adding the same context more than - once. - Fixes a regression caused by 5f9d10f6036068502ad23e1ec86a73e341801ae1 in the - gstglcontext unit test that failed with: - Assertion 'tmp == NULL' failed - -2016-05-25 13:38:47 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - Revert "aggregator: Start the task when linked" - This reverts commit 302580c3815136d29479c3a8cae611d6e2ff3709. - -2016-05-20 14:34:37 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/caopengllayersink.h: - * ext/gl/caopengllayersink.m: - caopengllayersink: Don't cache buffer pool - Pools cannot be used by the two elements at the same time. - https://bugzilla.gnome.org/show_bug.cgi?id=766611 - -2016-04-13 16:30:28 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Start the task when linked - Until now we would start the task when the pad is activated. Part of the - activiation concist of testing if the pipeline is live or not. - Unfortunatly, this is often too soon, as it's likely that the pad get - activated before it is fully linked in dynamic pipeline. - Instead, start the task when the first serialized event arrive. This is - a safe moment as we know that the upstream chain is complete and just - like the pad activation, the pads are locked, hence cannot change. - https://bugzilla.gnome.org/show_bug.cgi?id=757548 - -2016-05-25 09:09:01 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - gl: win32: Add debug category in gstglcontext_wgl.c - https://bugzilla.gnome.org/show_bug.cgi?id=766867 - -2016-05-16 20:02:28 +0800 Haihua Hu <jared.hu@nxp.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - glimagesink: support video rotation using transform matrix - Add "rotate-method" to glimagesink and apply transform matrix - to vertex coordinate to control rotation. - https://bugzilla.gnome.org/show_bug.cgi?id=765795 - -2016-05-24 23:39:27 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - glvideomixer: fix race retrieving the GL context from the display - _get_gl_context() can be called concurrently from either propose_allocation() or - decide_allocation(). If it so happens that this happens at the same time, - the check for whether we already had a GL context was outside the lock. Inside - the lock and loop, the first thing that happens is that we unref the current GL - context (if valid) as if there was a conflict adding it to the display. If the - timing was unlucky, subsequent use of the GL context would be referencing an - already unreffed GL context object resulting in a critical: - g_object_ref: assertion 'object->ref_count > 0' failed - https://bugzilla.gnome.org/show_bug.cgi?id=766703 - -2016-05-24 23:38:22 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: add some debugging about retrieving GL contexts - -2016-05-25 10:01:38 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimage.c: - eglimage: Re-add accidentially removed GST_DEFINE_MINI_OBJECT_TYPE() - -2016-05-23 15:24:53 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst-libs/gst/player/gstplayer.c: - player: fix suburi getter debug message - The property is a string, not a boolean. - https://bugzilla.gnome.org/show_bug.cgi?id=766607 - -2016-05-25 09:53:15 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Don't set subtitle URI directly but dispatch to the player thread - Otherwise we do state changes and everything in the application thread, which - might block and more important can cause reentrant signals. - https://bugzilla.gnome.org/show_bug.cgi?id=766607 - -2016-05-23 20:11:17 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimage.c: - eglimage: Ensure that the debug category is always initalized - Before the initializer was only run if dmabuf support was used. - https://bugzilla.gnome.org/show_bug.cgi?id=766794 - -2016-05-24 23:30:09 +1000 Arjen Veenhuizen <arjen.veenhuizen@tno.nl> - - * ext/gl/gstgltransformation.c: - gltransformation: make the pivot-z property READWRITE - Instead of just being READABLE. - https://bugzilla.gnome.org/show_bug.cgi?id=766818 - -2016-05-23 10:40:58 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/gl/gstgltestsrc.c: - gltestsrc: fix src_impl leak - https://bugzilla.gnome.org/show_bug.cgi?id=766661 - -2016-05-24 00:55:11 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/insertbin/Makefile.am: - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/player/Makefile.am: - g-i: pass compiler env to g-ir-scanner - It's what introspection.mak does as well. Should - fix spurious build failures on gnome-continuous. - -2016-05-24 07:17:22 +1000 Jan Schmidt <jan@centricular.com> - - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmdec.h: - pnmdec: Fix ASCII parsing - Parse gray16 properly in ascii mode, and fix - some bugs around reading data in chunks when - ascii values cross chunk boundaries - -2016-05-19 01:28:04 +1000 Jan Schmidt <jan@centricular.com> - - * tests/check/Makefile.am: - * tests/check/elements/pnm.c: - pnm: Add a basic unit test - Test that we can run an encode / decode cycle in various - formats without errors - -2016-05-19 01:04:36 +1000 Jan Schmidt <jan@centricular.com> - - * gst/pnm/gstpnmenc.c: - pnmenc: Make output caps match the srcpad template - Don't output 'image/pnm', which isn't even in the template - caps. Instead, output a mime-type consistent with what we - are encoding. - -2016-05-18 17:19:40 +1000 Jan Schmidt <jan@centricular.com> - - * gst/pnm/gstpnmenc.c: - pnmenc: Tidy up code, support BE/LE GRAY16 properly - Remove code that dealt with odd strides separately - there's - not really any overhead to just using 1 codepath for both matched - and unmatched stride output. - Add separate codepaths for BE vs LE GRAY16 input so they're - handled properly - -2016-05-16 21:22:57 +1000 Jan Schmidt <jan@centricular.com> - - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmdec.h: - pnmdec: Actually output LE or BE GRAY16 as negotiated - Add codepaths to output GRAY16 in little or big endian - as negotiated. - Move all output format negotiation into a central - function and clean it up - -2015-10-22 17:06:01 +0200 Dimitrios Katsaros <patcherwork@gmail.com> - - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmdec.h: - * gst/pnm/gstpnmutils.c: - pnmdec: Implementation of GRAY16 handling - https://bugzilla.gnome.org/show_bug.cgi?id=757022 - -2015-10-19 17:15:30 +0200 Dimitrios Katsaros <patcherwork@gmail.com> - - * gst/pnm/gstpnmenc.c: - pnmenc: Implementation of GRAY16 handling - https://bugzilla.gnome.org/show_bug.cgi?id=757022 - -2016-05-20 19:25:57 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * sys/kms/gstkmsbufferpool.c: - kmsbufferpool: error only if no allocator - Do not expect an allocator from the configuration, but expect to have already - one set. - -2016-05-15 11:52:55 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * sys/kms/gstkmssink.c: - kmssink: frame copy log in performance category - Log the message when the frame is going to be copy (worse case) under the - performance log category. - https://bugzilla.gnome.org/show_bug.cgi?id=766466 - -2016-05-15 11:51:22 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * sys/kms/gstkmssink.c: - kmssink: use trace level for buffer render log - Instead of using debug level for logging each buffer rendered, use trace - level. - https://bugzilla.gnome.org/show_bug.cgi?id=766466 - -2016-05-23 17:00:22 +0530 Arun Raghavan <arun@arunraghavan.net> - - * gst-libs/gst/player/gstplayer-media-info.c: - player: Fix documentation for gst_player_video_info_get_framerate() - Document out parameters and fix function name. - -2016-05-18 16:00:47 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * tests/check/libs/player.c: - player: use gst_check_init() in test - Calling GST_DEBUG() in test rely on the default category to be defined, - which is done in gst_check_init(). - https://bugzilla.gnome.org/show_bug.cgi?id=766607 - -2016-05-20 17:28:52 -0400 Aaron Boxer <boxerab@gmail.com> - - * ext/openjpeg/gstopenjpegenc.c: - openjpegenc: enable MCT for RGB video - https://bugzilla.gnome.org/show_bug.cgi?id=766732 - -2016-05-20 14:08:03 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: group DVB-T2 substream-id check with its corresponding set_prop() - -2016-05-20 13:57:45 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add DVB-S2 sub-stream ID check - Disable if invalid (> 255) instead of blindy setting this - property regardless of its actual value. - -2016-05-20 13:47:06 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: clarify consequence of passing a wrong ID to the substream filter - -2016-05-19 17:05:33 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/gl/gltestsrc.c: - gltestsrc: fix shaders ref counting - The gltestsrc element uses two shaders: color_shader and snow_shader. - Those are alternatively assigned to the SrcShader->shader pointer and - their reference was transferred to it. Only the SrcShader->shader was - unreffed (in _src_shader_deinit()) so only one shader was properly - freed, the other one was leaked. - Fixed this by giving an extra ref to SrcShader->shader and unreffing the - 2 shaders in _src_smpte_free(). - https://bugzilla.gnome.org/show_bug.cgi?id=766661 - -2016-05-19 16:55:31 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/gl/gstglmosaic.c: - glmosaic: fix shader leak - gst_gl_mosaic_init_shader() is called twice with test_glmosaic so the - first shader was leaked. - https://bugzilla.gnome.org/show_bug.cgi?id=766661 - -2016-05-16 17:11:53 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl: win32: Unparent internal window before destroying it - For some reason DestroyWindow() deadlock if it's called from - parent window's KeyPress event. - https://bugzilla.gnome.org/show_bug.cgi?id=766533 - -2016-05-16 15:26:53 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl: win32: Don't steal parent focus when creating internal window - This fix regression introduced by 0acc18c60f6f962cc6553f6047fdb64891bab544. - https://bugzilla.gnome.org/show_bug.cgi?id=766520 - -2016-05-14 11:56:59 +0200 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Don't wait if input buffer is after output - If the input buffer is after the end of the output buffer, then waiting - for more data won't help. We will never get an input buffer for this point. - This fixes compositing of streams from rtspsrc. - https://bugzilla.gnome.org/show_bug.cgi?id=766422 - -2016-05-19 09:25:57 -0700 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: fix potential NULL deref - This bug was found via cppcheck static analysis. - If android.hardware.Camera.getParameters returns NULL, then object will - be NULL, and we won't allocate params. This means that the GST_DEBUG - statement referencing params->object will be invalid. Fix this by - exiting early if android.hardware.Camera.getParameters returns NULL. - https://bugzilla.gnome.org/show_bug.cgi?id=766638 - -2016-05-19 11:33:52 -0700 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gstahcsrc.c: - ahc: fix typo in doc blurb - https://bugzilla.gnome.org/show_bug.cgi?id=766679 - -2016-05-18 16:55:38 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix pending tags leak - https://bugzilla.gnome.org/show_bug.cgi?id=766662 - -2016-05-18 12:30:05 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * sys/kms/gstkmssink.c: - kmssink: chain up finalize method - https://bugzilla.gnome.org/show_bug.cgi?id=766597 - -2016-05-18 12:33:51 -0700 Martin Kelly <martin@surround.io> - - * tests/examples/opencv/gstfacedetect_test.c: - * tests/examples/opencv/gsthanddetect_test.c: - examples: opencv: typo fix - https://bugzilla.gnome.org/show_bug.cgi?id=766639 - -2016-05-18 21:29:15 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/README: - * ext/lv2/gstlv2.c: - * ext/lv2/gstlv2.h: - * ext/lv2/gstlv2filter.c: - * ext/lv2/gstlv2source.c: - * ext/lv2/gstlv2utils.c: - * ext/lv2/gstlv2utils.h: - lv2: support CVPorts - CVPorts are ports that take a buffer. For now we just fill the buffers with - the control value. - -2016-05-18 21:26:50 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2filter.c: - * ext/lv2/gstlv2source.c: - lv2: use _OBJECT log variants and lower log level when processing - -2016-05-17 14:33:04 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: move ISDB-T bandwidth check to _is_valid_bandwidth() - Allows test to be used for delivery system auto-detection. - Additionally, add 0 (auto) as valid value. - -2016-05-17 14:19:30 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add '0' as a valid value for bandwidth - Underlying API considers this the BANDWIDTH_HZ equivalent - to the old BANDWIDTH_AUTO for BANDWIDTH. - -2016-05-17 13:53:54 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: factor out and reuse DVB-T/T2 bandwidth checks - Use new utility function as an additional check for delivery - system auto-detection. - -2016-05-17 12:06:45 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: recognize additional bandwidths at zap parsing - Previously ignored 1.712, 5 and 10 MHz values are also valid - -2016-05-16 12:27:50 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.h: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - videoaggregator: canonicalise function names - Had to be done at some point: - gst_videoaggregator_* -> gst_video_aggregator_* - Also fix up some function names with typos. - -2016-05-15 23:31:33 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2.c: - * ext/lv2/gstlv2.h: - lv2: cleanup the predicates - Use the defines from the headers and get rid of our own namespace defines. - Replace the 'role' prop with 'designation'. - -2016-05-15 23:27:22 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2utils.c: - lv2: tweak enum logging - Log more details when we find a bad scalepoint and downgrade the logging of the - good enum valzes. - -2016-05-15 22:05:43 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/README: - * ext/lv2/gstlv2utils.c: - lv2: generate enums from scalepoints - Plugins can provide a set of named values for a control port. Ideally only those - values are set for the property. Check if all scalepoints are integers and if so - generate an enum type. - -2016-05-15 19:45:26 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2utils.c: - lv2: reduce log spam for property bounds - Only complain about bad bounds, if the plugin actually set those. Otherwise - silently adjust our defaults. - -2016-05-15 17:58:51 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2.c: - * ext/lv2/gstlv2.h: - lv2: remove lv2_symbol_pred - We're not actually using it. - -2016-05-15 17:54:06 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2source.c: - lv2: remove leftover FIME - -2016-05-15 00:41:12 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: special case detection when DVB-T and T2 seem valid - There is no way to tell one over the other when parameters - seem valid for DVB-T and DVB-T2 and the adapter supports - both. Reason to go with the former here is that, from - experience, most DVB-T2 channels out there seem to use - parameters that are not valid for DVB-T, like QAM_256 - https://bugzilla.gnome.org/show_bug.cgi?id=765731 - -2016-05-14 23:32:49 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add transmission mode check for DTMB - -2016-05-13 01:54:56 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: use proper fe_spectral_inversion enum identifiers - -2016-05-13 01:25:08 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: explicitly disable stream filter for invalid ids - -2016-05-13 00:50:45 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: do not assume DVB-T from zap file alone - DVB-T/T2 have the same number of fields so we were - wrongly assuming DVB-T for DVB-T2 broadcasts. Not - setting the delivery system here allows for dvbsrc - to make an informed guess based on the channel - parameters. - -2016-05-13 00:12:33 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: consider transmission mode for delsys autodetection - -2016-05-13 00:04:08 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: factor out transmission mode check against delsys - -2016-05-12 16:43:09 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: improve delivery system autodetection - -2016-05-12 14:12:09 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add modulation checks for DVB-T and T2 - -2016-05-15 14:46:40 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/ladspa/gstladspa.c: - ladspa: use _OBJECT log variants for plugin_init - Also trim leading whitespae. - -2016-05-15 14:45:15 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/README: - * ext/lv2/gstlv2.c: - * ext/lv2/gstlv2.h: - * ext/lv2/gstlv2filter.c: - * ext/lv2/gstlv2source.c: - * ext/lv2/gstlv2utils.c: - * ext/lv2/gstlv2utils.h: - lv2: add registry caching - Use the plugin_cache extra data to avoid introspecting over and over again. - -2016-05-14 12:35:15 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/README: - * ext/lv2/gstlv2utils.c: - lv2: implemnt the map-extension - This is the most used one and at the same time easy to implement sing QGQuark. - -2016-05-14 12:34:10 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2.c: - * ext/lv2/gstlv2utils.c: - * ext/lv2/gstlv2utils.h: - lvs: add require_feature checks - Plugins can report what host features they need. Since we start to implement host feature - check which plugins we can no suuport. - -2016-05-15 14:34:33 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/compositor/compositor.c: - compositor: Check if we get a valid display ratio - As is done everywhere else, and avoids setting bogus values - And remove useless *<val> checks (we always provide valid values and - it's an internal function). - CID #1320700 - -2016-05-15 14:16:55 +0200 Edward Hervey <bilboed@bilboed.com> - - * ext/rtmp/gstrtmpsrc.c: - rtmpsrc: Remove dead assignments - * read is only used within the while loop - * todo and bsize only need to be assigned once - -2016-05-15 15:11:10 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Add uri-loaded signal that is fired whenever a new URI is actually loaded - This allows knowing the "boundary" from which on all following signals are for - the new URI. - https://bugzilla.gnome.org/show_bug.cgi?id=766062 - -2016-05-14 17:05:45 +0100 Matthew Waters <matthew@centricular.com> - - * ext/opencv/gstfacedetect.cpp: - opencv/facedetect: fix the build with opencv 3.1.0 - - add using namespace std; for std::vector - - use the cpp header imgproc.hpp file for the cv::ellipse function instead of - the C header - - Mat no longer takes IplImage in it's constructors, use the cvarrtomat() - function instead. - Fixes a couple of build errors: - gstfacedetect.cpp:140:30: error: ‘vector’ does not name a type - structure_and_message (const vector < Rect > &rectangles, const gchar * name, - ^~~~~~ - gstfacedetect.cpp:140:37: error: expected ‘,’ or ‘...’ before ‘<’ token - structure_and_message (const vector < Rect > &rectangles, const gchar * name, - ^ - gstfacedetect.cpp: In function ‘void structure_and_message(int)’: - gstfacedetect.cpp:143:13: error: ‘rectangles’ was not declared in this scope - Rect sr = rectangles[0]; - [...] - gstfacedetect.cpp: In function ‘void - gst_face_detect_run_detector(GstFaceDetect*, cv::CascadeClassifier*, gint, gint, - cv::Rect, std::vector<cv::Rect_<int> >&)’: - gstfacedetect.cpp:562:31: error: no matching function for call to - ‘cv::Mat::Mat(IplImage*&, cv::Rect&)’ - Mat roi (filter->cvGray, r); - [...] - gstfacedetect.cpp: In function ‘GstFlowReturn - gst_face_detect_transform_ip(GstOpencvVideoFilter*, GstBuffer*, IplImage*)’: - gstfacedetect.cpp:594:44: error: no matching function for call to - ‘cv::Mat::Mat(cv::Mat, bool)’ - Mat mtxOrg (cv::cvarrToMat (img), false); - [...] - gstfacedetect.cpp:734:79: error: ‘ellipse’ was not declared in this scope - ellipse (mtxOrg, center, axes, 0, 0, 360, Scalar (cr, cg, cb), 3, 8, - 0); - -2016-05-15 11:20:21 +0100 Tim-Philipp Müller <tim@centricular.com> - - * Makefile.am: - build: add removed example dir to CRUFT_DIRS - -2016-05-15 13:33:53 +0300 Sebastian Dröge <sebastian@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - docs: Update for git master - -2016-03-04 22:10:47 +0100 Carlos Rafael Giani <dv@pseudoterminal.org> - - * gst/rawparse/Makefile.am: - * gst/rawparse/gstaudioparse.c: - * gst/rawparse/gstunalignedaudioparse.c: - * gst/rawparse/gstunalignedaudioparse.h: - * gst/rawparse/plugin.c: - * gst/rawparse/unalignedaudio.h: - rawparse: Add unaligned raw audio parsing to audioparse and add new element - This helps in cases where raw audio data is being delivered, but the - buffers do not come in sample aligned sizes. The new unalignedaudioparse - bin can be autoplugged and configures an internal audioparse element to - align the data. audioparse itself gets support for audio/x-unaligned-raw - input caps; the output caps then contain the same information, except that - the name is changed to audio/x-raw (since audioparse aligns the data). - This ensures that souphttpsrc ! audioparse still works. - https://bugzilla.gnome.org/show_bug.cgi?id=689460 - -2016-05-15 13:14:41 +0300 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: demote no platform display debug to info - Avoids confusing everyone with a warning that's not always fatal. - https://bugzilla.gnome.org/show_bug.cgi?id=746933 - -2016-05-15 12:31:38 +0300 Matthew Waters <matthew@centricular.com> - - * .gitignore: - .gitignore: remove non-existent directory - Partially reverts cdf91c455d4057a9d234766510bd2e8a44e1ed05 - -2016-05-15 19:05:48 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: Handle system header when scanning for timestamps. - When scanning for SCR / PTS / DTS, handle the case where - the pack header is followed by the optional system header, - so we can correctly collect timestamps in such cases. - https://bugzilla.gnome.org/show_bug.cgi?id=623860 - -2016-05-15 19:04:20 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: Fix backward timestamp scan on small files. - When the file size is smaller than the configured 4MB scan - limit for timestamps, don't underflow the guard variable - when checking if it's time to stop. - Limit the backward SCR scan to the same 4MB as the PTS scan. - Add some comments. - -2016-05-13 13:27:37 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: don't do bogus adjustments on seek if we have no first_pts - Fixes bogus segment and gap events with start=GST_CLOCK_TIME_NONE if - we failed to find a first_pts. - https://bugzilla.gnome.org/show_bug.cgi?id=623860 - -2016-05-14 16:59:14 +0300 Alex-P. Natsios <drakevr@2f30.org> - - * configure.ac: - configure: check for shm_open() in OpenBSD - In OpenBSD there is no "actual" librt that programs can link with, - instead the system/base libc provides the functions one would - customarily find there. - https://bugzilla.gnome.org/show_bug.cgi?id=766441 - -2016-05-14 16:32:06 +0300 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - gltransformation: use the affine transformation meta if available downstream - We can avoid a render pass if downstream supports the affine transformation meta - and increase the performance of some pipelines involving gltransformation. - Implemented by checking for the affine transformation in the allocation query - from downstream and combining our matrix with that of upstream's (or creating - our own). - -2016-05-14 16:27:26 +0300 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/gl/gstglshaderstrings.c: - * gst-libs/gst/gl/gstglshaderstrings.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst-libs/gst/gl/gstglviewconvert.c: - gl: take the affine transformation in NDC - Provide a function to get the affine matrix in the meta in terms of NDC - coordinates and use as a standard opengl matrix. - Also advertise support for the affine transformation meta in the allocation - query. - -2016-05-14 15:50:57 +0300 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglbasemixer.h: - glbasemixer: actually attempt to propose an allocation upstream - We were always failing the allocation query as a flag was never being set to - signal a successful negotiation. Fix by setting the required flag on a - successful caps event from upstream. - -2016-05-12 10:52:06 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/Makefile.am: - * ext/lv2/README: - * ext/lv2/gstlv2.c: - * ext/lv2/gstlv2.h: - * ext/lv2/gstlv2source.c: - lv2: add a source plugin - Update the readme with a working example and list what feature are supported. - -2016-05-11 23:12:07 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2utils.c: - lv2: add support for host features - Implement a log handler as the first one. - -2016-05-13 15:24:35 +0300 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: check the error of the presentation for out of date - allows us to resize the swapchain correctly. - -2016-05-12 19:44:26 +0100 Damian Ziobro <damian@xmementoit.com> - - * gst/mpegtsdemux/mpegtsbase.h: - mpegtsbase: remove unused variables: upstream_live and queried_latency - https://bugzilla.gnome.org/show_bug.cgi?id=766343 - -2016-05-11 15:45:47 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: improve debug output from _open_frontend() - * Clarify message on delsys info gathering - * Combine redundant INFO/DEBUG pair - -2016-05-11 15:26:24 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix invalid dereference of delsys data - Use GPOINTER_TO_INT to read GINT_TO_POINTER stored - data. - -2016-05-11 23:48:21 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amcaudiodec: Set layout=interleaved in raw audio caps - Otherwise the GAP event fallback negotiation will fail to produce complete - srcpad caps, and thus fail. - https://bugzilla.gnome.org/show_bug.cgi?id=766289 - -2016-05-11 16:42:35 +0200 Edward Hervey <edward@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Fix previous commit - The frames queue might return nothing (be empty) if we're flushing. - Move the assertion to after the flushing check - -2016-05-10 22:04:48 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2.c: - lv2: skip plugins that need host features - We haven't implemented this yet and those plugin would fail when we instantiate - them. - -2016-05-10 21:11:41 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2utils.c: - lv2: add classification from metadata - This helps apps to structure the element collection. - -2016-04-08 07:53:44 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/Makefile.am: - * ext/lv2/gstlv2filter.c: - * ext/lv2/gstlv2utils.c: - * ext/lv2/gstlv2utils.h: - lv2: extract helper code into lv2utils - This is a preparaton for adding lv2-sources and -sinks. - -2016-05-10 12:24:03 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/ladspa/gstladspasource.c: - * ext/ladspa/gstladspautils.c: - ladspa: code cleanup - Whitespace cleanup and unify codeing style. - -2016-05-10 12:22:04 -0700 Stefan Sauer <ensonic@users.sf.net> - - * ext/ladspa/gstladspautils.c: - ladspa: simplify the code - Remove a local var and just use the parameter value. - -2016-05-10 18:14:36 +0200 Philippe Normand <philn@igalia.com> - - * sys/applemedia/corevideobuffer.c: - applemedia: fix core_video_meta init registration - -2016-05-10 16:46:43 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * .gitignore: - .gitignore: Ignore tests/examples/gl/gtk generated files - And another test binary. - -2016-05-10 16:24:08 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * configure.ac: - * ext/openjpeg/gstopenjpeg.h: - * ext/openjpeg/gstopenjpegdec.c: - * ext/openjpeg/gstopenjpegenc.c: - openjpeg: Port to 2.1 and require a pkg-config file for 2.0 and 2.1 - The port was trivial, and according to the NEWS file nothing else has changed, - but it is possible that other API was changed without proper notification. - OpenJPEG upstream has shipped a pkg-config file for the past 4 years, and all - distros should be shipping it by now. - https://bugzilla.gnome.org/show_bug.cgi?id=766213 - -2016-05-10 09:40:38 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: fix use-after-free in error code path - -2016-05-10 09:38:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: remove unnecessary checks for non-NULL frame - We can't get a NULL frame here. - CID 1359923 - -2016-05-09 15:23:32 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: abort at open frontend failure - -2016-05-09 12:50:47 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - applemedia: Ship all headers in tarballs - Some were missing from noinst_HEADERS. - https://bugzilla.gnome.org/show_bug.cgi?id=766163 - -2016-05-04 16:32:19 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvbsrc: smarten-up delsys autodetection logic - When there's no explicit delivery system information - for a channel in the channel configuration file and - the user hasn't selected one via setting the delsys - property, we *guessed* it by selecting the last - supported delsys reported by the driver. This change - provides the basis for smarter delsys auto detection - and implements a rule for DVB-T2. Rules for other - delivery systems can be added in _guess_delsys() in - a similar way. - Additionally: Store list of adapter-supported - delivery systems instead of querying the driver each - time this information is needed. - Related to: - https://bugzilla.gnome.org/show_bug.cgi?id=765731 - -2016-05-03 15:00:55 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: remove remaining polling logic from _tune_fe() - No need to do any polling here. - -2016-05-06 10:51:39 +0200 Carlos Garcia Campos <cgarcia@igalia.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Take the ownership of the src element - The URI downloader is creating the source element with - gst_element_factory_make() that returns a floating reference that nobody - is consuming. This is causing problems in WebKit, where the smart - pointers used to take references of the source elment get confused and - end up consuming the floating reference and then releasing the element, - which usually crashes because the URI downloader still tries to use its - src element. See https://bugs.webkit.org/show_bug.cgi?id=144040. - This commit adds two helper functions to ensure and destroy the source - element, to make the code simpler and less error prone. The ensure - method takes care of checking if we can reuse the existing one or we - need to create a new one, taking always its ownership. The destroy - method simply avoids duplicated code to set the source to NULL state and - then unref it. - https://bugzilla.gnome.org/show_bug.cgi?id=766053 - -2016-04-29 12:31:01 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix threading issues in gst_adaptive_demux_wait_until function - The gst_adaptive_demux_wait_until() function can be woken up either - by its end_time being reached, or from other threads that want to - interrupt the waiting thread. - If the thread is interrupted, it needs to cancel its async clock callback - by unscheduling the clock callback. However, the callback task might already - have been activated, but is waiting for the mutex to become available. In this - case, the call to unschedule does not stop the callback from executing. - The solution to this second issue is to use a reference counted object that - is decremented by both the gst_adaptive_demux_wait_until() function and the - call to gst_clock_id_wait_async (). In this way, the GstAdaptiveDemuxTimer - object is only deleted when both the gst_adaptive_demux_wait_until() function - and the async callback are finished with the object. - https://bugzilla.gnome.org/show_bug.cgi?id=765728 - -2016-03-03 15:50:49 +0900 Justin Kim <justin.kim@collabora.com> - - * sys/androidmedia/Makefile.am: - * sys/androidmedia/gst-android-graphics-surfacetexture.c: - * sys/androidmedia/gst-android-graphics-surfacetexture.h: - * sys/androidmedia/gst-android-hardware-camera.c: - * sys/androidmedia/gst-android-hardware-camera.h: - * sys/androidmedia/gstahcsrc.c: - * sys/androidmedia/gstahcsrc.h: - * sys/androidmedia/gstamc.c: - androidmeida: replace with new surfacetexture for ahcsrc - GstAmcSurfaceTexture is more clear and simple than GstAGSurfaceTexture. - https://bugzilla.gnome.org/show_bug.cgi?id=763099 - -2016-05-05 23:53:05 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/Makefile.am: - vulkan/build: add the build directory to the list of includes - Fixes out of tree builds from tarballs. - https://bugzilla.gnome.org/show_bug.cgi?id=764758 - -2016-05-05 23:18:11 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: fix up display synchronization - Use the semaphores in the correct place, before and after the submission for - acquiring and presenting the swapchain buffer. - Waiting on the fence that only signals the command buffer completion rather than - the completion of the presentation is racy with the destruction of the vulkan - buffers associated with that image. Wait on the device to be idle instead after - presenting. - -2016-05-05 18:00:25 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: use gst_video_sink_center_rect for positioning the video - Don't try to reimplement it badly. - -2016-05-05 10:44:22 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: fix description - -2016-05-05 10:41:53 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/videofilters/gstvideodiff.c: - videodiff: fix supported formats in template caps - -2016-05-05 10:40:37 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/videofilters/gstvideodiff.c: - * gst/videofilters/gstvideodiff.h: - videodiff: fill in FIXME metadata and docs with description - https://bugzilla.gnome.org/show_bug.cgi?id=765989 - -2016-05-04 12:17:59 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstglstereosplit.c: - * gst-libs/gst/gl/egl/Makefile.am: - * gst-libs/gst/gl/egl/gsteglimage.c: - * gst-libs/gst/gl/egl/gsteglimage.h: - * gst-libs/gst/gl/egl/gsteglimagememory.c: - * gst-libs/gst/gl/egl/gsteglimagememory.h: - * gst-libs/gst/gl/egl/gstgldisplay_egl.c: - * gst-libs/gst/gl/egl/gstglmemoryegl.c: - * gst-libs/gst/gl/egl/gstglmemoryegl.h: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglupload.c: - gl/egl: replace gsteglimagememory with an EGLImage wrapper - That can be passed to GstGLMemoryEGL. - This also ports the dmabuf uploader to GstEGLImage and GstGLMemoryEGL. - -2016-01-21 22:18:17 +0900 Gwang Yoon Hwang <yoon@igalia.com> - - * gst-libs/gst/gl/egl/Makefile.am: - * gst-libs/gst/gl/egl/gstgldisplay_egl.c: - * gst-libs/gst/gl/egl/gstglmemoryegl.c: - * gst-libs/gst/gl/egl/gstglmemoryegl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglupload.c: - gl: implement GstGLMemoryEGL - Because current GstEGLImageMemory does not inherit GstGLMemory, GLUpload - allocates additional GLMemory and upload the decoded contents from the decoder - which uses EGLImage (e.g. gst-omx in RPi). - This work adds GstGLMemoryEGL to avoid this overhead. Decoders allocate - GstGLMemoryEGL and decode its contents to the EGLImage of GstGLMemoryEGL. And - GLUpload uses this memory without allocation of additional textures and blit - operations. - [Matthew Waters]: gst-indent the sources and fix a critical retreiving the egl - display from the memory. - https://bugzilla.gnome.org/show_bug.cgi?id=760916 - -2016-05-04 01:16:51 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglviewconvert.c: - glmemory: add wrapped data pointers to setup_buffer - Allows creating wrapped memories with GstGLAllocationParams. - The wrapped pointers will be set in the parameters before being passed - to the memory allocation function. - -2016-05-04 00:19:44 +1000 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglbasememory.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.c: - glbasememory: take a pointer as the wrapped gpu handle - Allows passing arbitrary data to wrap the the specific memory implementation - which is required for some memory implementations. - -2016-05-04 11:30:11 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: output sysmem by default - -2016-05-02 11:30:43 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/directsound/gstdirectsoundsrc.c: - directsoundsrc: Convert Windows strings to UTF8 before comparing against UTF8 strings - The device name and descriptions returned are in the locale encoding, not - UTF8. Our device name property is in UTF8 though, so we need to convert. - https://bugzilla.gnome.org/show_bug.cgi?id=756948 - -2016-05-03 11:11:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/compositor/compositor.c: - compositor: Set blend functions in ::negotiated_caps() instead of ::fixate_caps() - The latter should not change any state but just fixate the caps, while the - former is always called when srcpads caps are decided. - https://bugzilla.gnome.org/show_bug.cgi?id=765324 - -2016-04-20 15:11:44 +0300 Vivia Nikolaidou <vivia@ahiru.eu> - - * sys/decklink/gstdecklink.cpp: - decklink: Fix swapped name and nick in GEnumValues - https://bugzilla.gnome.org/show_bug.cgi?id=742878 - -2016-04-14 18:26:33 +0300 Vivia Nikolaidou <vivia@ahiru.eu> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosink.h: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklink: Add initial 10bit support for YUV modes - https://bugzilla.gnome.org/show_bug.cgi?id=742878 - -2016-05-03 15:52:38 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklink: Fix indentation - -2016-05-03 19:58:00 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/gstglapi.h: - gl: fix gles3 header usage for older platforms - Some platforms provide an old version of GLES2/gl2.h and GLES2/gl2ext.h that - will fail when including GLES3/gl3.h due to missing typedef's. - Seen on the RPi. - -2016-04-29 23:32:03 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: avoid possible race on _output_frontend_stats() - Make sure we send out our info message before we give up ownership - of the structure. - -2016-04-29 14:53:06 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: var rename in _output_frontend_params() - Now it matches the rest of its status peers. Underscore - was a leftover from previous times. - -2016-04-29 14:45:22 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: always output known frontend status params - The only mandatory frontend information for our use case - is its status. Make sure we output what we know instead - of choking at the first error getting SNR, BER or any of - the other informational parameters. - -2016-04-29 12:06:52 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: refactor signal locking loop - Get rid of preliminar frontend status check. - -2016-04-29 11:18:53 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: drop unneeded polling step on _tune_fe() - Additional waiting was not needed. Specially considering - it came after a successful READ_STATUS ioctl and was - followed by an EINTR-resilent retry. - -2016-04-29 17:19:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsmux/tsmux/tsmuxstream.c: - mpegtsmux: effectively check if there is a language - 'language' is an array and not a pointer. - CID 1358835 - -2016-04-29 13:54:01 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/Makefile.am: - player: Add required paths via pkg-config for gstreamer-base-1.0 and gstreamer-video-1.0 for gobject-introspection - The GstBase-1.0.gir and GstVideo-1.0.gir files are required by GstPlayer. - Uninstalled builds fail if these files cannot be found. - https://bugzilla.gnome.org/show_bug.cgi?id=765804 - -2016-04-08 16:47:15 +0800 Haihua Hu <jared.hu@nxp.com> - - * ext/gl/Makefile.am: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldeinterlace.h: - * ext/gl/gstopengl.c: - gl: enable gldeinterlace on OpenGL ES - 1.Porting the exist deinterlace shader and OpenGL callback - to be compatible with OpenGL ES. - 2.Add a our blur vertical shader to gldeinterlace. - 3.Add a property named “method” to let user choose which - deinterlace function to use. Default to choose blur vertical - method for better performance. - [Matthew Waters]: fix name of greedyh in method property (was greedhy) and port - to git master. - https://bugzilla.gnome.org/show_bug.cgi?id=764873 - -2016-04-28 15:19:17 +0530 Barun Kumar Singh <barun.singh@samsung.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - * win32/common/libgstplayer.def: - player: Add audio-video-offset property and setter/getter API - https://bugzilla.gnome.org/show_bug.cgi?id=765315 - -2016-04-19 19:43:03 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglsl.c: - * gst-libs/gst/gl/gstglsl_private.h: - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: Port more things to GLES/GL 3 compatibility - And move the shader mangling code into a single place instead of having a copy - in glcolorconvert and glviewconvert. - https://bugzilla.gnome.org/show_bug.cgi?id=765266 - -2016-04-19 19:27:33 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: GLES3 deprecates texture2D() and it does not work at all in newer versions than 3.3 - Use the newer texture() function instead. This fixes glimagesink and other - things on various Android devices. - https://bugzilla.gnome.org/show_bug.cgi?id=765266 - -2016-04-19 10:27:43 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst/mpegtsmux/tsmux/tsmuxstream.c: - * gst/mpegtsmux/tsmux/tsmuxstream.h: - mpegtsmux: write language descriptor when language is available - Adds a new function to mpegts lib to create a iso639 language - descriptor from a language and use it in mpegtsmux to add - a language descriptor to audio streams that have a language set. - https://bugzilla.gnome.org/show_bug.cgi?id=763647 - -2016-04-26 16:48:58 +0800 Song Bing <bing.song@nxp.com> - - * sys/pvr2d/gstpvrbufferpool.c: - pvrbufferpool: fix gst_meta_register() parameters - https://bugzilla.gnome.org/show_bug.cgi?id=765581 - -2016-04-22 10:15:39 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Check all pads for data when live - When live, we still need to inspect all pads queue in order to determin - if we have received the first buffer or not. - https://bugzilla.gnome.org/show_bug.cgi?id=765431 - -2016-04-15 16:51:17 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fix locking when using the clock - This fixes a race where we check if there is a clock, then it get - removed and we endup calling gst_clock_new_single_shot_id() with a NULL - pointer instead of a valid clock and also calling gst_object_unref() - with a NULL pointer later. - https://bugzilla.gnome.org/show_bug.cgi?id=757548 - -2016-04-25 16:50:55 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: H265 level idc 0 is not valid - Don't put level=0 into the caps, it confuses other elements. - https://bugzilla.gnome.org/show_bug.cgi?id=765538 - -2016-04-25 16:50:18 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: H264 level idc 0 is not valid - Don't put level=0 into the caps, it confuses other elements. - https://bugzilla.gnome.org/show_bug.cgi?id=765538 - -2016-04-22 14:51:31 +0200 Jerome Laheurte <jlaheurte@quividi.com> - - * sys/dshowsrcwrapper/gstdshowfakesink.cpp: - * sys/dshowsrcwrapper/gstdshowvideosrc.cpp: - dshowsrcwrapper: fix DirectShow caps negotiation and set capture pin caps - Some cameras (IDS) have broken DirectShow drivers which incorrectly fill some - fields in the VIDEOINFOHEADER structure; comparison between suggested and - supported media types in CBaseRenderer should ignore deprecated and/or not - essential fields; additionaly explicitely setting the mediatype for the capture - pin before trying to connect it works around another IDS driver bug, and - should have been already done anyway. - https://bugzilla.gnome.org/show_bug.cgi?id=765428 - -2016-04-22 14:48:41 +0200 Jerome Laheurte <jlaheurte@quividi.com> - - * sys/dshowsrcwrapper/gstdshow.cpp: - dshowsrcwrapper: add support for RGB32, RGB555, RGB565 and RGB8 color spaces - Some cameras (IDS) only support those. - https://bugzilla.gnome.org//show_bug.cgi?id=765427 - -2016-04-22 14:44:57 +0200 Jerome Laheurte <jlaheurte@quividi.com> - - * sys/dshowsrcwrapper/CMakeLists.txt: - dshowsrcwrapper: fix include path and link error - Add include path so that the cmake-generated project - is able to find gstconfig.h - Add /SAFESEH:NO to MSVC linker options so it can link with - gstreamer libraries on Windows. - https://bugzilla.gnome.org//show_bug.cgi?id=765426 - -2016-04-22 15:02:01 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/adaptive_demux_common.h: - tests: adaptivedemux: only check for data length after seek - When the test involves doing a seek, only check for data size after - the seek. The final segment range after seek might be different/smaller - than the threshold for doing the seek and doing the check before - seeking would fail. - -2016-02-16 14:26:55 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/test_http_src.c: - * tests/check/elements/test_http_src.h: - adaptivedemux: tests: use macro to define names of request and response structs - Following the Don't Repeat Yourself principle, define macros - for the structures that contain the request and response headers, - so that the name is not repeated in multiple places in multiple files. - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-02-16 14:26:42 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/hls_demux.c: - adaptivedemux: tests: improved checks for expected data - Check the size of received data for each buffer received by AppSink - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-02-16 11:37:44 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/adaptive_demux_engine.c: - * tests/check/elements/adaptive_demux_engine.h: - * tests/check/elements/dash_demux.c: - dashdemux: tests: added content protection test - Test content protection - Configure 3 content protection sources: - - a uuid scheme/value pair - - a non uuid scheme/value pair (dash recognises only uuid schemes) - - a complex uuid scheme, with trailing spaces and capital letters in scheme uri - Only the uuid scheme should be recognised. We expect to receive 2 content protection events - https://bugzilla.gnome.org/show_bug.cgi?id=758064 - -2016-04-22 17:04:57 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dash: strip lead/trailing whitespace from descriptortype attributes - The spec says it is xs:anyURI and leading and trailing whitespace - are to be ignored - https://bugzilla.gnome.org/show_bug.cgi?id=758064 - -2016-02-16 14:26:05 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - dashdemux: tests: added test for media download error for in stream fragment - Tested download error for a fragment that is not the last media fragment - in the stream. - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-02-16 14:25:45 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - dashdemux: tests: added test for download errors during header download - Test header download error. - Let the adaptive demux download a few bytes, then instruct the - GstTestHTTPSrc element to generate an error while the fragment header - is still being downloaded. - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-02-16 14:25:32 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/adaptive_demux_common.h: - * tests/check/elements/dash_demux.c: - dashdemux: tests: refactor testFragmentDownloadError - Renamed testFragmentDownloadError to testMediaDownloadErrorLastFragment. - Added gst_adaptive_demux_test_unexpected_eos function. - Remove unneeded testFragmentDownloadErrorCheckSizeOfDataReceived. - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-02-16 14:25:04 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - dashdemux: tests: tested latency query - Updated query test to also check if dash responds correctly to a latency - query. - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-02-16 14:24:49 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - dashdemux: tests: moved testQuery after testFragmentDownloadError - Moved testQuery after testFragmentDownloadError so that testDownloadError - and testFragmentDownloadError are grouped together. - The commit just moved the testQueryCheckDataReceived and - GST_START_TEST (testQuery) functions but git gets confused in matching the - lines and reports a lot of changes in the patch. - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-02-16 14:24:26 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/adaptive_demux_common.h: - * tests/check/elements/dash_demux.c: - adaptivedemux: tests: create a GstDashDemuxTestCase class - Create a GstDashDemuxTestCase class that extends from GstAdaptiveDemuxTestCase. - This new class will contain all the DASH specific fields. - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-02-16 14:24:09 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - dashdemux: tests: added support to pass various parameters to http src callbacks - Added support to pass various parameters to http src callbacks using GstStructure. - https://bugzilla.gnome.org/show_bug.cgi?id=762144 - -2016-03-01 14:54:01 -0800 Scott D Phillips <scott.d.phillips@intel.com> - - * gst/debugutils/gstchecksumsink.c: - * gst/debugutils/gstchecksumsink.h: - checksumsink: add "hash" property and allow more checksum types - Now any GChecksumType can be used by GstChecksumSink, adding - support for MD5, SHA-256 and SHA-512 in addition to SHA-1. - https://bugzilla.gnome.org/show_bug.cgi?id=763006 - -2016-04-22 08:20:14 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/check/Makefile.am: - check: Fix LDADD/CFLAGS for player unit test - It now requires libgstvideo - -2016-02-16 14:44:39 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/adaptive_demux_engine.c: - * tests/check/elements/adaptive_demux_engine.h: - adaptivedemux: tests: use a GstTestClock as the system clock - To allow the adaptivedemux live stream tests to run in non-realtime, use a - GstTestClock as the system clock. This allows the unit tests to complete - more quickly than if they had to complete in real time. - https://bugzilla.gnome.org/show_bug.cgi?id=762147 - -2016-02-16 14:44:27 +0000 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: use realtime_clock for waiting for a condition - There are several places in adaptivedemux where it waits for - time to pass, for example to wait until it should next download - a fragment. The problem with this approach is that it means that - unit tests are forced to execute in realtime. - This commit replaces the use of g_cond_wait_until() with single - shot GstClockID that signals the condition variable. Under normal - usage, this behaves exactly as before. A unit test can replace the - system clock with a GstTestClock, allowing the test to control the - timing in adaptivedemux. - https://bugzilla.gnome.org/show_bug.cgi?id=762147 - -2016-02-16 14:44:10 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: use GstSystemClock to all real-time calculations - A realtime clock is used in many places, such as deciding which - fragment to select at start up and deciding how long to sleep - before a fragment becomes available. For example dashdemux needs - sample the client's estimate of UTC when selecting where to start - in a live DASH stream. - The problem with dashdemux calculating the client's idea of UTC is - that it makes it difficult to create unit tests, because the passage - of time is a factor in the test. - This commit changes dashdemux and adaptivedemux to use the - GstSystemClock, so that a unit test can replace the system clock when - it needs to be able to control the clock. - This commit makes no change to the behaviour under normal usage, as - GstSystemClock is based upon the system time. - https://bugzilla.gnome.org/show_bug.cgi?id=762147 - -2016-04-21 14:58:45 +0300 Sebastian Dröge <sebastian@centricular.com> - - * win32/common/libgstplayer.def: - win32: Add new API to .def file - -2016-04-19 10:59:46 +0530 Barun Kumar Singh <barun.singh@samsung.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/player/Makefile.am: - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - * pkgconfig/gstreamer-player-uninstalled.pc.in: - * pkgconfig/gstreamer-player.pc.in: - player: Add support for multiview settings - https://bugzilla.gnome.org/show_bug.cgi?id=765302 - -2016-04-21 10:06:40 +0900 Hyunjun Ko <zzoon@igalia.com> - - * sys/applemedia/vtenc.c: - applemedia: vtenc: fix build break on iOS - Fix 'conflicting types' error - https://bugzilla.gnome.org/show_bug.cgi?id=765292 - -2016-04-20 15:34:55 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add test for invalid DVB-T2 bandwidth - -2016-04-20 14:47:22 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: warn on wrong DVB-T2 stream ID value - Stream ID, used for DVB-T2/S2 and ISDB-S can - not exceed 255 for the former. Change makes this - explicit. - -2016-04-20 21:07:28 +0900 Hyunjun Ko <zzoon@igalia.com> - - * sys/applemedia/vtenc.c: - applemedia: vtenc: Fix a warning by weak-link symbol - Fix this warning - address of function 'VTCompressionSessionPrepareToEncodeFrames' will always evaluate to 'true' [-Wpointer-bool-conversion] - https://bugzilla.gnome.org/show_bug.cgi?id=765292 - -2016-04-20 16:19:55 +0900 Hyunjun Ko <zzoon@igalia.com> - - * ext/gl/caopengllayersink.m: - gl: caopengllayersink: fix a minor warning - Fix "unused variable" warning - https://bugzilla.gnome.org/show_bug.cgi?id=765292 - -2016-04-20 16:00:36 +0900 Hyunjun Ko <zzoon@igalia.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - gl/cocoa: Fix incompatible type warning - https://bugzilla.gnome.org/show_bug.cgi?id=765292 - -2016-04-19 14:57:22 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * sys/d3dvideosink/d3dhelpers.h: - d3dvideosink: Don't include deprecated and unavailable d3dx9tex.h - It's not needed, not on native Windows nor with mingw, and - we don't use anything from it anyway - https://bugzilla.gnome.org/show_bug.cgi?id=765250 - -2016-04-14 12:46:58 +0200 Philipp Zabel <p.zabel@pengutronix.de> - - * sys/kms/gstkmssink.c: - * sys/kms/gstkmssink.h: - kmssink: add sync support for secondary pipes - The vblank event request must specify the crtc for which to request - the event. This fixes kmssink synchronisation for crtcs other than - the first. - https://bugzilla.gnome.org/show_bug.cgi?id=765064 - -2016-04-19 09:30:39 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Fix indentation - -2016-04-19 10:51:14 +0800 Haihua Hu <jared.hu@nxp.com> - - * ext/gl/gstglimagesink.c: - glimagesink: need to clean window_id when state change form READY to NULL - When application change pipeline state NULL->READY and then READY->NULL, - glimagesink will not clear glsink->window_id. After that, when application - change state NULL->READY, the new_window_id is equal to window_id, glimagesink - will not set window handle. It will use the internal window but not the window - create by application. - https://bugzilla.gnome.org/show_bug.cgi?id=765241 - -2016-04-18 13:46:55 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: plug caps leak - It was losing ref of the original 'ret' caps that would be returned - or returning it with 2 references to it. - -2016-03-28 15:44:27 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - * tests/check/elements/compositor.c: - videoaggregator: properly handle interlace-mode restrictions - videoaggregator can't handle interlace-mode changes so it must - always restrict itself to the first interlacing mode it receives. - Tests included - https://bugzilla.gnome.org/show_bug.cgi?id=754495 - -2016-01-22 16:49:57 +0000 Raffaele Rossi <rarossi@cisco.com> - - * ext/dtls/README: - dtsl: add some documentation - https://bugzilla.gnome.org/show_bug.cgi?id=760994 - -2016-04-17 15:45:41 +0100 Heinrich Fink <hfink@toolsonair.com> - - * ext/gl/caopengllayersink.m: - gl/caopengllayersink: Actually unset caps_change flag after resize - Otherwise, the sink would execute "on_resize" for each frame. - https://bugzilla.gnome.org/show_bug.cgi?id=765194 - -2016-04-17 15:43:20 +0100 Heinrich Fink <hfink@toolsonair.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - gl/caopengllayer: Apply layer.contentsScale to viewport dims - Fixes blurry content on HiDPI screens - https://bugzilla.gnome.org/show_bug.cgi?id=765194 - -2016-04-16 22:33:48 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Remove an unnecessary check for NULL before g_free - -2016-04-15 13:22:51 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c: - * gst/compositor/compositor.c: - Drop usage of 'overlayed' to mean 'overlaid' - -2016-04-15 13:10:41 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: show invalid delsys/mod combination if found - -2016-04-15 11:29:48 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add modulation check for ATSC - -2016-04-11 23:45:22 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: do not autodetect delsys twice - The process is dealt with the first time the adapter is - opened, there is no need to do this again. - -2016-04-14 22:32:05 -0700 Aleix Conchillo Flaqué <aconchillo@gmail.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: also check for "roc" in caps - Currently, gst_srtp_dec_sink_setcaps is happy if the "roc" field is not - provided in the caps. If it is not provided the stream will be properly - inserted in the hash table with a default "roc". Then, when the first - buffer arrives validate_buffer will find an existing stream in the hash - table and will not signal request-key, not allowing the user to provide - a "roc". - This patch expects "roc" in gst_srtp_dec_sink_setcaps, if not found a - request-key will be signaled and the user will be able to provide all - the srtp fields, including "roc". - https://bugzilla.gnome.org/show_bug.cgi?id=765079 - -2014-07-28 12:14:02 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - codecparsers: mpegvideo: Parse more slice header fields - https://bugzilla.gnome.org/show_bug.cgi?id=733872 - -2014-07-28 11:17:05 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - codecparsers: mpegvideo: Add vbv_delay field to PictureHeader - https://bugzilla.gnome.org/show_bug.cgi?id=733872 - -2014-07-28 11:14:22 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - codecparsers: mpegvideo: Add more fields to the GstMpegVideoSequenceHdr - Added the fields load_non_intra_quantiser_matrix and - load_chroma_intra_quantiser_matrix to the sequence header structure. - https://bugzilla.gnome.org/show_bug.cgi?id=733872 - -2016-04-14 10:02:32 +0100 Julien Isorce <j.isorce@samsung.com> - - * README: - * common: - Automatic update of common submodule - From 6f2d209 to ac2f647 - -2016-04-13 18:12:25 +0100 Damian Ziobro <damian@xmementoit.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: free pad_data->language before g_strdup in order to avoid memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=765005 - -2016-04-13 13:10:12 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/corevideobuffer.c: - applemedia: GstCoreVideoMeta in the plugin using only public API has no ctx member - -2016-04-13 13:09:05 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/coremediabuffer.c: - applemedia: GstCoreMediaMeta in the plugin using only public API has no ctx member - -2016-04-13 10:25:32 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/directfb/dfbvideosink.c: - * sys/pvr2d/gstpvrbufferpool.c: - meta: Initialize all remaining metas in their init function - https://bugzilla.gnome.org/show_bug.cgi?id=764902 - -2016-04-13 10:17:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/gstmpegvideometa.c: - * sys/applemedia-nonpublic/coremediabuffer.c: - * sys/applemedia-nonpublic/corevideobuffer.c: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/corevideobuffer.c: - meta: Initialize all GstMeta fields - During allocation they are not initialized to all zeroes. - https://bugzilla.gnome.org/show_bug.cgi?id=764902 - -2016-04-11 22:08:03 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: avoid redundant delsys querying - There is no need to query the frontend for the list - of supported delivery systems if we are selecting - one from the list of autodetected ones. - -2016-04-10 18:58:33 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb/parsechannels: add information to file not found error - Adds useful failure info (like filename) comming from - g_file_get_contents() as done for every other error in - this block. - -2016-04-13 00:43:18 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - gl/cocoa/eagl: don't leak GThread's when dispatching messages - gst_gl_context_get_thread() returns a refed pointer, we need to unref it. - -2016-04-12 11:14:22 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/gl/gstgltestsrc.c: - gltestsrc: don't dereference null pointer - funcs can be NULL, it is one of the two conditions of the OR statement - above, so confirm it isn't before dereferencing with funcs->free. - CID 1358388 - -2016-04-12 04:16:55 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Fix when applying new PMT with same program number - When the sub-class is delaying deactivation of the old program, - but it has the same program number as the new program, don't - overwrite the old program in the hash table and then steal - the new program back out of it. Instead, add the new program to - the hash table after handling removal of the old one. - -2016-04-06 04:15:40 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: keep the parent buffer around when converting EGLImage to 2D textures - e.g. receiving and releasing a buffer from OMX too early will potentially - cause textures to be overwritten while/before they are displayed. - -2016-04-11 16:43:45 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - glbasemixer: chain up to the parent implementation - -2016-04-11 18:06:25 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - vulkan: prettify the various versions in the debug output - output human readable numbers. - -2016-04-11 20:23:45 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: minor clean-ups - Remove unused property getters, setters; outdated comment. - -2016-04-11 20:11:53 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264dec.h: - * ext/openh264/gstopenh264enc.cpp: - * ext/openh264/gstopenh264enc.h: - openh264: remove unnecessary instance private structures - Element instance structures are not public API, so no need - for the extra indirection to hide the data. - -2016-04-11 20:04:00 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264enc.cpp: - openh264: fix indentation - -2016-02-12 14:21:27 +0100 Philipp Zabel <p.zabel@pengutronix.de> - - * sys/kms/gstkmsutils.c: - kmssink: enable UYVY, YUY2, and YVYU (interleaved YUV 4:2:2) formats - https://bugzilla.gnome.org/show_bug.cgi?id=761059 - -2016-02-12 14:17:32 +0100 Philipp Zabel <p.zabel@pengutronix.de> - - * sys/kms/gstkmsutils.c: - kmssink: enable NV16 (chroma-interleaved YUV 4:2:2) format - https://bugzilla.gnome.org/show_bug.cgi?id=761059 - -2016-02-12 14:17:13 +0100 Philipp Zabel <p.zabel@pengutronix.de> - - * sys/kms/gstkmsutils.c: - kmssink: enable Y42B (planar YUV 4:2:2) format - https://bugzilla.gnome.org/show_bug.cgi?id=761059 - -2016-03-04 16:53:58 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * sys/kms/gstkmssink.c: - * sys/kms/gstkmssink.h: - kmssink: keep last rendered buffer in memory - https://bugzilla.gnome.org/show_bug.cgi?id=761059 - -2016-02-20 23:13:54 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * sys/kms/gstkmssink.c: - * sys/kms/gstkmssink.h: - kmssink: wait for page flip or vblank - This patch requests for drmModePageFlip() for the used CRTC, if the kernel - module suppports async page flip. If it does not, the element requests for a - vblank event. A GstPoll waits for the event to happen. - https://bugzilla.gnome.org/show_bug.cgi?id=761059 - -2016-02-10 20:43:47 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * configure.ac: - * sys/kms/Makefile.am: - * sys/kms/gstkmsallocator.c: - * sys/kms/gstkmsallocator.h: - * sys/kms/gstkmssink.c: - * sys/kms/gstkmssink.h: - kmssink: add dmabuf support - This patch will enable the import of dmabufs into a KMS buffer using - the PRIME kernel interface. - If the driver does not support prime import, the method is skipped. - It has been tested with a Freescale I.MX6 board. - https://bugzilla.gnome.org/show_bug.cgi?id=761059 - -2016-01-31 13:12:34 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * sys/kms/gstkmssink.c: - * sys/kms/gstkmsutils.c: - * sys/kms/gstkmsutils.h: - kmssink: calculate display ratio - Get the aspect ratio given the information provided by libdrm, and with it - calculate the display ratio. - https://bugzilla.gnome.org/show_bug.cgi?id=761059 - -2016-01-20 12:00:51 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * configure.ac: - * sys/Makefile.am: - * sys/kms/Makefile.am: - * sys/kms/gstkmsallocator.c: - * sys/kms/gstkmsallocator.h: - * sys/kms/gstkmsbufferpool.c: - * sys/kms/gstkmsbufferpool.h: - * sys/kms/gstkmssink.c: - * sys/kms/gstkmssink.h: - * sys/kms/gstkmsutils.c: - * sys/kms/gstkmsutils.h: - kmssink: add plugin and sink element - This is simple video sink that use libdrm/libkms API to render frames. - The element uses planes to render through drmModeSetPlane(). - It has been tested in an Exynos4412 board and in a Freescale I.MX6 board. - https://bugzilla.gnome.org/show_bug.cgi?id=761059 - -2016-04-10 17:46:15 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/vulkan/Makefile.am: - * ext/vulkan/vkapi.h: - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkdisplay.c: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkwindow.c: - * ext/vulkan/wayland/Makefile.am: - * ext/vulkan/wayland/vkdisplay_wayland.c: - * ext/vulkan/wayland/vkdisplay_wayland.h: - * ext/vulkan/wayland/vkwindow_wayland.c: - * ext/vulkan/wayland/vkwindow_wayland.h: - * ext/vulkan/wayland/wayland_event_source.c: - * ext/vulkan/wayland/wayland_event_source.h: - vulkan: add a wayland winsys implementation - -2016-04-10 17:43:39 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/xcb/vkwindow_xcb.c: - * ext/vulkan/xcb/vkwindow_xcb.h: - vulkan/xcb: getProcAddress winsys functions - There's no guarantee that they will always be exposed by the vulkan loader. - -2016-04-09 17:52:28 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkupload.c: - vkupload: copy necessary buffer metadata - timestamps, flags, etc - -2016-04-11 08:34:00 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - libgstgl: cocoa, eagl: use libdispatch to schedule GL calls - Use libdispatch instead of GMainLoop to dispatch GL calls. libdispatch is more - optimized and cuts a lot of poll()/pthread_* overhead. - -2016-04-11 08:02:45 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: reduce the number of GMutexes and GConds in send_message() - Don't create many short lived locks/conds in gst_gl_window_send_message. This is - a micro optimization to save a bunch of pthread_* calls which are expensive on - OSX/iOS and possibly other platforms. - -2016-04-10 22:18:38 +0100 Tim-Philipp Müller <tim@centricular.com> - - * win32/common/libgstgl.def: - win32: update .def file for new gl api - -2016-04-08 18:34:45 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: add necessary wait stages to the submission info - -2016-04-08 18:32:41 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: add srgb formats to our list of formats - intel returns them for their surface formats. - -2016-04-08 18:09:53 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkimagememory.c: - vulkan: silence a validation warning filling out the image barrier - -2016-04-08 18:09:06 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkinstance.c: - vulkan: use the correct validation layer name - The threading validation layer has changed names. - -2016-04-08 14:07:55 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - decklink: Initialize capture_time to NONE so it can be used if no video frame is provided but audio is - CID 1358390 - -2016-04-08 17:56:50 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkutils.c: - * ext/vulkan/vkutils_private.h: - vulkan: only warn on not found layers - don't error out completely - https://bugzilla.gnome.org/show_bug.cgi?id=764545 - -2016-04-08 17:41:07 +1000 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkinstance.c: - vulkan: don't g_error when failing to find validation layers - Aborting the application is never a good thing to do for recoverable errors. - Just warn and error out instead. - https://bugzilla.gnome.org/show_bug.cgi?id=764545 - -2016-04-08 14:51:44 +1000 Matthew Waters <matthew@centricular.com> - - * sys/nvenc/gstnvbaseenc.c: - * sys/nvenc/gstnvbaseenc.h: - nvenc: add some rate control modes/properties - Supported modes are constant quantizer, cbr, vbr and vbr with a minimum quantizer. - -2016-04-07 23:24:47 +1000 Matthew Waters <matthew@centricular.com> - - * sys/nvenc/gstnvbaseenc.c: - * sys/nvenc/gstnvbaseenc.h: - * sys/nvenc/gstnvh264enc.c: - nvenc: move codec config initialization from the implementation to the base class - Supports a better separation of configuration parameters - -2016-04-07 22:46:08 +1000 Matthew Waters <matthew@centricular.com> - - * sys/nvenc/gstnvbaseenc.c: - * sys/nvenc/gstnvbaseenc.h: - * sys/nvenc/gstnvenc.c: - * sys/nvenc/gstnvh264enc.c: - nvenc: add preset selection - Some presets are not always supported on all devices and will cause an error if - used. Specifically, the LOSSLESS presets are known to not work everywhere. - -2014-07-16 02:44:42 +0200 Marcin Kolny <marcin.kolny@gmail.com> - - * ext/chromaprint/gstchromaprint.c: - chromaprint: emit notify::fingerprint signal when fingerprint is ready - In addition to adding the fingerprint to the tags. - https://bugzilla.gnome.org/show_bug.cgi?id=733233 - -2016-04-04 20:55:51 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: repect the result of find_best_format in the default update_caps - We weren't using the result of find_best_format at all. - Also, move the find_best_format usage to the default update_caps() to make - sure that it is also overridable. - https://bugzilla.gnome.org/show_bug.cgi?id=764363 - -2016-04-05 21:40:58 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/gstrfbsrc.c: - rfbsrc: Fix fallback to GstVideoBufferPool - The replacement pool need to be added to the query, otherwise the - baseclass won't see it. We also need to properly remove the rejected - pools. - https://bugzilla.gnome.org/show_bug.cgi?id=763441 - -2016-04-05 21:07:32 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/gstrfbsrc.c: - * gst/librfb/gstrfbsrc.h: - rfbsrc: Implement decide_allocation virtual - This way we can use the base class for buffer allocation, hence use - fill() instead of create() virtual. This also adds a strict check on the - select pool buffer size as we don't support strides and padding. - This is based on initial patch proposed by Sebastien Dröge, from which I - also fixed a buffer pool leak. - https://bugzilla.gnome.org/show_bug.cgi?id=763441 - -2016-04-05 15:31:49 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/gstrfbsrc.c: - rfbsrc: Fix caps negotiation - As we currently only use the server reported "natural" format, caps - negotiation should simply be limited to telling the base class which - format to use. Fix the negotiation by moving the associated code - into negotiate() virtual function. Also, use gst_base_src_set_caps() - rather then setting it on the pad directly. Also protect against this - method being called multiple time (we can't renegotiate for now). - This change also moves some network code that was being run during the - application state change call, to be run on the streaming thread. - https://bugzilla.gnome.org/show_bug.cgi?id=739598 - -2016-03-26 13:36:34 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/gstrfbsrc.c: - rfbsrc: Implement unlock() method - This prevent stalls when we try to stop the source while waiting - for the server to send more updates. - -2016-03-24 18:27:54 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/rfbdecoder.c: - rfbsrc: Check for connection being closed - Although it's not very well documented, g_input_stream_read_all() will - set the number of bytes read to 0 if the connection is closed rather - then returning an error. - -2016-03-24 18:26:46 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/rfbdecoder.c: - rfbsrc: Check for read/write error - Check for read/write error. This prevent undefined behaviour that rely - on unitialized buffer. - -2016-03-24 18:14:17 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/gstrfbsrc.c: - * gst/librfb/rfbdecoder.c: - * gst/librfb/rfbdecoder.h: - rfbsrc: Add a internal method to disconnect - This also removes the disconnected boolean hack. - -2016-03-24 18:14:37 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/gstrfbsrc.c: - rfbsrc: Don't ignore errors - This prevents recursion on error. This used to happen as we - don't change the state when something fails. We end up running - and failing in the same state forever. - -2016-03-24 16:46:49 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/rfbdecoder.c: - * gst/librfb/rfbdecoder.h: - rfbsrc: Serialize write operations - Currently we send key events from seperate threads. IOStream does not - allow concurrent write operations, so protect this operation using a - mutex. - -2016-03-17 15:24:52 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/rfbdecoder.c: - rfbsrc: Add 3.7/3.8 security type negotiation - -2016-03-16 18:48:49 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/Makefile.am: - * gst/librfb/gstrfbsrc.c: - * gst/librfb/rfbdecoder.c: - * gst/librfb/rfbdecoder.h: - rfbsrc: Port to GSocketClient - Using GSocketClient we can simplify a lot the read/write operation. - This also provide an GSocketConnection (a GIOStream) which can then - be used with the GTlsClientConnection for secure connections. Note - that we use _write_all() to ensure all bytes have been read. This is - to follow the fact the none of the _send() calls check the return - value. - -2016-03-16 16:49:29 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/Makefile.am: - * gst/librfb/gstrfbsrc.h: - * gst/librfb/rfb.h: - * gst/librfb/rfbdecoder.c: - rfbsrc: Remove useless library wrapping - We use a sinlge .c file, simplify everything by removing that - static library. - -2016-03-16 16:49:09 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/Makefile.am: - * gst/librfb/rfb.c: - * gst/librfb/rfb.h: - * gst/librfb/rfbbuffer.c: - * gst/librfb/rfbbuffer.h: - * gst/librfb/rfbcontext.h: - * gst/librfb/rfbdecoder.h: - * gst/librfb/rfbutil.h: - rfbsrc: Cleanup dead code - Remove all the unused stuff, the include header, definition and C code - that don't contribute anything to this element. - -2016-03-14 15:08:13 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/rfbdecoder.c: - rfbsrc: Properly fallback to 3.3 - If the major version is not 3, then the minor version provided - should be ignored, as it is meaningless for our fallback. - -2016-03-14 15:05:45 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/librfb/rfbdecoder.c: - rfbsrc: Cleanly handle security negotiation failure - When the security cannot be negotiated, the server returns - security type of 0 (failure). In that case, the next step is - to read the error reason string. - -2016-04-01 14:36:15 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - mpdparser: clamp segment durations to each other and period end - 5.3.2.1 in the spec. - https://bugzilla.gnome.org/show_bug.cgi?id=751792 - -2015-09-10 13:22:58 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: unit testing reproducing segment duration overflow - unit test reproducing https://bugzilla.gnome.org/show_bug.cgi?id=751792 - With minor changes by Vincent Penquerc'h. - -2016-04-05 14:49:51 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Don't accept packets without timestamps after a discont - We have no idea which timestamps they are supposed to have so the only thing - we can do at this point is to drop them. Packets without timestamps happen if - audio was captured but no corresponding video, which shouldn't happen under - normal circumstances. - https://bugzilla.gnome.org/show_bug.cgi?id=747633 - -2016-04-04 22:21:30 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Don't crash when receiving video frames but no audio - And mark these events as disconts to reset time tracking in the audio source. - https://bugzilla.gnome.org/show_bug.cgi?id=747633 - -2015-08-08 15:17:54 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/decklink/gstdecklink.cpp: - decklinkvideosrc: don't crash if we get NULL video frames in the callback - For some reason we seem to sometimes get NULL video_frames in the - ::VideoInputFrameArrived() callback, observed on Intensity Pro cards. - https://bugzilla.gnome.org/show_bug.cgi?id=747633 - -2016-03-23 03:16:11 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: add support for the affine transformation meta - -2016-03-23 03:14:40 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: support the affine transformation meta for any texture target - -2016-04-05 16:22:49 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: set the current texture to 0 before mapping - If we fail mapping, we don't want to use undefined video data in the subclass. - -2015-09-08 14:37:57 +0200 Patricia Muscalu <patricia@axis.com> - - * ext/curl/gstcurlbasesink.c: - curlsink: catch an unknown error - In this case the socket callback has not been called - by libcurl and the curlsink has not been notified about any - connection problems by libcurl. - This indicates that it's a bug in libcurl so catch it as - an unknown error. - https://bugzilla.gnome.org/show_bug.cgi?id=754432 - -2016-04-04 13:43:30 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixerbin.c: - glmixerbin: proxy the start-time-* properties from aggregator - -2016-04-04 11:28:35 +0200 Santiago Carot-Nemesio <sancane@gmail.com> - - * ext/dtls/gstdtlssrtpdec.c: - * ext/dtls/gstdtlssrtpenc.c: - dtls: Use unique names for internal elements to ease debugging - https://bugzilla.gnome.org/show_bug.cgi?id=748651 - -2016-04-03 17:56:06 +0200 Aurélien Zanelli <aurelien.zanelli@darkosphere.fr> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: remove duplicated test of flow_return in pad_chain_internal - https://bugzilla.gnome.org/show_bug.cgi?id=764549 - -2016-04-03 18:06:20 +0900 Kouhei Sutou <kou@clear-code.com> - - * sys/directsound/Makefile.am: - directsoundsrc: add missing -lole32 - CLSIDFromString() requires ole32.dll. - See https://msdn.microsoft.com/en-us/library/windows/desktop/ms680589%28v=vs.85%29.aspx - CLSIDFromString() is introduced at - f9464ce3549c2b3948a582464631ba4f8dd0d5e7 . - https://bugzilla.gnome.org/show_bug.cgi?id=764523 - -2016-03-31 11:21:35 +0200 Christoffer Stengren <christsn.gs@gmail.com> - - * gst/gdp/dataprotocol.c: - * gst/gdp/dataprotocol.h: - * gst/gdp/gstgdpdepay.c: - * gst/gdp/gstgdpdepay.h: - gdpdepay: Query for buffer allocator before using default - https://bugzilla.gnome.org/show_bug.cgi?id=764361 - -2016-03-22 19:27:39 +0200 Vivia Nikolaidou <vivia@toolsonair.com> - - * gst/interlace/gstinterlace.c: - interlace: Allow interlaced sink caps, do passthrough - Allow interlace to receive already interlaced content, if compatible with its - configuration. In that case, it will just do passthrough. - https://bugzilla.gnome.org/show_bug.cgi?id=764036 - -2016-04-01 21:24:34 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/README: - README: update to 1.0 and lilv - -2016-04-01 18:33:13 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2filter.c: - lv2filter: remove the variable for the registry klass tag - Just pass the string when registering. - -2016-04-01 18:31:36 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/lv2/gstlv2filter.c: - lv2filter: remove copy and paste of doc blob - This doc block is already in gstlv2.c. - -2016-04-01 12:59:19 +0200 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gstsegmentation.cpp: - * ext/opencv/gstsegmentation.h: - opencv: segmentation: Ported to OpenCV version 3.1 - Add namespace bgsegm, replacement functions and Template class for new - OpenCV versions because these functions have been removed. cvarrToMat() is - added because it is compatible with all versions of OpenCV and the use of - class Mat constructor is eliminated, it is also deprecated in 3.X versions. - Use the namespace cv because some functions are called many times. - This patch keeps compatibility with 2.4 - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-04-01 14:12:08 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gstvp9parser.c: - * gst-libs/gst/codecparsers/gstvp9parser.h: - codecparser: vp9: move persistent fields from GstVp9FrameHdr to GstVp9Parser - The subsampling_x, subsampling_y, bit_depth, color_space and color_range - fileds are moved from GstVp9FrameHdr to the global GstVp9Parser structure. - These fields are only present in keyframe or intra-only frame, no need to - duplicate them for inter-frames. This is an ABI change. - https://bugzilla.gnome.org/show_bug.cgi?id=764370 - -2016-04-01 12:08:53 +0200 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gsttextoverlay.h: - opencv: textoverlay: Ported to OpenCV version 3.1 - imgproc_c.h is added because CvFont struct needs it in any 3.x version. - We use this structure in GstOpencvTextOverlay. This keeps compatibility - with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-04-01 11:56:20 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: constrained-baseline is a subset of baseline - We get into this code path if the profile is already constrained-baseline and - downstream does not support constrained-baseline. So we should try baseline - and the other compatible profiles. - https://bugzilla.gnome.org/show_bug.cgi?id=764448 - -2016-03-22 07:19:03 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - eglimage: perform eglCreateImage in the gl thread - while calling eglCreateImage without a GL context current in the executing - thread works on the RPi, some other implementations will return errors. - Marshall the eglCreateImage to the GL thread to appease these implementations. - -2016-04-01 14:58:56 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: support outputting to multiple draw buffers on GLES3 - A similar change that was done to glcolorconvert adding the necessary shader - mangling. - -2016-03-31 19:50:28 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: implement multiple render targets for GLES3 - There are numerous slight differences required between Desktop GL and GLES3 for - multiple render targets. - 1. gl_FragData doesn't exist at all and one is required to use - 'layout (location = ?) out ...' instead. - 2. gl_FragColor doesn't exist, same as 1 - 3. texture2D() has been deprecated - Fortunately most of these have been taken care of with GL3 and the shader - mangling already exists so just expand the conditions they are used in. The - gl_FragData issue requires a new mangle pass though. We also use this new - pass on desktop GL for consistency. - -2016-03-31 18:23:22 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/mssdemux.c: - tests: mssdemux: do not use gst_object_unref for pure GObject* - Deallocate GObject* with g_object_unref instead of gst_object_unref. - Even if it works now, it is confusing and in the future it might - not work if any GstObject specifics are added. - https://bugzilla.gnome.org/show_bug.cgi?id=762142 - -2016-02-16 13:55:54 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - dashdemux: tests: use g_object_unref for test data - The GstDashDemuxTestCase object is allocated using g_object_newv - but in many places was being deallocated using gst_object_unref. - This was caused by commit ae3ed25025e34ea9b09df59d22d7ebd7294560bc. - https://bugzilla.gnome.org/show_bug.cgi?id=762142 - -2016-03-31 16:08:12 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/MotionCells.cpp: - * ext/opencv/MotionCells.h: - motioncells: fully construct MotionCells - Some members of MotionCells were not being initialized in the constructor. - Protect from potential garbage memory usage by fully initializing it. - Moving m_frameSize out of the class because it is only used in - performDetectionMotionCells(). - CID 1197704 - -2016-04-01 00:23:25 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - gl/build: add missing '\' at the end of the line in MakeFile.am - Otherwise the following elements aren't included in the correct variable. - Fixes error in 'make distcheck' failing to find gstgltestsrc.h - -2016-03-31 23:07:17 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/Makefile.am: - gl/tests/pipelines: add custom _CFLAGS and LDADD - As is done everywhere else. - From what I can gather from make -C tests/check V=1 $(GST_PLUGINS_BAD_CFLAGS) is - required in order to find in-tree headers as well as srcdir != builddir - configurations. - -2016-03-31 22:20:01 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/Makefile.am: - gl/tests: only build the simple-launch-lines test if we have GL - -2016-03-31 20:00:37 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: don't use the predefined variable name sample - Using 'sample' as a variable name is an error in GLES3 - -2016-03-22 23:10:24 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/gtk/switchvideooverlay/Makefile.am: - * tests/examples/gl/gtk/switchvideooverlay/main.cpp: - gl/examples: fix switchvideooverlay for wayland - and call XInitThreads() for X11 - -2016-03-21 15:25:21 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * tests/examples/gl/gtk/Makefile.am: - * tests/examples/gl/gtk/gtkvideooverlay/.gitignore: - * tests/examples/gl/gtk/gtkvideooverlay/Makefile.am: - * tests/examples/gl/gtk/gtkvideooverlay/gtkvideooverlay.vcproj: - * tests/examples/gl/gtk/gtkvideooverlay/main.cpp: - gl/examples: remove duplicated videooverlay example - filtervideooverlay proved the exact same example (only with a extra glfiltercube). - -2016-03-21 15:23:41 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/gtk/3dvideo/main.cpp: - gl/examples/3d: additions for wayland support - -2016-03-17 23:51:44 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/Makefile.am: - * tests/check/pipelines/simple-launch-lines.c: - gl/tests: add missing test to the build system - Also update it for the current api - -2016-03-17 23:50:00 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectssources.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgldifferencematte.h: - gldifferencematte: port to gl3/gles2 - -2016-02-26 20:55:47 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gltestsrc.c: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstopengl.c: - gltestsrc: port to gles2/gl3 - This makes gltestsrc work everywhere \o/ - - workaround RPi returning invalid values for positive coords in the - checker shader - - reduce the number of iterations in the mandelbrot shader for gles2 - https://bugzilla.gnome.org/show_bug.cgi?id=751540 - -2016-02-26 16:57:47 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gltestsrc.c: - gltestsrc: port smpte pattern to shaders - Loosely based on patch by - Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - https://bugzilla.gnome.org/show_bug.cgi?id=751540 - -2016-02-26 12:02:15 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gltestsrc.c: - gltestsrc: implement the circular method - https://bugzilla.gnome.org/show_bug.cgi?id=759801 - -2016-02-25 21:18:31 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gltestsrc.c: - * ext/gl/gltestsrc.h: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltestsrc.h: - gltestsrc: add a generic src framework - Any unsupported pattern (circular) results in an error - -2016-02-29 20:15:24 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglstereosplit.c: - * ext/gl/gstglstereosplit.h: - glsterosplit: remove internal glupload/glcolorconvert - They are provided separately as elements and no other element contains the - internal references to glupload/glcolorconvert. - -2016-03-31 19:43:04 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglcontext.c: - gl: add support for building against GLES3 headers - with a fallback to GLES2 headers if available. - -2016-03-31 19:38:12 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: add checking the read implementation format/type on gles2 platforms - By default, reading GL_RED or GL_RG us unsupported by glReadPixels unless - exposed through GL_COLOR_READ_IMPLEMENTATION_FORMAT/TYPE. This allows - downloading multiple-planar video frames where possible. - -2016-03-31 19:35:09 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - glbasememory: rollback map state when subclass map fails - Otherwise our state doesn't reflect reality. - -2016-03-31 19:31:00 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemorypbo: unmap pbo memory on pbo read error - Otherwise we are returning failure with a dangling map! - Also only unset the NEED_DOWNLOAD flag in download_transfer() if the read actually - succeeds. - -2016-03-31 19:25:32 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/shaders.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - glshader: add glBindFragDataLocation - There are some cases where it's needed for binding in/out variables in shaders. - e.g. glsl 150 (gl 3.2) doesn't support the 'layout (location = ?)' specifiers in - the shader source so we have to bind them ourselves. - -2016-03-31 12:20:30 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Handle find_stream_for_pad() without g_assert_not_reached() if no pad is found - Happens e.g. if a RECONFIGURE event is sent from downstream while we're - switching pads at this very moment. The old pad is gone and the stream has a - new pad. - https://bugzilla.gnome.org/show_bug.cgi?id=764404 - -2016-03-31 01:21:42 +1100 Matthew Waters <matthew@centricular.com> - - * sys/nvenc/gstnvbaseenc.c: - nvenc: add support for building against version 6 of the SDK - While mostly API compatible, the ABI has changed so binaries will not work - across header versions (and ultimately nvidia driver releases). - https://bugzilla.gnome.org/show_bug.cgi?id=763324 - -2016-03-30 22:34:59 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * docs/plugins/Makefile.am: - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/inspect/plugin-opencv.xml: - * ext/opencv/Makefile.am: - * ext/opencv/gstopencv.cpp: - * ext/opencv/gstpyramidsegment.cpp: - * ext/opencv/gstpyramidsegment.h: - opencv: pyramidsegment: delete element - cvPyrSegmentation() has been deprecated in OpenCV 3.0, and there isn't any - function to replace it. Deleting this element so we can support OpenCV 3.1 - without build issues. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-01-26 16:52:37 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gstcvsmooth.cpp: - opencv: gstcvsmooth: Ported to OpenCV version 3.1 - cvarrToMat() is added because it is compatible with all versions of Opencv - and the use the class constructor Mat is eliminated because is deprecated - in 3.X versions. This keeps compatibility with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-01-27 10:05:13 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gstgrabcut.cpp: - opencv: grabcut: Ported to OpenCV version 3.1 - cvarrToMat() is added because it is compatible with all versions of Opencv - and using the class Mat constructor is eliminated, because is deprecated - in 3.X versions. The use the using namespace cv because is called some - functions many times. This keeps compatibility with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-01-27 15:37:39 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gstfaceblur.cpp: - opencv: faceblur: Ported to OpenCV version 3.1 - cvarrToMat() is added because it is compatible with all versions of Opencv - and the use of the class constructor Mat is eliminated because is deprecated - in 3.X versions. Included 'using namespace std' because it is needed for the - Vector class in 3.X versions. This keeps compatibility with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-01-27 15:51:37 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gsthanddetect.cpp: - opencv: handdetect: Ported to OpenCV version 3.1 - cvarrToMat() is added because it is compatible with all versions of Opencv - and the use of the class constructor Mat is eliminated because is deprecated - in 3.X versions. Included 'using namespace std' because it is needed for the - vector class in 3.X versions. This keeps compatibility with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-01-27 16:51:13 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gstretinex.cpp: - opencv: retinex: Ported to OpenCV version 3.1 - cvarrToMat() is added because it is compatible with all versions of Opencv - and using the class constructor Mat is eliminated because is deprecated - in 3.X versions. This keeps compatibility with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-01-28 16:19:46 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gstdisparity.cpp: - * ext/opencv/gstdisparity.h: - opencv: disparity: Ported to OpenCV version 3.1 - 'METHOD_VAR', 'METHOD_GC' is removed because there aren't equivalent functions - in new OpenCV versions. 'img_right_as_cvMat_rgb', 'img_left_as_cvMat_rgb' and - 'depth_map_as_cvMat2' variables is removed because these aren't used. - cvarrToMat() is added because it is compatible with all versions of Opencv - and using the class Mat constructor is eliminated, because is deprecated - in 3.X versions. The use 'using namespace cv' because is called some - functions many times. This keeps compatibility with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-02-01 13:58:49 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * ext/opencv/gstskindetect.cpp: - opencv: skindetect: Ported to OpenCV version 3.1 - cvCVPixToPlane() has been deprecated in OpenCV 3.0, and there is - function to replace it cvSplit(). The include compat.hpp is deleted because - in 3.X versions doen't exist and it isn't necessary for 2.4.X versions - in this element. This keeps compatibility with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-01-28 17:40:51 +0100 Vanessa Chipirras Navalon <vanechipi@qtec.com> - - * configure.ac: - * ext/opencv/gstopencvutils.cpp: - opencv: Ported to OpenCV version 3.1 OpenCV - configure.ac was changed to work with new versions of OpenCV 3.X. - A new include is added gstopencvutils.cpp because it contains - the previous. This keeps compatibility with 2.4. - https://bugzilla.gnome.org/show_bug.cgi?id=760473 - -2016-03-30 10:34:07 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstahcsrc.c: - ahcsrc: There's no point in read-only CONSTRUCT properties - And creating one is causing assertions. Also get rid of the other CONSTRUCT - property as it's a) unneeded for default initialization and b) you're not - supposed to use constructor properties when creating element instances and the - GStreamer API doesn't provide direct ways for doing so. - https://bugzilla.gnome.org/show_bug.cgi?id=764339 - -2016-03-07 14:57:35 +0100 Edward Hervey <edward@centricular.com> - - * ext/teletextdec/gstteletextdec.c: - teletexdec: Simplify negotiation code - No need to use a while() loop if we're going only going to use - the first structure of the caps ... - CID #1341748 - -2016-03-28 13:52:07 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/libs/aggregator.c: - aggregator: Fix leak in unit test - GST_PAD_PROBE_HANDLED means that we should've unreffed the probe data, - it was handled by us in one way or another. - -2016-03-28 08:46:10 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * .gitignore: - .gitignore: Ignore some more test temporary files - -2016-03-28 08:45:45 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * tests/check/elements/compositor.c: - tests/compositor: Add test for aggregator pad numbering - Tests that the behaviour in 7a5cb5a473 is being conformed to. - -2016-03-27 19:06:50 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fix strcmp test for sink template - -2016-03-27 18:41:30 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Don't try to be too smart while allocating pad names - Previously, while allocating the pad number for a new pad, aggregator was - maintaining an interesting relationship between the pad count and the pad - number. - If you requested a sink pad called "sink_6", padcount (which is badly named and - actually means number-of-pads-minus-one) would be set to 6. Which means that if - you then requested a sink pad called "sink_0", it would be assigned the name - "sink_6" again, which fails the non-uniqueness test inside gstelement.c. - This can be fixed by instead setting padcount to be 7 in that case, but this - breaks manual management of pad names by the application since it then becomes - impossible to request a pad called "sink_2". Instead, we fix this by always - directly using the requested name as the sink pad name. Uniqueness of the pad - name is tested separately inside gstreamer core. If no name is requested, we use - the next available pad number. - Note that this is important since the sinkpad numbering in aggregator is not - meaningless. Videoaggregator uses it to decide the Z-order of video frames. - -2016-02-23 15:11:36 +0100 Thibault Saunier <tsaunier@gnome.org> - - * configure.ac: - * ext/lv2/Makefile.am: - * ext/lv2/gstlv2.c: - * ext/lv2/gstlv2.h: - * ext/lv2/gstlv2filter.c: - lv2: Port filters to GStreamer 1.0 and use lilv instead of slv2 - Properly separate files as we will not have only one single base class - for all elements as we used to with 0.10, but the same way it is done - with ladspa, we subclass GstAudioFilter, GstBaseSource etc... - https://bugzilla.gnome.org/show_bug.cgi?id=678207 - -2016-03-27 14:29:58 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtksink.c: - * ext/gtk/gtkgstbasewidget.c: - gtk: Fix logging in base widget and fix desc of GL sink - Set a default category for gtkgstbasewidget lest the logging go to the 'default' - category where it can't be found easily - -2016-03-27 03:11:45 +0200 Yann Jouanin <yjo@witbe.net> - - * ext/rtmp/gstrtmpsrc.c: - * ext/rtmp/gstrtmpsrc.h: - rtmpsrc plugin : add timeout option - https://bugzilla.gnome.org/show_bug.cgi?id=764251 - -2016-03-18 13:35:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Instead of releasing request pads on stop(), clear them only - Request pads are requested by applications and as such should only be released - by them again. Instead of releasing them when stopping the muxer, just clear - their state so that they can be used again when starting the muxer again. - https://bugzilla.gnome.org/show_bug.cgi?id=763862 - -2016-03-05 09:47:27 +0200 Sebastian Dröge <sebastian@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/player/gstplayer-media-info-private.h: - * gst-libs/gst/player/gstplayer-media-info.c: - * gst-libs/gst/player/gstplayer-media-info.h: - * gst-libs/gst/player/gstplayer.c: - * win32/common/libgstplayer.def: - player: Add is_live flag to the GstPlayerMediaInfo - https://bugzilla.gnome.org/show_bug.cgi?id=763126 - -2016-02-29 11:39:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/sdp/Makefile.am: - * gst/sdp/gstsdpelem.c: - * gst/sdp/gstsdpsrc.c: - * gst/sdp/gstsdpsrc.h: - sdp: Add new sdpsrc element - This can read from an SDP file or get the SDP data via property. Works - around the problem that sdpdemux inside decodebin fails because the - GST_STATE_CHANGE_NO_PREROLL is not observed by the pipeline. - See https://bugzilla.gnome.org/show_bug.cgi?id=702495 - https://bugzilla.gnome.org/show_bug.cgi?id=762860 - -2016-03-25 17:49:14 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - gtk/gl: don't assert when gdk doesn't provide a GL context - Allows the application to check whether gtkglsink is supported by setting - the element to READY. - https://bugzilla.gnome.org/show_bug.cgi?id=764148 - -2016-03-07 19:41:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: plug EIT string leak - -2016-03-07 19:06:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: unref pat table after usage - Remember to unref the GPtrArray of the PAT table after - use - -2016-03-04 20:05:38 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: plug some leaks - Plug various leaks in dvbbasebin. - -2016-03-03 11:31:01 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: simplify variable reset - Just set it directly to 0, instead of checking and reseting - -2016-03-01 18:21:12 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: print time in same format - Makes it easier to compare - -2016-03-15 16:22:59 -0700 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gst-android-hardware-camera.c: - * sys/androidmedia/gstahcsrc.c: - ahc: use g_slice_new instead of g_slice_new0 - In many cases, we use g_slice_new0 and then immediately overwrite the - allocated memory. This is inefficient. Since we're going to immediately - overwrite it, we might as well use plain g_slice_new. - https://bugzilla.gnome.org/show_bug.cgi?id=763998 - -2016-03-10 08:50:28 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * sys/d3dvideosink/d3dvideosink.c: - d3dvideosink: post message to application for unhandled keyboard/mouse events - https://bugzilla.gnome.org/show_bug.cgi?id=763403 - -2016-03-10 08:49:01 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/directfb/dfbvideosink.c: - dfbvideosink: post message to application for unhandled keyboard/mouse events - https://bugzilla.gnome.org/show_bug.cgi?id=763403 - -2016-03-10 08:44:57 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/gtk/gstgtkbasesink.c: - gtkbasesink: post message to application for unhandled keyboard/mouse events - https://bugzilla.gnome.org/show_bug.cgi?id=763403 - -2016-03-03 20:10:16 +0900 Justin Kim <justin.kim@collabora.com> - - * sys/androidmedia/gstahcsrc.c: - * sys/androidmedia/gstahcsrc.h: - ahcsrc: remove probe_properties - It's a residue of 0.10. - https://bugzilla.gnome.org/show_bug.cgi?id=763100 - -2016-03-04 15:50:26 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/apexsink/gstapexsink.c: - * ext/assrender/gstassrender.c: - * ext/bz2/gstbz2dec.c: - * ext/bz2/gstbz2enc.c: - * ext/curl/gstcurlbasesink.c: - * ext/daala/gstdaaladec.c: - * ext/daala/gstdaalaenc.c: - * ext/dash/gstdashdemux.c: - * ext/directfb/dfbvideosink.c: - * ext/dtls/gstdtlsdec.c: - * ext/dtls/gstdtlsenc.c: - * ext/dtls/gstdtlssrtpdec.c: - * ext/dtls/gstdtlssrtpdemux.c: - * ext/dtls/gstdtlssrtpenc.c: - * ext/dts/gstdtsdec.c: - * ext/faac/gstfaac.c: - * ext/faad/gstfaad.c: - * ext/flite/gstflitetestsrc.c: - * ext/fluidsynth/gstfluiddec.c: - * ext/gl/caopengllayersink.m: - * ext/gl/gstglcolorconvertelement.c: - * ext/gl/gstgldownloadelement.c: - * ext/gl/gstglfilterbin.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixerbin.c: - * ext/gl/gstglsrcbin.c: - * ext/gl/gstglstereomix.c: - * ext/gl/gstglstereosplit.c: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgluploadelement.c: - * ext/gl/gstglvideoflip.c: - * ext/gme/gstgme.c: - * ext/gsm/gstgsmdec.c: - * ext/gsm/gstgsmenc.c: - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtksink.c: - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlssink.c: - * ext/kate/gstkatedec.c: - * ext/kate/gstkateenc.c: - * ext/kate/gstkateparse.c: - * ext/kate/gstkatetiger.c: - * ext/libde265/libde265-dec.c: - * ext/libmms/gstmms.c: - * ext/libvisual/visual-gl.c: - * ext/mimic/gstmimdec.c: - * ext/mimic/gstmimenc.c: - * ext/modplug/gstmodplug.cc: - * ext/mpeg2enc/gstmpeg2enc.cc: - * ext/mplex/gstmplex.cc: - * ext/musepack/gstmusepackdec.c: - * ext/nas/nassink.c: - * ext/neon/gstneonhttpsrc.c: - * ext/openal/gstopenalsink.c: - * ext/openal/gstopenalsrc.c: - * ext/opencv/gstcvequalizehist.cpp: - * ext/opencv/gstcvlaplace.cpp: - * ext/opencv/gstcvsobel.cpp: - * ext/opencv/gstdisparity.cpp: - * ext/opencv/gstedgedetect.cpp: - * ext/opencv/gstfaceblur.cpp: - * ext/opencv/gstfacedetect.cpp: - * ext/opencv/gstgrabcut.cpp: - * ext/opencv/gsthanddetect.cpp: - * ext/opencv/gstmotioncells.cpp: - * ext/opencv/gstpyramidsegment.cpp: - * ext/opencv/gstretinex.cpp: - * ext/opencv/gstsegmentation.cpp: - * ext/opencv/gstskindetect.cpp: - * ext/opencv/gsttemplatematch.cpp: - * ext/opencv/gsttextoverlay.cpp: - * ext/openexr/gstopenexrdec.cpp: - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264enc.cpp: - * ext/openjpeg/gstopenjpegdec.c: - * ext/openjpeg/gstopenjpegenc.c: - * ext/openni2/gstopenni2src.cpp: - * ext/opus/gstopusparse.c: - * ext/qt/gstqtsink.cc: - * ext/resindvd/resindvdbin.c: - * ext/resindvd/resindvdsrc.c: - * ext/resindvd/rsndec.c: - * ext/resindvd/rsninputselector.c: - * ext/resindvd/rsnparsetter.c: - * ext/rsvg/gstrsvgdec.c: - * ext/rsvg/gstrsvgoverlay.c: - * ext/rtmp/gstrtmpsink.c: - * ext/rtmp/gstrtmpsrc.c: - * ext/sbc/gstsbcdec.c: - * ext/sbc/gstsbcenc.c: - * ext/schroedinger/gstschrodec.c: - * ext/schroedinger/gstschroenc.c: - * ext/sdl/sdlaudiosink.c: - * ext/smoothstreaming/gstmssdemux.c: - * ext/sndfile/gstsfdec.c: - * ext/sndfile/gstsfsink.c: - * ext/sndfile/gstsfsrc.c: - * ext/sndio/sndiosink.c: - * ext/sndio/sndiosrc.c: - * ext/soundtouch/gstpitch.cc: - * ext/spandsp/gstdtmfdetect.c: - * ext/spandsp/gstspanplc.c: - * ext/spandsp/gsttonegeneratesrc.c: - * ext/spc/gstspc.c: - * ext/srtp/gstsrtpdec.c: - * ext/srtp/gstsrtpenc.c: - * ext/teletextdec/gstteletextdec.c: - * ext/timidity/gsttimidity.c: - * ext/timidity/gstwildmidi.c: - * ext/voaacenc/gstvoaacenc.c: - * ext/voamrwbenc/gstvoamrwbenc.c: - * ext/vulkan/vksink.c: - * ext/wayland/gstwaylandsink.c: - * ext/webp/gstwebpdec.c: - * ext/webp/gstwebpenc.c: - * ext/x265/gstx265enc.c: - * ext/xvid/gstxviddec.c: - * ext/xvid/gstxvidenc.c: - * ext/zbar/gstzbar.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/insertbin/gstinsertbin.c: - * gst/adpcmdec/adpcmdec.c: - * gst/adpcmenc/adpcmenc.c: - * gst/aiff/aiffmux.c: - * gst/aiff/aiffparse.c: - * gst/asfmux/gstasfmux.c: - * gst/asfmux/gstasfparse.c: - * gst/asfmux/gstrtpasfpay.c: - * gst/audiobuffer/gstaudioringbuffer.c: - * gst/audiofxbad/gstaudiochannelmix.c: - * gst/audiomixer/gstaudiointerleave.c: - * gst/audiomixer/gstaudiomixer.c: - * gst/audiovisualizers/gstspacescope.c: - * gst/audiovisualizers/gstspectrascope.c: - * gst/audiovisualizers/gstsynaescope.c: - * gst/audiovisualizers/gstwavescope.c: - * gst/autoconvert/gstautoconvert.c: - * gst/autoconvert/gstautovideoconvert.c: - * gst/bayer/gstrgb2bayer.c: - * gst/camerabin2/gstdigitalzoom.c: - * gst/camerabin2/gstviewfinderbin.c: - * gst/camerabin2/gstwrappercamerabinsrc.c: - * gst/cdxaparse/gstcdxaparse.c: - * gst/cdxaparse/gstvcdparse.c: - * gst/coloreffects/gstchromahold.c: - * gst/coloreffects/gstcoloreffects.c: - * gst/compositor/compositor.c: - * gst/dataurisrc/gstdataurisrc.c: - * gst/dccp/gstdccpclientsink.c: - * gst/dccp/gstdccpclientsrc.c: - * gst/dccp/gstdccpserversink.c: - * gst/dccp/gstdccpserversrc.c: - * gst/debugutils/fpsdisplaysink.c: - * gst/debugutils/gstchecksumsink.c: - * gst/debugutils/gstchopmydata.c: - * gst/debugutils/gstcompare.c: - * gst/debugutils/gstdebugspy.c: - * gst/debugutils/gsterrorignore.c: - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - * gst/dvdspu/gstdvdspu.c: - * gst/faceoverlay/gstfaceoverlay.c: - * gst/festival/gstfestival.c: - * gst/fieldanalysis/gstfieldanalysis.c: - * gst/freeverb/gstfreeverb.c: - * gst/gaudieffects/gstburn.c: - * gst/gaudieffects/gstchromium.c: - * gst/gaudieffects/gstdilate.c: - * gst/gaudieffects/gstdodge.c: - * gst/gaudieffects/gstexclusion.c: - * gst/gaudieffects/gstgaussblur.c: - * gst/gaudieffects/gstsolarize.c: - * gst/gdp/gstgdpdepay.c: - * gst/gdp/gstgdppay.c: - * gst/geometrictransform/gstgeometrictransform.c: - * gst/hdvparse/gsthdvparse.c: - * gst/id3tag/gstid3mux.c: - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintersubsink.c: - * gst/inter/gstintersubsrc.c: - * gst/inter/gstintervideosink.c: - * gst/inter/gstintervideosrc.c: - * gst/interlace/gstinterlace.c: - * gst/ivfparse/gstivfparse.c: - * gst/ivtc/gstcombdetect.c: - * gst/ivtc/gstivtc.c: - * gst/jp2kdecimator/gstjp2kdecimator.c: - * gst/jpegformat/gstjifmux.c: - * gst/jpegformat/gstjpegparse.c: - * gst/librfb/gstrfbsrc.c: - * gst/midi/midiparse.c: - * gst/mixmatrix/mixmatrix.c: - * gst/mpegpsmux/mpegpsmux.c: - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsmux/mpegtsmux.c: - * gst/mve/gstmvemux.c: - * gst/mxf/mxfdemux.c: - * gst/mxf/mxfmux.c: - * gst/netsim/gstnetsim.c: - * gst/nuvdemux/gstnuvdemux.c: - * gst/onvif/gstrtponvifparse.c: - * gst/onvif/gstrtponviftimestamp.c: - * gst/overlay/gstoverlay.c: - * gst/patchdetect/gstpatchdetect.c: - * gst/pcapparse/gstirtspparse.c: - * gst/pcapparse/gstpcapparse.c: - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmenc.c: - * gst/rawparse/gstrawparse.c: - * gst/removesilence/gstremovesilence.c: - * gst/sdi/gstsdidemux.c: - * gst/sdi/gstsdimux.c: - * gst/sdp/gstsdpdemux.c: - * gst/segmentclip/gstaudiosegmentclip.c: - * gst/segmentclip/gstvideosegmentclip.c: - * gst/siren/gstsirendec.c: - * gst/siren/gstsirenenc.c: - * gst/smooth/gstsmooth.c: - * gst/speed/gstspeed.c: - * gst/subenc/gstsrtenc.c: - * gst/subenc/gstwebvttenc.c: - * gst/tta/gstttadec.c: - * gst/tta/gstttaparse.c: - * gst/vbidec/gstvbidec.c: - * gst/videoframe_audiolevel/gstvideoframe-audiolevel.c: - * gst/videomeasure/gstvideomeasure_collector.c: - * gst/videomeasure/gstvideomeasure_ssim.c: - * gst/videoparsers/gstdiracparse.c: - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpegvideoparse.c: - * gst/videoparsers/gstpngparse.c: - * gst/videoparsers/gstvc1parse.c: - * gst/vmnc/vmncdec.c: - * gst/y4m/gsty4mdec.c: - * gst/yadif/gstyadif.c: - * sys/acmenc/acmenc.c: - * sys/acmmp3dec/acmmp3dec.c: - * sys/androidmedia/gstahcsrc.c: - * sys/applemedia-nonpublic/celvideosrc.c: - * sys/applemedia-nonpublic/miovideosrc.c: - * sys/applemedia/atdec.c: - * sys/applemedia/avfassetsrc.m: - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/avsamplevideosink.m: - * sys/applemedia/iosassetsrc.m: - * sys/applemedia/qtkitvideosrc.m: - * sys/applemedia/vtdec.c: - * sys/avc/gstavcsrc.cpp: - * sys/bluez/gsta2dpsink.c: - * sys/bluez/gstavdtpsink.c: - * sys/bluez/gstavdtpsrc.c: - * sys/d3dvideosink/d3dvideosink.c: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/directsound/gstdirectsoundsrc.c: - * sys/dshowsrcwrapper/gstdshowaudiosrc.cpp: - * sys/dshowsrcwrapper/gstdshowvideosrc.cpp: - * sys/dshowvideosink/dshowvideosink.cpp: - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dxr3/dxr3audiosink.c: - * sys/dxr3/dxr3spusink.c: - * sys/dxr3/dxr3videosink.c: - * sys/fbdev/gstfbdevsink.c: - * sys/linsys/gstlinsyssdisink.c: - * sys/linsys/gstlinsyssdisrc.c: - * sys/nvenc/gstnvbaseenc.c: - * sys/nvenc/gstnvh264enc.c: - * sys/opensles/openslessink.c: - * sys/opensles/openslessrc.c: - * sys/pvr2d/gstpvrvideosink.c: - * sys/qcam/gstqcamsrc.c: - * sys/shm/gstshmsink.c: - * sys/shm/gstshmsrc.c: - * sys/tinyalsa/tinyalsasink.c: - * sys/uvch264/gstuvch264_mjpgdemux.c: - * sys/uvch264/gstuvch264_src.c: - * sys/vcd/vcdsrc.c: - * sys/vdpau/gstvdpsink.c: - * sys/vdpau/h264/gstvdph264dec.c: - * sys/vdpau/mpeg/gstvdpmpegdec.c: - * sys/vdpau/mpeg4/gstvdpmpeg4dec.c: - * sys/wasapi/gstwasapisink.c: - * sys/wasapi/gstwasapisrc.c: - * sys/wininet/gstwininetsrc.c: - * sys/winscreencap/gstdx9screencapsrc.c: - * sys/winscreencap/gstgdiscreencapsrc.c: - * tests/check/elements/autoconvert.c: - * tests/check/elements/camerabin.c: - * tests/check/elements/test_http_src.c: - * tests/check/libs/aggregator.c: - * tools/element-templates/sinkpad: - * tools/element-templates/sinkpad-audio: - * tools/element-templates/sinkpad-simple: - * tools/element-templates/sinkpad-template: - * tools/element-templates/srcpad: - * tools/element-templates/srcpad-audio: - * tools/element-templates/srcpad-simple: - * tools/element-templates/srcpad-template: - bad: use new gst_element_class_add_static_pad_template() - https://bugzilla.gnome.org/show_bug.cgi?id=763081 - -2016-03-07 17:23:23 -0800 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: eliminate AHC*_CALL macros - Currently, we use AHC*_CALL macros to call many of the Camera functions. - However, we already have helper classes to call the Camera functions, so - eliminate the macros. - As a nice side-benefit, we also get improved error handling and - reporting when something goes wrong calling these functions, because a - GError gets populated, and we log a GST_ERROR when something fails. This - was harder to do using macros, as all error handling was hidden from the - caller. - https://bugzilla.gnome.org/show_bug.cgi?id=763065 - -2016-02-18 11:29:06 -0800 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: use gst unref functions - https://bugzilla.gnome.org/show_bug.cgi?id=763065 - -2016-02-18 14:08:13 -0800 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: use gst new object functions - https://bugzilla.gnome.org/show_bug.cgi?id=763065 - -2016-03-17 13:44:13 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/interlace/gstinterlace.c: - interlace: fix negotiation with fixed framerate downstream - https://bugzilla.gnome.org/show_bug.cgi?id=762924 - -2016-03-24 14:08:46 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/gl/gtk/fxtest/fxtest.c: - gl/gtk: Fix compiler warning in example - fxtest.c: In function ‘main’: - fxtest.c:190:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] - GtkWidget *window; - ^~~~~~~~~ - -2016-03-24 13:33:12 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.8.0 === - -2016-03-24 12:33:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.8.0 - -2016-03-24 12:05:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2016-03-23 13:43:46 +0100 Thibault Saunier <tsaunier@gnome.org> - - * ext/vulkan/vkinstance.c: - vulkan: Minor string fix - -2016-03-23 22:13:47 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkinstance.c: - vulkan: VK_API_VERSION has been removed - In a stable release too, naughty. - Use VK_API_VERSION_1_0 instead - https://bugzilla.gnome.org/show_bug.cgi?id=764066 - -2016-03-22 07:20:59 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/sync.h: - gl/proto: sync operations are available on GLES 3.0 - Without the GST_GL_API_GLES2 bit set, we will not even attempt to look - for the function pointers in the core library and will fallback to - glFlush/glFinish. - -2016-03-22 07:16:34 +0000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - gl/build: add GST_GL_HAVE_DMABUF to gstglconfig.h - it's exposed in public API so hiding it in an AC_DEFINE for config.h only - works when building libgstgl itself. Attempting to use libgstgl (especially - on egl platforms) will throw a compilation error. - -2016-03-21 15:22:15 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Fix query memory leak - Peer query isn't being freed in case of GST_QUERY_SEEKING. - https://bugzilla.gnome.org/show_bug.cgi?id=763974 - -2016-03-18 19:45:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/vulkan/Makefile.am: - vulkan: Ship missing headers with tarballs - https://bugzilla.gnome.org/show_bug.cgi?id=763877 - -2016-03-17 19:24:32 +0000 Aleksander Wabik <awabik@opera.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - h264parse, h265parse: fix handling of downstream force-key-unit events - The parser handles the downstream force-key-unit event incorrectly, - it tries to parse it as an upstream force-key-unit event, does not - check the return value, and then uses uninitialized memory in - "all_headers" boolean variable. - https://bugzilla.gnome.org/show_bug.cgi?id=763793 - -2016-03-17 22:43:12 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: unset GL_UNPACK_ROW_LENGTH in opengl3 - If the user uploads their own texture without setting the unpack length, then - then the result will have the appearance of stride mismanagement due to - an incorrect row length. - -2016-03-17 16:34:42 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/qt/mousevideooverlay/main.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/main.cpp: - * tests/examples/gl/qt/qglwtextureshare/main.cpp: - gl/examples/qt: restrict the GL API to opengl where needed - Until the examples are ported to opengl3/gles2, they will not work with any - other GL api. - -2016-03-17 16:31:52 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/gtk/filtervideooverlay/Makefile.am: - * tests/examples/gl/gtk/filtervideooverlay/main.cpp: - * tests/examples/gl/gtk/fxtest/Makefile.am: - * tests/examples/gl/gtk/fxtest/fxtest.c: - * tests/examples/gl/gtk/fxtest/pixbufdrop.c: - * tests/examples/gl/gtk/gtkvideooverlay/Makefile.am: - * tests/examples/gl/gtk/gtkvideooverlay/main.cpp: - gl/examples/gtk: call XInitThreads - Fixes some sporadic X11 threading assertions. - -2016-03-17 03:06:05 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - glutils: remove custom code for setting caps features - Just use gst_caps_set_features() instead. - -2016-03-17 01:52:00 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: only allow the same src/sink caps when we are in passthrough mode - If we are given caps with extra features (like the overlay composition - features), we can only deal with that when we are in passthrough mode. - Previously we were bailing entirely and not allowing passthrough filter elements - with things like textoverlay. - Fixes the following pipeline (assuming glfilter supports passthrough): - gl ! textoverlay ! glfilter ! ... ! glimagesinkelement - https://bugzilla.gnome.org/show_bug.cgi?id=763756 - -2016-03-16 22:48:00 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: deal with the ANY caps feature correctly - When transforming, xplode it out into the necessary caps features both - with and without the passthough features. - Fixes negotiation in the following class of pipelines: - gl ! textoverlay ! glupload ! glimagesinkelement - https://bugzilla.gnome.org/show_bug.cgi?id=763756 - -2016-03-16 22:19:25 +1100 Matthew Waters <matthew@centricular.com> - - * ext/wayland/wldisplay.c: - wayland: fix null pointer dereference on error - gnome-shell doesn't the support wl_scaler interface which makes creating a - wayland display fail creation. - Found in the generic state changes test - -2016-03-16 22:16:34 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglstereomix.c: - * ext/gl/gstglstereosplit.c: - glstereo{mix,split}: allow running on GLES 2/3 - It's mostly supported for GLES 2.x, fully supported on GLES 3.x - -2016-03-16 12:03:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslesringbuffer.c: - openslesringbuffer: Warn if the position reported by OpenSL is higher than what we queued up so far - This would hint at wrong position reporting, and apparently sometimes happens - after a seek. - -2016-03-16 11:34:46 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfjpeg2000.c: - mxfmux: Fix typo in JPEG2000 colorspace - sRGC -> sRGB - -=== release 1.7.91 === - -2016-03-15 12:13:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.7.91 - -2016-03-15 11:56:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2016-03-12 15:44:54 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: add video/x-h265 to template caps - -2016-03-12 03:00:14 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/tsdemux.c: - mpegts: Don't leave freed programs in the hash table - When the sub-class claims a program for later freeing, make - sure it's not left in the hash table, or it can cause crashes on shutdown. - Make sure tsdemux frees any program it has kept around at shutdown - if it wasn't freed already. - https://bugzilla.gnome.org/show_bug.cgi?id=763503 - -2016-03-11 17:34:03 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth265parse.c: - videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytestream - Create temporary ParseFrame and copy the nal size buffer region - for each nal unit like we did for h264. - https://bugzilla.gnome.org/show_bug.cgi?id=763494 - -2016-03-11 10:08:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - amc: Correctly handle NULL input buffers - https://bugzilla.gnome.org/show_bug.cgi?id=763401 - -2016-03-11 10:00:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstjniutils.c: - amcvideodec: getOutputBuffers() returns a NULL array when a surface was configured - So don't error out if it does. - https://bugzilla.gnome.org/show_bug.cgi?id=763401 - -2016-03-11 01:40:39 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - gleffects; give each effect a unique long name and description - Gives applications that scrape the factory details more detailed and unique - details on the exact element. - https://bugzilla.gnome.org/show_bug.cgi?id=760566 - -2016-03-10 17:46:05 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglslstage.c: - glshader: some compatibility changes for GL 1.4 - GL 1.4 (with GL_ARB_shader_objects) doesn't have glIsProgram or glIsShader - equivalents. As they are simply assertions, skip them when there isn't a - valid function pointer. - -2016-03-10 00:29:41 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfilterapp.c: - glfilterapp: update for the use of shaders - Fixes black output when placed in pipelines (using the default drawing). - https://bugzilla.gnome.org/show_bug.cgi?id=763365 - -2016-03-10 00:27:53 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - glfilter: retrieve the shader attributes from the GL thread - Otherwise we will receive bogus values - https://bugzilla.gnome.org/show_bug.cgi?id=763365 - -2016-03-10 00:24:48 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/generic/cube/main.cpp: - * tests/examples/gl/generic/cubeyuv/main.cpp: - gl/examples/cube*: choose opengl by default - The examples don't work with any other GL API. - Also fix the yuv example to not translate the cube out of the clipping area. - -2016-03-10 00:23:14 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/gtk/fxtest/fxtest.c: - gl/examples/fxtest: add needed glupload to the pipeline - Fixes a negotiation failure in the example - -2016-03-07 13:04:08 +0100 Edward Hervey <edward@centricular.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparser: Handle non-hierarchical profiles again - This is a regression from since mpegvideoparser was switched to - use the codecparsing library. - The problem is that the high bit of the profile_and_level is used - to specify non-hierarchical profiles and levels. Unfortunately we - were discarding that information. - Expose that escape bit, and use it in the element - https://bugzilla.gnome.org/show_bug.cgi?id=763220 - -2016-03-09 11:58:43 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Fix window memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=763356 - -2016-03-08 11:41:49 +0100 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Don't reset/recalculate segments with accurate seeks - When dealing with accurate seeks, we must send out a segment which - is exactly what is requested. - https://bugzilla.gnome.org/show_bug.cgi?id=763262 - -2016-03-08 02:06:46 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: signal continuation in reset - We want to iterate over all the pads, not just the first one. Fix by returning - TRUE in the GstAggregatorPadForeachFunc. - Removes a GST_IS_GL_CONTEXT() assertion on shutdown with >2 inputs - using gst-launch. - -2016-03-08 00:35:22 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * tests/check/libs/gstglcontext.c: - gldisplay: make readding the same context a no-op - With e38af2304427db908a16bbae0e60aa68be1ba5b5 returning the correct contexts, - gst_gl_display_add_context() was susceptible to causing infinte loops when - adding the same GstGLContext more than once. Fix and add a test for - gst_gl_display_add_context(). - Fixes glvideomixer gst-validate tests. - -2016-03-07 08:52:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - Revert "libgstgl: cocoa, eagl: don't marshal GL calls to the context thread" - This reverts commit 797d6415dfd6e111efb2cab544958a67cbf22b17. - We're frozen for 1.8.0 release and this change might have bigger impact. - -2016-03-07 16:03:25 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - libgstgl: cocoa, eagl: don't marshal GL calls to the context thread - Execute GL calls without marshalling them to the context thread. In the cocoa - and eagl backends calling gst_gl_context_activate is cheap and therefore calling - it on the current thread and serializing GL calls with a per-context lock is - more efficient (faster and has less overhead) than marshalling everything to the - context thread. - This optimization cuts a large overhead in g_poll (continuously waking up the - context thread) and in g_mutex_*/g_cond_* (waiting for results from the context - thread). - -2016-03-05 17:16:24 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: really retrieve glcontext for a specific thread - When requesting a glcontext (regardless of thread), the result was correct. - However, when requesting current glcontext on a specific thread, it could - come up with a glcontext active on another thread. - https://bugzilla.gnome.org/show_bug.cgi?id=763168 - -2016-03-06 19:35:38 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstglbasefilter.h: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstgldebug.c: - * gst-libs/gst/gl/gstgldebug.h: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglsl.c: - * gst-libs/gst/gl/gstglslstage.c: - * gst-libs/gst/gl/gstglslstage.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglviewconvert.c: - gl: misc docs fixes/additions - -2016-03-06 19:32:21 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgl_enums.h: - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglbasememory.h: - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstglformat.c: - * gst-libs/gst/gl/gstglformat.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.c: - gl*memory: document new functionality and objects - -2016-03-06 19:23:06 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs.types: - docs: add new GL api to .types file for type/signal introspection - -2016-03-06 19:22:31 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/Makefile.am: - docs: ignore some private GL headers - -2016-03-06 19:18:54 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - docs/gl: add gl functions/structs from -unused into the docs - -2016-03-05 19:48:45 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: handle some more unfixed fields when fixating caps - -2016-03-05 11:38:46 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/gtk/Makefile.am: - gtk: examples: #define GST_USE_UNSTABLE_API and link with X11_LIBS - X11_LIBS is needed for XInitThreads() and without the #define we get - warnings about the GL API being still unstable. - -2016-03-02 19:32:13 +0900 Justin Kim <justin.kim@collabora.com> - - * sys/androidmedia/gst-androidcamera.c: - androidmedia: Remove unused file - ahcsrc is registered by gstamc.c - https://bugzilla.gnome.org/show_bug.cgi?id=763098 - -2016-02-17 09:36:15 -0800 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gstamc.c: - amc: properly deinit when ahcsrc register fails - In the androidmedia plugin_init, we initialize various resources on the - Android device. If anything fails during this series of initializations, - we need to deinitialize any initializations that already occurred. - However, we don't do so if we fail to register the ahcsrc element. Fix - this. - https://bugzilla.gnome.org/show_bug.cgi?id=763065 - -2016-02-18 11:00:50 -0800 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: correct error message - The error message is specific to only one of the failure cases and is - misleading in the others. Correct it to be more generic and cover all - the failure cases. - https://bugzilla.gnome.org/show_bug.cgi?id=763065 - -2016-02-16 11:45:01 -0800 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: remove unneeded #include <stdio.h> - https://bugzilla.gnome.org/show_bug.cgi?id=763065 - -2016-02-18 16:00:18 -0800 Martin Kelly <martin@surround.io> - - * sys/androidmedia/gstahcsrc.c: - ahc: typo fix - https://bugzilla.gnome.org/show_bug.cgi?id=763065 - -2016-03-03 22:15:07 -0500 Joe Gorse <jhgorse@gmail.com> - - * ext/hls/Makefile.am: - hls: Add OPENSSL_CFLAGS to CFLAGS - https://bugzilla.gnome.org/show_bug.cgi?id=763079 - -2016-03-03 19:45:43 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglbasememory.c: - glbasememory: Don't change maxsize at run-time - Maxsize is initialized once and should never change. Allocating data - should have no impact on the selected max size for this memory. This - causing memory map failure as the maxsize would become smaller then - size. This happened when using direct rendering in avviddec on GL that - does not support PBO transfer. - https://bugzilla.gnome.org/show_bug.cgi?id=763045 - -2016-03-01 18:22:37 +0300 Sergey Borovkov <sergey.borovkov@wireload.net> - - * ext/qt/qtitem.cc: - qml: Fix leak of the OpenGL contexts - [Matthew Waters]: add NULL checks before unreffing - https://bugzilla.gnome.org/show_bug.cgi?id=762999 - -2016-02-29 14:24:46 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/vulkan/vksink.c: - vksink: fix spelling on failed _ensure_data() error message - -2016-03-02 21:46:44 +0200 Vivia Nikolaidou <vivia@ahiru.eu> - - * ext/mpeg2enc/gstmpeg2enc.cc: - mpeg2enc: Provide format as a string instead of a char to gst_structure_new - The format was provided as 'I420' instead of "I420", causing a crash. - -2015-01-20 16:20:10 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: handle early PTS conversion when a group has been found - In some cases, the PTS might be smaller than the first observed PCR - value which causes element to apply wraparound leading to bogus - timestamp. To solve this, we only apply it if the PTS-PCR difference is - greater that 1 second to be sure that it's a real wraparound. - Moreover, using unsigned 32 bits values to handle wrapover could end up - with bogus value, so it use pts value to handle it. - Also, convert pcr time to gst time before comparing it to pts. - Since refpcr is expressed in PCR time base while pts is expressed in GStreamer - time. - https://bugzilla.gnome.org/show_bug.cgi?id=743259 - -2016-03-02 10:41:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Fix REMOVE_SNAP_FLAGS() macro - !(flag1 | flag2 | flag3) is always evaluation to 0. ~ was meant here - instead of !. - CID 1352032. - -=== release 1.7.90 === - -2016-03-01 18:23:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.7.90 - -2016-03-01 17:10:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2016-03-01 16:53:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/bg.po: - * po/fr.po: - * po/nl.po: - po: Update translations - -2016-02-29 12:35:58 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth264parse.c: - videoparsers: h264: Disable passthorugh mode enabling - Enabling passthorugh mode is causing multiple issue: - For nal aligned multiresoluton streams, passthrough mode - make h264parse unable to advertise the new resoultions. - Also causing issues while parsing MVC streams which have two - separate layers (base-view and non-base-view). - This fix is only a temporary workaround. - For MVC, proper fixes needed in many places: - (handle prefix nal unit, handle non-base-view slice nal extension, - fix the picture_start detection for multi-layer-mvc streams etc) - https://bugzilla.gnome.org/show_bug.cgi?id=758656 - -2016-02-29 11:53:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: Set caps to application/x-rtp instead of application/x-unknown as returned by the SDP helpers - The SDP helpers can't know if this is going to be RTP, SRTP, or .... - https://bugzilla.gnome.org/show_bug.cgi?id=762860 - -2016-02-29 11:51:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: Add pads with the correct names in case an rtpbin is used - They're supposed to be stream_%u and not recv_rtp_src_%u_%u_%u. - https://bugzilla.gnome.org/show_bug.cgi?id=762860 - -2016-02-29 10:38:32 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/vulkan/vkswapper.c: - * ext/vulkan/vkutils.c: - vkswapper/vkutils: Fix gerror memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=762842 - -2016-02-29 10:37:11 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/vulkan/vkdevice.c: - vkdevice: Fix duplicate assignment of queue variable - https://bugzilla.gnome.org/show_bug.cgi?id=762842 - -2016-02-29 10:33:45 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/vulkan/vksink.c: - vksink: Fix GError memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=762842 - -2016-02-28 14:06:14 +0000 Tim-Philipp Müller <tim@centricular.com> - - * win32/common/libgstgl.def: - win32: update exports for new libgstgl function - -2016-02-28 10:12:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: When outputting on a surface, accept all color formats - We don't have to understand them, we handle them as a GL texture. - https://bugzilla.gnome.org/show_bug.cgi?id=762792 - -2016-02-26 18:17:37 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * tests/check/elements/dash_demux.c: - adaptivedemux: handle snap seeking without setting any position - When the start_type is GST_SEEK_TYPE_NONE for a forward seek - (or stop_type for a reverse) is not set on a snap seeking operation, - the element should use the current position and then snap as requested. - Also fixes uninitialized variable complaint by clang about - 'ts' variable. - -2016-02-26 17:31:44 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: sync index and the selected chunk when seeking - Otherwise the chunk selected isn't matched to the index and - the timing will be different, causing it to actually start - from a different position - -2016-02-26 12:41:13 +0200 Sebastian Dröge <sebastian@centricular.com> - - * common: - Automatic update of common submodule - From a253974 to 6f2d209 - -2016-02-17 20:13:21 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - eglimagememory: add compatibility definitions for EGL dmabuf - e.g. the RPi doesn't have them defined - -2016-02-26 00:35:30 +0000 Tim-Philipp Müller <tim@centricular.com> - - * Makefile.am: - * ext/opus/Makefile.am: - * ext/opus/gstopus.c: - opus: rename plugin to opusparse for the time being - Until we fix it up and get rid of the opus dependency and - move it elsewhere too. - -2016-02-19 00:38:33 +0000 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/inspect/plugin-opus.xml: - * ext/opus/Makefile.am: - * ext/opus/gstopus.c: - * ext/opus/gstopuscommon.c: - * ext/opus/gstopuscommon.h: - * ext/opus/gstopusdec.c: - * ext/opus/gstopusdec.h: - * ext/opus/gstopusenc.c: - * ext/opus/gstopusenc.h: - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/opus.c: - opus: remove Opus encoder/decoder, moved to -base - https://bugzilla.gnome.org/show_bug.cgi?id=756282 - -2016-02-26 08:34:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - glcontext: add a method to add a context to another share group - Intended for use with wrapped contexts that are created shared with gst's - gl contexts in order to manage the internal sharegroup state correctly. - e.g. with caopengllayer (which is used in glimagesink and caopengllayersink - on OS X), we create a CGL context from the gst context and the sharing state - was not being correctly set on either GL context and gst_gl_context_is_shared() - was always returning FALSE. - With 11fb4fff80b63b9d67a731d4bb238b6c0a29d774 only flushing with multiple - shared contexts, the required flush was not occuring causing screen - corruption or stuttering. - Note: this didn't affect GST_GL_API=opengl pipelines - https://bugzilla.gnome.org/show_bug.cgi?id=762620 - -2016-02-17 15:20:47 +0000 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-opus.xml: - * ext/opus/Makefile.am: - * ext/opus/gstopus.c: - * ext/opus/gstrtpopusdepay.c: - * ext/opus/gstrtpopusdepay.h: - * ext/opus/gstrtpopuspay.c: - * ext/opus/gstrtpopuspay.h: - opus: remove Opus RTP elements, they have moved to -good - https://bugzilla.gnome.org/show_bug.cgi?id=756282 - -2016-01-18 08:50:34 +0000 Alex Ashley <alex.ashley@youview.com> - - * tests/check/elements/hls_demux.c: - hlsdemux: tests: pass test name into test setup function - All hlsdemux tests create a GstStructure called "state" that can be used - by test cases to store information during a test. The name of this - structure is arbitrary. When the code was written, the intention was - to use the name of the test, to aid debugging. However, during - development this was lost, so that the state GstStructure is always - given the name "setup_test_variables". - This commit changes this so that the name of the test is used. - https://bugzilla.gnome.org/show_bug.cgi?id=762684 - -2016-02-23 12:42:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/compositor.c: - tests: compositor: drop special case for valgrind timeout - The default one is 6 minutes, the test was using 5 minutes so just - resort to using the default. - For the non-valgrind test also use the default 20 secs instead of - reducing it to 6s. No real reason to set a custom value here. - -2016-02-23 12:17:59 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/compositor.c: - tests: compositor: add tests for caps queries - Verifies that proper caps are returned based on what downstream - restricts. - -2016-02-18 10:57:51 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - * tests/check/elements/compositor.c: - videoaggregator: fix caps queries to allow proper renegotiation - When caps are already negotiated it should be possible to - select formats other than the one that was negotiated. If downstream - allows alpha video caps and it has already negotiated to a non-alpha - format, caps queries should still return the alpha caps as a possible - format as caps renegotiation can happen. - Includes tests (for compositor) to check that caps queries done after - a caps has been negotiated returns complete results - https://bugzilla.gnome.org/show_bug.cgi?id=757610 - -2016-02-24 17:07:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Negotiate the decoder in set_format() already - Don't wait until later, we want to know here if the codec can be opened or not - for the requested format. This was removed (accidentially?) by - 119e09eac315f79ac2cf45b4441ad1d932130614 - Without this decodebin has no way to switch to a different decoder if this one - does not work. - https://bugzilla.gnome.org/show_bug.cgi?id=762613 - -2016-02-25 11:34:40 +0200 Joe Gorse <jhgorse@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: Frame durations as CTime to the API, not double - Newer iOS seems to automatically convert, older iOS/OSX just crashes. - https://bugzilla.gnome.org/show_bug.cgi?id=762575 - -2016-02-24 23:48:19 +1100 Matthew Waters <matthew@centricular.com> - - * sys/nvenc/gstnvbaseenc.c: - nvenc: release the frames and list when searching for an output buffer - Fixes a massive leak in: - videotestsrc ! nvh264enc ! fakesink - -2016-02-23 23:10:20 +1100 Matthew Waters <matthew@centricular.com> - - * ext/qt/gstqtsink.cc: - * ext/qt/qtitem.cc: - qt: use a static_cast instead of dynamic one - The dynamic_cast is a little but of overkill as the app will still crash if it - fails in the later g_assert. - Allows compilation with -fno-rtti - https://bugzilla.gnome.org/show_bug.cgi?id=762526 - -2016-02-24 10:45:17 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * ext/gl/gstglmosaic.c: - * ext/gl/gstglstereomix.c: - * ext/gl/gstglvideomixer.c: - glmixer: iterator didn't advance in continue statement - Leading to a deadlock. - https://bugzilla.gnome.org/show_bug.cgi?id=760873 - -2016-02-23 18:17:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/dataurisrc/gstdataurisrc.c: - dataurisrc: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps() - Remove calls to gst_pad_has_current_caps() which then go on to call - gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just - use gst_pad_get_current_caps() and check for NULL. - https://bugzilla.gnome.org/show_bug.cgi?id=759539 - -2016-02-23 18:13:37 +0200 Dave Craig <dcraig@brightsign.biz> - - * ext/opencv/gstdisparity.cpp: - disparity: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps() - Remove calls to gst_pad_has_current_caps() which then go on to call - gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just - use gst_pad_get_current_caps() and check for NULL. - https://bugzilla.gnome.org/show_bug.cgi?id=759539 - -2016-02-23 10:49:40 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: correctly handle an HTTP-XSDATE that is exactly the size of the date string - The code in the gst_dash_demux_parse_http_xsdate() was trying to - handle the case where the string is not null terminated by resizing - the buffer and appending a zero byte. This does not work if the buffer - is exactly the length of the string because the gst_buffer_resize() - function does not re-allocate the buffer, it just changes its size. - If a buffer is passed to gst_dash_demux_parse_http_xsdate() that is - exactly the length of the string, the function fails with an assert - failure in gst_buffer_resize(). - https://bugzilla.gnome.org/show_bug.cgi?id=762148 - -2016-02-23 11:59:52 +0200 Sebastian Dröge <sebastian@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - docs: Add audiointerleave - -2016-02-22 10:21:47 +0100 Peter Seiderer <ps.report@gmx.net> - - * sys/fbdev/gstfbdevsink.c: - fbdevsink: fix bytes per pixel calculation - Simple pipeline - $ gst-launch-1.0 videotestsrc ! fbdevsink - crashes with SIGSEGV in case the frambuffer xres is smaller - than the virtual xres resolution, e.g.: - $ fbset - mode "800x480-0" - # D: 0.000 MHz, H: 0.000 kHz, V: 0.000 Hz - geometry 800 480 1920 1200 16 - timings 0 0 0 0 0 0 0 - accel true - rgba 5/11,6/5,5/0,0/0 - endmode - Debug: - $ gdb gst-launch-1.0 - (gdb) run videotestsrc ! fbdevsink - (gdb) where - #0 0xb6bd2d24 in __memcpy_neon () - at ../sysdeps/arm/armv7/multiarch/memcpy_impl.S:591 - #1 0xb69b04e8 in gst_fbdevsink_show_frame (videosink=0x10a3378, - buf=0xb5c08838) at gstfbdevsink.c:269 - #2 0xb69e88c4 in gst_base_sink_do_preroll (sink=sink@entry=0x10a3378, - obj=0xb5c08838, obj@entry=0xa0) at gstbasesink.c:2281 - #3 0xb69e92bc in gst_base_sink_do_sync (basesink=basesink@entry=0x10a3378, - obj=0xa0, obj@entry=0xb5c08838, late=0x0, late@entry=0xb6548ba0, - step_end=0x140, step_end@entry=0xb6548ba4) at gstbasesink.c:2500 - #4 0xb69ea67c in gst_base_sink_chain_unlocked ( - basesink=basesink@entry=0x10a3378, obj=0x0, obj@entry=0xb5c08838, - is_list=is_list@entry=0, pad=<optimized out>) at gstbasesink.c:3486 - #5 0xb69ec1c0 in gst_base_sink_chain_main (basesink=0x10a3378, - pad=<optimized out>, obj=0xb5c08838, is_list=0) at gstbasesink.c:3647 - #6 0xb6eb5b10 in gst_pad_chain_data_unchecked (pad=0x10a6170, - type=<optimized out>, data=0xb5c08838) at gstpad.c:4086 - #7 0xb6eb7a34 in gst_pad_push_data (pad=pad@entry=0x10a6020, - type=type@entry=4112, data=0xb5c08838) at gstpad.c:4338 - #8 0xb6ebf344 in gst_pad_push (pad=pad@entry=0x10a6020, - buffer=<optimized out>) at gstpad.c:4454 - #9 0xb69f22f0 in gst_base_src_loop (pad=0x10a6020) at gstbasesrc.c:2845 - #10 0xb6eeddfc in gst_task_func (task=0x10a8828) at gsttask.c:331 - #11 0xb6d485a0 in g_thread_pool_thread_proxy (data=<optimized out>) - at gthreadpoQuit - (gdb) frame 1 - #1 0xb69b04e8 in gst_fbdevsink_show_frame (videosink=0x10a3378, - buf=0xb5c08838) at gstfbdevsink.c:269 - 269 gstfbdevsink.c: No such file or directory. - (gdb) p fbdevsink - $1 = (GstFBDEVSink *) 0x10a3378 - (gdb) p *fbdevsink - $2 = {videosink = {element = {element = {object = {object = { - g_type_instance = {g_class = 0x10a2d60}, ref_count = 3, - qdata = 0x0}, lock = {p = 0x0, i = {0, 0}}, - name = 0x10a2f30 "fbdevsink0", parent = 0x10a70a0, flags = 32, - control_bindings = 0x0, control_rate = 100000000, - last_sync = 18446744073709551615, _gst_reserved = 0x0}, - state_lock = {p = 0x109f9a8, i = {0, 0}}, state_cond = {p = 0x0, i = { - 3, 0}}, state_cookie = 2, target_state = GST_STATE_PAUSED, - current_state = GST_STATE_READY, next_state = GST_STATE_PAUSED, - pending_state = GST_STATE_PAUSED, - last_return = GST_STATE_CHANGE_ASYNC, bus = 0x108bcb8, clock = 0x0, - base_time = 0, start_time = 0, numpads = 1, pads = 0x109cc20, - numsrcpads = 0, srcpads = 0x0, numsinkpads = 1, sinkpads = 0x109cc30, - pads_cookie = 1, _gst_reserved = {0x0, 0x0, 0x0, 0x0}}, - sinkpad = 0x10a6170, pad_mode = GST_PAD_MODE_PUSH, offset = 0, - can_activate_pull = 0, can_activate_push = 1, preroll_lock = {p = 0x1, - i = {1, 0}}, preroll_cond = {p = 0x0, i = {0, 0}}, eos = 0, - need_preroll = 1, have_preroll = 0, playing_async = 1, - have_newsegment = 1, segment = {flags = GST_SEGMENT_FLAG_NONE, rate = 1, - applied_rate = 1, format = GST_FORMAT_TIME, base = 0, offset = 0, - start = 0, stop = 18446744073709551615, time = 0, position = 33333333, - duration = 18446744073709551615, _gst_reserved = {0x0, 0x0, 0x0, - 0x0}}, clock_id = 0x0, sync = 1, flushing = 0, running = 0, - max_lateness = 20000000, priv = 0x10a3188, _gst_reserved = { - 0x0 <repeats 20 times>}}, width = 0, height = 0, priv = 0x10a3180, - _gst_reserved = {0x0, 0x0, 0x0, 0x0}}, fixinfo = { - id = '\000' <repeats 15 times>, smem_start = 1078984704, - smem_len = 4608000, type = 0, type_aux = 0, visual = 2, xpanstep = 1, - ypanstep = 1, ywrapstep = 0, line_length = 3840, mmio_start = 0, - mmio_len = 0, accel = 0, capabilities = 0, reserved = {0, 0}}, varinfo = { - xres = 800, yres = 480, xres_virtual = 1920, yres_virtual = 1200, - xoffset = 0, yoffset = 0, bits_per_pixel = 16, grayscale = 0, red = { - offset = 11, length = 5, msb_right = 0}, green = {offset = 5, - length = 6, msb_right = 0}, blue = {offset = 0, length = 5, - msb_right = 0}, transp = {offset = 0, length = 0, msb_right = 0}, - nonstd = 0, activate = 0, height = 4294967295, width = 4294967295, - accel_flags = 1, pixclock = 0, left_margin = 0, right_margin = 0, - upper_margin = 0, lower_margin = 0, hsync_len = 0, vsync_len = 0, - sync = 0, vmode = 0, rotate = 0, colorspace = 0, reserved = {0, 0, 0, 0}}, - fd = 5, - framebuffer = 0xb654a000 <error: Cannot access memory at address 0xb654a000>, device = 0x10a38d8 "/dev/fb0", width = 320, height = 240, cx = 240, cy = 120, - linelen = 1280, lines = 240, bytespp = 4, fps_n = 30, fps_d = 1} - (gdb) p map - $3 = {memory = 0xb5d24008, flags = GST_MAP_READ, - data = 0xb5d24058 '\377' <repeats 90 times>, "\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\377\a\377\a\377\a\377\a\377\a\377\a\377\a\377\a\377\a"..., - size = 153600, maxsize = 153603, user_data = {0x0, - 0xb69e3ba4 <gst_base_sink_set_last_buffer_unlocked+92>, 0x10a3378, 0x0}, - _gst_reserved = {0x1, 0x10a3378, 0xb6f50dd8 <_gst_debug_min>, 0xb5c08838}} - (gdb) p i - $4 = 121 - Fix this by changing the fbdevsink->bytespp calculation using - the frame buffer xres_virtual size instead of xres. - https://bugzilla.gnome.org/show_bug.cgi?id=762482 - -2016-02-22 12:53:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c: - * gst-libs/gst/player/gstplayer-video-overlay-video-renderer.h: - * win32/common/libgstplayer.def: - player: Expose more GstVideoOverlay API in the GstPlayerVideoOverlayVideoRenderer - Expose the expose() and set_render_rectangle() methods. These are useful for - proper functioning of the video overlay in various situations and toolkits. - -2016-02-22 21:03:14 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglstereosplit.c: - * gst-libs/gst/gl/gstglbasefilter.c: - gl: fix the build - 2d287812 was incomplete - -2016-02-22 20:49:52 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglstereosplit.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbasefilter.c: - gl: error out if the configured GL API is unsupported by our element - https://bugzilla.gnome.org/show_bug.cgi?id=759801 - -2016-01-24 17:40:37 +0300 Sergey Borovkov <sergey.borovkov@wireload.net> - - * ext/qt/qtitem.cc: - * ext/qt/qtitem.h: - qmlglsink: Schedule onSceneGrpahInitialized to execute on render thread - onSceneGraphInitialized() is called from non render thread currently when - scene graph is already initialized. - https://bugzilla.gnome.org/show_bug.cgi?id=761003 - -2016-01-07 18:26:26 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/aiff/aiffparse.c: - aiffparse: fix negotiation errors with multi-channel files - Set fallback channel layout on files with more than two - channels. Not clear where to retrieve the real layout from - or what the default layout is for AIFF files, the spec - only seems to specify some layout for up to 6 channels - and the file in question doesn't have a CHAN chunk. - https://bugzilla.gnome.org/show_bug.cgi?id=676425 - -2016-02-21 10:34:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/cdxaparse/cdxaparse.vcproj: - * gst/mixmatrix/mixmatrix.vcproj: - * gst/overlay/overlay.vcproj: - * gst/rtjpeg/rtjpeg.vcproj: - * gst/smooth/smooth.vcproj: - * gst/speed/speed.vcproj: - * gst/stereo/stereo.vcproj: - * win32/MANIFEST: - * win32/gst.sln: - * win32/vs6/gst_plugins_bad.dsw: - * win32/vs6/libgstdshow.dsp: - * win32/vs6/libgstdshowdecwrapper.dsp: - * win32/vs6/libgstflv.dsp: - * win32/vs6/libgstmpegvideoparse.dsp: - * win32/vs6/libgstneon.dsp: - * win32/vs8/gst-plugins-bad.sln: - * win32/vs8/libgstdirectsound.vcproj: - * win32/vs9/gst-plugins-bad.sln: - * win32/vs9/libgstdshowsrcwrapper.vcproj: - win32: remove outdated build cruft - This hasn't been touched for generations, doesn't work, - and is just causing confusion. We also don't want to - maintain these files manually. - -2016-02-20 12:55:08 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/daala/gstdaaladec.c: - daala: don't use exported but undeclared core debug category symbols - It's not right and won't work on Windows with MSVC. - -2016-02-19 14:27:59 -0800 Scott D Phillips <scott.d.phillips@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flag - H.265 7.4.7.1 says: - > When slice_deblocking_filter_disabled_flag is not present, it is - > inferred to be equal to pps_deblocking_filter_disabled_flag. - https://bugzilla.gnome.org/show_bug.cgi?id=762351 - -2016-02-19 16:40:54 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/codecparsers/gstmpeg4parser.c: - mpeg4parser: prevent assertion when scanning for sync code - Only search if there is indeed enough data to be searched otherwise - an assertion is raised - -2016-02-19 17:48:55 +0100 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsparse.c: - tsparse: Fix per-program-pad pushing - This fixes a couple of issues regarding the output of (request) - per-program pads output: - We would never push out PAT sections (ok, that was one reallly stupid - mistake. I guess nobody ever uses this feature ...). - In the case where the PMT section of a program was bigger than one - packet, we would only end up pushing the last packet of that PMT. Which - obviously results in the resulting stream never containing the proper - (complete) PMT. - The problem was that the program is only started (in the base class) - after the PMT section is completely parsed. When dealing with single-program - pads, tsparse only wants to push the PMT corresponding to the requested - program (and not the other ones). tsparse did that check by looking - at the streams of the program... - ... but that program doesn't exist for the first packets of the initial - PMT. - The fix is to use the base class program information (if it parsed the - PAT it already has some information, like the PMT PID for a given program) - if the program hasn't started yet. - -2016-02-19 17:45:26 +0100 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/mpegtsparse.h: - tsparse: Use GstFlowCombiner - In addition to the fact that it's a sane thing to do for multi-source - pad elements, it also avoids the situation where just using a request - pad (and not the main static pad) would result in the processing - stopping. - -2016-02-19 12:38:31 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.7.2 === - -2016-02-19 11:50:25 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.7.2 - -2016-02-19 10:32:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - po: Update translations - -2016-02-18 14:32:23 +0000 Julien Isorce <j.isorce@samsung.com> - - * pkgconfig/gstreamer-bad-audio-uninstalled.pc.in: - * pkgconfig/gstreamer-bad-base-uninstalled.pc.in: - * pkgconfig/gstreamer-bad-video-uninstalled.pc.in: - * pkgconfig/gstreamer-codecparsers-uninstalled.pc.in: - * pkgconfig/gstreamer-gl-uninstalled.pc.in: - * pkgconfig/gstreamer-insertbin-uninstalled.pc.in: - * pkgconfig/gstreamer-mpegts-uninstalled.pc.in: - * pkgconfig/gstreamer-player-uninstalled.pc.in: - * pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in: - * pkgconfig/gstreamer-wayland-uninstalled.pc.in: - uninstalled.pc: add support for non libtool build systems - Currently the .la path is provided which requires to use libtool as - mentioned in the GStreamer manual section-helloworld-compilerun.html. - It is fine as long as the application is built using libtool. - So currently it is not possible to compile a GStreamer application - within gst-uninstalled with CMake or other build system different - than autotools. - This patch allows to do the following in gst-uninstalled env: - gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \ - gstreamer-gl-1.0) - Previously it required to prepend libtool --mode=link - https://bugzilla.gnome.org/show_bug.cgi?id=720778 - -2016-02-18 16:21:38 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstgldebug.c: - gldebug: make sure debug is initialized when calling gst_gl_insert_debug_marker - Usually gl debug is initialized in gst_gl_context_create_thread. - But this function is not used when using the GstGLContextGPUProcess - from ChromiumGStreamerBackend. - Received signal 11 SEGV_MAPERR 000000000000 - gst_debug_category_get_threshold - gst_gl_insert_debug_marker - gst_gl_base_filter_gl_start - -2016-02-18 10:33:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/utils/gles_versions.h: - * gst-libs/gst/gl/utils/opengl_versions.h: - gl: Fix compiler warning about unused const variable with gcc 6 - CC libgstgl_x11_la-gstglcontext_glx.lo - In file included from gstglcontext_glx.c:39:0: - ../utils/opengl_versions.h:52:43: error: ‘gles2_versions’ defined but not used [-Werror=unused-const-variable] - static const struct { int major, minor; } gles2_versions[] = { - ^~~~~~~~~~~~~~ - -2016-02-18 10:29:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - gl: Move private headers from SOURCES to noinst_HEADERS - -2016-02-18 00:24:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/modplug/gstmodplug.cc: - modplug: Fix compiler warning about C++11 compatibility - gstmodplug.cc:94:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] - #define FORMATS "{ "GST_AUDIO_NE (S32)", "GST_AUDIO_NE (S16)", U8 }" - ^ - gstmodplug.cc:94:39: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] - #define FORMATS "{ "GST_AUDIO_NE (S32)", "GST_AUDIO_NE (S16)", U8 }" - ^ - -2016-02-16 15:10:34 +0100 David Fernandez <d.fernandezlop@gmail.com> - - * ext/curl/gstcurlbasesink.c: - curlbasesink: don't send empty buffers - Fixes problem in curlhttpsink when qtmux uses faststart. - https://bugzilla.gnome.org/show_bug.cgi?id=762013 - -2016-02-17 11:16:53 +0100 Thibault Saunier <tsaunier@gnome.org> - - * ext/ladspa/gstladspafilter.c: - ladspa: Fix some debugs - -2016-01-26 09:34:00 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264_src: Fix caps memory leak - v4l_caps and new_caps are being allocated new memory before freeing the - old allocation. - https://bugzilla.gnome.org/show_bug.cgi?id=761108 - -2015-12-24 15:36:54 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Refactor code to check for subclass seek handling - If subclass is not able to handle seek event, then there is no need to - stop streaming and send flush events. We should simply return FALSE - https://bugzilla.gnome.org/show_bug.cgi?id=758516 - -2015-12-24 15:10:16 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Add condition to check for non working negative rate - tsdemux is not able to handle negative playback rates. - But in mpegtsbase, the same check is not being done. - added a check to not handle negative rate while seeking unless - the same is handled upstream. - https://bugzilla.gnome.org/show_bug.cgi?id=758516 - -2016-02-17 13:00:46 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: insert the debug marker from the GL thread - https://bugzilla.gnome.org/show_bug.cgi?id=761538 - -2016-02-17 11:42:23 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: remove unsed reconfigure variable - -2016-01-13 13:17:56 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: don't push a reconfigure event from the GL thread - Doing so may cause deadlocks when other elements attempt destroy or created - GL resources. - https://bugzilla.gnome.org/show_bug.cgi?id=760559 - -2016-01-21 10:40:36 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: don't leak pad's vertex buffer on release_pad - https://bugzilla.gnome.org/show_bug.cgi?id=760873 - -2016-02-17 01:08:18 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmosaic.c: - * ext/gl/gstglmosaic.h: - * ext/gl/gstglstereomix.c: - * ext/gl/gstglstereomix.h: - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - glmixer: Remove usage of GstGLMixerFrameData - Subclasses can just iterate over the list of pads themselves - https://bugzilla.gnome.org/show_bug.cgi?id=760873 - -2016-01-13 14:41:22 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: don't hold the object lock while calling into GL - Doing so can deadlock between the GL thread and the object lock e.g. - when performing reconfigure events in glimagesink on a resize event. - https://bugzilla.gnome.org/show_bug.cgi?id=760559 - -2016-02-16 22:34:43 +0000 Tim-Philipp Müller <tim@centricular.com> - - * common: - Update common: make check-exports not fail for libgstgl.def - Should fix distcheck on some build bots. - -2016-01-26 09:37:04 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * sys/acmenc/acmenc.c: - * sys/acmmp3dec/acmmp3dec.c: - acmenc/acmmp3dec: remove unnecessary break after return - https://bugzilla.gnome.org/show_bug.cgi?id=761109 - -2015-07-21 18:02:38 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * configure.ac: - configure: improve check for wayland-scanner binary - The plugin doesn't need the wayland-scanner package to be built - or run, it only needs the wayland-scanner program during compile time. - When cross-compiling, build systems might not have the wayland-scanner - package for the target system as it is a developer's tool, while it should - still be possible to use wayland-scanner from the host system. - This patch fixes it by not requiring the wayland-scanner package but - just the binary itself. - Note that the check is done outside of the PKG_CHECK_MODULES - as it doesn't work inside of it. - https://bugzilla.gnome.org/show_bug.cgi?id=752688 - -2016-01-21 11:53:33 +0100 Philippe Normand <philn@igalia.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: restore bitrate averaging support - This was accidentally removed in commit ccff3be3. - https://bugzilla.gnome.org/show_bug.cgi?id=733959 - -2016-01-20 15:33:28 +0100 Philippe Normand <philn@igalia.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: remove queue2 overrun notification - Due to performance impact concerns this is removed. An alternative - approach would be to rely on buffering messages monitoring. - https://bugzilla.gnome.org/show_bug.cgi?id=733959 - -2016-02-16 16:18:21 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - vkdevice: add the necessary but arbitrary queue priority - Silences an error in the validation layers. - -2016-02-16 16:12:07 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: add the necessary call to check if the physical device supports the surface - Silences an error in the validation layers. - -2016-02-16 15:53:56 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkapi.h: - * ext/vulkan/vkinstance.c: - vulkan: update to SDK 1.0.3.1 - -2016-02-16 15:36:41 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - vulkan/build: search for the correct library - SDK 1.0.1 used libvulkan-1.so, 1.0.2 uses libvulkan.so - -2016-02-16 11:51:28 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: iterate over the device queue's using the new iteration API - -2016-02-16 11:49:24 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkdevice.h: - vkdevice: add callback iteration over the device queue's - -2016-02-16 11:22:37 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkqueue.c: - * ext/vulkan/vkqueue.h: - vkqueue: add context helpers - -2016-02-11 01:31:14 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkdevice.h: - * ext/vulkan/vkdisplay.c: - * ext/vulkan/vkdisplay.h: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkinstance.h: - * ext/vulkan/vksink.c: - * ext/vulkan/vkupload.c: - * ext/vulkan/vkutils.c: - * ext/vulkan/vkutils.h: - vkutils: move object-specific context queries to their respective files - vkutils now just contains some utility functions to further simplify retrieving - multiple objects. - -2016-02-11 00:50:53 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkdevice.h: - vkdevice: remove unneeded error parameter from get_queue() - -2016-02-10 18:06:46 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkupload.c: - * ext/vulkan/vkupload.h: - vkupload: implement an uploader abstraction - -2016-02-10 19:50:27 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdisplay.c: - vkdisplay: unref the instance - fixes memory leak - -2016-02-10 19:34:55 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkswapper.c: - vulkan: chain up in finalize - They were missing in some cases - -2016-02-10 18:58:32 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vksink.c: - vksink: only unref if the pointers are non-NULL - -2016-02-10 18:05:47 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkimagememory.c: - vkimagememory: free the managing struct on _free - fixes a memory leak - -2016-02-09 18:26:40 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - vkdevice: perform a waitIdle before destroying the device - -2016-02-09 17:46:53 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkbuffermemory.c: - * ext/vulkan/vkbuffermemory.h: - * ext/vulkan/vkimagememory.c: - * ext/vulkan/vkimagememory.h: - Revert "vulkan: remove views from the memory objects." - This reverts commit 1ea817298ee4d5ef9b00f888f8ebe16a888b1150. - -2016-02-09 17:31:26 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkbuffermemory.c: - * ext/vulkan/vkbuffermemory.h: - * ext/vulkan/vkbufferpool.c: - * ext/vulkan/vkimagememory.c: - * ext/vulkan/vkimagememory.h: - vulkanmemory: remove bind variants - -2016-02-09 16:21:00 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkbuffermemory.c: - * ext/vulkan/vkbuffermemory.h: - * ext/vulkan/vkimagememory.c: - * ext/vulkan/vkimagememory.h: - vulkan: remove views from the memory objects. - They are not used and it's not possible to create the view before binding the - VkDeviceMemory object to them. - -2016-02-09 11:34:57 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: alpha flags are now supported by LunarG's driver - -2016-02-09 00:07:38 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/Makefile.am: - * ext/vulkan/vk.h: - * ext/vulkan/vk_fwd.h: - * ext/vulkan/vkbufferpool.c: - * ext/vulkan/vkbufferpool.h: - * ext/vulkan/vkupload.c: - vulkan: add a vulkanbuffer bufferpool - -2016-02-08 22:49:15 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/Makefile.am: - * ext/vulkan/gstvulkan.c: - * ext/vulkan/vksink.c: - * ext/vulkan/vkswapper.c: - * ext/vulkan/vkswapper.h: - * ext/vulkan/vkupload.c: - * ext/vulkan/vkupload.h: - vulkan: add upload element - -2016-02-08 18:28:29 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkutils.c: - vkutils: fix assert inversion - -2016-02-08 18:27:16 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkbuffermemory.h: - * ext/vulkan/vkimagememory.h: - vulkan: add caps feature names for the buffer and image memories - -2016-02-08 14:44:20 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vksink.c: - * ext/vulkan/vkutils.c: - * ext/vulkan/vkutils.h: - vulkan: add device to handle_context_query - -2016-02-08 14:32:10 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vksink.c: - * ext/vulkan/vkutils.c: - vulkan: move instance_open into the utility ensure_element_data - So callers don't have to perform it themselves. - -2016-02-08 14:25:49 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkinstance.h: - * ext/vulkan/vksink.c: - vkinstance: add signal for overriding device creation - -2016-02-08 12:22:11 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkbuffermemory.c: - * ext/vulkan/vkbuffermemory.h: - * ext/vulkan/vkimagememory.c: - * ext/vulkan/vkimagememory.h: - * ext/vulkan/vkmacros.h: - * ext/vulkan/vkmemory.c: - * ext/vulkan/vkmemory.h: - * ext/vulkan/vkswapper.c: - vulkan: separate allocation and binding of memory - -2016-02-08 12:14:44 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkbuffermemory.c: - vkbuffermemory: follow the rest of the struct macros - -2016-02-05 19:31:49 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: use buffer memory to upload video frames to the GPU - -2016-02-05 19:18:40 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/Makefile.am: - * ext/vulkan/vk.h: - * ext/vulkan/vk_fwd.h: - * ext/vulkan/vkbuffermemory.c: - * ext/vulkan/vkbuffermemory.h: - * ext/vulkan/vkinstance.c: - vulkan: add a buffer memory allocator - Wraps the VkBuffer in a GstMemory subclass. - -2016-02-05 19:11:51 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkmemory.h: - vkmemory: align struct members in the header - -2016-02-05 19:10:43 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkmacros.h: - vkmacros: use specific _INIT macros to initialize structures - -2016-02-05 19:09:41 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkimagememory.c: - * ext/vulkan/vkimagememory.h: - vkimagememory: add get_{width,height) functions - -2016-01-27 15:20:49 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/vulkan/vkapi.h: - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkinstance.h: - * ext/vulkan/vkswapper.c: - * ext/vulkan/xcb/vkwindow_xcb.c: - vulkan: update to release 1.0.1.1 - -2016-01-22 14:34:06 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/xcb/vkwindow_xcb.c: - vulkan/xcb: flush after mapping the window - Otherwise the map may not reach the server and not appear. - -2016-01-04 16:51:26 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: fix semaphore usage - -2015-12-31 16:34:24 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkinstance.c: - vulkan: add some debugging about the supported extensions - -2015-12-31 15:58:37 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: get the function pointers from the correct object - GetPhysicalDevice* functions are instance functions rather than device - functions. - -2015-12-31 15:38:37 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkinstance.h: - vkinstance: add the necessary winsys extension - -2015-12-31 15:34:45 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vk_fwd.h: - * ext/vulkan/vkdisplay.h: - vkdisplay: forward declare GstVulkanDisplayType - -2015-12-31 15:32:15 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkapi.h: - vkapi: remove unneeded headers - vkapi is for accessing the vulkan headers with the correct defines applied so - doesn't need any interal headers. - -2015-12-30 15:15:40 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkimagememory.c: - vkimagememory: fix the memory barrier access masks - silences the following warnings from the validation layer - AccessMask xxx must have required access bit xxx and may have optional bits 0 - when layout is VK_IMAGE_LAYOUT_TRANSFER_{SRC,DST}_OPTIMAL - -2015-12-30 15:14:23 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: only wait on the semaphore once - It's invalid usage and we may deadlock - -2015-12-31 01:27:54 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkimagememory.c: - vkimagememory: initialize flags and don't crash on errors - -2015-12-30 14:06:01 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkerror.c: - * ext/vulkan/vkerror.h: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkswapper.c: - vulkan: update error db for 0.10.2 - -2015-12-29 16:05:17 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vk.h: - * ext/vulkan/vkapi.h: - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkdevice.h: - * ext/vulkan/vkdisplay.c: - * ext/vulkan/vkdisplay.h: - * ext/vulkan/vkimagememory.c: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkmacros.h: - * ext/vulkan/vkmemory.c: - * ext/vulkan/vkmemory.h: - * ext/vulkan/vkswapper.c: - * ext/vulkan/vkswapper.h: - * ext/vulkan/vkutils.c: - * ext/vulkan/vkwindow.c: - * ext/vulkan/vkwindow.h: - * ext/vulkan/xcb/vkdisplay_xcb.c: - * ext/vulkan/xcb/vkdisplay_xcb.h: - * ext/vulkan/xcb/vkwindow_xcb.c: - * ext/vulkan/xcb/vkwindow_xcb.h: - vulkan: update to SDK 0.10.2 - -2015-12-07 17:33:43 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/Makefile.am: - * ext/vulkan/vk.h: - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkdisplay.c: - * ext/vulkan/vkdisplay.h: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkinstance.h: - * ext/vulkan/vksink.c: - * ext/vulkan/vkutils.c: - * ext/vulkan/vkutils.h: - * ext/vulkan/vkutils_private.h: - vulkan: implement GstContext helpers - Based off libgstgl's implementation - -2015-12-07 17:21:12 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vk_fwd.h: - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkdevice.h: - * ext/vulkan/vksink.c: - vkdevice: remove gst_vulkan_device_close() - When sharing the device between multiple elements/application, we need - to use th erefcount to know when to close the device. - -2015-12-07 17:00:37 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vk_fwd.h: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkinstance.h: - * ext/vulkan/vksink.c: - vkinstance: remove gst_vulkan_instance_close - Sharing the instance across multiple elements/application will require - using the refcount instead to know when to close and destroy the instance. - -2015-12-07 16:46:28 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: remove outdated comment - -2015-12-07 16:39:53 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkswapper.c: - vkswapper: always match lock/unlock of the render lock - If a draw event comes from the winsys before we've rendered a buffer we were - deadlocking. - -2015-12-02 17:54:30 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkimagememory.c: - * ext/vulkan/vkmemory.c: - vkmemory: debug output the memory properties requested - -2015-12-02 17:14:49 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkimagememory.c: - vkimagememory: don't leak GstMapInfo in failure cases on _map() - -2015-12-02 17:10:39 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkswapper.c: - vulkan: de-C99 struct declarations - -2015-12-01 18:37:34 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vk_fwd.h: - * ext/vulkan/vkswapper.c: - * ext/vulkan/vkswapper.h: - * ext/vulkan/vkwindow.c: - * ext/vulkan/vkwindow.h: - * ext/vulkan/xcb/xcb_event_source.c: - vkwindow/swapper: implement redraw handling - only xcb has been implemented - -2015-12-01 16:28:28 +1100 Matthew Waters <matthew@centricular.com> - - * ext/vulkan/vkdisplay.c: - * ext/vulkan/vkdisplay.h: - * ext/vulkan/vksink.h: - * ext/vulkan/vkswapper.c: - * ext/vulkan/vkswapper.h: - * ext/vulkan/vkwindow.c: - * ext/vulkan/vkwindow.h: - * ext/vulkan/xcb/vkdisplay_xcb.c: - * ext/vulkan/xcb/vkwindow_xcb.c: - * ext/vulkan/xcb/xcb_event_source.c: - vulkan: implement quitting and resizing the window - As before, only xcb has been implemented. - -2015-10-24 17:29:05 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/Makefile.am: - * ext/vulkan/.gitignore: - * ext/vulkan/Makefile.am: - * ext/vulkan/gstvulkan.c: - * ext/vulkan/vk.h: - * ext/vulkan/vk_fwd.h: - * ext/vulkan/vkdevice.c: - * ext/vulkan/vkdevice.h: - * ext/vulkan/vkdisplay.c: - * ext/vulkan/vkdisplay.h: - * ext/vulkan/vkerror.c: - * ext/vulkan/vkerror.h: - * ext/vulkan/vkimagememory.c: - * ext/vulkan/vkimagememory.h: - * ext/vulkan/vkinstance.c: - * ext/vulkan/vkinstance.h: - * ext/vulkan/vkmemory.c: - * ext/vulkan/vkmemory.h: - * ext/vulkan/vkqueue.c: - * ext/vulkan/vkqueue.h: - * ext/vulkan/vksink.c: - * ext/vulkan/vksink.h: - * ext/vulkan/vkswapper.c: - * ext/vulkan/vkswapper.h: - * ext/vulkan/vkutils.c: - * ext/vulkan/vkutils.h: - * ext/vulkan/vkwindow.c: - * ext/vulkan/vkwindow.h: - * ext/vulkan/xcb/Makefile.am: - * ext/vulkan/xcb/vkdisplay_xcb.c: - * ext/vulkan/xcb/vkdisplay_xcb.h: - * ext/vulkan/xcb/vkwindow_xcb.c: - * ext/vulkan/xcb/vkwindow_xcb.h: - * ext/vulkan/xcb/xcb_event_source.c: - * ext/vulkan/xcb/xcb_event_source.h: - new vulkan based video sink - Currently xcb is the only winsys that is implemented and there's no redraws et - al - -2016-02-16 12:38:21 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/files/Makefile.am: - * tests/files/cbr_stream.mp3: - * tests/files/stream.mp2: - * tests/files/vbr_stream.mp3: - tests: remove test files no longer needed - -2016-02-16 10:44:33 +0000 Tim-Philipp Müller <tim@centricular.com> - - * Makefile.am: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/inspect/plugin-mpg123.xml: - * ext/Makefile.am: - * ext/mpg123/Makefile.am: - * ext/mpg123/gstmpg123audiodec.c: - * ext/mpg123/gstmpg123audiodec.h: - * gst-plugins-bad.spec.in: - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/mpg123audiodec.c: - mpg123: move plugin from -bad to -ugly - https://bugzilla.gnome.org/show_bug.cgi?id=719849 - -2016-02-16 19:59:13 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkbasesink.c: - * ext/gtk/gstgtkbasesink.h: - gtk(gl)sink: remove the signal handlers on finalize - It's possible that the sink element will be freed before the widget is - destroyed. When the widget was eventually destroyed, it was attempting to - access member variables of the freed sink struct which resulted in undefined - behaviour. - Fix by disconnecting our signal on finalize. - https://bugzilla.gnome.org/show_bug.cgi?id=762098 - -2016-02-16 08:48:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstgldebug.c: - * gst-libs/gst/gl/gstglviewconvert.c: - gl: Remove leftover g_prints - One was commented out, but we also don't use // comments :) - -2016-02-16 14:41:37 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldebug.c: - gldebug: use the correct spelling for behavior - The headers use the american spelling of behavior not the UK/AUS version with - the extra U. - -2016-02-16 13:58:42 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldebug.c: - glcontext: don't enable GL debug for messages that won't be logged - This is an optimization to avoid pointless string processing. - -2016-02-16 13:01:20 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * ext/gl/gstglvideoflip.c: - glvideoflip: don't ignore method changes when caps aren't set (yet) - -2016-02-16 00:33:50 +0000 Tim-Philipp Müller <tim@centricular.com> - - * Makefile.am: - * configure.ac: - * gst/rtp/Makefile.am: - * gst/rtp/gstrtp.c: - * gst/rtp/gstrtph265depay.c: - * gst/rtp/gstrtph265depay.h: - * gst/rtp/gstrtph265pay.c: - * gst/rtp/gstrtph265pay.h: - rtp: move RTP H.265 payloader/depayloader to -good - https://bugzilla.gnome.org/show_bug.cgi?id=761606 - -2015-10-07 23:49:58 +0200 Stian Selnes <stian@pexip.com> - - * configure.ac: - * gst/netsim/Makefile.am: - * gst/netsim/gstnetsim.c: - * gst/netsim/gstnetsim.h: - * tests/check/Makefile.am: - * tests/check/elements/netsim.c: - netsim: Add netsim element - Resurrected from the Farstream repository and given an - overhaul to fix races, deadlocks etc. - https://bugzilla.gnome.org/show_bug.cgi?id=756252 - -2015-11-20 19:38:03 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - dashdemux: gst_dash_demux_get_live_seek_range returns positive values - https://bugzilla.gnome.org/show_bug.cgi?id=752374 - -2016-02-10 10:31:19 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - gl: syncmeta: define GL_TIMEOUT_IGNORED in more portable way - -2016-02-10 16:37:22 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - gstglshader: cache uniform locations - Avoid redundant calls to glGetUniformLocation. The results can be cached once - the shader has been linked. - -2016-02-10 15:40:02 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/videotexturecache.m: - applemedia: videotesturecache: let CVOpenGLESTextureCache flush every 1s - Leave kCVOpenGLESTextureCacheMaximumTextureAgeKey to the default (1s). We used - to set it to 0 and flush manually, but apparently (looking at the GLES profiler) - 0 means "disable the cache entirely". - -2016-02-10 13:08:43 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - gstglcontext: micro optimization to gst_gl_context_thread_add - Invoke the callback right away when called on the context thread. Removes - overhead when nesting libgstgl calls (for example when working with the sync - meta). - -2016-01-06 21:39:00 +0000 Julien MOUTTE <julien@moutte.net> - - * ext/rtmp/gstrtmpsink.c: - * ext/rtmp/gstrtmpsink.h: - rtpmsink: Implement setcaps that uses streamheader - This allow adding rtmpsink after the flv streaming have started. Otherwise, - FLV streamheader is never sent to the server, which cannot figure-out - what is this stream about. It should also help in certain renegotiation - figures. The sink will no longer work without an streamheader in caps, - though there is no known implementation of flvdemux that does not - support this. - https://bugzilla.gnome.org/show_bug.cgi?id=760242 - -2016-02-09 21:35:19 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: remove unnecessary check - stream->current_fragment has the value of g_list_previous (iter) which has - just been checked. No need to check it again. - Just to be safe, use a g_assert() to check fragment before dereferencing. - CID #1352041 - -2016-02-09 17:24:50 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: plug mpd client leak - On parsing error, free the mpd client object - https://bugzilla.gnome.org/show_bug.cgi?id=760120 - -2016-01-04 12:12:45 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: fix memory leak in gst_dash_demux_update_manifest_data - new_client local variable was not freed in case of errors. - Also, the buffer is not unmapped. - https://bugzilla.gnome.org/show_bug.cgi?id=760120 - -2015-11-10 22:01:38 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * tests/check/elements/dash_mpd.c: - mpdparser: renamed gst_mpd_client_get_next_segment_availability_end_time to gst_mpd_client_get_next_segment_availability_start_time - The function actually returns the segment availability start time (as defined by the standard). - That is at the end of the segment, but it is called availability start time. - Availability end time is something else (the time when the segment is no longer - available on the server). The function name was misleading. - https://bugzilla.gnome.org/show_bug.cgi?id=757655 - -2015-11-10 22:00:58 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - mpdparser: corrected getting segment availability - https://bugzilla.gnome.org/show_bug.cgi?id=757655 - -2015-11-19 15:30:34 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - mpdparser: tests: added unit test for getting segment availability when segment timeline is used - https://bugzilla.gnome.org/show_bug.cgi?id=757655 - -2016-01-07 12:50:06 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/adaptive_demux_engine.c: - adaptive_demux: tests: improved validation of pads - When removing a pad, the on_demuxPadRemoved function must find a stream - for that pad. - https://bugzilla.gnome.org/show_bug.cgi?id=760328 - -2016-01-07 12:48:12 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/adaptive_demux_engine.c: - adaptive_demux: tests: fix pad used for AppSink event - on_demuxNewPad registered the on_appsink_event callback on a wrong pad. - https://bugzilla.gnome.org/show_bug.cgi?id=760328 - -2016-01-08 16:25:12 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/adaptive_demux_engine.c: - * tests/check/elements/adaptive_demux_engine.h: - adaptivedemux: tests: remove unused demux_sent_eos callback - The demux_sent_eos callback is unused in tests. It was also registered on - a wrong pad, so it actually triggered when demux received eos from a - fragment download. - https://bugzilla.gnome.org/show_bug.cgi?id=760328 - -2016-01-08 18:17:21 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - adaptivedemux: tests: remove unneeded youtube xmlns from manifests - https://bugzilla.gnome.org/show_bug.cgi?id=760328 - -2016-02-09 14:07:54 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: implement GstElement::set_context - -2016-02-09 14:04:09 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: update copyright - -2016-02-09 13:42:48 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: implement GstElement::set_context - Needed to properly handle gst.gl.app_context(s). - -2016-02-09 13:39:18 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: add myself to the copyright holders - -2016-02-09 13:56:32 +1100 Matthew Waters <matthew@centricular.com> - - * win32/common/libgstgl.def: - gl: update win32 .def file - -2016-02-09 13:08:21 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: add compatibility definition for GL_TIMEOUT_IGNORED - -2016-02-09 12:14:04 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - * gst-libs/gst/gl/gstglsyncmeta.c: - * gst-libs/gst/gl/gstglsyncmeta.h: - * sys/androidmedia/gstamcvideodec.c: - glsyncmeta: separate out gpu/cpu waits. - CPU waits are more expensive and are only required if the CPU is ever going to - access the data. GPU waits perform inter-context synchronisation and are cheaper - as they don't require CPU intervention. - -2016-02-08 23:17:34 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: remove overwritten value - ret is overwitten before used with the return of the subclass seek. - CID #1352044 - -2016-02-08 15:00:35 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/resindvd/resindvdbin.c: - resindvd: remove commented out include - Commit 211828979b8c10abf3c74d964bc698dbda4d497d removed rsnaudiomunge, - no need for this commented out include for a file that doesn't exist - anymore. - -2016-02-08 14:26:46 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/resindvd/resindvdsrc.c: - * ext/resindvd/resindvdsrc.h: - Revert "resindvd: get rid of _stdint.h include" - This reverts commit 0eff6e1991cb24cb65f07c481742782acaa8ec62. - Breaks the build when linking with dvdnav.h - -2016-02-08 13:43:22 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/x265/gstx265enc.h: - x265enc: get rid of _stdint.h include - It was never needed since it doesn't use any standard integer fixed width - types. Only the Glib types. - -2016-02-08 13:32:46 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/resindvd/resindvdsrc.c: - * ext/resindvd/resindvdsrc.h: - resindvd: get rid of _stdint.h include - -2016-02-08 12:44:53 +0100 Piotr Drąg <piotrdrag@gmail.com> - - * po/POTFILES.skip: - po: update POTFILES - https://bugzilla.gnome.org/show_bug.cgi?id=761704 - -2016-02-08 12:23:12 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectidentity.c: - gleffects: identity: add the shader to the hash table - So that we don't recreate it every frame and leak memory. - https://bugzilla.gnome.org/show_bug.cgi?id=761578 - -2016-02-05 20:02:22 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/Makefile.am: - tests: extend the AM_TESTS_ENVIRONMENT from check.mak - To get the CK_DEFAULT_TIMEOUT defined for all tests - https://bugzilla.gnome.org/show_bug.cgi?id=761472 - -2016-02-05 18:06:32 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * README: - * common: - Automatic update of common submodule - From e97c9bb to b64f03f - -2016-02-05 15:34:51 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/rtp/gstrtph265depay.c: - * gst/rtp/gstrtph265depay.h: - gstrtph265depay: keep consistency with rtph264depay - Use gst_rtp_drop_meta() and the same function prototype for - gst_rtp_copy_meta() to keep consistency with the RTP elements in - gst-plugins-good - -2016-02-05 21:33:38 +0530 Arun Raghavan <arun@centricular.com> - - * sys/tinyalsa/tinyalsasink.c: - tinyalsasink: Use glib CLAMP() instead of our own macro - -2016-02-05 13:56:34 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: fix termination of access unit - Only consider the access unit complete when the next-occurring VCL NAL unit - has the first bit after its NAL unit header equal to 1. - -2016-02-02 13:50:25 +0000 David Waring <david.waring@rd.bbc.co.uk> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Update position in stream->segment for new stream segment message. - https://bugzilla.gnome.org/show_bug.cgi?id=761458 - -2016-02-05 15:43:22 +0530 Arun Raghavan <arun@centricular.com> - - * sys/tinyalsa/tinyalsasink.c: - tinyalsasink: Limit period size and count to what the h/w permits - -2016-02-05 10:43:49 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldebug.c: - * gst-libs/gst/gl/gstglfeature.h: - * gst-libs/gst/gl/gstglsl_private.h: - * gst-libs/gst/gl/wayland/wayland_event_source.h: - * win32/common/libgstgl.def: - gl: add .def file for msvc builds - Also internalize some API from being exported. - -2016-02-02 17:02:41 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/mssdemux.c: - tests: mssdemux: add unit tests - Adds unit tests similar to the ones that we have for DASH and HLS. - Tests: - * manifest parsing finishes successfully - * some queries (duration, seekable, latency) - * seeking with various values and flags - -2016-02-02 16:54:10 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssmanifest.c: - * ext/smoothstreaming/gstmssmanifest.h: - mssdemux: implement snap seeking - Implement snap seek flags handling in stream_seek to allow the - parent class to handle it for us - https://bugzilla.gnome.org/show_bug.cgi?id=759158 - -2016-02-02 16:51:22 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: use correct seek position on reverse seeks - Otherwise it was always using the 'start' value, leading to wrong - behavior - -2016-02-02 11:30:31 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: only update download position if the seek requests to - Some seeks are only updating the stop position, there is no need - to change the current downloading position. - -2016-02-02 09:52:17 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: do not assert on fragment reloads for non-live - It can be used as a resource to verify if the server has updated - something in the Manifest when downloads are failing - -2016-01-27 10:48:53 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/dash_demux.c: - tests: dashdemux: add tests for snap flags seeking - Similar to HLS but DASH has the extra issue that it can have - multiple streams so snapping can be tricky as streams usually - won't be aligned. - For now, those tests handle the case of only having a single - stream. - https://bugzilla.gnome.org/show_bug.cgi?id=759158 - -2016-02-01 10:49:23 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dashdemux: implement snap seek handling - Handle snap seeking at the stream_seek method and let superclass - do the rest to support snap seeking - https://bugzilla.gnome.org/show_bug.cgi?id=759158 - -2016-01-27 13:31:10 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssmanifest.c: - * ext/smoothstreaming/gstmssmanifest.h: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: handle snap seeks - Adaptive demuxers need to start downloading from specific positions - (fragments) for every stream, this means that all streams can snap-seek - to a different position when requested. Snap seeking in this case will - be done in 2 steps: - 1) do the snap seeking on the pad that received the seek event and - get the final position - 2) use this position to do a regular seek on the other streams to - make sure they all start from the same position - More arguments were added to the stream_seek function, allowing better control - of how seeking is done. Knowing the flags and the playback direction allows - subclasses to handle snap-seeking. - And also adds a new return parameter to inform of the final - selected seeking position that is used to align the other streams. - https://bugzilla.gnome.org/show_bug.cgi?id=759158 - -2016-01-26 23:43:24 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: add utility function to get stream from pad - Simplifies the code a bit and avoid repeating this - common operation - -2016-02-04 12:50:43 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: remove unused mview_mode value - Since commit b77f8e172a3f0be6be5cb4a72e654253404e694f the new value - assigned to mview_mode hasn't been used. That commit changed the following - "if" check to an "else if", which means the original value of mview_mode - is used. - -2016-02-04 12:17:31 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst-libs/gst/gl/gstglquery.c: - glquery: remove unnecessary pointer check - All uses of query->context in gstglquery.c assume it exists. We can assume - this as well before unrefing it. Furthermore, gst_object_unref() will just - silently return if it ever were to not exist. - -2016-02-04 18:15:56 +1100 Matthew Waters <matthew@centricular.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: avoid sending unnecessary downstream caps queries/events - h265 versions of the following commits: - f352691a04896d0de3381fe8ee85ada948bd6337 - try the current caps before querying downstream - 72bc7d7f736a10117fedb8e1d4013a4946cfefbc - increase caps equality check for no codec_data - https://bugzilla.gnome.org/show_bug.cgi?id=761014 - -2016-02-04 16:36:28 +1100 Matthew Waters <matthew@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: increase caps equality check for no codec_data - When converting from avc to byte-stream, there will not be any codec_data - in the src caps. Remove it before the equality check to avoid sending caps - events downstream on every SPS/PPS change. - https://bugzilla.gnome.org/show_bug.cgi?id=761014 - -2016-02-04 15:34:04 +1100 Matthew Waters <matthew@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: try the current caps before querying downstream - If we have a stream that contains an unchanging SPS/PPS for every video frame, - we don't need to to constantly query downstream for it's supported caps if the - current caps are compatible with the negotiated caps. - https://bugzilla.gnome.org/show_bug.cgi?id=761014 - -2016-02-04 17:31:03 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasefilter.c: - glbasefilter: enable qos by default - Improves the responsiveness of the pipeline when resources are close/above the - limitations of the hardware. - Any subclass that wishes not to enable qos can do so themselves. - https://bugzilla.gnome.org/show_bug.cgi?id=761519 - -2016-02-04 15:11:15 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: pass the correct time value to wait_for_sync - When we are not waiting, we need to pass -1 to signal that we just want to check - that the frame was/n't rendered. Avoids waiting for frames that will never be - rendered. - https://bugzilla.gnome.org/show_bug.cgi?id=761014 - -2016-02-04 15:07:44 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: advance the ready counter ourselves when render=FALSE - When not rendering the video frame, e.g. when freeing an unreleased sync frame, - we will not receive a frame listener callback. - Reduces the amount of 'on_frame_available miss detected' messages when dropping - frames. - https://bugzilla.gnome.org/show_bug.cgi?id=761014 - -2016-02-04 14:25:12 +1100 Jan Schmidt <jan@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Fix discont tracking - Don't reset the marker that's tracking disconts until - either the discont disappears or we resync. - -2016-02-03 21:22:28 +0000 Tim-Philipp Müller <tim@centricular.com> - - * sys/Makefile.am: - * sys/cdrom/Makefile.am: - * sys/cdrom/gstcdplayer.c: - * sys/cdrom/gstcdplayer.h: - * sys/cdrom/gstcdplayer_ioctl.c: - * sys/cdrom/gstcdplayer_ioctl.h: - * sys/cdrom/gstcdplayer_ioctl_bsd.h: - * sys/cdrom/gstcdplayer_ioctl_irix.h: - * sys/cdrom/gstcdplayer_ioctl_solaris.h: - Remove ancient and dead cdrom control plugin - This was never even ported to 0.10, and I don't think - it's particularly useful, since it's just a control - interface really. Let's remove it. - -2016-02-03 21:16:18 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/interfaces/photography.c: - * gst-libs/gst/interfaces/photography.h: - * gst/coloreffects/gstcoloreffects.h: - * gst/debugutils/fpsdisplaysink.c: - docs: remove some leftover 'Since 0.10.x' markers - -2016-02-03 21:13:58 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/debugutils/.gitignore: - * gst/debugutils/Makefile.am: - * gst/debugutils/debugutils-marshal.list: - * gst/debugutils/fpsdisplaysink.c: - debugutils: use generic marshaller - -2016-02-03 16:28:42 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusdec.c: - opus: fix FEC - FEC may only be used when PLC is enabled on the audio decoder, - as it relies on empty buffers to generate audio from the next - buffer. Hooking to the gap events doesn't work as the audio - decoder does not like more buffers output than it sends. - The length of data to generate using FEC from the next packet - is determined by rounding the gap duration to nearest. This - ensures that duration imprecision does not cause quantization - to 2.5 milliseconds less than available. Doing so causes the - Opus API to fail decoding. Such duration imprecision is common - in live cases. - The buffer to consider when determining the length of audio - to be decoded is the previous buffer when using FEC, and the - new buffer otherwise. In the FEC case, this means we determine - the amount of audio from the previous buffer, whether it was - missing or not (and get the data either from this buffer, or - the current one if the previous one was missing). - -2016-02-03 10:59:23 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - gltransformation: reconfigure the src when changing to/from passthrough - Otherwise it's very possible that any GL resources have not been created yet. - -2016-02-03 10:52:08 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideoflip.c: - * ext/gl/gstglvideoflip.h: - glvideoflip: correctly update the output caps on method changes - When changing methods we may need different output caps. - -2016-02-02 11:20:17 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/tinyalsa/tinyalsasink.c: - tinyalsasink: fix tinalsa typo - -2016-02-02 11:06:52 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/tinyalsa/tinyalsasink.c: - tinyalsasink: fix sample launch line - -2016-02-02 14:46:30 +0000 David Waring <david.waring@rd.bbc.co.uk> - - * gst-libs/gst/player/Makefile.am: - libs: player: use configured GST_PKG_CONFIG_PATH when invoking the introspection scanner - https://bugzilla.gnome.org/show_bug.cgi?id=761460 - -2016-02-02 15:20:48 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusdec.c: - opusdec: fix wrong buffer being checked for missing data - This caused a decoding error if the resulting (wrong) buffer size - was passed to the Opus decoding API. - https://bugzilla.gnome.org/show_bug.cgi?id=758158 - -2016-02-02 16:26:09 +0530 Arun Raghavan <arun@centricular.com> - - * sys/tinyalsa/tinyalsasink.c: - tinyalsasink: Use int type if we support a single rate/channel count - Avoids using an int range if the field we're setting is not actually a - range. - -2016-02-02 18:36:34 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - Revert "gl/eagl: try getting a gles3 context" - This reverts commit 96b9666d596be115fd4b446ef846508b7fd05c24. - This reverts commit d11385d167d8843604ea23a05e2dea40b8bbac35. - This breaks the texture sharing with the applemedia elements as - CVOpenGLESTextureCache seems to have an arbitrary restriction on GLES2 only. - -2016-02-02 16:21:14 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: don't skip subset structures - We may need them to transform into a different set of formats. - Fixes YUV->YUV with two glcolorconverts, e.g: - format=I420 ! glcolorconvert ! glcolorconvert ! format=NV12 - -2016-02-02 16:19:54 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasefilter.c: - glbasefilter: always call gl_start when not called already - Fixes elements transitioning out of passthrough mode using GL resources that - hadn'e been allocated yet. - -2016-02-02 15:14:25 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: fix RGB,rectangle->planar YUV conversion - Converting to GRAY is no fun. Another case of normalized vs unnormalized - texture coordinates. - -2016-02-02 13:51:18 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: fix YUY2/UYVY,rectangle->RGB conversion - 1.0 / width does not offset by one pixel in rectangular textures (which use - unnormalized coordinates). - Provide the actual pixel offset as a uniform to the shader. - -2016-01-27 16:42:09 +0530 Arun Raghavan <arun@centricular.com> - - * configure.ac: - * sys/Makefile.am: - * sys/tinyalsa/Makefile.am: - * sys/tinyalsa/tinyalsa.c: - * sys/tinyalsa/tinyalsasink.c: - * sys/tinyalsa/tinyalsasink.h: - tinyalsa: Add a new sink plugin using tinyalsa - This uses the tinyalsa library to playback to an ALSA device. Future - work can include using the mmap interface. - https://bugzilla.gnome.org/show_bug.cgi?id=761230 - -2016-02-02 12:50:26 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: perform better negotiation - 1. Correctly describe what we can caps we can transform to/from. - i.e. no YUV->YUV or GRAY->YUV or YUV->GRAY (except for passthrough). - 2. Prefer similar formats and ignore incompatible formats on fixation. - -2016-01-26 23:15:10 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/dash_demux.c: - tests: dashdemux: add test for updating stop position - Test that a seek that only updates the stop position works - as expected - -2016-02-01 09:48:33 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: only update current reading position when needed - If the seek doesn't set the start/stop position, no need to - reposition the download index. - -2016-01-29 20:34:42 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: respect seeking parameter - Instead of using the segment values, use the parameter - requested in the seeking argument - -2016-02-01 14:25:42 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/dash_mpd.c: - tests: dash: fix dash tests after index fix - 8e788f284508612982e8e38336eed676c2eec35a broke one of the - dash mpd tests. This updates and fixes it. - -2016-02-01 12:23:32 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglwindow.c: - gstglwindow: initialize navigation_loop to NULL - Useful when gst_gl_window.c::gst_gl_window_new is not used. - This is the case when using a custom GstGLWindow. - (ex: GstGLWindowGPUProcess from Chromium) - -2016-02-01 09:26:37 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - gl: eagl: fix build - gstglcontext_eagl.m:238:45: error: too few arguments to function call, - expected at least 4, have 3 - -2016-02-01 15:13:03 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * ext/gl/gstgldownloadelement.c: - gldownload: allow video/x-raw as input - ...and just passthrough. This is useful for pipelines where downstream must be - non-GL but upstream can optionally be GL. - -2016-02-01 12:57:32 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - gl/eagl: try getting a gles3 context - Fallback to a gles2 context if that fails - -2016-01-21 16:10:48 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: fix checker vbo leak - https://bugzilla.gnome.org/show_bug.cgi?id=760925 - -2016-01-24 15:47:12 +0100 Holger Kaelberer <holger.k@elberer.de> - - * tests/examples/qt/qml/main.qml: - tests: fix warning in qml example - https://bugzilla.gnome.org/show_bug.cgi?id=756082 - -2016-01-24 15:42:32 +0100 Holger Kaelberer <holger.k@elberer.de> - - * configure.ac: - qt: Fix build for android - https://bugzilla.gnome.org/show_bug.cgi?id=756082 - -2016-02-01 01:01:10 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/snapshot/Makefile.am: - * ext/snapshot/gstsnapshot.c: - * ext/snapshot/gstsnapshot.h: - Remove dead snapshot plugin - Was never ported and doesn't look like - we want it or need it in this form, can - do the same with the libgstvideo sample - conversion utility API now, but better - and in a more flexible way. - -2016-02-01 00:49:48 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * ext/rsvg/gstrsvgdec.h: - * ext/rsvg/gstrsvgoverlay.h: - rsvg: bump requirement to 2.36.2 - Which allows us to simplify the configure check and - some special-casing in the code, and is plenty old - in any case. - -2016-02-01 00:29:37 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/Makefile.am: - * ext/libfame/Makefile.am: - * ext/libfame/README: - * ext/libfame/gstlibfame.c: - * ext/libfame/gstlibfame.h: - * m4/Makefile.am: - * m4/libfame.m4: - Remove dead libfame plugin - Was never even ported to 0.10, and the lib - has been unmaintained for ever and doesn't - even seem to be packaged any more. - -2016-01-31 19:09:57 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/Makefile.am: - * ext/audiofile/Makefile.am: - * ext/audiofile/README: - * ext/audiofile/gstaf.c: - * ext/audiofile/gstafparse.c: - * ext/audiofile/gstafparse.h: - * ext/audiofile/gstafsink.c: - * ext/audiofile/gstafsink.h: - * ext/audiofile/gstafsrc.c: - * ext/audiofile/gstafsrc.h: - * po/POTFILES.skip: - Remove dead audiofile plugin - This was never even ported to 0.10. - -2016-01-31 19:04:20 +0000 Tim-Philipp Müller <tim@centricular.com> - - * .gitignore: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * ext/Makefile.am: - * ext/gsettings/Makefile.am: - * ext/gsettings/gstgsettings.h: - * ext/gsettings/gstgsettingsaudiosink.c: - * ext/gsettings/gstgsettingsaudiosink.h: - * ext/gsettings/gstgsettingsaudiosrc.c: - * ext/gsettings/gstgsettingsaudiosrc.h: - * ext/gsettings/gstgsettingsvideosink.c: - * ext/gsettings/gstgsettingsvideosink.h: - * ext/gsettings/gstgsettingsvideosrc.c: - * ext/gsettings/gstgsettingsvideosrc.h: - * ext/gsettings/gstswitchsink.c: - * ext/gsettings/gstswitchsink.h: - * ext/gsettings/gstswitchsrc.c: - * ext/gsettings/gstswitchsrc.h: - * ext/gsettings/org.freedesktop.gstreamer.default-elements.gschema.xml.in: - * ext/gsettings/plugin.c: - * m4/gsettings.m4: - * po/POTFILES.in: - * tests/check/Makefile.am: - Remove gsettings plugin which was never ported - Don't think we need this any longer or want to - support it, and clearly no one has been missing - it all these years either, so let's just get rid - of it. - -2016-01-31 16:02:33 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/smoothstreaming/Makefile.am: - * ext/smoothstreaming/gstmssdemux.h: - smoothstreaming: remove unused dependency on uridownloader - -2016-01-31 14:42:21 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * ext/faad/Makefile.am: - * ext/faad/gstfaad.c: - * ext/faad/gstfaad.h: - faad: simplify configure check and require faad >= 2.7 - Just check whether LATM is defined which is only available - in 2.7 and later. Allows us to simplify the configure check - a little and we can get rid of some hackish workarounds for - problems with earlier version headers. - -2016-01-30 17:31:41 +0000 Tim-Philipp Müller <tim@centricular.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: drop unnecessary use of _stdint.h - -2016-01-29 23:39:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxftypes.c: - mxftypes: Generate UUIDs according to RFC4122 version 4 (aka random) - Instead of fully random UUIDs, these should follow a scheme. - -2016-01-29 21:09:44 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - mxfmetadata: Properly write video line map data as an array of 32 bit integers - -2016-01-29 20:58:27 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - mxfmetadata: DMSchemes in the Preface is a required field - Even if it has 0 entries. - -2016-01-29 18:41:52 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxful.c: - mxful: Fix Content Storage UL - -2016-01-29 18:28:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - mxfmetadata: Best effort values must be written and if unset must contain the distinguished value - It's invalid to not write them at all. - -2016-01-29 17:36:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxful.c: - mxful: Add missing OperationalPattern UL, which fixes an off-by-one with the others - -2016-01-29 17:07:08 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Our body partition is always complete and closed - We have no metadata in it. - -2016-01-29 17:02:01 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Use IndexSID of 2 instead of 1 - Some tools complain if essence and index have the same SID. - -2016-01-29 16:38:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Rewrite body partition pack on EOS and mark it as complete/closed - -2016-01-29 23:28:59 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: guard against not finding a valid frame in loop - Fixes sporadic crashes on finishing decoding a video. - https://bugzilla.gnome.org/show_bug.cgi?id=761014 - -2016-01-29 15:24:36 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideodec.h: - * sys/androidmedia/org/freedesktop/gstreamer/androidmedia/GstAmcOnFrameAvailableListener.java: - amcvideodec: set our data pointer in java to NULL on close - The frame available callback can be called after deconfiguring the amc codec. - Guard against this by setting the back pointer to NULL on close() and ignoring - any NULL data pointer. - https://bugzilla.gnome.org/show_bug.cgi?id=761014 - -2016-01-29 15:07:59 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/glcontexthelper.c: - * sys/applemedia/glcontexthelper.h: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - applemedia: refactor GL context code - Rework the GL context code. Now both avfvideosrc and vtdec can create an - internal GL context for pushing textures. Both elements will still try to - use/switch to a local context where available (including after RECONFIGURE - events). - -2016-01-29 10:35:15 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/glprototypes/base.h: - glprototypes: fix parameter type of glGenBuffers - The number of buffers should be GLsizei instead of GLuint. - https://bugzilla.gnome.org/show_bug.cgi?id=761272 - -2015-12-08 14:09:58 +0800 Haihua Hu <b55597@freescale.com> - - * ext/gl/effects/gstgleffectssources.c: - gleffects: fix gleffects fisheye shader compile error - On some embedded systems, sqrt() is not supported in the shader, - use the actual value of sqrt(2) instead. - Signed-off-by: Haihua Hu <b55597@freescale.com> - Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=761271 - -2016-01-29 14:03:26 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: par may not exist in the caps - Fixes a critical in the gst-validate tests: - gst_structure_fixate_field_nearest_fraction: assertion 'gst_structure_has_field - (structure, field_name) - -2016-01-29 12:45:57 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - glcontext: back out unintended lost_context changes - -2016-01-28 16:39:07 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/utils/opengl_versions.h: - egl: implement selecting opengl3 contexts - -2016-01-28 14:31:33 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - gl/egl: pass the error value to get_error_string() - -2016-01-28 18:20:44 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/rawparse/gstvideoparse.c: - videoparse: initialize update_size to FALSE when updating info - Otherwise, behavior will be undefined when no strides/offsets are set - and it will likely go wrong. - https://bugzilla.gnome.org/show_bug.cgi?id=760270 - -2016-01-28 11:56:36 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/rawparse/gstvideoparse.c: - videoparse: Fix framesize calculation - When the framesize is not specified, we try and calculate a size from - the strides and offset information. This was done with the sum of - offsets + the size of the last frame. That is just wrong method. We also - need to account for video meta that may be flipping two planes. An - example is if you convert I420 to YV12 by flipping the two last offsets. - https://bugzilla.gnome.org/show_bug.cgi?id=760270 - -2016-01-28 19:36:47 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/gdp/gstgdpdepay.c: - * gst/gdp/gstgdpdepay.h: - gdpdepay: Add ts-offset property to adjust buffer timestamps - -2016-01-29 04:50:42 +1100 Jan Schmidt <jan@centricular.com> - - * pkgconfig/gstreamer-bad-audio-uninstalled.pc.in: - * pkgconfig/gstreamer-bad-audio.pc.in: - * pkgconfig/gstreamer-bad-base-uninstalled.pc.in: - * pkgconfig/gstreamer-bad-base.pc.in: - * pkgconfig/gstreamer-bad-video-uninstalled.pc.in: - * pkgconfig/gstreamer-bad-video.pc.in: - * pkgconfig/gstreamer-gl-uninstalled.pc.in: - * pkgconfig/gstreamer-gl.pc.in: - pkg-config: Don't generate and install pkg-config with relative paths - Don't put relative paths in pkg-config files, including uninstalled - ones. For those, use @abs_topbuilddir@ and @abs_topsrcdir@ as we - do elsewhere. - Remove libraries= directives, which doesn't seem to be a pkg-config - variable that actually exists, but has been in all our pkg-config - files for as long as they've existed. - -2016-01-28 16:49:53 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmpeg.c: - mxfmpeg: Write the correct essence container UL for all codecs - -2016-01-28 16:41:31 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmpeg.c: - mxfmpeg: Write version number into the picture essence coding UL - -2016-01-28 16:32:34 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Write a timecode track into the source package too - -2016-01-11 15:47:24 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/rawparse/gstvideoparse.c: - * gst/rawparse/gstvideoparse.h: - videoparse: use decide_allocation to check if downstream supports videometa - If yes, we add them to each output buffers and we avoid frame copy. - https://bugzilla.gnome.org/show_bug.cgi?id=760270 - -2016-01-11 15:46:16 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/rawparse/gstrawparse.c: - * gst/rawparse/gstrawparse.h: - rawparse: add 'decide_allocation' vfunc to let subclass parse an allocation query - And so send an allocation query. This could be used to check whether - downstream element supports some metas or not. - https://bugzilla.gnome.org/show_bug.cgi?id=760270 - -2016-01-08 17:17:01 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/rawparse/gstrawparse.c: - rawparse: use size of buffer we got from adapter - Otherwise position in stream could be wrong if subclass 'pre_push_frame' - method changes the buffer size. - https://bugzilla.gnome.org/show_bug.cgi?id=760270 - -2016-01-07 14:27:27 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/rawparse/gstvideoparse.c: - * gst/rawparse/gstvideoparse.h: - videoparse: add properties to set framesize, strides and planes offsets - To make parser work with image having non-standard strides, plane - offsets or with padding between images. - For now, since element doesn't check for videometa, we can't directly - push buffers when these properties are set so it convert the frame - in the pre_push_buffer method to remove any custom padding. - https://bugzilla.gnome.org/show_bug.cgi?id=760270 - -2016-01-08 15:21:28 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/rawparse/gstrawparse.c: - * gst/rawparse/gstrawparse.h: - * gst/rawparse/gstvideoparse.c: - rawparse: rename 'set_buffer_flags' vfunc to 'pre_push_buffer' - to allow subclass to change other fields of the buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=760270 - -2016-01-07 14:18:08 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/rawparse/gstvideoparse.c: - * gst/rawparse/gstvideoparse.h: - videoparse: cache video info in instance - To avoid initializing and filling video info each time we need it. - https://bugzilla.gnome.org/show_bug.cgi?id=760270 - -2016-01-28 15:38:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - * gst/mxf/mxful.c: - * gst/mxf/mxful.h: - mxfmux: Write This Generation UID into the Identification metadata - It's required according to the standard and we forgot to actually write it to - the file although we stored it in the data structures. - -2016-01-28 15:29:01 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - mxfmetadata: Add workaround for ffmpeg only writing one Video Line Map value - https://ffmpeg.org/pipermail/ffmpeg-devel/2016-January/188202.html - -2015-10-14 21:13:57 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstglstereomix.c: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.h: - * gst/compositor/compositor.c: - videoaggregator: don't do caps processing that is not overridable - Allows the subclass to completely override the chosen src caps. - This is needed as videoaggregator generally has no idea exactly - what operation is being performed. - - Adds a fixate_caps vfunc for fixation - - Merges gst_video_aggregator_update_converters() into - gst_videoaggregator_update_src_caps() as we need some of its info - for proper caps handling. - - Pass the downstream caps to the update_caps vfunc - https://bugzilla.gnome.org/show_bug.cgi?id=756207 - -2016-01-27 20:23:21 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorbalance.c: - glcolorbalance: return HARDWARE from get_balance_type - -2016-01-27 20:04:00 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglsinkbin.c: - * ext/gl/gstglsinkbin.h: - glsinkbin: add glcolorbalance element - This makes playbin not plug videobalance as glcolorbalance already exists and - implements the GstColorBalance interface. - -2016-01-27 19:56:36 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstglcontrolbindingproxy.c: - * gst-libs/gst/gl/gstglcontrolbindingproxy.h: - gl: move control binding proxy implementation from glvideomixer - Other elements may need to use it's functionality - -2016-01-27 18:17:06 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorbalance.c: - glcolorbalance: create the shader if it doesn't exist in the render callback - Changing the properties may result in glcolorbalance moving from passthrough to - non-passthrough and we weren't creating the shader in that case. - -2016-01-25 16:29:46 +1100 Matthew Waters <matthew@centricular.com> - - * ext/qt/gstqtsink.cc: - qt: specify that we currently only take 2D textures - Fixes black screen video playback on android without a caps filter. - -2016-01-25 19:11:38 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideoflip.c: - * ext/gl/gstglvideoflip.h: - glvideoflip: incorporate the aspect ratio into the scale_x calculations - 1. Otherwise rotating the video will clip and show black bars due to - gltransformation's implementation. - 2. The other option of make gltransformation aspect-agnostic produces - incorrect output with perspective transformations. - -2016-01-27 14:36:36 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: actually set the configured framerate - Actually set the configured framerate. Before we only used to set the first - matching framerate range. On iOS where the camera reports ranges [2, 60], we - used to configure the camera to output anything between 2 and 60fps. - -2016-01-25 22:30:29 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvlaplace.cpp: - * ext/opencv/gstcvlaplace.h: - opencv: add mask property to cvlaplace - Add a "mask" property that sets whether the edges by cvLaplace should be - used as a mask on the original input or not. The same way the original - image is copied to the edges in edgedetect. - -2016-01-25 21:42:52 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvsobel.cpp: - * ext/opencv/gstcvsobel.h: - opencv: add mask property to cvsobel - Add a "mask" property that sets whether the detected derivative edges - should be used as a mask on the original input or not. The same way - the original image is added to the edges in edgedetect. - -2016-01-25 15:19:37 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstskindetect.cpp: - opencv: update deprecated function in skindetect - cvCvtPixToPlane() has been deprecated in OpenCV 3.0, and cvSplit() is the - suggested replacement. Since cvSplit() is available in OpenCV 2.4, it is - safe and cautious to update the function usage before it becomes an issue. - -2016-01-25 11:43:59 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvlaplace.cpp: - * ext/opencv/gstcvlaplace.h: - opencv: fix cvlaplace - cvlaplace was also affected by the silent change in OpenCV API, same as - cvsobel. It hasn't been working for a while. It would return a plain black - image. This commit updates the usage of cvLaplace by using cvCvtColor to - create the grayscale intermediate image to process. This also means there - is no need anymore to use GstBaseTransform's transform_caps, since the pads - are RGB. - -2016-01-25 13:33:09 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Fix buffer leak when sps is not present - When sps data is NULL, the buffer allocated and mapped is not being freed. - In this scenario there is no need to allocate the buffer as we are supposed to return NULL. - https://bugzilla.gnome.org/show_bug.cgi?id=761070 - -2016-01-25 12:05:12 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Fix buffer memory leak. - While setting caps, codec_data buffer is mapped, but not being unmapped - leading to memory leaks. - https://bugzilla.gnome.org/show_bug.cgi?id=761070 - -2016-01-23 17:10:51 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvsobel.cpp: - * ext/opencv/gstcvsobel.h: - opencv: fix cvsobel - cvsobel han't been working for a while due to a silent change in OpenCV - API. It would return a plain black image. This commit updates the usage - of cvSobel by using cvCvtColor to create the grayscale image to process. - This also means there is no need to use GstBaseTransform's transform_caps - anymore, since the pads can be RGB. - -2016-01-23 05:30:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * pkgconfig/Makefile.am: - pkg-config: Properly version and install base/audio/video .pc files - https://bugzilla.gnome.org/show_bug.cgi?id=760733#c17 - -2016-01-22 16:43:03 +0000 Alex Ashley <alex.ashley@youview.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix leak of stream->internal_pad - The function gst_adaptive_demux_stream_update_source() function creates - a new GstPad called internal_pad. This pad is not freed when releasing - the stream. - The solution is to set GST_PAD_FLAG_NEED_PARENT so that the chain - functions do not get called when the pad has no parent and then - remove the parent in the gst_adaptive_demux_stream_free() function. This - causes the refcount of the pad to be set to zero. - https://bugzilla.gnome.org/show_bug.cgi?id=760982 - -2016-01-21 22:00:44 +0800 John Chang <r97922153@gmail.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Use RepresentationIndex instead of Initialization to get the URL of the RepresentationIndex - https://bugzilla.gnome.org/show_bug.cgi?id=760936 - -2016-01-22 17:25:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: Fail gracefully if our callback class can't be found - Instead of just ignoring that error and then calling JNI functions with NULL, - which will kill the virtual machine. - The error handling here needs some further improvements though, errors in more - places are just ignored. - -2016-01-22 17:22:47 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: Initialize GError pointer with NULL - Otherwise there will be assertions. - -2016-01-22 17:18:58 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Only free GstAmcBuffer if it's not NULL - And also free it on GL errors. - -2016-01-13 22:05:49 +0100 Julien Moutte <julien@ctondemand.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklinkvideosrc: implement RGB capture support - Combine mode and format to generate caps and support the flags from VideoChanged callback to support RGB capture. - https://bugzilla.gnome.org/show_bug.cgi?id=760594 - -2016-01-22 16:22:07 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.h: - amc: Add an assertion for NULL GErrors - Should never happen! But an assertion is better than a NULL pointer - dereference. - -2016-01-22 16:14:46 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gst-android-graphics-imageformat.c: - * sys/androidmedia/gst-android-hardware-camera.c: - ahc: Fix indentation - -2016-01-22 16:13:45 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - amc: MediaCodec::getOutputBuffer() can return NULL without exception - Happens when doing zerocopy rendering, or when passing a wrong index to it. - Handle this properly for zerocopy rendering, fail properly for the other - cases. - https://bugzilla.gnome.org/show_bug.cgi?id=760961 - -2016-01-16 18:59:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/audio/Makefile.am: - * gst-libs/gst/base/Makefile.am: - * gst-libs/gst/video/Makefile.am: - * pkgconfig/Makefile.am: - base/audio/video: Install headers and pkg-config files - They are still considered unstable API but it would be good to give them some - wider testing already to make sure the API is useful. - https://bugzilla.gnome.org/show_bug.cgi?id=760733 - -2016-01-16 18:56:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/audio/Makefile.am: - * gst-libs/gst/audio/gstaudioaggregator.c: - * gst-libs/gst/audio/gstaudioaggregator.h: - * gst/audiomixer/Makefile.am: - * gst/audiomixer/gstaudiointerleave.h: - * gst/audiomixer/gstaudiomixer.h: - * pkgconfig/gstreamer-bad-audio-uninstalled.pc.in: - * pkgconfig/gstreamer-bad-audio.pc.in: - audio: Move audioaggregator base class to a library - It's useful enough already to be used in other elements for audio aggregation, - let's give people the opportunity to use it and give it some API testing. - https://bugzilla.gnome.org/show_bug.cgi?id=760733 - -2016-01-21 23:13:36 +0100 Holger Kaelberer <holger.k@elberer.de> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - glwindow: Fix android build - https://bugzilla.gnome.org/show_bug.cgi?id=760972 - -2016-01-22 13:51:49 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/videotexturecache.m: - applemedia: texture cache: copy the input metas - Copy the input metas so avfvideosrc and vtenc can fast path to using - CVPixelBuffer(s) even when using GLMemory. - -2016-01-21 13:50:44 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - Merge branch 'android-hardware-camera' - This branch adds support for Android Hardware Camera API through a new - element called ahcsrc. This is the "old" Android Camera API, then only - API available on Android 4.X. - https://bugzilla.gnome.org/show_buf.cgi?id=737786 - -2016-01-08 16:16:09 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/androidmedia/gstahcsrc.c: - ahcsrc: Fix latency reporting - Currently it was wrongly reporting min/max as being the shortest and - longest possible frame duration. This is not how latency works in - GStreamer. - Fix by reporting min latency as being the longest possible duration of - one frame. As we don't know how many buffers the stack can accumulate, we - simply assume that max latency is the same (the usual default behaviour). - -2015-12-07 14:31:40 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * sys/androidmedia/gstahcsrc.c: - ahcsrc: fix deadlock when flushing - _data_queue_item_free() calls gst_buffer_unref(), which - calls gst_ahc_src_buffer_free_func(), which calls - g_mutex_lock() on self->mutex and there you go... deadlock! - -2015-12-24 12:51:13 +0900 Justin Kim <justin.kim@collabora.com> - - * sys/androidmedia/Makefile.am: - * sys/androidmedia/gst-android-graphics-imageformat.c: - * sys/androidmedia/gst-android-graphics-imageformat.h: - * sys/androidmedia/gst-android-graphics-surfacetexture.c: - * sys/androidmedia/gst-android-graphics-surfacetexture.h: - * sys/androidmedia/gst-android-hardware-camera.c: - * sys/androidmedia/gst-android-hardware-camera.h: - * sys/androidmedia/gst-android-media-mediacodec.c: - * sys/androidmedia/gst-android-media-mediacodec.h: - * sys/androidmedia/gst-android-media-mediacodecinfo.c: - * sys/androidmedia/gst-android-media-mediacodecinfo.h: - * sys/androidmedia/gst-android-media-mediacodeclist.c: - * sys/androidmedia/gst-android-media-mediacodeclist.h: - * sys/androidmedia/gst-android-media-mediaformat.c: - * sys/androidmedia/gst-android-media-mediaformat.h: - * sys/androidmedia/gstahcsrc.c: - * sys/androidmedia/gstahcsrc.h: - * sys/androidmedia/gstamc.c: - * sys/androidmedia/org/freedesktop/gstreamer/androidmedia/GstAhcCallback.java: - ahcsrc: porting from 0.10 to 1.0 - -2015-12-24 12:14:24 +0900 Justin Kim <justin.kim@collabora.com> - - * gst-libs/gst/dvm/Makefile.am: - * gst-libs/gst/dvm/gstdvm.c: - * gst-libs/gst/dvm/gstdvm.h: - * pkgconfig/gstreamer-dvm-uninstalled.pc.in: - * pkgconfig/gstreamer-dvm.pc.in: - * sys/androidcamera/Makefile.am: - * sys/androidcamera/com/gstreamer/GstAhcCallback.java: - * sys/androidcamera/gstahccallback.h: - * sys/androidmedia/gst-android-graphics-imageformat.c: - * sys/androidmedia/gst-android-graphics-imageformat.h: - * sys/androidmedia/gst-android-graphics-surfacetexture.c: - * sys/androidmedia/gst-android-graphics-surfacetexture.h: - * sys/androidmedia/gst-android-hardware-camera.c: - * sys/androidmedia/gst-android-hardware-camera.h: - * sys/androidmedia/gst-androidcamera.c: - * sys/androidmedia/gstahcsrc.c: - * sys/androidmedia/gstahcsrc.h: - move androidcamera into androidmedia - This commit is a part of portng android hardware camera from 0.10 implementation. - To preserve history and get diff clearly, the interesting files are moved to - deployment directory and the remaining files are removed. - -2013-01-07 18:27:40 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-graphics-surfacetexture.c: - * sys/androidcamera/gst-android-graphics-surfacetexture.h: - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-android-hardware-camera.h: - * sys/androidcamera/gstahcsrc.c: - androidcamera: Separate release and free APIs - -2013-01-07 18:20:47 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidmedia/gst-android-media-mediacodecinfo.c: - androidmedia: Fix get_level and get_profile exception checking by not using return - -2013-01-07 18:19:28 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidmedia/gst-android-media-mediacodec.c: - * sys/androidmedia/gst-android-media-mediacodec.h: - * sys/androidmedia/gst-android-media-mediacodecinfo.c: - androidmedia: Add extern gint declarations - -2013-01-07 18:18:18 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * gst-libs/gst/dvm/gstdvm.h: - gstdvm: Fix GST_DVM_GET_STATIC_FIELD - -2012-11-29 20:10:19 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - androidcamera: Small refactor in case open doesn't throw an exception but returns null - -2012-12-13 17:57:58 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - androidcamera: Fix some compiler warnings - -2012-12-13 17:56:01 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst-libs/gst/dvm/Makefile.am: - * gst-libs/gst/dvm/gstdvm.c: - * gst-libs/gst/dvm/gstdvm.h: - * sys/androidcamera/Makefile.am: - * sys/androidcamera/gst-android-graphics-imageformat.c: - * sys/androidcamera/gst-android-graphics-surfacetexture.c: - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-androidcamera.c: - * sys/androidcamera/gstahcsrc.c: - * sys/androidmedia/gst-android-media-mediacodec.c: - * sys/androidmedia/gst-android-media-mediacodecinfo.c: - * sys/androidmedia/gst-android-media-mediacodeclist.c: - * sys/androidmedia/gst-android-media-mediaformat.c: - dvm: Rename gst-dvm.[ch] to gstdvm.[ch] for consistency with other GStreamer code - -2012-12-13 17:40:22 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst-libs/gst/dvm/gst-dvm.c: - * gst-libs/gst/dvm/gst-dvm.h: - dvm: Add new function to check if we started a VM or only used an existing one - -2012-12-13 17:40:04 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidmedia/gst-android-media-mediacodec.c: - * sys/androidmedia/gst-android-media-mediacodec.h: - androidmedia: Make everything compile with the new wrappers - -2012-12-13 12:13:27 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidmedia/gst-android-media-mediacodec.c: - * sys/androidmedia/gst-android-media-mediacodec.h: - * sys/androidmedia/gst-android-media-mediacodecinfo.c: - * sys/androidmedia/gst-android-media-mediacodecinfo.h: - * sys/androidmedia/gst-android-media-mediacodeclist.c: - * sys/androidmedia/gst-android-media-mediacodeclist.h: - * sys/androidmedia/gst-android-media-mediaformat.c: - * sys/androidmedia/gst-android-media-mediaformat.h: - androidmedia: Add remaining bits of the Java wrappers using libgstdvm - -2012-12-13 12:13:12 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst-libs/gst/dvm/gst-dvm.h: - dvm: Add some more helper macros - -2012-12-12 18:10:13 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidmedia/gst-android-media-mediacodec.c: - * sys/androidmedia/gst-android-media-mediaformat.c: - androidmedia: Remove g_return_if_fails() - This is not public API so it has no advantage to have them here. - -2012-11-28 20:53:51 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidmedia/gst-android-media-mediacodec.c: - * sys/androidmedia/gst-android-media-mediacodec.h: - * sys/androidmedia/gst-android-media-mediaformat.c: - * sys/androidmedia/gst-android-media-mediaformat.h: - androidmedia: Use gst-dvm and refactor java wrappers (WIP) - Moved the java wrapper API into its own files and made use of the - gst-dvm macros. Also renamed the API to have the proper naming - convention and coding style in order to match the one in androidcamera. - This is a work in progress! "android/media/MediaCodecList" is still missing - and the actual elements have not been ported to use the new function names. - -2012-11-28 15:26:49 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-graphics-imageformat.h: - * sys/androidcamera/gst-android-graphics-surfacetexture.h: - * sys/androidcamera/gst-android-hardware-camera.h: - androidcamera: Add G_BEGIN/END_DECLS to the .h - -2012-11-27 19:25:06 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * gst-libs/gst/dvm/Makefile.am: - * gst-libs/gst/dvm/gst-dvm.c: - * gst-libs/gst/dvm/gst-dvm.h: - * pkgconfig/gstreamer-dvm-uninstalled.pc.in: - * pkgconfig/gstreamer-dvm.pc.in: - * sys/androidcamera/Makefile.am: - * sys/androidcamera/gst-android-graphics-imageformat.c: - * sys/androidcamera/gst-android-graphics-surfacetexture.c: - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-androidcamera.c: - * sys/androidcamera/gstahcsrc.c: - gst-dvm: Create a gst-dvm library using part of androidcamera - -2012-11-27 17:24:35 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Adding a device-name property - -2012-11-20 19:56:22 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * docs/plugins/inspect/plugin-androidcamera.xml: - * sys/androidcamera/gstahcsrc.c: - * sys/androidcamera/gstahcsrc.h: - androidcamera: Add element documentation - -2012-11-19 18:25:12 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/Makefile.am: - androidcamera: Prettify the gstahccallback.c generation line in the makefile - -2012-11-15 12:33:26 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - androicamera: Make sure the TMP env var exists and check for DEX var too - -2012-11-14 11:38:51 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - androidcamera: Do not use gst_list_free_full since it requires glib 2.28 - -2012-11-12 18:59:57 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - * sys/androidcamera/gstahcsrc.h: - androidcamera: Add smooth-zoom property for smooth zooming feature - -2012-11-12 18:19:20 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Add focal-length, view-angle and video-stabilization properties - -2012-11-12 18:18:11 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-android-hardware-camera.h: - androidcamera: Add video stabilization API - -2012-11-12 16:38:40 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Add property probe for the photography properties - -2012-11-09 18:21:21 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Small refactor - -2012-11-09 16:57:30 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Fix small memleak - -2012-11-09 16:55:57 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Store GParamSpec for properties and use that for the PropertyProbe comparison - -2012-11-09 12:23:37 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Handle zoom comparison better, and avoid float precision issue - -2012-11-09 12:22:12 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Fix EV compensation support - -2012-11-07 19:16:05 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Implement new GstPhotography enums - -2012-11-07 15:38:19 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Do not advertise zoom capabilities if camera doesn't support zoom - -2012-11-07 15:37:43 -0500 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - androidcamera: Be NULL-safe when a JNI list is returned - -2012-11-02 18:07:24 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Use strcmp on the GParamSpec property name - Use strcmp instead of using the property_id because it's overriden - -2012-11-02 18:00:55 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidmedia: Implement property probe for zoom and ev_compensation - -2012-11-02 17:00:45 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/com/gstreamer/GstAhcCallback.java: - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-android-hardware-camera.h: - * sys/androidcamera/gstahcsrc.c: - androidcamera: Add autofocus support - -2012-11-02 16:59:42 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Override properties - -2012-11-01 15:24:12 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - anroidcamera: Add support for the GstPhotography interface - -2012-11-01 11:58:33 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-android-hardware-camera.h: - androidcamera: Add more wrappers for the Camera.Parameters class - -2012-10-31 14:21:47 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Send proper error when unable to open camera - -2012-10-30 12:13:12 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Adding device-orientation and device-facing properties - -2012-10-30 11:35:36 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - * sys/androidcamera/gstahcsrc.h: - androidcamera: Add device property and property probe it - -2012-10-30 10:12:06 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Fix memleak and lose of buffer if the data queue is flushing - -2012-10-30 09:49:39 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Calling set_preview_callback with NULL frees all the buffers in the queue. - We must not do it at the stop otherwise we lose all our buffers. It's best to do - it during the close, so we free up the resources. - -2012-10-30 09:49:03 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Drop frames if we don't have a clock and var rename - -2012-10-30 09:45:55 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androicamera: if buffer size increases, then readd new buffers to the queue and drop old ones - The on_preview callback gets called with NULL if the buffer in the queue is - too small, so we need to handle the case where the array is NULL. Also - there is a bug in the android source which makes it drop one of the buffers - so if we had 5 buffers, and we renegotiate to a higher resolution, then we'd - only get 4 calls to on_preview_frame with NULL, with one being dropped. - This means we can't reallocate the buffers in the if (data == NULL) case - because we might end up with 0 buffers in the end. - -2012-10-30 09:44:31 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - androidcamera: If callback is NULL then set it to NULL in jni - -2016-01-21 13:46:52 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Fix debug output - -2012-10-26 12:57:50 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Chose the smallest range that contains the target framerate - -2012-10-26 12:43:09 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Improve negotiation - And make sure we set an FPS range from the supported ones - now instead of a potentially unsupported range. - -2012-10-26 12:19:55 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Implement LATENCY query - -2012-10-26 11:57:47 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Make sure we always have a valid camera source instance in the buffer free function - -2012-10-26 11:46:23 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gstahcsrc.c: - androidcamera: Make sure to not call any callbacks after stopping the camera - Fixes segfaults when rotating the device for example. - -2012-10-24 15:25:54 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidcamera: Fix timestamping issue - -2012-10-24 13:59:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - * sys/androidcamera/gstahcsrc.h: - androidcamera: Add caps negotiation support - -2012-10-24 10:55:52 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - Add support for getcaps that probes the camera for capabilities - -2012-10-23 13:54:46 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidmedia: Drop the first buffer to have proper timestamping - -2012-10-23 11:14:00 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidmedia: Flush the queue when the source is stopped - -2012-10-23 11:13:37 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidmedia: Allocate/free texture when camera is open/closed - -2012-10-23 11:13:12 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidmedia: add a gst_ahc_src_close function - -2012-10-23 11:12:19 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - androidmedia: Fix small indentation issues - -2012-10-23 10:12:52 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/Makefile.am: - androidmedia: Disable plugin if android-sdk isn't found and dynamically search for platform version - -2012-10-23 09:01:50 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/Makefile.am: - * sys/androidcamera/com/gstreamer/GstAhcCallback.java: - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gstahccallback.h: - androidcamera: Add support for using DexLoader with Embeded GstAhcCallback.jar - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-graphics-imageformat.c: - * sys/androidcamera/gst-android-graphics-surfacetexture.c: - * sys/androidcamera/gst-android-hardware-camera.c: - androidcamera: Fix compilation issues - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/Makefile.am: - * sys/androidcamera/gst-androidcamera.c: - Remove previous cruft and create androidcamera plugin - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - Free the buffers and readd the arrays when the queue is cleared - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-graphics-imageformat.c: - * sys/androidcamera/gst-android-graphics-surfacetexture.c: - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-dvm.h: - Add a GST_DVM_CALL macro to ease function calling with exception check - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - * sys/androidcamera/gstahcsrc.h: - Calculate timestamp at reception of the buffer, not when pushing it out - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - Make the number of callback buffers configurable, and delete their local ref - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - * sys/androidcamera/gstahcsrc.h: - Use GstDataQueue instead of GAsyncQueue for storing buffers - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - Use the buffer's free_func to map byteArray data without making a copy - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - Remove open failure test code and debug log - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gstahcsrc.c: - Use YV12 as the default format - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-graphics-imageformat.c: - * sys/androidcamera/gst-android-graphics-imageformat.h: - * sys/androidcamera/gst-android-graphics-surfacetexture.c: - * sys/androidcamera/gst-android-graphics-surfacetexture.h: - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-android-hardware-camera.h: - * sys/androidcamera/gst-androidmedia.c: - Add a deinit function and remove jclass references in case of error - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/gst-android-graphics-surfacetexture.c: - SurfaceTexture constructure needs texture_id - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/Makefile.am: - * sys/androidcamera/gst-androidmedia.c: - * sys/androidcamera/gstahcsrc.c: - * sys/androidcamera/gstahcsrc.h: - Add ahcsrc Camera source element prototype - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/Makefile.am: - * sys/androidcamera/gst-android-graphics-imageformat.c: - * sys/androidcamera/gst-android-graphics-imageformat.h: - * sys/androidcamera/gst-android-graphics-surfacetexture.c: - * sys/androidcamera/gst-android-graphics-surfacetexture.h: - * sys/androidcamera/gst-android-hardware-camera.c: - * sys/androidcamera/gst-android-hardware-camera.h: - Add android.hardware.Camera (and deps) JNI wrappers - -2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/Makefile.am: - * sys/androidcamera/gst-dvm.c: - * sys/androidcamera/gst-dvm.h: - Adding Dalvik Virtual Machine routines and macros - -2012-10-17 17:56:33 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk> - - * sys/androidcamera/Makefile.am: - * sys/androidcamera/gst-androidmedia.c: - androidmedia: Add androidmedia plugin - -2016-01-15 14:31:54 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/spandsp/Makefile.am: - * ext/spandsp/gstspandsp.c: - * ext/spandsp/gsttonegeneratesrc.c: - * ext/spandsp/gsttonegeneratesrc.h: - spandsp: Add tone generator - -2015-07-14 13:40:46 +0900 Hyunjun Ko <zzoon.ko@samsung.com> - - * gst/mpegtsmux/tsmux/tsmuxstream.c: - mpegtsmux: set non-0 payload length in PES header if video ES packet is small enough - https://bugzilla.gnome.org/show_bug.cgi?id=748507 - -2015-07-14 13:42:54 +0900 Hyunjun Ko <zzoon.ko@samsung.com> - - * gst/mpegtsmux/tsmux/tsmuxstream.c: - mpegtsmux: reset pes_bytes_written when starting to write new PES packet - In case of an unbounded packet (video usually), pes_bytes_written was - no reset. - https://bugzilla.gnome.org/show_bug.cgi?id=748507 - -2016-01-19 17:08:50 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/tsmux/tsmuxstream.c: - * gst/mpegtsmux/tsmux/tsmuxstream.h: - mpegtsmux: add support for H.265/HEVC video - https://bugzilla.gnome.org/show_bug.cgi?id=744367 - -2016-01-19 13:20:23 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/effects/gstgleffectscurves.c: - * ext/gl/effects/gstgleffectscurves.h: - gl: fix compiler warnings with gcc-6 - In file included from effects/gstgleffectrgbtocurve.c:25:0: - effects/gstgleffectscurves.h:174:32: error: 'xray_curve' defined but not used - static const GstGLEffectsCurve xray_curve = { - ... - -2016-01-19 08:39:58 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/insertbin/Makefile.am: - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/player/Makefile.am: - libs: g-i: fix init section to avoid compiler warnings - ..GstPlayer-1.0.c: In function ‘main’: - ..GstPlayer-1.0.c:587:3: warning: implicit declaration of function ‘gst_init’ - https://bugzilla.gnome.org/show_bug.cgi?id=760090 - -2016-01-19 19:18:43 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - applemedia: vtenc: fix build on iOS - -2016-01-19 15:50:22 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfassetsrc.m: - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/coremediabuffer.h: - * sys/applemedia/corevideobuffer.c: - * sys/applemedia/corevideobuffer.h: - * sys/applemedia/qtkitvideosrc.m: - * sys/applemedia/videotexturecache.m: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtenc.c: - applemedia: always fill GstBuffers with GstMemory - Always fill buffers with our custom memory. The custom memory will avoid - mapping CV/CM buffers unless necessary. - -2015-04-19 00:30:48 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/corevideobuffer.c: - applemedia: implement copying of meta - Before this, buffers would lose their Core Video / Core Media meta - over intervideo* boundary. - https://bugzilla.gnome.org/show_bug.cgi?id=747216 - -2015-04-02 20:04:18 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/corevideobuffer.c: - * sys/applemedia/corevideobuffer.h: - * sys/applemedia/corevideomemory.c: - * sys/applemedia/corevideomemory.h: - * sys/applemedia/plugin.m: - applemedia: implement GstAppleCoreVideoMemory - Implement a new memory type wrapping CVPixelBuffer. - There are two immediate advantages: - a) Make the GstMemory itself retain the CVPixelBuffer. Previously, - the containing GstBuffer was solely responsible for the lifetime of - the backing CVPixelBuffer. - With this change, we remove the GST_MEMORY_FLAG_NO_SHARE so that - GstMemory objects be referenced by multiple GstBuffers (doing away - with the need to copy.) - b) Delay locking CVPixelBuffer into CPU memory until it's actually - mapped -- possibly never. - The CVPixelBuffer object is shared among references, shares and - (in planar formats) planes, so a wrapper GstAppleCoreVideoPixelBuffer - structure was introduced to manage locking. - https://bugzilla.gnome.org/show_bug.cgi?id=747216 - -2016-01-19 12:56:40 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/iosurfacememory.c: - applemedia: iosurfacememory: alloc with g_new0 - ...since the base class doesn't use g_slice anymore - -2016-01-08 11:04:13 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: added check that availabilityStartTime is present for live streams - https://bugzilla.gnome.org/show_bug.cgi?id=757602 - -2015-11-04 18:15:24 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - adaptivedemux: improved error message if availabilityStartTime is missing for a live stream - For a live mpd, if availabilityStartTime is missing, adaptive demux asserts - with: Unexpected critical/warning: gst_date_time_to_g_date_time: assertion - 'datetime != NULL' failed. - This patch improves the error message to: - Unexpected critical/warning: gst_mpd_client_seek_to_time: assertion - 'client->mpd_node->availabilityStartTime != NULL' failed - https://bugzilla.gnome.org/show_bug.cgi?id=757602 - -2016-01-14 18:27:50 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/test_http_src.c: - tests: adaptive-stremaing: fix memory leak in test_http_src - https://bugzilla.gnome.org/show_bug.cgi?id=760600 - -2016-01-15 10:49:12 -0500 Matt Crane <mattcrane@tycoint.com> - - * sys/shm/gstshmsink.c: - shmsink: fix possible deadlock in _render()/ _allocator_free() - Drop object lock before unrefing memory, otherwise the object - lock might be taken again from the allocator and then things - deadlock. - https://bugzilla.gnome.org/show_bug.cgi?id=760551 - -2016-01-16 17:14:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: First make caps writable in fixate_caps(), then truncate them - Truncating requires writable caps. - -2016-01-16 17:12:29 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Caps passed to fixate_caps() are not owned by us and guaranteed to be fixed - So don't try to fixate them, which takes ownership and steals them from - basetransform. - https://bugzilla.gnome.org/show_bug.cgi?id=760696 - -2016-01-16 16:55:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - Revert "glpool: fix caps refcount issue" - This reverts commit 3bdcdedfa00b87f1db505218789178318a16c743. - gst_caps_replace() takes a new reference already, if there is a problem then - it is elsewhere. And there are a few problems, see - https://bugzilla.gnome.org/show_bug.cgi?id=760696 - -2016-01-15 16:10:02 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: fix unneeded sub-buffer creation - We create a sub-buffer just to copy over its metas and then throw it - away immediately, just use the original input buffer directly. - -2016-01-15 15:56:59 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/rtp/gstrtph265pay.c: - rtph265pay: add "send VPS/SPS/PPS with every key frame" mode - It's not enough to have timeout or event based VPS/SPS/PPS information - sent in RTP packets. There are some scenarios when key frames may appear - more frequently than once a second, in which case the minimum timeout - for "config-interval" of 1 second for sending VPS/SPS/PPS isn't enough. - It might also be desirable in general to make sure the VPS/SPS/PPS is - available with every keyframe (packet loss aside), so receivers can - actually pick up decoding immediately from the first keyframe if - VPS/SPS/PPS is not signaled out of band. - This commit adds the possibility to send VPS/SPS/PPS with every key frame. - This mode can be enabled by setting "config-interval" property to -1. In - this case the payloader will add VPS, SPS and PPS before every key (IDR) - frame. - https://bugzilla.gnome.org/show_bug.cgi?id=757892 - -2016-01-15 15:19:41 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/rtp/gstrtph265pay.c: - * gst/rtp/gstrtph265pay.h: - rtph265pay: change config-interval property type from uint to int - This way we can use -1 as special value, which is nicer than MAXUINT. - https://bugzilla.gnome.org/show_bug.cgi?id=757892 - -2016-01-13 09:51:20 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/hls/gsthlsdemux.c: - * ext/smoothstreaming/gstmssdemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/adaptive_demux_engine.c: - * tests/check/elements/adaptive_demux_engine.h: - adaptivedemux: replace ghostpad with a standard pad - Handling the ghostpad and its internal pad was causing more issues - than helping because of their coupled activation/deactivation - actions. - As we have to install custom chain,event and query functions it is - better to use a floating sink pad internally in the demuxer and just - use those pad functions to push through a standard pad in the demuxer - https://bugzilla.gnome.org/show_bug.cgi?id=757951 - -2015-11-11 17:24:33 +0000 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: do not flush the input pad - gst_adaptive_demux_stream_clear_eos_and_flush_state() function will do - all the necessary cleaning. - https://bugzilla.gnome.org/show_bug.cgi?id=757951 - -2016-01-15 11:44:52 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/segmentclip/gstvideosegmentclip.c: - videosegmentclip: fail to set_caps if problem in caps structure - gst_video_segment_clip_set_caps () should return FALSE if there was a - problem reading the framerate values from the caps structure. - -2016-01-15 17:00:55 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglquery.c: - glquery: provide compat definition for GL_QUERY_RESULT - e.g. android doesn't have it - While we're here move a state specific assertion after the supported check. - Removes an assertion on GLES - -2016-01-15 16:07:27 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - gl: add compatibility definition of GLint64 - e.g. anrdoid doesn't have it - -2016-01-08 22:19:06 +0300 Sergey Borovkov <serge.borovkov@gmail.com> - - * ext/qt/qtitem.cc: - qml: Mark material dirty when texture buffer is updated - Qt might not redraw the scene otherwise. - https://bugzilla.gnome.org/show_bug.cgi?id=758286 - -2016-01-15 14:00:56 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - glpool: fix caps refcount issue - The caps are from an allocation query which are transfer none but were being - treated as transfer full. - -2016-01-11 13:30:05 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglbasememory.h: - * gst-libs/gst/gl/gstglmemory.c: - glmemory: log the time for glTexSubImage/glReadPixels - -2016-01-08 18:36:54 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/glprototypes/Makefile.am: - * gst-libs/gst/gl/glprototypes/all_functions.h: - * gst-libs/gst/gl/glprototypes/query.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglquery.c: - * gst-libs/gst/gl/gstglquery.h: - * tests/check/Makefile.am: - * tests/check/libs/.gitignore: - * tests/check/libs/gstglquery.c: - gl: add a gstglquery object for arbitrary GL queries - Currently only GL_TIME_ELAPSED and GL_TIMESTAMP are supported - -2016-01-11 17:22:26 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldebug.c: - * gst-libs/gst/gl/gstgldebug.h: - gldebug: implement a delayed debug system - The messages are stored by gst_gl_async_debug_store_log_msg() and output later - by a corresponding store(), output() or an unset()/free(). - Some wrapper macros are provided to avoid callers explicitly using __FILE__, - GST_FUNCTION and __LINE__ - -2016-01-11 17:26:08 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldebug.c: - gldebug: use gst_info_vasprintf in insert_debug_marker() - Allows expansion of GST_PTR_FORMAT and GST_SEGMENT_FORMAT arguments. - -2016-01-15 11:22:40 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglvideoflip.c: - * ext/gl/gstglvideoflip.h: - * ext/gl/gstopengl.c: - gl: add a videoflip element - Behaves exactly the same as the non-GL videoflip element - -2016-01-15 00:04:20 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: recreate the fbo on caps changes - The width/height may change which requires recreating the depth buffer. - -2016-01-15 00:02:43 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstglbasefilter.h: - glbasefilter: add a class function on set_caps (from GL) - This is simply a convenience to avoid duplicating the thread marshalling on - set_caps. - -2016-01-15 00:00:29 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - gltransformation: always build a valid mvp matrix - The default case is to build an identity matrix. - -2016-01-14 19:03:04 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - gltransformation: support negative scales - A scale of -1.0 means to flip the video. - -2016-01-14 18:42:05 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - gltransformation: implement passthrough handling - -2016-01-14 17:45:03 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - gltransformation: implement navigation events - Reverses the transformation applied through the properties and forwards the - event. - The process for finding the coordinates on the video are as follows: - 1. Convert the given pointer_x and pointer_y to model space at the near and far planes - 2. Get the equation of the video plane - 3. Find where the ray in 1 intersects the plane - 4. Profit! - -2016-01-14 16:59:12 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: remove reduntant glimagesink from debug logging - -2016-01-14 16:57:40 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/x11/navigation: add button press to the selected event mask - Otherwise we won't get the button press events and GstNavigation fails. - -2016-01-14 16:00:00 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: try harder to passthrough - This makes a pipeline like: - ... ! video/x-raw(memory:GLMemory),format=UYVY ! glcolorconvert ! - video/x-raw(memory:GLMemory),format={UYVY, NV12} ! ... - passthrough instead of converting UYVY => NV12. The conversion would happen - before this change since the element (and basetransform) transform the src caps - to format={NV12, UYVY} (since NV12 comes first in the glcolorconvert:src - template) and then the default caps fixate func would fixate to NV12. Blah. - Also there's no need to intersect against the template caps in ::transform_caps - since basetransform does that right after calling the vfunc. - -2016-01-12 18:31:29 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglcolorbalance.c: - * ext/gl/gstglcolorbalance.h: - * ext/gl/gstopengl.c: - gl: implement a colorbalance element - It performs the exact same operation as videobalance but with opengl shaders and - was tested with glvideomixer by comparing frames from videobalance and - glcolorbalance. - -2016-01-12 18:21:50 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - glvideomixer: implement glBlendFunc and glBlendEquation - Allows more blending options than just A over B - e.g. frame comparisons are now possible. - glvideomixer name=m - sink_0::zorder=0 - sink_1::zorder=1 - sink_1::blend-equation-rgb={subtract,reverse-subtract} - sink_1::blend-function-src-rgb=src-color - sink_1::blend-function-dst-rgb=dst-color - ! glimagesinkelement - videotestsrc pattern=checkers-4 ! m.sink_0 - videotestsrc pattern=checkers-8 ! m.sink_1 - -2016-01-08 18:38:46 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldebug.c: - gldebug: add a specific category for the debug spam from the driver - -2016-01-12 14:54:23 +0000 Tim Sheridan <tim.sheridan@imgtec.com> - - * ext/sbc/gstsbcdec.c: - sbc: sbcdec: Fix frame length calculation - SBC frame length calculation wasn't being rounded up to the nearest byte - (as specified in the A2DP 1.0 specification, section 12.9). This could - cause 'stereo' and 'joint stereo' mode SBC streams to have incorrectly - calculated frame lengths. - https://bugzilla.gnome.org/show_bug.cgi?id=742446 - -2016-01-12 23:34:31 +1100 Matthew Waters <matthew@centricular.com> - - * sys/nvenc/gstnvbaseenc.c: - nvenc: update for recent GL api changes - Specifically the GstGLMemoryPBO addition (which was the unadorned GstGLMemory). - -2016-01-12 14:36:02 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: optionally get the GL context from gst_element_set_context - Allow setting the GL context with gst_element_set_context. When available, the - local context obtained via the context query still has the precedence. - -2016-01-12 14:02:46 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/iosurfacememory.c: - applemedia: iosurfacememory: remove NO_SHARE flag - The full memory can be safely shared. Sharing a sub region can't be done and - will fail in the base allocator, triggering a copy. - -2016-01-11 13:33:46 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/frei0r/gstfrei0rmixer.c: - frei0rmixer: replace accept-caps with caps query - It wants to check if upstream can produce a certain format, - accept-caps might only check if the next element can produce it. - -2016-01-07 20:56:54 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglmemorypbo.c: - glbasememory: Free the actual memory object when requested - Otherwise we are leaking ~400B on each GstMemory allocation. - Freeing in the base class matches the GObject semantics. - -2016-01-07 20:54:41 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemorypbo: don't double read pixels - The optimistic download_transfer was not setting the required flag to not - perform glReadPixels on subsequent map (READ). resulting in glReadPixels - happening twice. - -2016-01-07 18:47:37 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemory: expose gst_gl_memory_texsubimage - Removes extremely similar code from glmemorypbo. - -2016-01-07 18:05:23 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfeature.c: - glfeature add a specific debug category - Saves having to trawl through the 'default' category when function retrieval - goes wrong. - -2016-01-05 14:35:11 -0500 Bob Holcomb <bholcomb@mak.com> - - * gst/mpegtsmux/tsmux/tsmux.c: - mpegtsmux: fix reserve bits so they are 1's - The MPEG standard (ISO-13880-1) says the reserve bits need to be set - to one (2.1.64). This is causing transport streams to fail validation - on some systems. - https://bugzilla.gnome.org/show_bug.cgi?id=760127 - -2016-01-08 17:11:09 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstpyramidsegment.h: - opencv: remove check for OpenCV version - After commit 64080e632, configure checks for all the header files that - should be available in OpenCV 2.3 and later. If any of these files isn't - there the OpenCV elements won't be part of the build. - No need to recheck for opencv2/legacy/legacy.hpp again in - gstpyramidsegment.h. Minimum supported OpenCV version must have this header - and configure already checks for it. Removing check. - -2016-01-08 15:01:47 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvsmooth.cpp: - opencv: always do cvsmooth in place - After the update to new OpenCV API the transform function using an out - buffer is not necessary. We can always do the transformation in place. - -2016-01-08 12:39:29 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstpyramidsegment.cpp: - * ext/opencv/gstpyramidsegment.h: - opencv: do pyramidsegment's transformation in place - Run the transform function of pyramidsegment in place, reusing the image - data as both source and destination in cvPyrSegmentation. This avoids - copying the image back and forth and the extra memory. - -2016-01-07 15:21:40 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/hls_demux.c: - tests: hlsdemux: add test for updating segment stop - Add a test for seeking that only updates stop position and verifies - that start is unmodified - -2016-01-07 15:21:22 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix seeking that just updates stop position - Fixed adaptivedemux seeking without flushing that just wants - to update stop position. This required protecting the segment - variables with a new mutex so that the seeking thread and the - download threads could safely manipulate the segment and - events related to it. - This contention is only locked/unlocked when starting a new - download, when the first fragment of a segment is received and - when seeking so, hopefully, it won't damage performance. - -2016-01-06 16:51:08 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix segment update on seeks - Fixes typo on reverse rate check and also only update the - position when the start/stop was actually changed. - -2016-01-07 18:10:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxftypes.c: - mxftypes: Don't store pointers in stack allocated guints - This works usually in this place, unless the compiler optimizes things in - interesting ways in which case it causes stack corruption and crashes later. - The compiler in question here is clang with -O1, which seems to pack the stack - a bit more and causes writing to the guint as pointer to overwrite map.memory, - which then later crashes during unmapping of the memory. - -2016-01-07 18:02:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - mxfmetadata: Initialize boolean to FALSE to fix valgrind warning - Seems to be a false warning though. - -2016-01-07 14:08:39 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: only flush with a shared context - The wait code will flush for us for single context pipelines. - -2016-01-07 14:02:52 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * tests/check/libs/gstglcontext.c: - glcontext: implement checking whether a context has been shared - Some operations are unnecessary when running with only a single GL - context. - e.g. glFlush when setting a fence object as the flush happens on wait. - API: gst_gl_context_is_shared - -2016-01-06 14:54:30 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: put boolean values into gboolean variables - And remove superfluous assignments. - -2016-01-06 16:54:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/player/gstplayer.c: - player: Only set the pipeline to PLAYING in play() if buffering>=100% - Otherwise the application can break the buffering logic by setting the - pipeline to PLAYING before we buffered enough. - -2016-01-05 17:41:23 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/dash_demux.c: - tests: dashdemux: add tests for post-seek segment boundaries check - Checks if the post seek segment is what is expected. - Also makes it easy to add more tests with different seeking flags using the - same functions. - -2016-01-05 10:41:27 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/hls_demux.c: - tests: hlsdemux: add tests for seek with reverse rate and snap flags - Add tests to ensure snap flags work as expected for reverse - rates - -2016-01-05 10:39:11 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: stop reverse playback when we reach the limit - Avoids downloading and pushing a full segment just to get 1 nanosecond - of data. This happens frequently when seeking is done with flags - that adjust to boundaries or when the start is aligned with segment - starts. The later is common when segment durations is a multiple of - a second. - -2016-01-05 09:16:45 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: fix reverse playback seek with snap flags - Properly handle snap flags during reverse seeking. In this case - the before/after are also reversed, so handle those as such. - For example: with a sequence of 1s fragments: - |-- 0 --|-- 1 --|-- 2 --|-- 3 --| - If you seek to 1.5s it is inside fragment 1. With reverse and - snap-before: should play from the end of fragment 1 - snap-after: should play from the end of fragment 0 - -2016-01-05 09:01:10 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: correctly track segment.position in reverse playback - For reverse, set position to segment.stop when starting and also - don't set the position to fragment end timestamp when it finishes, - just leave it at the fragment start. - -2016-01-05 08:59:26 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: simplify snap flags checking - Replace: - if (boolean) var = true; - with: - var = (boolean); - -2015-12-28 02:18:06 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: respect keyunit flag for position - Set the segment start position when keyunit flag is active - -2015-12-24 18:49:39 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/hls_demux.c: - tests: hls_demux: add tests for seeking segment - Tests that check that the segment sent after a seek is correct. - Allows testing that multiple seeking flags work as expected - -2015-12-24 09:27:33 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/adaptive_demux_common.h: - * tests/check/elements/adaptive_demux_engine.c: - * tests/check/elements/adaptive_demux_engine.h: - tests: adaptive_demux: add function to be able to check demuxer events - Allows writing tests that verify that events are correct. - Useful to monitor and check segments after seeks, for example. - -2015-12-23 15:25:29 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/adaptive_demux_common.h: - * tests/check/elements/dash_demux.c: - * tests/check/elements/hls_demux.c: - tests: adaptive: update to allow more flexible seeking tests - Allows defining a seek event to be able to change seeking parameters - and create more seeking test scenarios - -2015-12-23 15:23:27 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/Makefile.am: - tests: hlsdemux: fix makefile variable typo - -2016-01-06 16:50:00 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: enable renegotiation - We can actually renegotiate now, so remove old check which disabled it. - -2016-01-06 16:25:38 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - glcolorconvert: implement usage of a buffer pool - Saves unnecessary glGenTextures and glDeleteTextures which may have a - non-trivial cost. - -2016-01-06 15:50:07 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - glbasememory: fix copying GstGLAllocationParams - Fixes a GST_IS_GL_CONTEXT critical - -2016-01-06 15:44:52 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemorypbo: remove unused code - https://bugzilla.gnome.org/show_bug.cgi?id=759679 - -2016-01-06 13:20:17 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: small negotiation fix - Fix negotiation when GLMemory is requested but a context is not available - -2016-01-06 11:40:38 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - applemedia: vtenc: accept UYVY on Mac - When doing GLMemory avfvideosrc negotiates UYVY. This change allows avfvideosrc - ! tee name=t ! ... ! glimagesink t. ! ... ! gldownload ! vtenc_h264 ! ... - to do GLMemory and 0-copy with the encoder (with the CV meta). - -2016-01-06 11:29:15 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: change texture format from BGRA to NV12 on iOS - Change texture format from BGRA to NV12. This allows a pipeline like avfvideosrc - ! tee name=t ! ... ! glimagesink t. ! ... ! gldownload ! vtenc_h264 ! ... to - negotiate GLMemory. This makes the glimagesink branch much faster (obviously) - and triggers the 0-copy path between avfvideosrc and vtenc (using the CV meta). - Combined this results in a huge perf improvement on iOS (25-30% of CPU time in a - pipeline like the one above). - Note that this doesn't introduce a new shader conversion in the sink, since BGRA - textures had to be copied/converted from format=BGRA,texture-target=RECTANGLE to - format=RGBA,texture-target=2D anyway. - -2016-01-04 20:26:09 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - glupload: always add texture-target field to GL caps - 1. Various elements/base classes only perform a subset check on accept-caps - 2. Some GL elements have texture-target in their pad template - 3. When checking subsets, only the caps to check are allowed to contain extra - fields. If the 'template' caps have extra fields, the subset fails. - Thus without texture-target on the caps, various accept-caps implementations - were failing. - Also, add some convenience functions for setting and retrieving - texture targets to/from GValue. - https://bugzilla.gnome.org/show_bug.cgi?id=759860 - -2015-12-29 18:16:04 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: passthrough composition caps features - Don't unconditionally add it to any and all caps transformations. - https://bugzilla.gnome.org/show_bug.cgi?id=759860 - -2016-01-04 09:52:47 +0200 Sebastian Dröge <sebastian@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - * tests/check/libs/player.c: - * win32/common/libgstplayer.def: - player: Remove gst_player_new() and make gst_player_new_full() the normal constructor - In very few cases the simple version was actually needed and having the - parameters hidden by a _full() version caused application that actually needed - it to not use it. - -2016-01-04 01:03:08 +1100 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - * gst-libs/gst/gl/gstglviewconvert.h: - glviewconvert: Fix stereoscopic handling w/ texture-target - The addition of texture-target negotiation broke stereoscopic - handling when not in passthrough mode, so fix that. - -2015-10-07 18:53:43 +0900 Hyunjun Ko <zzoon.ko@samsung.com> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: replace duplicated codes to call new base sdp apis - https://bugzilla.gnome.org/show_bug.cgi?id=745880 - -2015-12-30 18:00:47 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/rtmp/README: - rtmp: refer to both elements in the README - -2015-12-29 14:35:14 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/rtmp/gstrtmpsrc.c: - rtmpsrc: check for failed RTMP context alloc - Avoids an unlikely crash. - Arguably, if allocation fails we have no chance of - recovering but nonetheless, RTMP_Alloc can fail and - librtmp's RTMP_init() (called next) assumes a non-NULL - pointer is passed without checking. - Additionally, unify exit path on error. - -2015-12-29 14:16:58 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/rtmp/gstrtmpsink.c: - rtmpsink: check for failed RTMP context alloc - Avoids an unlikely crash. - Arguably, if allocation fails we have no chance of - recovering but nonetheless, RTMP_Alloc can fail and - librtmp's RTMP_init() (called next) assumes a non-NULL - pointer is passed without checking. - Additionally, unify exit path on error. - -2015-12-29 11:58:31 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/rtmp/gstrtmp.c: - rtmp: correct librtmp log-level mappings - Additionally, move to a switch in _set_debug_level() - to make easier to follow and compare with the - mappings in _log_callback() - -2015-12-30 13:16:40 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstvp9parser.c: - codecparsers: vp9: minor clean-up - Remove setting of parser variable to NULL after free, - that makes no sense (and coverity is no doubt going - to complain about it). - -2015-12-30 13:12:13 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstvp9parser.c: - * gst-libs/gst/codecparsers/gstvp9parser.h: - codecparsers: vp9: fix macro namespacing and rename GstVp9InterpFilter - -2015-12-30 13:08:30 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstvp9parser.c: - * gst-libs/gst/codecparsers/gstvp9parser.h: - codecparsers: vp9: fix doc typos and sprinkle some Since markers - -2015-12-30 11:03:04 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/vp9utils.AUTHORS: - * gst-libs/gst/codecparsers/vp9utils.LICENSE: - * gst-libs/gst/codecparsers/vp9utils.PATENTS: - * gst-libs/gst/codecparsers/vp9utils.c: - * gst-libs/gst/codecparsers/vp9utils.h: - codecparsers: vp9: move license blurb into header and remove aux files - This is just a bunch of lookup tables.. - -2015-12-30 11:54:25 +0200 Sebastian Dröge <sebastian@centricular.com> - - * win32/common/libgstcodecparsers.def: - win32: Update libgstcodecparsers.def with the new symbols - -2015-12-30 11:54:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/dboolhuff.h: - codecparsers: Add another G_GNUC_INTERNAL - -2015-12-30 11:40:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/dboolhuff.h: - * gst-libs/gst/codecparsers/nalutils.h: - * gst-libs/gst/codecparsers/parserutils.h: - * gst-libs/gst/codecparsers/vp8utils.h: - * gst-libs/gst/codecparsers/vp9utils.h: - codecparsers: Spread some G_GNUC_INTERNAL in various places - -2015-12-30 11:38:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/vp9utils.c: - vp9parser: Fix indentation to make gst-indent happier - -2015-12-30 11:36:45 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/gstvp9parser.c: - * gst-libs/gst/codecparsers/vp9utils.c: - * gst-libs/gst/codecparsers/vp9utils.h: - vp9parser: Rename symbols to prevent symbol conflicts - Also make clamp() a static function for the same reason and use CLAMP (as - defined by GLib) in the GStreamer code. - -2015-12-30 11:19:33 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/gstvp9parser.c: - * gst-libs/gst/codecparsers/gstvp9parser.h: - * gst-libs/gst/codecparsers/vp9utils.AUTHORS: - * gst-libs/gst/codecparsers/vp9utils.LICENSE: - * gst-libs/gst/codecparsers/vp9utils.PATENTS: - * gst-libs/gst/codecparsers/vp9utils.c: - * gst-libs/gst/codecparsers/vp9utils.h: - codecparsers: Add VP9 codec parser - https://bugzilla.gnome.org/show_bug.cgi?id=757597 - -2015-12-30 12:12:17 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemorypbo: fix wrapping data on GL 2.1 - GL 2.1 only supports pbo upload. - The wrapped data pointer was only being set on the pbo memory and on the - glmemory so when a download was requested (in GL 2.1), glmemory was - allocating a new data pointer and thus not returning the wrapped data. - -2015-12-30 12:11:09 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemorypbo: only create a pbo memory if the context actually supports it - e.g. GL <= 2.0 does not support pbo usage and GL 2.1 only supports pbo upload. - -2015-12-30 12:09:29 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemory: small code reformat - makes the alloc_params selections fit on a single line. - -2015-12-30 12:06:17 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglmemory.c: - tests/glmemory: output data pointer values on failure - Allows quicker inspection of what failed. - -2015-12-29 17:04:57 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgleffects.c: - gleffects: fix shader compilation with legacy opengl - All the gleffects shaders can be run against a gles2 or a legacy opengl glsl - compiler but weren't being advertised as such. - Fixes gleffects under desktop opengl < 3.2. - -2015-12-29 18:01:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - glbasememory: Remove bogus NULL check - CID 1346534 - -2015-12-29 10:57:36 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: output at highest fps/resolution by default - Fixate to the highest possible resolution and fps. Otherwise by default we end - up fixating at 2fps and the lowest supported resolution, which is hardly what - someone who bought an overpriced smartphone wants. - -2015-12-28 15:53:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/glprototypes/sync.h: - gl: Add \0 terminators for the Apple sync extension - Otherwise GL initialization might check for extensions forever and never finishes. - -2015-12-28 14:41:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: Add some debug output when the GL thread is actually running - -2015-12-22 11:23:19 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: removed unnecessary space trimming in gst_dash_demux_parse_http_head - sscanf has removed all spaces when it has constructed zone string. There is - no need to search for leading spaces. - https://bugzilla.gnome.org/show_bug.cgi?id=759743 - -2015-12-21 14:50:15 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: accept 2 or 4 digit year when using HTTP HEAD for calculating clock compensation - Convert year from 2 digits to 4 digits in gst_dash_demux_parse_http_head - https://bugzilla.gnome.org/show_bug.cgi?id=759743 - Also updated references to Rfc822 to Rfc5322 - -2015-12-27 11:37:09 +0100 Florent Thiéry <florent.thiery@ubicast.eu> - - * ext/gl/gstglfiltershader.c: - glshader: fix usage doc - The property location has been changed in favor of vertex/fragment - string properties; the doc had not been updated and was still referring - to the previous property; also, now the #version header has become mandatory - https://bugzilla.gnome.org/show_bug.cgi?id=759902 - -2015-12-26 22:34:29 +0100 Florent Thiéry <florent.thiery@ubicast.eu> - - * ext/gl/gstglimagesink.c: - glimagesink: Post unhandled navigation events on the bus - Based off xvimagesink implementation - https://bugzilla.gnome.org/show_bug.cgi?id=759869 - -2015-12-27 22:32:22 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/opencv/gstmotioncells.cpp: - motioncells: fix splitting of RGB color string - No need to attempt splitting the RGB string in 255 tokens - if we only expect 3. - Left max_tokens at 4 to preserve the current logic (which - allows for extra stuff at the end) and added a warning on - parsing failure instead of silently discarding the value. - -2015-12-27 21:23:37 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/opencv/gstmotioncells.cpp: - motioncells: fix typo in header - -2015-12-27 21:19:19 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/opencv/gstmotioncells.cpp: - motioncells: fix misleading warning message - calculate_motion != FALSE means the motion computation - logic is disabled, not a mapping error. - -2015-12-27 21:11:18 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/opencv/gstmotioncells.cpp: - motioncells: rework property descriptions - -2015-12-27 01:11:42 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/opencv/gstmotioncells.cpp: - motioncells: use NULL instead of g_strdup(NULL) - -2015-12-28 09:04:12 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - glbufferpool: Fix build error - When GST_GL_HAVE_PLATFORM_EGL is not defined, then info variable - will not be used and this results in build error - https://bugzilla.gnome.org/show_bug.cgi?id=759913 - -2015-12-24 15:28:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.7.1 === - -2015-12-24 14:28:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-hls.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.7.1 - -2015-12-24 14:00:54 +0100 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2015-12-24 12:23:00 +0100 Sebastian Dröge <sebastian@centricular.com> - - * po/cs.po: - * po/da.po: - * po/de.po: - * po/hu.po: - * po/ky.po: - * po/nb.po: - * po/nl.po: - * po/pl.po: - * po/ru.po: - * po/sr.po: - * po/sv.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - po: Update translations - -2015-12-23 23:13:21 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/curlftpsink.c: - * tests/check/elements/curlhttpsink.c: - * tests/check/elements/curlsmtpsink.c: - * tests/check/elements/pcapparse.c: - * tests/check/elements/rtponviftimestamp.c: - tests: fix indentation - -2015-12-23 23:10:50 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/pcapparse.c: - tests: pcapparse: add check for 0-sized packets - https://bugzilla.gnome.org/show_bug.cgi?id=756573 - -2015-12-23 20:24:46 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: don't crash on 0-sized packets - https://bugzilla.gnome.org/show_bug.cgi?id=756573 - -2015-12-23 13:06:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * common: - Update common - -2015-12-23 13:04:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * pkgconfig/Makefile.am: - * pkgconfig/gstreamer-player-uninstalled.pc.in: - * pkgconfig/gstreamer-player.pc.in: - player: Add pkg-config files - -2015-12-23 12:16:54 +0100 Sebastian Dröge <sebastian@centricular.com> - - * autogen.sh: - autogen.sh: Enable player tests by default - This will be automatically be updated together with the next common update - again. - -2015-12-23 09:55:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * tests/check/Makefile.am: - * tests/check/libs/player.c: - player: Add unit test that is disabled by default - The unit test is downloading a few small media files from the Internet, - which are then used during the test. "make clean" removes the files again. - -2015-12-22 14:44:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * docs/libs/Makefile.am: - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - player: Integrate into the documentation build system - -2015-12-22 14:24:00 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/player/Makefile.am: - * gst-libs/gst/player/gstplayer-g-main-context-signal-dispatcher.c: - * gst-libs/gst/player/gstplayer-g-main-context-signal-dispatcher.h: - * gst-libs/gst/player/gstplayer-media-info-private.h: - * gst-libs/gst/player/gstplayer-media-info.c: - * gst-libs/gst/player/gstplayer-media-info.h: - * gst-libs/gst/player/gstplayer-signal-dispatcher-private.h: - * gst-libs/gst/player/gstplayer-signal-dispatcher.c: - * gst-libs/gst/player/gstplayer-signal-dispatcher.h: - * gst-libs/gst/player/gstplayer-types.h: - * gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c: - * gst-libs/gst/player/gstplayer-video-overlay-video-renderer.h: - * gst-libs/gst/player/gstplayer-video-renderer-private.h: - * gst-libs/gst/player/gstplayer-video-renderer.c: - * gst-libs/gst/player/gstplayer-video-renderer.h: - * gst-libs/gst/player/gstplayer-visualization.c: - * gst-libs/gst/player/gstplayer-visualization.h: - * gst-libs/gst/player/gstplayer.c: - * gst-libs/gst/player/gstplayer.h: - * gst-libs/gst/player/player.h: - * win32/common/libgstplayer.def: - player: Import GstPlayer playback convenience API - Based on https://github.com/sdroege/gst-player - commit 9ce6ae0dbb8eeeefaf794cfae80e279a03cc598d - -2015-12-23 09:50:13 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemorypbo: Comment out unused functions to fix compilation with clang - It's not clear if these are intentionally unused or the code should be - changed, but this fixes compilation for the time being at least. - See https://bugzilla.gnome.org/show_bug.cgi?id=759679 - -2015-11-10 16:25:53 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * tests/check/elements/hlsdemux_m3u8.c: - hlsdemux: tests: check URL joining if media URL contains a '/' character - If the query parameter (for example - http://example.net/1054559_1500k.mp4/master.m3u8?acl=/*1054559_1500k.mp4), - check that m3u8.c correctly converts the relative URLs of the media - playlists in to absolute URLs. It must not use the last '/' it finds in - the URL, as according to RFC3986 the '/' character is allowed in - the query part of the URL. - https://bugzilla.gnome.org/show_bug.cgi?id=758384 - -2015-11-10 16:23:59 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/m3u8.c: - * tests/check/elements/hlsdemux_m3u8.c: - hlsdemux: unquote all the quoted-string attributes - The URI attribute from the EXT-X-KEY tag and the URI attribute from the - EXT-X-I-FRAMES-ONLY tag are both quoted-string attibutes that have their - quotation marks removed during parsing. The CODECS attribute of the - EXT-X-STREAM-INF is also a quoted-string attribute, but this attribute - was not being un-quoted. - This commit changes the parser to always unquote all quoted-string - attributes and adjusts the unit tests to this new bevahiour for the - CODECS attribute. - An additional test is added to check that parsing of all of the fields - in the EXT-X-STREAM tag is correct, including those that contain comma - characters. - https://bugzilla.gnome.org/show_bug.cgi?id=758384 - -2015-11-10 16:41:02 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/hls_demux.c: - hlsdemux: tests: add unit tests for hlsdemux - Using the new GstAdaptiveDemux test framework, add tests that - exercise hlsdemux. The following tests are added: - simpleTest - A simple playlist that contains some media URLs - testMediaPlaylist - A master playlist with a variant playlist that contains media URLs - testMediaPlaylistNotFound - A master playlist that points to a missing variant playlist - testFragmentNotFound - A master playlist with a variant playlist that contains media URLs - There is a missing media file referenced from the variant playlist. - testFragmentDownloadError - A master playlist with a variant playlist that contains media URLs - During the download of one media file, the test simulates the network - connection being dropped. - testSeek - A simple test of trying to perform a seek on an HLS stream. - -2015-11-10 13:13:35 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * tests/check/Makefile.am: - * tests/check/elements/adaptive_demux_common.c: - * tests/check/elements/adaptive_demux_common.h: - * tests/check/elements/adaptive_demux_engine.c: - * tests/check/elements/adaptive_demux_engine.h: - * tests/check/elements/dash_demux.c: - * tests/check/elements/fake_http_src.c: - * tests/check/elements/fake_http_src.h: - * tests/check/elements/test_http_src.c: - * tests/check/elements/test_http_src.h: - dashdemux: tests: Refactor into adaptive_engine components - To allow code from dash_demux.c to be used by other elements - that are based upon GstAdaptiveDemux, the code has been - refactored into four new files: - adaptive_demux_engine.[ch] - adaptive_demux_common.[ch] - The code in adaptive_demux_engine.c provides a generic - test engine for elements based upon GstAdaptiveDemux. - The code in adaptive_demux_common.c provides a set - of utility functions that are common between the tests - for hlsdemux and dashdemux. - As part of the refactoring, variables in structures were - renamed from using camelCase to underscore_case to match other - GStreamer source code. - The fake_http_src was renamed test_http_src and changed to use - callbacks to provide input data and error conditions. Rather than - using an array of input data that tries to encode all the - possible use cases for the GstTestHTTPSrc element, use a struct of - callbacks. - Users of this element are obliged to implement at least the src_start - callback, which provides a way to link from a URI to the settings - for that URI. - -2015-12-22 11:10:31 +0200 Matthew Marsh <matt@stonethree.com> - - * sys/nvenc/gstnvbaseenc.c: - nvenc: fix high CPU use on initialization of multiple encoders at the same time - We need a static lock to protect various NVENC methods in _set_format(). Without - this the CPU use increases dramatically on initialisation of the element when - there are multiple elements being initialised at the same time. - https://bugzilla.gnome.org/show_bug.cgi?id=759742 - -2015-12-22 10:15:39 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: make sure every bad update_playlist return sets an error - Otherwise it segfaults when reporting the error in the bus - -2015-12-21 13:57:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/teletextdec/gstteletextdec.c: - teletextdec: Use NULL instead of g_strdup('\0') - Which is equivalent to g_strdup(NULL). - https://bugzilla.gnome.org/show_bug.cgi?id=759728 - -2015-12-21 12:33:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * common: - * configure.ac: - configure: Use -Bsymbolic-functions if available - While this is more useful for libraries, some of our plugins with multiple - files and some internal API can also benefit from this. - -2015-12-21 12:19:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/libs/gstglcolorconvert.c: - glcolorconvert: Fix name of testsuite - -2015-12-21 12:13:15 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: Signal context creation from inside the context loop and use g_thread_join() instead of a custom condition variable - Also protect against spurious condition variable wakeups during context - creation. - -2015-12-21 11:27:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glwindow: Hide navigation specific internal API and add API to asynchronously send navigation events - Exposing the navigation thread's main context, GSourceFuncs and structs called - key_event and mouse_event is exposing a bit too much of the internals. Let's - just go with two functions to asynchronously send navigation events on the - window with the same API as the synchronous ones. - -2015-12-21 10:46:52 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - glwindow: Use g_thread_join() instead of a custom condition variable for waiting for the navigation thread to finish - Also hide some internal functions and fields while we're at it and fix - a race condition with the startup condition variable. - -2015-11-30 09:36:09 +0800 Haihua Hu <b55597@freescale.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: Fix memory leak of navigation thread - When stopping the navigation thread, call g_thread_join() to release - the resources hold by it. - https://bugzilla.gnome.org/show_bug.cgi?id=758820 - -2015-12-19 21:25:49 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/assrender/gstassrender.c: - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - assrender, dvbsuboverlay: fix example pipelines in docs - -2015-12-19 21:10:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: reflow update_playlist a bit - Reduce indentation by erroring out directly on failure. - -2015-12-19 20:59:12 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: fix potential error leak - Clear error as soon as we determine that the download failed, - otherwise there are code paths where we might return without - clearing it ever, which would leak the GError then. Also, we - can pass a NULL GError pointer to _fetch_uri(), so just do that - instead of passing one that we're going to just free again - right away anyway. - -2015-12-19 12:05:59 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstpyramidsegment.cpp: - opencv: remove unneeded sink_event function in pyramidsegment - -2015-12-19 12:04:01 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gsttextoverlay.cpp: - opencv: remove unneeded sink_event function in textoverlay - -2015-12-18 18:51:49 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/opencv/gsttemplatematch.cpp: - templatematch: remove useless function - -2015-12-18 11:56:17 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: always set timestamp on reverse playback - Downstream needs to be able to restore the timestamps after a discont - to do reverse playback - https://bugzilla.gnome.org/show_bug.cgi?id=759592 - -2015-12-18 15:36:40 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glconvert: Fix compilation of GRAY16_LE/BE shader - -2015-11-13 17:24:30 +0100 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Add dmabuf upload method. - This upload method detect and optimize uploads of DMABuf memory. This is - done by creating and caching EGLImages wrapper around DMABuf. The - EGLImages are then binded to a texture which get converter using - standard shader. - Example pipeline: - GST_GL_PLATFORM=egl \ - gst-launch-1.0 v4l2src device=/dev/video1 io-mode=4 ! \ - video/x-raw,format=NV12 ! glimagesink - https://bugzilla.gnome.org/show_bug.cgi?id=743345 - -2015-12-18 15:52:46 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - eglimagememory: Also import BGR16, ABGR, xBGR, AYUV, GRAY16_LE/BE and Y444 - https://bugzilla.gnome.org/show_bug.cgi?id=743345 - -2015-12-18 11:08:29 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - eglimagememory: Add RGB/BGR DMABuf importation support - https://bugzilla.gnome.org/show_bug.cgi?id=743345 - -2015-11-13 17:40:08 +0100 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - * gst-libs/gst/gl/egl/gsteglimagememory.h: - eglimagememory: Methods to create GstGLMemory from dmabufs - Maps GstVideoFormats to suitable DRM fourccs which work with - glcolorconvert, using gst_gl_memory_alloc(). We require mostly - only 4 formats to be supported by the driver. We require DRM - equivalent to RGB16, RGBA, R8 and RG88. This way it's compatible with - DesktopGL, since GL_TEXTURE_2D is used and limit driver requirements. - With this we can virtually support all formats the glcolorconvert - supports. - https://bugzilla.gnome.org/show_bug.cgi?id=743345 - -2015-10-02 13:31:39 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * configure.ac: - * gst-libs/gst/gl/Makefile.am: - build: Add dmabuf build condition. - configure.ac: Build dmabuf when EGL and drm_fourcc.h is available. - gl: Link gst-allocators. - https://bugzilla.gnome.org/show_bug.cgi?id=743345 - -2015-11-13 17:09:13 +0100 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - glimagesink: Show error when video frame is not mapped. - Adds more meaningful error than - "Failed to convert multiview video buffer", which is always used - when prepare_next_buffer() fails in gst_glimage_sink_prepare(). - https://bugzilla.gnome.org/show_bug.cgi?id=743345 - -2015-11-13 17:05:11 +0100 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - gstglcontext_egl: Expose gst_gl_context_egl_get_error_string. - https://bugzilla.gnome.org/show_bug.cgi?id=743345 - -2015-12-18 16:56:04 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gsttextoverlay.cpp: - * ext/opencv/gsttextoverlay.h: - opencv: update opencvtextoverlay to GstOpencvVideoFilter - Update opencvtextoverlay to inherit from GstOpencvVideoFilter instead of - from GstElement. This means less code and more uniformity with other OpenCV - elements. The chain/transform function is now a third of the size than - before. - -2015-12-18 16:18:52 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gsttemplatematch.cpp: - * ext/opencv/gsttemplatematch.h: - opencv: update templatematch to GstOpencvVideoFilter - Update pyramidsegment to inherit from GstOpencvVideoFilter instead of from - GstElement. This means less code and more uniformity with other OpenCV - elements. - -2015-12-18 15:48:16 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstpyramidsegment.cpp: - * ext/opencv/gstpyramidsegment.h: - opencv: update pyramidsegment to GstOpencvVideoFilter - Update pyramidsegment to inherit from GstOpencvVideoFilter instead of from - GstElement. This means less code and more uniformity with other OpenCV - elements. - -2015-12-17 17:26:29 +0200 Vivia Nikolaidou <vivia@ahiru.eu> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Made "auto" mode work according to caps - When the mode of decklinkvideosink is set to "auto", the sink claims to - support the full set of caps that it can support for all modes. Then, every - time new caps are set, the sink will automatically find the correct mode for - these caps and set it. - Caveat: We have no way to know whether a specific mode will actually work for - your hardware. Therefore, if you try sending 4K video to a 1080 screen, it - will silently fail, we have no way to know that in advance. Manually setting - that mode at least gave the user a way to double-check what they are doing. - https://bugzilla.gnome.org/show_bug.cgi?id=759600 - -2015-12-18 12:28:23 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstmotioncells.cpp: - * ext/opencv/gstmotioncells.h: - opencv: update motioncells to GstOpencvVideoFilter - Update motioncells to inherit from GstOpencvVideoFilter instead of from - GstElement. This means less code and more uniformity with other OpenCV - elements. - -2015-12-18 12:26:16 +0100 Thomas Roos <thomas.roos@industronic.de> - - * sys/directsound/gstdirectsoundsrc.c: - * sys/directsound/gstdirectsoundsrc.h: - directsoundsrc: add device property as it is done in directsoundsink - This allows selection of the device by GUID instead of the name. The name is - user-given and multiple devices can have the same name. - https://bugzilla.gnome.org/show_bug.cgi?id=759484 - -2015-12-18 12:36:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/directsound/gstdirectsoundsrc.h: - directsoundsrc: Convert header from (some) DOS line endings to UNIX - A mix between different line endings in the same file is not a good idea, - and the .c files are both with UNIX line endings so let's use that. - -2015-12-18 10:30:25 +0000 Julien Isorce <j.isorce@samsung.com> - - * sys/applemedia/Makefile.am: - applemedia: set -mmacosx-version-min to 10.8 - Otherwise qtkitvideosrc fails to build on OSX 10.10.4 - because QTKit has been deprecated since OS X 10.9. - Also set -mmacosx-version-min=10.8 in front to allow - the user or cerbero to override the version. - https://bugzilla.gnome.org/show_bug.cgi?id=745564 - -2015-12-18 13:17:34 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * ext/gl/gstgloverlay.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * sys/applemedia/videotexturecache.m: - glmemory: add gst_gl_memory_allocator_get_default - Add gst_gl_memory_allocator_get_default to get the default allocator based on - the opengl version. Allows us to stop hardcoding the PBO allocator which isn't - supported on gles2. - Fixes GL upload on iOS9 among other things. - -2015-12-18 11:49:25 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: don't deadlock on resize - Performing any GL function marshalling off the GL thread with glimagesink's - render lock is prone to deadlocks between the GL thread and the non-GL thread. - What can happen is this: - 1. non-GL thread attempts to function marshal to the GL thread. - 2. while 1 is happening, the winsys gives an event (say resize) - 3. This calls back into glimagesink which taks the render lock. - 4. As the GL function marshalling is attempting to run on the GL - and already has glimagesink's render lock locked. This deadlocks - as the threads are waiting for each other. - -2015-12-17 18:16:44 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstedgedetect.cpp: - * ext/opencv/gstedgedetect.h: - opencv: update edgedetect to GstOpencvVideoFilter - Update edgedetect to inherit from GstOpencvVideoFilter instead of from - GstElement. This means less code and more uniformity with other OpenCV - elements. - -2015-12-17 15:56:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openjpeg/gstopenjpegdec.c: - openjpegdec: Don't crash when decoding returns NULL data for any component - https://bugzilla.gnome.org/show_bug.cgi?id=758943 - -2015-12-15 14:14:36 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglbasememory.h: - glbasememory: don't unconditionally add the alignment bytes to the size - e.g when wrapping a data pointer we don't want to map/unmap off the end of - pointer with the alignment bytes. - Instead track that information separately as maxsize is used for mapping by - GstMemory and thus represents a size without any alignment padding bytes. - -2015-12-17 10:51:31 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvsmooth.cpp: - * ext/opencv/gstcvsmooth.h: - opencv: add blur and bilateral support in cvsmooth - Adding the support for the two other OpenCV linear filters to smooth - images. The new API does support spatial sigma in the bilateral filter, - hence bringing that property back. - Adding reference to new documentation. - -2015-12-17 08:51:48 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/pnm/gstpnmenc.c: - pnmenc: Fix wrong logic leading to memory mishandling - While encoding the frame in ASCII mode, per component four bytes are needed - and after every 20 bytes, a \n will be added. So the calculation should be - size = size * (4 + 1 / 20). This should exclude the header being written. - Since header is also being included in the calculations, memory mishandlings - are happening. - https://bugzilla.gnome.org/show_bug.cgi?id=759520 - -2015-12-17 15:50:40 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbuffer.c: - glbuffer: add a name to the allocator - -2015-12-17 15:23:13 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglbasememory.h: - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.c: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstglupload.c: - * sys/applemedia/iosurfacememory.c: - * sys/applemedia/videotexturecache.m: - * tests/check/libs/gstglcolorconvert.c: - gl*memory*: reverse the parameter order of user_data and destroy notify - The convention is to have the destroy notify last after any user data - -2015-12-17 15:07:33 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/videotexturecache.m: - applemedia: fix build on iOS - Fix build after 779dc3132c8f6dd560cb07cc2e2c3c72aeaa7845 - -2015-12-17 14:49:13 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: do fixate - -2015-12-16 18:41:06 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgloverlay.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemorypbo.c: - * gst-libs/gst/gl/gstglmemorypbo.h: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * sys/applemedia/videotexturecache.m: - * tests/check/libs/gstglcolorconvert.c: - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - glmemorypbo: remove our own alloc()/wrapped()/etc functions - replaced by equivalent functionality within gst_gl_base_memory_alloc() - -2015-12-16 18:39:32 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: document gst_gl_memory_init - -2015-12-16 18:38:19 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglmemorypbo.c: - glbuffer: remove unneeded gst_gl_buffer_alloc() - Replaced by gst_gl_base_memory_alloc() - -2015-12-16 18:37:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - glbasememory: document some functions - -2015-12-16 18:36:13 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: add a default copy implementation - Subclasses still need to override this to copy into the correct memory type. - -2015-12-16 18:32:40 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - glbufferpool: use gst_gl_base_memory_alloc as a generic GL allocation framework - Requires the usage of GstGLVideoAllocationParams however any user can set their - own parameters along with an allocator which will be used to allocate the - correct memory type. - -2015-12-16 18:30:59 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemorypbo.c: - * gst-libs/gst/gl/gstglmemorypbo.h: - glmemorypbo: implement GstGLBaseMemory:alloc - Uses the GstGLVideoAllocationParams parameters - -2015-12-16 18:23:31 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - glbuffer: implements GstGLBaseMemory::alloc - Create GstGLBufferAllocationParams which is subclass of GstGLAllocationParams - -2015-12-16 18:20:17 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * sys/androidmedia/gstamcvideodec.c: - glmemory: implement GstGLBaseMemory::alloc - - Create GstGLVideoAllocationParams which is a GstGLAllocationParams subclass. - - Make it possible to allocate glmemory objects directly if no frills are - needed. - -2015-12-16 18:13:21 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglbasememory.h: - glbasememory: add a generic interface for allocating GL memories - This is made possible by a subclassable GstGLAllocationParams that holds - the allocation parameters - Every allocation would now go through gst_gl_base_memory_alloc with the - allocation parameters now being specified in a single struct to allow - extension by different allocators. - -2015-12-17 12:30:05 +1100 Matthew Waters <matthew@centricular.com> - - * common: - revert common submodule change - 8ae003326157438c12c45589e050c5f446723f61 contained a erroneous common change - -2015-12-17 11:06:34 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbuffer.c: - Revert "glbuffer: Don't pass allocation params" - This reverts commit 052f41e5c293ec17c038467ed1e7b92b04d494b0. - This is incorrect and will affect any other glbuffer user that needs/wants to - perform data alignment. - -2015-12-16 19:21:24 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvsmooth.cpp: - opencv: add medianBlur support in cvsmooth - With the deprecation of cvSmooth we have to handle the other smoothing - functions manually. - -2015-12-16 18:37:37 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvsmooth.cpp: - * ext/opencv/gstcvsmooth.h: - opencv: switch deprecated cvSmooth for GaussianBlur - The OpenCV cvSmooth function is deprecated [0] and the documentation - recommends to use GaussianBlur (). This makes the spatial property go - unused. Marking it as deprecated, making it non-functional and will remove - in the next cycle. - [0] http://docs.opencv.org/2.4/modules/imgproc/doc/filtering.html - -2015-12-16 11:56:08 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglbuffer.c: - glbuffer: Don't pass allocation params - The imported memory has already been allocated, passing allocation - parameters with alignment confuses the memory which endup with a - size different from maxsize and lead to overrun when the memory - is being copied. - -2015-12-16 13:59:18 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: improve validation of UTCtiming element - gst_mpdparser_parse_utctiming_node does not validate the parsed values completely. The following scenarios are incorrectly accepted: - - elements with no schemeIdUri property should be rejected - - elements with unrecognized UTCTiming scheme should be rejected - - elements with empty values should be rejected - The last one triggers a division by 0 in gst_dash_demux_poll_clock_drift: - clock_drift->selected_url = clock_drift->selected_url % g_strv_length (urls); - because it urls is a valid pointer to an empty array. - https://bugzilla.gnome.org/show_bug.cgi?id=759547 - -2015-12-16 10:41:47 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: clock_cond is not used and should be removed - There are no threads waiting on clock_cond. It is just initialised and - signalled. It should be removed. - https://bugzilla.gnome.org/show_bug.cgi?id=759537 - -2015-12-16 10:23:23 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - adaptivedemux: fixed clock compensation in get_fragment_waiting_time - Clock compensation is calculated in usec but is added to a GstClockTime value. - https://bugzilla.gnome.org/show_bug.cgi?id=759534 - -2015-12-16 10:21:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - applemedia: Link to IOSurface.framework for the IOSurface API - -2015-12-15 17:10:00 +0000 Dave Craig <davecraig@unbalancedaudio.com> - - * gst/videoparsers/gstdiracparse.c: - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpegvideoparse.c: - * gst/videoparsers/gstpngparse.c: - * gst/videoparsers/gstvc1parse.c: - videoparsers: Check for NULL return value of gst_pad_get_current_caps() - https://bugzilla.gnome.org/show_bug.cgi?id=759503 - -2015-12-16 14:32:20 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/ivtc/gstivtc.c: - ivtc: Fix value memory leak - gvalue variable should be unset instead of reset. - https://bugzilla.gnome.org/show_bug.cgi?id=759525 - -2015-12-16 14:29:20 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/ivtc/gstcombdetect.c: - combdetect: Fix value memory leak - gvalue variable should be unset instead of reset. - https://bugzilla.gnome.org/show_bug.cgi?id=759523 - -2015-12-16 13:08:22 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/pnm/gstpnmdec.c: - pnmdec: Fix scanner memory leak - For corrupted files, scanner memory is being leaked. - https://bugzilla.gnome.org/show_bug.cgi?id=759522 - -2015-12-16 13:06:45 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/pnm/gstpnmdec.c: - pnmdec: Fix buffer memory leak - In case of corrupted file, s->buf allocated is not being freed - https://bugzilla.gnome.org/show_bug.cgi?id=759522 - -2015-12-16 09:05:42 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/pnm/gstpnmenc.c: - pnmenc: Fix string memory leak - header being allocated is not freed resulting in leak - https://bugzilla.gnome.org/show_bug.cgi?id=759520 - -2015-12-16 08:52:12 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/gdp/gstgdppay.c: - gdppay: Fix buffer memory leak - outbuffer being allocated is not being pushed to queue for EOS event and hence - should be freed. - https://bugzilla.gnome.org/show_bug.cgi?id=759519 - -2015-12-16 09:39:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - applemedia: Link to IOKit.framework for IOSurface related functions - -2015-12-16 09:33:12 +0100 Sebastian Dröge <sebastian@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - docs: update to git - -2015-12-16 08:25:19 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/yadif/vf_yadif.c: - yadif: Fix illegal memory access - When applying the spatial prediction, there is an illegal access of -1 index of array. - Hence adding a condition to avoid this. - https://bugzilla.gnome.org/show_bug.cgi?id=759518 - -2015-12-16 08:22:00 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/yadif/gstyadif.c: - yadif: Fix gvalue memory leak - gvalue variable should be unset instead of reset. - https://bugzilla.gnome.org/show_bug.cgi?id=759518 - -2015-12-16 17:02:27 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fix texture-target on iOS - -2015-12-16 15:20:30 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: remove obsolete FIXME - -2015-12-16 14:38:44 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: rework GLMemory negotiation - Only do GLMemory when a GstGLContext is available AND GLMemory is actually - negotiated with downstream. - -2015-12-16 13:47:00 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: update after IOSurface changes - Prefer GLMemory over sysmem. Also now when pushing GLMemory we push the - original formats (UYVY in OSX, BGRA in iOS) and leave it to downstream to - convert. - -2015-12-14 16:10:01 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/videotexturecache.h: - * sys/applemedia/videotexturecache.m: - * sys/applemedia/vtdec.c: - applemedia: vtdec: remove the internal GstGLColorConvert - It was added back in the day to make texture sharing work by default with - glimagesink inside playbin. These days glimagesink accepts (and converts) YUV - internally so it's no longer needed. - -2015-12-14 14:23:20 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: decouple outputting textures from outputting RGBA - We're going to be able to output NV12 textures soon. - -2015-12-11 13:20:05 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * common: - * sys/applemedia/Makefile.am: - * sys/applemedia/iosurfacememory.c: - * sys/applemedia/iosurfacememory.h: - * sys/applemedia/videotexturecache.h: - * sys/applemedia/videotexturecache.m: - * sys/applemedia/vtdec.c: - applemedia: vtdec: switch to IOSurface on Mac - Switch to using IOSurface instead of CVOpenGLTextureCache on OSX. The latter can't be - used anymore to do YUV => RGB with opengl3 on El Capitan as GL_YCBCR_422_APPLE - has been removed from the opengl3 driver. Also switch to NV12 from UYVY, which - was the only YUV format supported by CVOpenGLTextureCache. - -2015-12-10 16:22:08 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/videotexturecache.h: - * sys/applemedia/videotexturecache.m: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - applemedia: rename GstCoreVideoTextureCache to GstVideoTextureCache - First of a few commits to stop using CVOpenGLTextureCache on OSX and use - IOSurfaces directly instead. CVOpenGLTextureCache hasn't been updated for OpenGL - 3 which is why texture sharing is currently disabled on OSX. - -2015-11-17 19:31:53 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - Revert "vtdec: disable the texture cache on OSX" - This reverts commit f02425c4afcd85260a1b387aeddf863774257917. - -2015-12-15 14:17:16 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: fix allocator name after GLMemory API changes - -2015-12-15 19:28:05 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/qt/Makefile.am: - qtsink: Add configured GL cflags to the build - We don't directly link to GL in the element, though we use GL headers. - For this reason we need to include the proper GL headers path. This - prevent this element from using a different GL header then libgstgl. - -2015-12-15 19:25:16 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - * gst-libs/gst/gl/gstglapi.h: - gl: Allow using non-system mesa with both GL and GLES - GCC automatically disable redundance warnings for system headers. As - soon as we start using a non-system installed mesa, we would start - having issues. The test for both wasn't setting any flags, so it would - work but then fail at runtime. - This is being fixed by disabling in the code (where needed only) that - GCC warning. The test is also fixed to avoid the false positive we had. - -2015-12-15 15:59:30 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstpyramidsegment.cpp: - opencv: pyramidsegment: fix example launch line - Use videotestsrc and autovideosink in the example gst-launch-1.0 line and - not a useless fakesrc-fakesink example. - -2015-12-15 15:56:19 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvdilate.cpp: - * ext/opencv/gstcvequalizehist.cpp: - * ext/opencv/gstcverode.cpp: - * ext/opencv/gstcvlaplace.cpp: - * ext/opencv/gstcvsmooth.cpp: - * ext/opencv/gstcvsobel.cpp: - opencv: add headers with example launch lines - Add description headers for all the OpenCV plugins missing them, so we can - have gst-launch-1.0 example launch lines for all of them. - -2015-12-14 16:48:45 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - opengl: Use pkg-config if available - libMesa ships .pc files now for gl/egl/glesv2. This patch makes use - of it while keeping support for system without. - https://bugzilla.gnome.org/show_bug.cgi?id=751068 - -2015-12-15 11:59:00 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/geometrictransform/gstbulge.c: - * gst/geometrictransform/gstcircle.c: - * gst/geometrictransform/gstdiffuse.c: - * gst/geometrictransform/gstfisheye.c: - * gst/geometrictransform/gstkaleidoscope.c: - * gst/geometrictransform/gstmarble.c: - * gst/geometrictransform/gstmirror.c: - * gst/geometrictransform/gstperspective.c: - * gst/geometrictransform/gstpinch.c: - * gst/geometrictransform/gstrotate.c: - * gst/geometrictransform/gstsphere.c: - * gst/geometrictransform/gstsquare.c: - * gst/geometrictransform/gststretch.c: - * gst/geometrictransform/gsttunnel.c: - * gst/geometrictransform/gsttwirl.c: - * gst/geometrictransform/gstwaterripple.c: - geometrictransform: add headers with example launch lines - Add description headers for all geometrictransform elements so we can have - gst-launch-1.0 example launch lines for all of them. - -2015-12-14 11:09:46 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * README: - * ext/assrender/gstassrender.c: - * ext/chromaprint/gstchromaprint.c: - * ext/curl/gstcurlbasesink.c: - * ext/curl/gstcurlfilesink.c: - * ext/curl/gstcurlftpsink.c: - * ext/curl/gstcurlhttpsink.c: - * ext/curl/gstcurlsftpsink.c: - * ext/curl/gstcurlsmtpsink.c: - * ext/daala/gstdaaladec.c: - * ext/daala/gstdaalaenc.c: - * ext/directfb/dfbvideosink.c: - * ext/dts/gstdtsdec.c: - * ext/faac/gstfaac.c: - * ext/faad/gstfaad.c: - * ext/gl/gstglbumper.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstglfilterreflectedscreen.c: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglstereosplit.c: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltransformation.c: - * ext/kate/gstkatedec.c: - * ext/kate/gstkateenc.c: - * ext/kate/gstkateparse.c: - * ext/kate/gstkatetag.c: - * ext/kate/gstkatetiger.c: - * ext/ladspa/gstladspa.c: - * ext/libvisual/visual-gl.c: - * ext/mpg123/gstmpg123audiodec.c: - * ext/mplex/gstmplex.cc: - * ext/openal/gstopenalsink.c: - * ext/openal/gstopenalsrc.c: - * ext/opus/gstopusdec.c: - * ext/opus/gstopusenc.c: - * ext/opus/gstopusparse.c: - * ext/resindvd/resin-play: - * ext/resindvd/resin-play2: - * ext/rsvg/gstrsvgdec.c: - * ext/rsvg/gstrsvgoverlay.c: - * ext/rtmp/gstrtmpsink.c: - * ext/rtmp/gstrtmpsrc.c: - * ext/sndio/sndiosink.c: - * ext/sndio/sndiosrc.c: - * ext/teletextdec/gstteletextdec.c: - * ext/wayland/gstwaylandsink.c: - * ext/zbar/gstzbar.c: - * gst/aiff/aiffparse.c: - * gst/asfmux/gstasfmux.c: - * gst/audiofxbad/gstaudiochannelmix.c: - * gst/audiomixer/gstaudiomixer.c: - * gst/audiovisualizers/gstspacescope.c: - * gst/audiovisualizers/gstspectrascope.c: - * gst/audiovisualizers/gstsynaescope.c: - * gst/audiovisualizers/gstwavescope.c: - * gst/autoconvert/gstautovideoconvert.c: - * gst/camerabin2/gstcamerabin2.c: - * gst/camerabin2/gstviewfinderbin.c: - * gst/coloreffects/gstchromahold.c: - * gst/coloreffects/gstcoloreffects.c: - * gst/dataurisrc/gstdataurisrc.c: - * gst/debugutils/fpsdisplaysink.c: - * gst/debugutils/gstchopmydata.c: - * gst/debugutils/gstdebugspy.c: - * gst/debugutils/gstwatchdog.c: - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - * gst/dvdspu/gstdvdspu.c: - * gst/festival/gstfestival.c: - * gst/fieldanalysis/gstfieldanalysis.c: - * gst/freeverb/gstfreeverb.c: - * gst/gaudieffects/gstburn.c: - * gst/gaudieffects/gstchromium.c: - * gst/gaudieffects/gstdilate.c: - * gst/gaudieffects/gstdodge.c: - * gst/gaudieffects/gstexclusion.c: - * gst/gaudieffects/gstgaussblur.c: - * gst/gaudieffects/gstsolarize.c: - * gst/gdp/README: - * gst/gdp/gstgdpdepay.c: - * gst/gdp/gstgdppay.c: - * gst/id3tag/gstid3mux.c: - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintersubsink.c: - * gst/inter/gstintersubsrc.c: - * gst/inter/gstintervideosink.c: - * gst/inter/gstintervideosrc.c: - * gst/interlace/gstinterlace.c: - * gst/ivtc/gstcombdetect.c: - * gst/ivtc/gstivtc.c: - * gst/jp2kdecimator/gstjp2kdecimator.c: - * gst/jpegformat/gstjifmux.c: - * gst/jpegformat/gstjpegparse.c: - * gst/mxf/mxfdemux.c: - * gst/mxf/mxfmux.c: - * gst/nuvdemux/gstnuvdemux.c: - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmenc.c: - * gst/rawparse/README: - * gst/removesilence/gstremovesilence.c: - * gst/sdp/gstsdpdemux.c: - * gst/speed/gstspeed.c: - * gst/stereo/gststereo.c: - * gst/videofilters/gstscenechange.c: - * gst/videofilters/gstvideodiff.c: - * gst/videofilters/gstzebrastripe.c: - * gst/videoparsers/gstdiracparse.c: - * gst/videosignal/gstsimplevideomark.c: - * gst/videosignal/gstsimplevideomarkdetect.c: - * gst/videosignal/gstvideoanalyse.c: - * gst/y4m/gsty4mdec.c: - * gst/yadif/gstyadif.c: - * sys/applemedia/atdec.c: - * sys/applemedia/avfassetsrc.m: - * sys/applemedia/iosassetsrc.m: - * sys/applemedia/vtdec.c: - * sys/directsound/gstdirectsoundsrc.c: - * sys/dvb/README: - * sys/dvb/gstdvbsrc.c: - * sys/opensles/openslessink.c: - * sys/opensles/openslessrc.c: - * sys/shm/gstshmsink.c: - * sys/shm/gstshmsrc.c: - * sys/vdpau/gstvdpvideopostprocess.c: - * sys/vdpau/mpeg/gstvdpmpegdec.c: - * sys/vdpau/mpeg4/gstvdpmpeg4dec.c: - * sys/winks/gstksvideosrc.c: - * sys/winscreencap/gstdx9screencapsrc.c: - * sys/winscreencap/gstgdiscreencapsrc.c: - * tools/gst-element-maker: - plugins-bad: Fix example pipelines - rename gst-launch --> gst-launch-1.0 - replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) - fix caps in examples - https://bugzilla.gnome.org/show_bug.cgi?id=759432 - -2015-12-14 15:01:09 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * .gitignore: - ignore: videoframe-audiolevel test - -2015-12-14 14:44:31 -0500 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/insertbin/gstinsertbin.h: - bad: Add g_autoptr() support to all types - https://bugzilla.gnome.org/show_bug.cgi?id=754464 - -2015-12-14 12:31:52 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: check pointer before dereferencing - priv->primary_out could be NULL, check before dereferencing it in - GST_BUFFER_FLAG_SET () - CID 1308945 - -2015-12-14 13:43:10 +0200 Vivia Nikolaidou <vivia@ahiru.eu> - - * gst/videoframe_audiolevel/gstvideoframe-audiolevel.c: - videoframe-audiolevel: Fix possible division by zero - In update_rms_from_buffer(), division by "frames" wasn't checking whether - "frames" is zero. - CID 1341519. - https://bugzilla.gnome.org/show_bug.cgi?id=759443 - -2015-12-14 09:38:41 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/gl/clutter/cluttershare.c: - clutter: Fix compilation error in GL examples - Include gst/gl.h instead of specific headers to prevent such problems also in - the future. - In file included from ../../../../gst-libs/gst/gl/gl.h:47:0, - from ../../../../gst-libs/gst/gl/gstglbasememory.h:137, - from ../../../../gst-libs/gst/gl/gstglmemory.h:29, - from cluttershare.c:39: - ../../../../gst-libs/gst/gl/gstglmemorypbo.h:51:20: error: field ‘mem’ has incomplete type - GstGLMemory mem; - ^ - ../../../../gst-libs/gst/gl/gstglmemorypbo.h:124:24: error: field ‘parent’ has incomplete type - GstGLMemoryAllocator parent; - ^ - ../../../../gst-libs/gst/gl/gstglmemorypbo.h:134:29: error: field ‘parent_class’ has incomplete type - GstGLMemoryAllocatorClass parent_class; - ^ - -2015-12-14 19:18:14 +1100 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/corevideotexturecache.m: - applemedia: update for GLMemory API changes - -2015-12-14 19:15:14 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: update for GLMemory API changes - -2015-12-14 18:41:30 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcolorconvert.c: - * tests/check/libs/gstglupload.c: - tests: update for glmemory api changes - -2015-12-14 18:20:23 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbuffer.c: - glbuffer: bind/unbind on map/unmap for GL mappings - Bind the handle to the GL target on map/unmap to save the caller from - handling this themselves. - -2015-12-14 18:19:37 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - glbuffer: remove buffer specific transfer flags - Instead rely on GstGLBaseMemory's transfer handling - -2015-12-14 18:18:20 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemorypbo.c: - glmemorypbo: map/unmap pbo memory correctly for state tracking - Otherwise some downloads will fail to occur from the PBO. - -2015-12-14 18:15:42 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglmemory.c: - tests/glmemory: include the generic gl header - Including gstglmemory.h directly results in the compiler complaining - about incomplete types. - -2015-12-14 17:05:31 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglformat.c: - glformat: add compatibility definitions for OES/rectangle textures - -2015-12-14 13:49:18 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbasebuffer.c: - * gst-libs/gst/gl/gstglbasebuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - glbasebuffer: remove unsed memory subclass - The functionality has been split into GstGLBaseMemory and GstGLBuffer. - -2015-12-14 13:43:59 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs.types: - * ext/gl/gstgldownloadelement.c: - * ext/gl/gstgloverlay.c: - * ext/qt/gstqsgtexture.cc: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglformat.c: - * gst-libs/gst/gl/gstglformat.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmemorypbo.c: - * gst-libs/gst/gl/gstglmemorypbo.h: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * tests/check/libs/gstglmemory.c: - glmemory: base classify and add the pbo memory on top - The base class is useful for having multiple backing memory types other - than the default. e.g. IOSurface, EGLImage, dmabuf? - The PBO transfer logic is now inside GstGLMemoryPBO which uses GstGLBuffer - to manage the PBO memory. - This also moves the format utility functions into their own file. - -2015-12-14 13:08:10 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs.types: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - gl: add a GL buffer based GstMemory - Heavily based on GstGLBaseBuffer that is a subclass of GstGLBaseMemory. - Provides GPU and CPU accessible GL buffer objects by GL handle or by - sysmem data pointer. - -2015-12-14 12:59:02 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbasememory.c: - * gst-libs/gst/gl/gstglbasememory.h: - gl: add a base memory object - It handles the following - - GstAllocationParams -> gst_memory_init transformation - - Makes sure that map/unmap/create/destroy happen on the GL thread with - a GL context current. - - Holds a possible sysmem accessible data pointer with alignment. - - Holds the need upload/download transfer state - -2015-12-14 12:26:01 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - gl: add convenience function for the start of a video frame - Get's the start of the video frame based on a GstVideoInfo and - GstVideoAlignment. - -2015-12-11 16:07:36 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstgluploadmeta.c: - * gst-libs/gst/gl/gstgluploadmeta.h: - * tests/check/libs/gstglupload.c: - gluploadmeta; remove convenience helper API - It was not really useful as if one knows about libgstgl, one can just use - GLMemory objects directly. - -2015-12-11 15:39:57 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - * ext/gl/gstglstereomix.h: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - gldownload: remove helper api from the library - It was never used by anyone and is not needed anymore with the element - and GstGLMemory's transparent support for downloading textures. - -2015-12-12 20:07:32 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvdilate.cpp: - * ext/opencv/gstcvdilateerode.cpp: - * ext/opencv/gstcvdilateerode.h: - * ext/opencv/gstcvequalizehist.cpp: - * ext/opencv/gstcvequalizehist.h: - * ext/opencv/gstcverode.cpp: - * ext/opencv/gstcvlaplace.cpp: - * ext/opencv/gstcvlaplace.h: - * ext/opencv/gstcvsmooth.cpp: - * ext/opencv/gstcvsmooth.h: - * ext/opencv/gstcvsobel.cpp: - * ext/opencv/gstcvsobel.h: - * ext/opencv/gstdisparity.cpp: - * ext/opencv/gstdisparity.h: - * ext/opencv/gstedgedetect.cpp: - * ext/opencv/gstedgedetect.h: - * ext/opencv/gstfaceblur.cpp: - * ext/opencv/gstfaceblur.h: - * ext/opencv/gstfacedetect.cpp: - * ext/opencv/gstgrabcut.cpp: - * ext/opencv/gsthanddetect.cpp: - * ext/opencv/gsthanddetect.h: - * ext/opencv/gstmotioncells.cpp: - * ext/opencv/gstmotioncells.h: - * ext/opencv/gstopencvvideofilter.cpp: - * ext/opencv/gstpyramidsegment.cpp: - * ext/opencv/gstpyramidsegment.h: - * ext/opencv/gstretinex.cpp: - * ext/opencv/gstretinex.h: - * ext/opencv/gstsegmentation.cpp: - * ext/opencv/gstskindetect.cpp: - * ext/opencv/gstskindetect.h: - * ext/opencv/gsttemplatematch.cpp: - * ext/opencv/gsttemplatematch.h: - * ext/opencv/gsttextoverlay.cpp: - * ext/opencv/gsttextoverlay.h: - opencv: clean includes - The opencv element includes were full of duplicates and uneeded headers. - For example a few elements that stopped using gstcvopencvutils still - included that header file. - -2015-12-12 19:31:55 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstopencvutils.cpp: - * ext/opencv/gstopencvutils.h: - opencv: remove unused functions in gstopencvutils - Since commit 45ca8876b2f5267f7edb842b6d56d7a6c271ccb3 nobody is using - gst_opencv_get_ipl_depth_and_channels() or - gst_opencv_parse_iplimage_params_from_structure(). Remove this dead - code. - -2015-12-12 19:13:42 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/MotionCells.cpp: - * ext/opencv/MotionCells.h: - motioncells: Remove unused includes - -2015-12-12 10:06:55 +1100 Matthew Waters <matthew@centricular.com> - - * common: - revert common submodule change - -2015-12-12 09:33:38 +1100 Matthew Waters <matthew@centricular.com> - - * common: - * ext/gl/gstgltransformation.c: - gltransformation: clear to transparent - Otherwise composition will result in a black frame outside the transformed - video. - -2015-12-11 11:39:08 +0100 Thomas Roos <thomas.roos@industronic.de> - - * sys/directsound/gstdirectsoundsrc.c: - directsoundsrc: Check return values of DirectSound functions in read loop - Otherwise we might end up in an infinite loop because of errors. - Also take the element's mutex in unprepare(). - https://bugzilla.gnome.org/show_bug.cgi?id=738292 - -2015-12-10 12:47:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Only pre-set position for exactly the same essence track - The edit rate is only supposed to be the same in a source package, but there - might be multiple source packages with the same essence container. As such - just comparing the body/index SID is not sufficient. - -2015-12-10 12:25:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Only pre-set the track position if it's for the same body/index SID - -2015-12-10 14:41:44 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - libgstgl: gstglcontext_cocoa: kCGLPFAStereo has been deprecated in 10.11 - Also since the version scheme has changed (to include the micro number) since - 10.10, use the MAC_OS_X_VERSION_* macro to avoid confusion. - -2015-12-10 12:41:00 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - glbufferpool: relax check for multiple texture targets - Only complain about multiple texture targets when _different_ texture targets - are configured. - -2015-12-10 12:33:52 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: take subsampling into account for rectangle textures - Rectangle textures don't use normalized coordinates so subsampling needs to be - factored in explicitly. - Fixes YUV => RGB conversion for rectangle textures. - -2015-12-09 16:55:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Only access the index table if it has enough elements - -2015-12-09 16:28:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Use keyframe information from index table segments if available - We don't implement keyframe detection for all codecs and this will allow us to - implement better seeking. - -2015-12-09 16:31:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Collect all index table segments after finding the random index pack - That way we always have the index table information available, especially the - keyframe-ness of all buffers. - -2015-12-08 18:15:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - * gst/mxf/mxfdemux.h: - * gst/mxf/mxftypes.h: - mxfdemux: Fix handling of IndexTableSegments - This was completely broken before and could only work on a very constrained - set of files. After these changes it should work except for situations where - PTS != DTS, which is not handled at all in mxfdemux currently. - https://bugzilla.gnome.org/show_bug.cgi?id=759118 - -2015-12-08 14:06:21 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: avoid pushing events with manifest lock - It can be an easy source of deadlocks. Reproducible with very - fast connections (local server). - -2015-12-08 20:24:45 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxftypes.c: - mxftypes: Fix parsing of index table segments - -2015-12-08 18:23:02 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Handle aggregation with NULL buffers without crashing - -2015-12-08 16:45:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Add FIXME about enforcing that all tracks in a source package have the same edit rate - The standard requires this and also the index table segments are not going to - work otherwise. - -2015-12-07 20:27:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - * gst/mxf/mxfmux.h: - mxfmux: Write index table segments - But only for the first essence track, and once for every keyframe every 2 - seconds. - -2015-12-07 20:26:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmetadata.c: - mxfmetadata: Fix static local tag for index sid - -2015-12-07 19:34:25 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxftypes.c: - * gst/mxf/mxftypes.h: - mxftypes: Add function to serialize an index table segment to a buffer - -2015-12-07 18:59:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - * gst/mxf/mxftypes.c: - * gst/mxf/mxftypes.h: - mxfmux: Index table segments must not use the primer pack - According to S377-1-2009c 9.2 the local tags must not be resolved from the - primer pack, which as a result means that there can't be any other tags than - statically assigned ones. - -2015-12-07 14:10:30 +1000 Duncan Palmer <dpalmer@digisoft.tv> - - * ext/hls/gsthlsdemux.c: - hlsdemux: add support for seeking to fragment boundaries - Setting the seek flags to GST_SEEK_FLAG_SNAP_* will change the seek - target time to a segment boundary. - Based on original work by Ben Willers <bwillers@digisoft.tv>. - https://bugzilla.gnome.org/show_bug.cgi?id=759108 - -2015-12-08 09:53:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/dash_mpd.c: - dash: Fix unit test after moving of framerates to RepresentationBaseType - -2015-12-08 09:33:39 +0900 suhwang.kim <suhwang.kim@lge.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Suggestion for setting the framerate information. - Dashdemux has set the width and height information from MPD manifest. - Some embedded devices which are not insufficient H/W resources need more information such as framerate - to assign H/W resources. So I suggested that dashdemux also needs to set the framerate information from MDP manifest. - https://bugzilla.gnome.org/show_bug.cgi?id=758515 - -2015-12-08 09:23:22 +0900 suhwang.kim <suhwang.kim@lge.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: maxFrameRate & minFrameRate should be in RepresentationBase. - According to the spec, they can be in AdaptationSet, Representation and SubRepresentation. - So They should be in RepresentationBase. - https://bugzilla.gnome.org/show_bug.cgi?id=758515 - -2015-12-08 16:35:45 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/sync.h: - glproto: include function definitions for GL_APPLE_sync - Provides a performance improvement on iOS where we were falling back to glFinish - on settting sync points. - -2015-12-07 20:34:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openjpeg/gstopenjpegenc.c: - openjpegenc: All frames in JPEG2000 are keyframes, mark them as such - -2015-12-07 09:08:15 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * autogen.sh: - * common: - Automatic update of common submodule - From b319909 to 86e4663 - -2015-12-07 13:48:12 +0100 Edward Hervey <edward@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Remove more dead code - Coverity CID #1328818 - -2015-12-07 13:36:29 +0100 Edward Hervey <edward@centricular.com> - - * ext/teletextdec/gstteletextdec.c: - teletextdec: Fix leak and NULL pointer usage - Coverity CID #1341744 - -2015-12-07 11:56:09 +0100 Edward Hervey <edward@centricular.com> - - * ext/teletextdec/gstteletextdec.c: - teletextdec: Remove dead code - ++i in a for() loop results in the loop never being executed more than once - Coverity CID #1341748 - Coverity CID #1341743 - -2015-03-12 11:29:00 +0000 Frédéric Wang <fred.wang@free.fr> - - * configure.ac: - * sys/acmenc/acmenc.c: - * sys/acmmp3dec/acmmp3dec.c: - acm: Port ACM MP3 decoder and encoders to GStreamer 1.x - https://bugzilla.gnome.org/show_bug.cgi?id=744047 - -2015-09-24 17:40:02 +0200 Daniel Kamil Kozar <dkk089@gmail.com> - - * configure.ac: - * ext/teletextdec/Makefile.am: - * ext/teletextdec/gstteletextdec.c: - * ext/teletextdec/gstteletextdec.h: - * ext/teletextdec/teletext.c: - port teletextdec to 1.0 - https://bugzilla.gnome.org/show_bug.cgi?id=733819 - -2015-12-02 18:28:15 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - h26xparse: Resend PPS/SPS after seek - This is to support byte-stream decoder that does not remember the - PPS/SPS after a flush. This is not needed by all decoders, but is - harmless for those that do remember. - https://bugzilla.gnome.org/show_bug.cgi?id=758405 - -2015-12-01 18:09:25 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Only offer custom allocator with caps features - To use GLMemory and EGLImage allocators, one need to know the - libgstgl API. This is only expected if the associated caps features - have been negotiated. Generic element that otherwise receive those - allocators may fail, resulting in broken pieline. We don't want to - force all generic element to check if the allocator is a custom - allocator or a normal allocator (which implement the _alloc method). - https://bugzilla.gnome.org/show_bug.cgi?id=758877 - -2015-12-04 18:05:58 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Don't copy input buffers, just append them to the header - -2015-12-03 11:46:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Resync live playlists to the 3rd newest fragment if we fall off the playlist - As HLS does not provide any way of knowing the server's clock, and we do - buffering of "live" streams, at some point we will fall behind the server in - many cases and would have to advance to a fragment that is not in the playlist - anymore. - Previously we would've just resynced to the next oldest fragment that is still - there, but this causes problems as from this point onwards we would always - fall off the playlist again all the time. - Instead we now resync and move to the 3rd newest fragment like we would do - when starting playback of a live stream. - https://bugzilla.gnome.org/show_bug.cgi?id=758987 - -2015-12-03 18:21:50 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - hls: m3u8: remove superfluous gst_m3u8_copy() implementation - No need to implement _copy() when we just copy a list that - we're freeing three lines later anyway. Instead just steal - the new main list. - -2015-12-03 10:08:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Log PTS of buffers that are pushed downstream - -2015-10-20 09:49:16 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Expose DVB Subpicture as subpictures - For some reason we were considering them as private data. - -2015-10-20 17:22:23 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Push GAP events *after* deactivating old programs - The order in which program switch must happen is: - 1) drain all data on old pads (but don't push EOS) - 2) add new pads (but don't push any data on them) - 3) Push EOS and remove old pads - 4) Start pushing data on new pads - There was one caveat in this implementation, which is that when - we activate a sparse pad (step 2) we would push a GAP event. The problem - is that, while being an event, it is actually *data*. - We therefore need to make sure pushing those GAP event is done at the step - we start pushing data. - https://bugzilla.gnome.org/show_bug.cgi?id=750402 - -2015-09-15 18:20:38 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Make sure old streams are drained before switching - Before we add any streams, make sure we drain all streams. This ensures - there's consistency that only "new" data will be pushed on buffers once - the new pads are added - https://bugzilla.gnome.org/show_bug.cgi?id=750402 - -2015-09-10 14:55:05 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - mpegtsdemux: Allow deactivation of programs to be delayed - When changing programs, the order of events needs to be the following: - * add pads from new program - * send EOS on old pads - * remove old pads - * emit 'no-more-pads' - Previously tsdemux was not doing that, and was first deactivating and - removing old pads before adding new ones. - We fix this by allowing subclasses of mpegtsbase to be able to handle - themselves the deactivation of programs. In this case tsdemux will - properly deactivate it once it has activated the new program. - https://bugzilla.gnome.org/show_bug.cgi?id=750402 - -2015-12-02 11:01:53 +0100 Maroš Ondrášek <mx3ldev@gmail.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: update current variant if connection speed is set - If connection speed is set, playlist according - to connection speed is selected as current playlist. - Problem is that the current variant of main playlist still - points to previously set variant. - If previously set variant doesn't correspond to current - playlist, then it causes unnecessary change of playlist - to the same playlist after first fragment is downloaded, - because of not updated current variant. - To fix this, we need to make sure that current variant - of main playlist corresponds to the current playlist - https://bugzilla.gnome.org/show_bug.cgi?id=758946 - -2015-12-02 14:35:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoframe_audiolevel/gstvideoframe-audiolevel.c: - videoframe-audiolevel: Fix compilation of static plugin and some compiler warnings - Use G_GSIZE_FORMAT for gsize instead of %ld and make sure that the plugin name - is a valid C identifier, i.e. contains no spaces or dashes. - -2015-12-02 22:42:39 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: improve the YUY2/UYVY->RGBA conversion shader - Don't offset the y-axis. We only need to offset on the x-axis. - Removes a sawtooth pattern on horizontal and vertical edges. - https://bugzilla.gnome.org/show_bug.cgi?id=755486 - -2015-12-02 22:40:06 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: improve RGBA->YUY2/UYVY conversion shader - We should only average the chroma samples not the luma sample. - https://bugzilla.gnome.org/show_bug.cgi?id=758904 - -2015-11-11 03:55:27 +1100 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Tell the base class the fragment duration - adaptivedemux uses the fragment duration as a delay - in some cases, so make sure to set it. - -2015-11-11 03:54:51 +1100 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Send the bitrate of the stream as a tag - If we know or can measure the nominal bitrate of a stream, - send that info as a tag downstream - -2015-11-08 01:34:30 +1100 Jan Schmidt <jan@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: When switching bitrate variants, don't jump back - Don't jump backward to 3 files from the end of the playlist - when switching variants - it just means we downloaded - fragments fast and caught up to the end of the playlist. - Disable that by treating a variant switch as a playlist - update, not a restart due to a seek or so. - -2015-04-21 21:09:19 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * configure.ac: - * gst/videoframe_audiolevel/Makefile.am: - * gst/videoframe_audiolevel/gstvideoframe-audiolevel.c: - * gst/videoframe_audiolevel/gstvideoframe-audiolevel.h: - * tests/check/Makefile.am: - * tests/check/elements/videoframe-audiolevel.c: - alevel: New audio/video level element - The videoframe-audiolevel element acts like a synchronized audio/video "level" - element. For each video frame, it posts a level-style message containing the - RMS value of the corresponding audio frames. This element needs both video and - audio to pass through it. Furthermore, it needs a queue after its video - source. - https://bugzilla.gnome.org/show_bug.cgi?id=748259 - -2015-12-01 23:20:45 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/insertbin/Makefile.am: - Drop usage of deprecated g-ir-scanner --strip-prefix flag - -2015-11-10 16:19:34 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/m3u8.c: - * tests/check/elements/hlsdemux_m3u8.c: - hlsdemux: correct the calculation of seek range of non-live streams - The seek range calculation for on-demand streams was incorrectly - excluding the last three segments of the stream. This three segment - rule should only be applied to live streams [1]. - [1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-17#section-6.3.3 - https://bugzilla.gnome.org/show_bug.cgi?id=758386 - -2015-12-01 17:52:03 +0000 Paolo Pettinato <ppettina@cisco.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: Forward FLUSH_STOP events downstream too - https://bugzilla.gnome.org/show_bug.cgi?id=758913 - -2015-11-29 01:02:15 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - hlsdemux: fix crash when decryption key can't be downloaded - Happened with - http://sslhls.m6tv.cdn.sfr.net/hls-live/livepkgr/_definst_/m6_hls_aes/m6_hls_aes_856.m3u8 - if glib-networking was not installed (since key has https uri). - -2015-11-30 11:05:38 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hls: m3u8: remove pointless client_has_main() function - We always have a main list. - -2015-11-28 00:12:04 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hls: m3u8: remove unused _get_current_fragment_duration() function - -2015-11-27 19:21:22 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hls: m3u8: remove unused m3u8 client update_failed_count field - -2015-11-15 17:31:05 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hls: m3u8: remove helper var that's only used during parsing from structure - Just keep that local to the parsing function. - -2015-11-01 13:21:45 +0000 Tim-Philipp Müller <tim@centricular.com> - - * Makefile.am: - * docs/plugins/inspect/plugin-hls.xml: - * ext/hls/Makefile.am: - * ext/hls/gstfragmented.h: - * ext/hls/gsthls.h: - * ext/hls/gsthlsdemux.h: - * ext/hls/gsthlsplugin.c: - * ext/hls/gstm3u8playlist.c: - * ext/hls/m3u8.c: - * gst-plugins-bad.spec.in: - * tests/check/elements/hlsdemux_m3u8.c: - hls: rename plugin from fragmented to hls - -2015-12-01 19:44:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Always give timestamps if we're discont and don't mark stream discont if a playlist change was not successful - If the stream is discont, we must provide a timestamp in any case. Elements - like tsdemux are not going to output anything if we give a NONE timestamp - after a discont. - Also marking a stream as discont if a playlist change was not successful would - lead to the above situation, but in that case we are not required at all to - mark the stream discont as we're still at the old playlist. - -2015-12-01 17:06:33 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/tsmux/tsmuxstream.c: - tsmux: fix wrong log message level - ERROR level is debugging left-over. - -2015-11-09 16:08:30 +0900 Hyunjun Ko <zzoon.ko@samsung.com> - - * tests/check/libs/aggregator.c: - tests:aggregator: fix tc failure and correct check value - Failure by this commit 2dfa548f3645844082c3db65d96d87255701b3ad, which is - to append hooks instead of prepend. - Because of this change, aggretated_cb is not called and leads to failure. - And correct to check flush stop value instead of flush start value - https://bugzilla.gnome.org/show_bug.cgi?id=757801 - -2015-11-30 19:53:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: Don't try to recreate swapchain while the window is minimized - It will fail and cause the sink to crash. Instead wait until the window is - visible again before checking if the swapchain really has to be recreated. - https://bugzilla.gnome.org/show_bug.cgi?id=741608 - -2015-11-27 18:46:56 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opus/gstopusparse.c: - opusparse: remove unneeded statement - commit da5c41930c4083979b1745f4d8848d97fe03d8eb removed the two uses of the - new value of data: - channels = opus_packet_get_nb_channels (data); - bandwidth = opus_packet_get_bandwidth (data); - Since then, data isn't being used between incrementing it by packet_offset - and going out of scope. Removing this uneeded statement. - -2015-11-27 12:44:57 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/id3mux.c: - tests: id3mux: add unit test for GST_TAG_PRIVATE_DATA writing - https://bugzilla.gnome.org/show_bug.cgi?id=758728 - -2015-11-27 11:33:07 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> - - * gst/id3tag/id3tag.c: - id3mux: write private data tag - Handle "PRIV" tag in id3mux. Write owner - identifier and private data and add to the - id3v2 frame. - https://bugzilla.gnome.org/show_bug.cgi?id=758728 - -2015-11-26 10:15:36 +0100 Mathias Hasselmann <mathias.hasselmann@kdab.com> - - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Don't add metadata to locked buffer - The video decoders tried calling gst_buffer_add_*meta() on non-writable - buffer resulting in warnings of this kind: - gstamcvideodec.c:921 (_gl_sync_render_unlocked): WARNING: amcvideodec - Failed to create the transformation meta for the gl_sync 0xabc03848 - buffer 0xabb01b40 (0) - https://bugzilla.gnome.org/show_bug.cgi?id=758694 - -2015-11-09 18:07:30 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - adaptivedemux: tests: disabled testFragmentDownloadError test - Until we will have support to control the generating thread from - fakeHTTPsrc element, the test testFragmentDownloadError is disabled. - https://bugzilla.gnome.org/show_bug.cgi?id=757776 - -2015-11-09 14:14:34 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - adaptivedemux: tests: corrected access to fakeHTTPsrc element - The src element for adaptivedemux is now a bin. Updated the tests to - correctly reach into the bin and get the fakeHTTPsrc element - https://bugzilla.gnome.org/show_bug.cgi?id=757776 - -2015-11-09 14:13:04 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/fake_http_src.c: - adaptivedemux: tests: made fakeHTTPsrc element MT safe - https://bugzilla.gnome.org/show_bug.cgi?id=757776 - -2015-11-23 11:32:13 +0900 Vineeth T M <vineeth.tm@samsung.com> - - * gst/dvdspu/gstspu-pgs.c: - spu-pgs: Fix array memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=758517 - -2015-11-24 00:20:36 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudioaggregator.c: - audiomixer: register function name for debugging just once - Not every time aggregate is called... - -2015-11-24 12:42:45 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * tests/check/elements/dash_mpd.c: - mpdparser: remove gst_mpd_client_check_time_position - https://bugzilla.gnome.org/show_bug.cgi?id=758593 - -2015-11-24 11:50:51 +0100 Maroš Ondrášek <mx3ldev@gmail.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: add depth field to audio caps if available - depth field can be retrieved from "BitsPerSample" or - from "WaveFormatEx" structure, if provided in Manifest - https://bugzilla.gnome.org/show_bug.cgi?id=758586 - -2015-11-20 16:35:43 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - mpdparser: tests: added test for fraction of seconds in availabilityStartTime - https://bugzilla.gnome.org/show_bug.cgi?id=758410 - -2015-11-20 16:36:00 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - mpdparser: added support for parsing fraction of seconds in dateTime fields - https://bugzilla.gnome.org/show_bug.cgi?id=758410 - -2015-11-22 13:11:48 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * tests/examples/waylandsink/Makefile.am: - tests: put the waylandsink example window.ui file in EXTRA_DIST - -2015-11-22 13:08:35 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * tests/examples/waylandsink/Makefile.am: - tests: fix linking waylandsink example with the gstwayland library - First, use top_builddir, otherwise it fails in out-of-source builds. - Second, link to the libtool archive directly to let make understand - the dependency. - -2015-11-20 20:59:16 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: always set presentationTimeOffset - Set it for all types of segment lists (templates / lists / base) - and not only for templates. - https://bugzilla.gnome.org/show_bug.cgi?id=751529 - -2015-11-20 17:50:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Error out if we get a timeout during live mixing - We can't handle that but need complete streams without gaps. - -2015-11-20 17:46:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmpeg.c: - mxfmpeg: Use the correct sound essence compression UL for MP3 - There's one for MPEG 1 Layer 1 and one for Layer 2 and 3. We previously - had the second for Layer 1 and 2 and nothing for Layer 3, which was wrong. - -2015-11-20 17:34:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmpeg.c: - mxfmpeg: Set the essence container UL byte 13 to 0x10 for h264 - 0x04 signifies a MPEG elementary stream but according to RP2008, 0x10 should - be used for a h264 byte-stream. This also fixes compatibility of our files - with ffmpeg. - -2015-11-20 11:18:43 +1100 Roman Nowicki <rnowicki@sims.pl> - - * ext/qt/qtitem.cc: - qml: reuse existing GstQSGTexture - Fixes a memory leak leaking the texture objects. - https://bugzilla.gnome.org/show_bug.cgi?id=758286 - -2015-11-20 11:08:37 +1100 Matthew Waters <matthew@centricular.com> - - * ext/qt/gstqsgtexture.cc: - qml: activate the wrapped context when binding - Mitigates the following critical - gst_gl_context_thread_add: assertion 'context->priv->active_thread == g_thread_self ()' failed - -2015-11-19 11:55:19 +0100 Roman Nowicki <rnowicki@sims.pl> - - * ext/qt/qtitem.cc: - qml: proper initialization if scene is already initialized - The scene graph can be initialized when the we receive window handle change - notification and so we will not receive a scenegraph initialization - notification. Initialize ourself in this case. - https://bugzilla.gnome.org/show_bug.cgi?id=758337 - -2015-07-29 22:31:30 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Add binary search for stream_sidx_seek - Add binary search to optimize in stream_sidx_seek. - https://bugzilla.gnome.org/show_bug.cgi?id=749653 - -2015-11-19 15:59:56 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * tests/check/elements/dash_mpd.c: - mpdparser: remove unused functions gst_mpdparser_get_chunk_by_index and gst_mpdparser_find_segment_by_index - https://bugzilla.gnome.org/show_bug.cgi?id=758233 - -2015-11-19 17:24:53 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/mpeg2enc/gstmpeg2enc.cc: - * ext/opencv/gstedgedetect.cpp: - * ext/opencv/gstmotioncells.cpp: - * ext/opencv/gsttemplatematch.cpp: - * gst/dataurisrc/gstdataurisrc.c: - * gst/mve/gstmvemux.c: - * gst/pcapparse/gstirtspparse.c: - * gst/pcapparse/gstpcapparse.c: - * tests/check/elements/dataurisrc.c: - docs: update gst-launch-0.10 lines - Update references to gst-launch-0.10 to gst-launch-1.0 - -2015-11-19 10:32:03 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideodec.h: - amcvideodec: move release_output_buffer into the sync meta - Some devices only ever keep one buffer available in the GL queue resulting in - multiple calls to release_output_buffer only causing one frame to be rendered. - If there is a queue after amcvideodec (even playsink's small one), then - multiple buffers are pushed but only a small fraction of them are actually - rendered on time. The rest will either render some number of frames ahead of - where they are meant to be or timeout waiting for a frame that's already been - rendered. - Solved by moving the release_output_buffer into the sync_meta the is pushed - downstream. When downstream renders, the custom sync implementation attempts - to release the current buffer (if not already released) and render. Once the - frame has been rendered to the screen, the next frame is released and is - hopefully available by the time the next frame is to be rendered. - This fixes a perceived frame jitter in the output. - -2015-11-17 15:23:17 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/audiofile/gstafsink.c: - * ext/audiofile/gstafsrc.c: - * ext/dash/gstmpdparser.c: - * ext/gl/gstglbumper.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstgloverlay.c: - * ext/hls/gsthlsdemux.c: - * ext/kate/gstkateenc.c: - * ext/kate/gstkatespu.c: - * ext/kate/gstkateutil.c: - * ext/libmms/gstmms.c: - * ext/neon/gstneonhttpsrc.c: - * ext/opus/gstopusenc.c: - * ext/sndfile/gstsfsink.c: - * ext/sndfile/gstsfsrc.c: - * ext/spc/tag.c: - * ext/timidity/gsttimidity.c: - * ext/wayland/gstwaylandsink.c: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglslstage.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/x11/gstgldisplay_x11.c: - * gst/audiovisualizers/gstwavescope.c: - * gst/dvbsuboverlay/dvb-sub.c: - * gst/librfb/rfbdecoder.c: - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsmux/tsmux/tsmux.c: - * sys/acmenc/acmenc.c: - * sys/acmmp3dec/acmmp3dec.c: - * sys/applemedia/avfassetsrc.m: - * sys/bluez/gsta2dpsink.c: - * sys/bluez/gstavdtpsink.c: - * sys/bluez/gstavdtputil.c: - * sys/dshowdecwrapper/gstdshowaudiodec.cpp: - * sys/dshowdecwrapper/gstdshowvideodec.cpp: - * sys/dshowsrcwrapper/gstdshow.cpp: - * sys/dshowsrcwrapper/gstdshowvideosrc.cpp: - * sys/dshowvideosink/dshowvideosink.cpp: - * sys/dvb/camswclient.c: - * sys/dvb/dvbbasebin.c: - * sys/dvb/parsechannels.c: - * sys/pvr2d/gstpvrvideosink.c: - * sys/uvch264/gstuvch264_mjpgdemux.c: - * sys/vdpau/gstvdpvideomemory.c: - * tests/examples/gtk/glliveshader.c: - * tests/icles/metadata_editor.c: - Remove unnecessary NULL checks before g_free() - g_free() is NULL-safe - -2015-11-11 16:11:14 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - mpdparser: Also allow '/' in RepresentationID - Used by http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd - https://bugzilla.gnome.org/show_bug.cgi?id=757903 - -2015-10-26 16:24:40 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * .gitignore: - * configure.ac: - * tests/examples/Makefile.am: - * tests/examples/waylandsink/Makefile.am: - * tests/examples/waylandsink/main.c: - * tests/examples/waylandsink/window.ui: - tests/examples: add a waylandsink example - https://bugzilla.gnome.org/show_bug.cgi?id=748322 - -2015-11-18 12:56:06 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlwindow.c: - waylandsink: call gst_video_sink_center_rect with a destination rectangle that starts from (0,0) - The intention of this code is to find the center rectangle relative - to (0,0), since subsurface coordinates are relative to the parent - surface. - The old code used to work but was wrong and broken by - http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/gst-libs/gst/video/gstvideosink.c?id=ff57f6913456ec1991e55517cf1f239e80eeddef - -2015-11-16 17:25:34 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: fixed illegal memory access in gst_mpd_client_get_last_fragment_timestamp_end - https://bugzilla.gnome.org/show_bug.cgi?id=758188 - -2015-11-16 17:25:21 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - mpdparser: tests: added test for gst_mpd_client_get_last_fragment_timestamp_end - The timestamp for last fragment is incorrectly retrieved if segment templates - are used. - https://bugzilla.gnome.org/show_bug.cgi?id=758188 - -2015-11-17 16:21:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Don't require a non-zero buffer size when doing decoding to a surface - At least on some devices/Android versions the buffer size will always be zero - in these cases. - https://bugzilla.gnome.org/show_bug.cgi?id=758228 - -2015-11-17 17:17:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Remove unused variable - gstglimagesink.c: In function 'gst_glimage_sink_on_draw': - gstglimagesink.c:1959:18: error: unused variable 'sync_meta' [-Werror=unused-variable] - GstGLSyncMeta *sync_meta = NULL; - ^ - -2015-11-17 17:09:51 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: String literals are const - gstglviewconvert.c: In function '_mangle_extensions': - gstglviewconvert.c:1511:13: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] - ext_str = "#extension GL_OES_EGL_image_external : require\n"; - ^ - -2015-11-17 17:08:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: Actually return the newly created meta from gst_buffer_add_gl_sync_meta() - gstglsyncmeta.c -fPIC -DPIC -o .libs/libgstgl_1.0_la-gstglsyncmeta.o - gstglsyncmeta.c: In function 'gst_buffer_add_gl_sync_meta': - gstglsyncmeta.c:131:1: error: control reaches end of non-void function [-Werror=return-type] - } - ^ - -2015-11-17 16:21:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Fix indentation - -2015-11-17 16:08:17 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fix negotiation more - Year 12: I still don't understand how negotiation works. - Apparently gst_pad_query_caps doesn't do what I thought it did. To get the - actual caps that can flow through vtdec:src we must call gst_pad_peer_query_caps - with the template caps as filter. - Fixes negotiation with stuff that doesn't understand GLMemory (hello videoscale). - -2015-11-17 16:14:11 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: minor texture cache fixes - Small fix on how the texture cache is cleaned up / setup in case of renegotiation - -2015-11-17 16:13:00 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideotexturecache.m: - applemedia: corevideotexturecache: stop configuring cache->convert over and over - -2015-11-16 15:46:41 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * sys/androidmedia/gstamcvideodec.c: - glimagesink: wait on the correct sync meta when rendering - -2015-11-03 13:19:41 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/Makefile.am: - * sys/androidmedia/gstamc2dtexturerenderer.c: - * sys/androidmedia/gstamc2dtexturerenderer.h: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideodec.h: - amcviddec: output external-oes textures - This provides a performance and power usage improvement by removing - the texture copy from an OES texture to 2D texture. - The flow is as follows - 1. Generate the output buffer with the required sync meta with the incrementing - push counter and OES GL memory - 1.1 release_output_buffer (buf, render=true) and push downstream - 2. Downstream waits for on the sync meta (timed wait) or drops the frame (no wait) - 2.1 Timed wait for the frame number to reach the number of frame callbacks fired - 2.2 Unconditionally update the image when the wait completes (success or fail). - Sets the affine transformation matrix meta on the buffer. - 3. Downstream renders as usual. - At *some* point through this the on_frame_callback may or may not fire. If it - does fire, we can finish waiting early and render. Otherwise we have to - wait for a timeout to occur which may cause more buffers to be pused into the - internal GL queue which siginificantly decreases the chances of the - on_frame_callback to fire again. This is because the frame callback only occurs - when the internal GL queue changes state from empty to non-empty. - Because there is no way to reliably correlate between the number of buffers - pushed and the number of frame callbacks received, there are a number of - workarounds in place. - 1. We self-increment the ready counter when it falls behind the push counter - 2. Time based waits as the frame callback may not be fired for a certain frame. - 3. It is assumed that the device can render at speed or performs some QoS of - the interal GL queue (which may not match the GStreamer QoS). - It holds that we call SurfaceTexture::updateTexImage for each buffer pushed - downstream however there's no guarentee that updateTexImage will result in - the exact next frame (it could skip or duplicate) so synchronization is not - guaranteed to be accurate although it seems to be close enough to be unable - to discern visually. This has not changed from before this patch. The current - requirement for synchronization is that updateTexImage is called at the point in - time when the buffers is to be rendered. - https://bugzilla.gnome.org/show_bug.cgi?id=757285 - -2015-11-02 17:57:29 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - * gst-libs/gst/gl/gstglsyncmeta.h: - glsyncmeta: add vfuncs for all operations - there could be other ways/requirements for synchronising two GPU command - streams (whether GL or platform specific). - e.g. glfencesync/eglwaitnative/cond/etc - -2015-11-10 15:37:05 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: add support for rendering external-oes textures - https://bugzilla.gnome.org/show_bug.cgi?id=757285 - -2015-11-10 14:54:02 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - * gst-libs/gst/gl/gstglviewconvert.h: - glviewconvert: add support rectangle/external-oes textures - https://bugzilla.gnome.org/show_bug.cgi?id=757285 - -2015-11-17 15:18:28 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fix setting internal SKIP / DROP flags - -2015-11-17 09:08:52 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Fix structure memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=758205 - -2015-11-16 21:52:07 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Add support for bufferlists - -2015-11-17 11:21:27 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - applemedia: vtdec: improve negotiation - Rework negotiation implementing GstVideoDecoder::negotiate. Make it possible to - switch texture sharing on and off at runtime. Useful to (eventually) turn - texture sharing on in pipelines where glimagesink is linked only after - decoding has already started (for example OWR). - -2015-11-17 11:19:57 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: improve handing of decode errors/frame drops - Improve decode error handling by avoiding calling into GstVideoDecoder from the - VT decode callback. This removes contention on the GST_VIDEO_DECODER_STREAM_LOCK - which used to make the decode callback slow enough for VT to start dropping lots - of frames once the first frame was dropped. - -2015-11-17 11:22:15 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fix uninitialized variable warning - -2015-11-14 20:21:17 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - * tests/check/elements/dash_demux.c: - adaptivedemux: remove now-defunct "num-lookback-fragments" property - This no longer does anything, and it was marked as CONSTRUCT_ONLY - which means someone would really have to go out of their way to - be able to set this, which would only be done in very custom - scenarios, if ever, and those will likely target a specific - version of GStreamer then, so probably not much point keeping - it deprecated for a while before removing it. - -2015-11-13 17:14:14 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Always give a valid reply to internal caps queries - Caps queries can always have a valid reply, either the filter or ANY. - If the caps are ANY, then accept-caps always returns TRUE. - -2015-11-12 16:35:12 +0100 Nicolas Huet <nicolas.huet@parrot.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtsdemux: fix section_data leak - If packet->payload_unit_start_indicator is true and pointer 0, there is no - discontinuity check. Therefore there could be a previous section not complete - that need to be cleared. - https://bugzilla.gnome.org/show_bug.cgi?id=758010 - -2015-11-13 10:41:58 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/gl/gstglsl.c: - glsl: fix possible string overrun in gst_glsl_version_profile_from_string - given a NULL-terminated string, s. - s[i] = '\0'; - i++; - does not guarentee that s[i] is NULL terminated and thus string operations - could read off the end of the array. - https://bugzilla.gnome.org/show_bug.cgi?id=758039 - -2015-11-13 16:50:22 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshader.c: - glshader: don't read invalid list pointers (use after free) - gst_gl_shader_detach_unlocked already removes the list entry so attempting to - use the element to iterate to the next stage could read invalid data. - Based on patch by Vineeth TM <vineeth.tm@samsung.com> - https://bugzilla.gnome.org/show_bug.cgi?id=758039 - -2015-11-13 10:44:26 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * tests/check/libs/gstglsl.c: - tests:glsl: version_profile_s string leak - https://bugzilla.gnome.org/show_bug.cgi?id=758039 - -2015-11-13 10:56:10 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/gl/gstglsl.c: - glsl: free str while returning error - https://bugzilla.gnome.org/show_bug.cgi?id=758039 - -2015-11-13 11:04:34 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * tests/check/libs/gstglupload.c: - tests:glupload: fix caps memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=758039 - -2015-11-12 12:21:54 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opus/gstopusenc.c: - opusenc: avoid potential overflow expression - The result of the two expressions will be promoted to guint64 anyway, - perform all the arithmetic in 64 bits to avoid potential overflows. - CID 1338690, CID 1338691 - -2015-11-12 12:00:07 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: remove memory leak - The values of channel_mapping are copied by gst_codec_utils_opus_create_caps () - but it doesn't free or take ownership of the g_new0 allocated memory. This - needs to be freed before going out of scope. - CID 1338692 - -2015-11-12 11:42:36 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: remove unnecessary buffer check - buf surely isn't NULL inside the block conditional to a buffer size bigger - than (G_MAXUINT16 - 3). Plus gst_buffer_unref() checks if the buffer is - NULL and does nothing if it is. - CID 1338693 - -2015-11-12 11:23:31 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opus/gstopusparse.c: - opusparse: initialize sample rate to a default - sample_rate might be used uninitialized if !sink_caps is TRUE. Initialize - it to the default used in gst_codec_utils_opus_parse_caps () when there is - no rate defined in the caps. - CID 1338695 - -2015-11-12 16:36:03 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/gl/gstglslstage.c: - glslstage: Fix vertex_sources memory leak - vertex_sources is being allocated but not freed resulting in leak - https://bugzilla.gnome.org/show_bug.cgi?id=757974 - -2015-11-12 16:26:00 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: remove unnecessary free - version_str is already being freed. So no need to call again - https://bugzilla.gnome.org/show_bug.cgi?id=757974 - -2015-11-12 16:18:35 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Fix string leak - String got using gst_glsl_version_profile_to_string, is allocated - memory and should be freed - https://bugzilla.gnome.org/show_bug.cgi?id=757974 - -2015-11-12 16:02:45 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Fix frag_prog and frag_body memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=757974 - -2015-11-11 16:51:23 +0000 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fixed handling errors emitted by uri handler - https://bugzilla.gnome.org/show_bug.cgi?id=757947 - -2015-11-10 16:32:37 +0100 Nicolas Huet <nicolas.huet@parrot.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix pending buffers leak when flushing - https://bugzilla.gnome.org/show_bug.cgi?id=757895 - -2015-06-10 14:18:00 +0200 Etienne Peron <etienne.peron@parrot.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Fix pad leak when the pad is never exposed - If tsdemux never receives data for a stream, the corresponding pad will never - be added and stream->active will remain FALSE. When the stream is removed, the - pad will not be unreffed and will be leaked. - https://bugzilla.gnome.org/show_bug.cgi?id=757873 - -2015-11-09 17:45:29 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/ivfparse/gstivfparse.c: - ivfparse: Fix the wrong width & height parsing of vp9 bitstream - The current implementation for detecting the resolution changes - on key frames is based on vp8 bitstream alignment. Avoid this - width and height parsing for vp9 bitstream, which requires proper - frame header parsing inorder to detect the resolution change (Fixme). - https://bugzilla.gnome.org/show_bug.cgi?id=757825 - -2015-11-11 11:40:52 +0100 Heinrich Fink <hfink@toolsonair.com> - - * sys/applemedia/vtenc.c: - vtenc: Set profile_level to NULL after release - Otherwise, gst_vtenc_negotiate_profile_and_level will double-release as - it checks for profile_level != NULL. This caused crashes when the - vtenc instance is stopped and then restarted. - https://bugzilla.gnome.org/show_bug.cgi?id=757935 - -2015-11-11 23:39:35 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: mangle gl_FragColor for GL3 - Some drivers don't provide the compatibility definition and we need to provide - our own 'out vec4' variable to put the results of the fragment shader into. - https://bugzilla.gnome.org/show_bug.cgi?id=757938 - -2015-11-11 16:06:25 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * tests/check/libs/gstglcolorconvert.c: - tests:glcolorconvert: Fix caps memory leak - Output caps being got from video info is not getting freed - https://bugzilla.gnome.org/show_bug.cgi?id=757929 - -2015-11-10 17:58:58 +1100 Matthew Waters <matthew@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: provide our own definition of log2() - The log2 function/macro doesn't exist when targetting android API < 18 (or MSVC - < 2013) whereas our current baseline is API 9. - -2015-11-10 13:52:30 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstglstereomix.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * gst-libs/gst/gl/gstglviewconvert.h: - glviewconvert: remove set_format - We need the caps to be able to - 1. check the caps features - 2. get the requested texture-target on input/output - -2015-11-11 10:31:07 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: fix a memory leak if the view conversion fails - -2015-11-11 13:37:59 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: balance the creation/destruction of the overlay compositor - Fixes some leaks/possible segfault on when failing to create the compositor. - -2015-11-11 12:23:30 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglutils.c: - glshader: properly unref the stages on failure - When failing in the varargs functions, all the stage objects not handled need to - be unreffed to prevent a leak. - -2015-11-11 11:29:35 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglslstage.c: - glslstage: properly return an error when we could not create the shader stage - While it was erroring out correctly later, there were GLib warnings about - setting a GError over the top of another GError. - -2015-11-11 01:05:20 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshaderstrings.c: - glshaderstrings: fixup the external-oes fragment shader - The wrong sampler type was used - s/sampler2DExternalOES/samplerExternalOES/ - -2015-11-10 23:41:24 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: try to keep the same texture-target if possible - Fixes issues attempting to passthrough external-oes textures - -2015-11-10 22:41:57 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: fix rendering rectangular textures with GL3 - Rectangular textures are unavailable in unextended - GLES2 #version 100 shaders. - Fixes - texture-target=rectangle ! glcolorconvert ! texture-target=2D - There's a couple of differences between GL3 and GLES2/GL - - varying -> in or out depending on the stage (vertex/fragment) - - attribute -> in - - filtered texture access is a single function, texture() - -2015-11-10 20:20:29 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: properly use the other texture-target on fixation - -2015-11-10 20:15:56 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglslstage.c: - glslstage: add debug as to why _set_strings() failed - -2015-11-10 20:13:53 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsl.c: - glsl: fix check for glsl version against GL context inversion - Any GLSL version that was less than the provided GL version would fail - -2015-11-10 10:02:38 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Fix pad memory leak. - The static pads got from queue and uri_handler are not being freed - resulting in memory leaks. - https://bugzilla.gnome.org/show_bug.cgi?id=757859 - -2015-11-10 13:13:50 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_enums.h: - * gst-libs/gst/gl/gstglmemory.h: - gl: forward declare some enums - Specifically the GstGLTextureTarget enum - -2015-11-10 13:11:37 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstglshaderstrings.c: - * gst-libs/gst/gl/gstglshaderstrings.h: - * gst-libs/gst/gl/gstglslstage.c: - glslstage: expose the default shader strings as public - Add some other simple strings for external-oes textures or transforming - the texture coordinates with a transformation matrix - -2015-11-06 03:05:31 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: wait on the sync meta for input buffers - -2015-11-05 00:13:01 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: wait on the provided sync meta provided to glimagesink - -2015-11-08 22:14:01 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.h: - glcolorconvert: use the correct oes target string in the template caps - -2015-11-10 12:32:39 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkglsink.c: - gtk: add the overlaycomposition feature to the template caps - There is a possibility that the _get_caps impl will be called with the - feature in the filter caps which when interecting with the template, - will return EMPTY and therefore fail negotiation. - https://bugzilla.gnome.org/show_bug.cgi?id=757854 - -2015-11-10 14:21:33 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideotexturecache.m: - applemedia: fix vtdec texture sharing on ios 9.1 - Use gst_gl_sized_gl_format_from_gl_format_type to get the format passed to - CVOpenGLESTextureCacheCreateTextureFromImage. Before this change extracting the - second texture from the pixel buffer was failing on ios 9.1. - -2015-11-06 17:24:52 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/templatematch.c: - templatematch: add a framerate to test caps - The pad template requires a framerate, so use it to prevent - caps negotiation failures. - Fixes the unit test - -2015-11-06 20:38:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/.gitignore: - tests: update .gitignore for new test binaries - -2015-11-06 19:26:21 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/assrender/gstassrender.c: - assrender: don't send flush events on seeks - It's for the upstream element driving the pipeline to - handle seeks and send flush events or not, filters - should not interfere here, otherwise downstream pads - could be flushing before upstream pads are flushing, - which can result in GST_FLOW_ERROR being sent instead - of GST_FLOW_FLUSHING when trying to forward sticky - events at just the wrong moment. - -2015-11-06 16:16:32 +0100 Edward Hervey <edward@centricular.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: Don't send flush events - It is up to the element handling the seek to send flush events - downstream, otherwise we end up with a situation where upstream - would get unexpected GST_FLOW_FLUSHING - -2015-11-06 19:23:09 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/assrender/gstassrender.c: - * ext/curl/gstcurlftpsink.c: - * ext/dtls/gstdtlsdec.c: - * ext/smoothstreaming/gstmssmanifest.c: - * gst/geometrictransform/gstmirror.c: - * gst/onvif/gstrtponviftimestamp.c: - Fix code indentation - -2015-10-22 13:40:36 +0200 Branko Subasic <branko@axis.com> - - * gst/onvif/gstrtponviftimestamp.c: - * tests/check/elements/rtponviftimestamp.c: - rtponviftimestamp: use stream time for timestamp - The Onvif Streaming Specification specifies that the NTP timestamps - in the Onvif extension header indicaes the absolute UTC time associated - with the access unit. But by using running time we can not achieve that, - since a frame's running time depends on the played interval, whether a - non-flushing is done, etc. Instead we have to use the stream time. - https://bugzilla.gnome.org/show_bug.cgi?id=757688 - -2015-11-06 09:44:57 +0100 Linus Svensson <linussn@axis.com> - - * gst/onvif/gstrtponviftimestamp.c: - * gst/onvif/gstrtponviftimestamp.h: - * tests/check/elements/rtponviftimestamp.c: - rtponviftimestamp: Update ntp-offset and d/e-bits with a GstEvent - It is now possible to update the currently used ntp-offset with a - custom serialized downstream event. The element will read the ntp-offset - property when doing the state transition from READY to PAUSED and - use that offset until it receives a "GstNtpOffset" event, which also - has a "ntp-offset" attribute in that it's structure. In case the - property is not set and no event has been received, the element will - guess the npt-offset with help of the clock. If no clock can be - retrieved, the element will error out and stop the data flow. - The same event is also used for updating the D/E-bits in the RTP - extension header. The discont flag in a buffer can be set whenver a - live/network source looses a frame, but that is not the type of - discontinuity that the onvif extension header should reflect. The - header is mainly used for playback of a track concept, in which - gaps can be present, and it's those kind of gaps that should be - highlighted with the D- and E-bits. - https://bugzilla.gnome.org/show_bug.cgi?id=757688 - -2015-11-06 09:44:16 +0100 Linus Svensson <linussn@axis.com> - - * gst/onvif/gstrtponviftimestamp.c: - * gst/onvif/gstrtponviftimestamp.h: - * tests/check/elements/rtponviftimestamp.c: - rtponviftimestamp: Do not rearange order of data - If a buffer or a buffer list is cached, no events serialized with the - data stream should get through. The cached buffers and events should - be purged when we stop flushing. - https://bugzilla.gnome.org/show_bug.cgi?id=757688 - -2015-10-13 14:21:47 +0200 Branko Subasic <branko@axis.com> - - * tests/check/Makefile.am: - * tests/check/elements/rtponvifparse.c: - * tests/check/elements/rtponviftimestamp.c: - rtponvif: split unit tests in several files - Split the unit tests for rtponviftimestamp and rtponvifparse - elements in separate files. - Setup and cleanup the element and pads in fixures. Make the tests work - with CK_FORK=no as well, by cleaning up the 'buffers' list when needed. - Make unit tests work when run in valgrind by unreffing all buffers, - and by not allocating any payload in RTP buffers. Since we're not - doing anything with the payload part, but we're memcmp-aring the - complete buffer memory, valgrind complained about non-initialized - memory being used. - https://bugzilla.gnome.org/show_bug.cgi?id=757688 - -2015-09-04 09:59:06 +0200 Philippe Normand <philn@igalia.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: improved bitrate estimations - Bitrate estimation is now handled through a queue2 element added after - the source element used to download fragments. - Original hlsdemux patch by Duncan Palmer <dpalmer@digisoft.tv> - https://bugzilla.gnome.org/show_bug.cgi?id=733959 - -2015-11-06 12:59:51 +0000 Tim-Philipp Müller <tim@centricular.com> - - * sys/dshowsrcwrapper/gstdshow.cpp: - dshow: fix GList leak - _remove_link() would not free the actual list nodes. - -2015-11-06 12:31:09 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst/mpegtsdemux/mpegtsparse.c: - glshader, tsdemux: simplify code - Jus use _delete_link() instead of _remove_link() + _free1() - -2015-11-06 12:30:12 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/gl/gstglmixerbin.c: - glmixerbin: fix minor leak - Don't leak removed list node. - -2015-11-06 10:22:42 +0100 Thibault Saunier <tsaunier@gnome.org> - - * ext/faac/gstfaac.c: - faac: Initialize debug category soon enough - Avoiding assertions - -2015-11-05 10:12:41 +0000 Julian Bouzas <julian.bouzas@vcatechnology.com> - - * configure.ac: - configure.ac: Added --with-hls-crypto=auto|nettle|libgcrypt|openssl option to build the source using the desired cryptographic library for HLS - https://bugzilla.gnome.org/show_bug.cgi?id=755319 - -2015-11-06 00:48:42 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - hls: m3u8: don't leak GList nodes when matching up variant lists after master list update - -2015-11-05 12:36:48 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: use GST_STIME_FORMAT for GstClockTimeDiff - No need to manually handle negative value of deadline, GST_STIME_FORMAT does - exactly this. - -2015-11-05 12:17:00 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/resindvd/resindvdsrc.c: - resindvd: use GST_STIME_FORMAT for GstClockTimeDiff - No need to use G_GINT64_FORMAT for potentially negative values of - GstClockTimeDiff. Since 1.6 these can be handled with GST_STIME_FORMAT. - Plus it creates more readable values in the logs. - https://bugzilla.gnome.org/show_bug.cgi?id=757480 - -2015-11-05 12:11:19 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: Update sink pad templates - We always require the channel-mapping-field. If it's 0 we require nothing - else, otherwise we need channels, stream-count and coupled count to be - available. - -2015-11-03 19:09:33 -0800 Stefan Sauer <ensonic@users.sf.net> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: don't compare templ instance pointers - One can pass the PadTemplate from the element_class or the one from the factory. - While they have the same content, the addresses are different. - -2015-11-04 00:12:52 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/opus.c: - opus: Remove invalid unit test - Opus headers should never be in-band, so don't test for correct - handling of that. - -2015-11-04 00:12:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - opusenc: Create an empty taglist if there is none - There always have to be 2 buffers in the streamheaders, even if - the comment buffer is basically empty. - -2015-11-03 14:41:57 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Set to running in a single place - Only set to running when the thread is actually started. - -2015-11-03 14:37:26 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Document more locking - -2015-11-03 19:53:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Don't create an incomplete OpusHead but set all the other caps fields instead - OpusHead is optional, the other fields are not. - https://bugzilla.gnome.org/show_bug.cgi?id=757152 - -2015-11-03 19:51:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsmux/Makefile.am: - * gst/mpegtsmux/mpegtsmux.c: - tsmux: Simplify Opus caps parsing by using codecutils helpers - https://bugzilla.gnome.org/show_bug.cgi?id=757152 - -2015-11-03 14:50:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/Makefile.am: - * ext/opus/gstopusdec.c: - * ext/opus/gstopusdec.h: - * ext/opus/gstopusenc.c: - * ext/opus/gstopusheader.c: - * ext/opus/gstopusheader.h: - * ext/opus/gstopusparse.c: - * ext/opus/gstopusparse.h: - * ext/opus/gstrtpopusdepay.c: - * ext/opus/gstrtpopuspay.c: - opus: Add proper support for multichannel audio - https://bugzilla.gnome.org/show_bug.cgi?id=757152 - -2015-11-03 11:41:07 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusparse.c: - * ext/opus/gstopusparse.h: - opusparse: Fix up pre-skip in OpusHead if upstream using GstAudioClippingMeta - Makes transmuxing from e.g. MPEG-TS to Ogg sample accurate. - https://bugzilla.gnome.org/show_bug.cgi?id=757153 - -2015-11-02 18:02:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/Makefile.am: - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsmux/Makefile.am: - * gst/mpegtsmux/mpegtsmux_opus.c: - tsdemux/mux: Add support for GstAudioClippingMeta for Opus - https://bugzilla.gnome.org/show_bug.cgi?id=757153 - -2015-11-02 17:33:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: Handle GstAudioClippingMeta instead of the pre-skip field in the OpusHead - oggdemux is outputting the meta now, and only outputs if it should really - apply to the current buffer. Previously we would skip N samples also if we - started the decoder in the middle of the stream. - https://bugzilla.gnome.org/show_bug.cgi?id=757153 - -2015-11-02 16:52:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - opusenc: Add GstAudioClippingMeta to buffers that need to be clipped - https://bugzilla.gnome.org/show_bug.cgi?id=757153 - -2015-11-02 10:30:52 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - opusenc: Disable granule position calculations by the base class - It is doing the wrong thing because of the Opus pre-skip: while the timestamps - are shifted by the pre-skip, the granule positions are not shifted. - oggmux is doing the right thing here already. - https://bugzilla.gnome.org/show_bug.cgi?id=757153 - -2015-10-31 15:02:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - opusenc: Add some FIXME comments about calculating padding with LPC - https://bugzilla.gnome.org/show_bug.cgi?id=757153 - -2015-10-30 20:57:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - * ext/opus/gstopusenc.h: - opusenc: Encode exactly the amount of samples we got as input and put correct timestamps on it - The first frame has lookahead less samples, the last frame might have some - padding or we might have to encode another frame of silence to get all our - input into the encoded data. - This is because of a) the lookahead at the beginning of the encoding, which - shifts all data by that amount of samples and b) the padding needed to fill - the very last frame completely. - Ideally we would use LPC to calculate something better than silence for the - padding to make the encoding as smooth as possible. - With this we get exactly the same amount of samples again in an - opusenc ! opusdec pipeline. - https://bugzilla.gnome.org/show_bug.cgi?id=757153 - -2015-10-30 20:47:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - * ext/opus/gstopusheader.c: - * ext/opus/gstopusheader.h: - * ext/opus/gstopusparse.c: - opusenc: Put lookahead/pre-skip into the OpusHead header - https://bugzilla.gnome.org/show_bug.cgi?id=757153 - -2015-10-25 17:27:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsmux/Makefile.am: - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux_opus.c: - * gst/mpegtsmux/mpegtsmux_opus.h: - * gst/mpegtsmux/tsmux/tsmuxstream.c: - * gst/mpegtsmux/tsmux/tsmuxstream.h: - tsmux: Add support for Opus - https://bugzilla.gnome.org/show_bug.cgi?id=757049 - -2015-10-24 14:27:43 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/Makefile.am: - * gst/mpegtsdemux/gstmpegdesc.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Add support for Opus - Code partially based on - https://git.videolan.org/?p=ffmpeg.git;a=commit;h=74141f693ded2fbf75af56fff309d2db35183635 - and based on the spec draft at - https://wiki.xiph.org/OpusTS - Makes it possible to demux - http://www.obe.tv/Downloads/opus.ts - https://bugzilla.gnome.org/show_bug.cgi?id=757049 - -2015-10-25 19:31:51 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - tsmux: Don't leak buffer in error cases - https://bugzilla.gnome.org/show_bug.cgi?id=757049 - -2015-10-25 19:29:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - tsmux: Call prepare function for each collected buffer - Not when clipping buffers, as that doesn't happen for every buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=757049 - -2015-10-25 18:09:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - mpegtsdescriptor: Add API for creating extended descriptors and fix writing them - https://bugzilla.gnome.org/show_bug.cgi?id=757049 - -2015-11-02 21:16:15 -0800 Stefan Sauer <ensonic@users.sf.net> - - * ext/opencv/gsthanddetect.cpp: - opencv: cast paramspec flags to fix the build for c++ - All the other elements in this plugin do this already. - -2015-11-03 15:05:20 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: use GST_STIME_ARGS for GstClockTimeDiff - No need to use G_GINT64_FORMAT for potentially negative values of - GstClockTimeDiff. Since 1.6 these can be handled with GST_STIME_ARGS. - Plus it creates more readable values in the logs. - https://bugzilla.gnome.org/show_bug.cgi?id=757480 - -2015-11-03 15:00:01 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: use GST_STIME_ARGS for GstClockTimeDiff - No need to manually handle negative value of deadline, GST_STIME_ARGS does - exactly this. - -2015-11-03 10:42:40 +0000 Hyunil Park <hyunil46.park@samsung.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Add exception code for setting wl_surface - Waylandsink needs exception code in gst_wayland_sink_set_window_handle(). - After making sink->window, User can call - gst_wayland_sink_set_window_handle(). It is the user's fault, but - Waylandsink needs to handle the exception, if not then sink->window is - changed and rendering fails. - https://bugzilla.gnome.org/show_bug.cgi?id=747482 - -2015-04-09 13:17:01 +0900 Hyunil Park <hyunil46.park@samsung.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Add exception code for setting wl_display - Waylandsink needs exception code in gst_wayland_sink_set_context(). After - calling gst_wayland_sink_set_context(), below code is set. - GST_ELEMENT_CLASS (parent_class)->set_context (element, context); but, If - user can call onemore. It is user's fault. but waylandsink need to - exception. - https://bugzilla.gnome.org/show_bug.cgi?id=747482 - -2015-11-02 20:10:35 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Hold object lock while manipulating the segment - Make sure the object lock is held when aggregator->segment is - modified. - -2015-11-02 19:40:28 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Improve log messages - Make the level of log messages saner and improve some. - -2015-11-02 19:05:01 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Remove dead code - This code will never be called as max>=min in all cases. If the upstream - latency query returned min>max, the function already returned and all - values that are added to those have max>= min. - -2015-11-02 17:02:47 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: use GST_STIME_ARGS for GstClockTimeDiff - No need to manually handle negative values of best->dts in - GST_DEBUG_OBJECT. Use GST_STIME_ARGS for this. - -2015-11-02 16:58:57 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: use GST_STIME_ARGS for GstClockTimeDiff - No need to manually handle negative values of diff, GST_STIME_ARGS does - exactly this. - -2015-11-02 11:17:29 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: remove unreachable code - The stream->cur_seg_template is set to the lowest available segment - template (representation or adaptation or period, in this order). - Because the template elements are inherited, the lowest template will - have all the elements the parents had, so there is no need to check the - parent for an element that is not found in the child (eg initialisation - or index). - https://bugzilla.gnome.org/show_bug.cgi?id=752714 - -2015-11-02 10:48:11 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * tests/check/elements/dash_mpd.c: - tests: add a test for MPD file duration parsing - https://bugzilla.gnome.org/show_bug.cgi?id=752336 - -2015-11-02 10:25:38 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - mpdparser: add some checks to duration parsing - https://bugzilla.gnome.org/show_bug.cgi?id=752336 - -2015-09-29 09:32:02 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: added duration format validation - https://bugzilla.gnome.org/show_bug.cgi?id=752336 - -2015-11-02 11:21:14 +0000 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: fix memory leak - Free new_mpd, allocated with g_slice_new(), before going out of scope in - goto error. - CID 1338050 - -2015-11-02 20:14:11 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - Revert "vtenc: free input buffer ASAP" - This reverts commit 6101fc57b8afac4f4e4aa742892f0d9c99d38a8c. - GstVideoEncoder assumes that the input buffer is available until _finish_frame. - https://bugzilla.gnome.org/show_bug.cgi?id=756951 - -2015-11-01 23:34:32 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: Assume 48kHz if no sample rate is given in the header - -2015-10-30 20:59:41 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - opusenc: Place 48kHz first in the caps - For all the other sample rates the encoder will have to resample internally. - -2015-11-02 12:10:44 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - gstglutils: fix shader compilation on Mountain Lion - Make gst_gl_context_gen_shader/_compile_shader assume GST_GLSL_PROFILE_ES | - GST_GLSL_PROFILE_COMPATIBILITY as the profile. Without this, the shader compiler - doesn't inject the #version tag resulting in a compilation error on Mountain - Lion. - This is a workaround for old code using gst_gl_context_gen_shader. New code - should use the gst_glsl_stage_* API directly which allows the caller to - explicitly specify version/profile. - -2015-10-31 18:47:39 +0100 Philippe Renon <philippe_renon@yahoo.fr> - - * sys/winks/gstksvideosrc.c: - ksvideosrc: don't try to align current timestamp on previous timestamp - this causes frames to be dropped. - Based on a patch by Sebastian Dröge - https://bugzilla.gnome.org/show_bug.cgi?id=748337 - -2015-10-31 23:28:20 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - glbufferpool: explicitly initialize a possibly uninitialized variable - The ret variable may be uninitialized and so its contents were undefined and - the results were erratic (failing with glvideomixer, succeeding in other cases) - P.S. No idea why gcc/clang et al never picked up on this like they normally do - (probably due to some optimisation pass figuring out it's only set once...) - -2015-10-29 11:38:35 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * tests/check/elements/dash_mpd.c: - mpdparser: make durations unsigned where appropriate - The standard does not seem to make any particular explicit not - implicit reference to the signedness of durations, and the code - does not rely on such, nor on the negativity of the -1 value - that's used as a placeholder when a duration property is not - present in the XML. - https://bugzilla.gnome.org/show_bug.cgi?id=750847 - -2015-10-30 15:55:19 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: inherit bitstreamSwitching from Period to AdaptationSet - https://bugzilla.gnome.org/show_bug.cgi?id=752340 - -2015-08-20 18:14:36 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: marked PROP_BANDWIDTH_USAGE property as deprecated - https://bugzilla.gnome.org/show_bug.cgi?id=753890 - -2015-10-30 15:02:35 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: unit testing reproducing inherited segment duration overflow - unit test reproducing https://bugzilla.gnome.org/show_bug.cgi?id=751832 - -2015-10-30 14:31:21 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: inherited segment URLs are ignored if they are defined again in a lower SegmentList - According to the standard: - "SegmentBase, SegmentTemplate and SegmentList shall inherit - attributes and elements from the same element on a higher level. - If the same attribute or element is present on both levels, - the one on the lower level shall take precedence over the one - on the higher level." - gst_mpdparser_parse_segment_list_node will now discard any inherited - segment URLs if the parsed element defines some too. - https://bugzilla.gnome.org/show_bug.cgi?id=751832 - -2015-10-20 17:21:00 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - * tests/check/elements/fake_http_src.c: - * tests/check/elements/fake_http_src.h: - adaptivedemux: tests: added test for fragment download error - https://bugzilla.gnome.org/show_bug.cgi?id=757361 - -2015-10-20 15:46:36 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - adaptivedemux: tests: made adaptive demux test thread safe - https://bugzilla.gnome.org/show_bug.cgi?id=757361 - -2015-10-16 16:20:34 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - adaptivedemux: tests: added query test - Testing if adaptive demux responds to queries. - https://bugzilla.gnome.org/show_bug.cgi?id=757361 - -2015-10-28 11:21:14 +0000 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: tests: added test for multiple BaseURL entries - https://bugzilla.gnome.org/show_bug.cgi?id=757245 - -2015-09-16 10:40:33 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: tests: added unit test for 6d1eda9391d3143b5fc633edfd94b89dbba209ab - Commit 6d1eda9391d3143b5fc633edfd94b89dbba209ab fixed the period start - time scaling. This patch updates the unit tests to cover that scenario. - https://bugzilla.gnome.org/show_bug.cgi?id=755105 - -2015-10-16 17:10:11 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_demux.c: - adaptivedemux: tests: added download error test - Tests adaptive demux behaviour when the uri is wrong and download does - not happen. - -2015-10-30 12:49:20 +0000 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: stop task on multiple download errors - On multiple download errors, we stop the download task and change the src - element state to NULL. - https://bugzilla.gnome.org/show_bug.cgi?id=756240 - -2015-10-30 12:24:22 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix a missing lock in write to stream->last_ret - https://bugzilla.gnome.org/show_bug.cgi?id=757359 - -2015-10-07 23:20:51 +0100 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: return error if src element cannot start - https://bugzilla.gnome.org/show_bug.cgi?id=756209 - -2015-10-08 11:45:25 +0100 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fixed waiting for fragment updates - https://bugzilla.gnome.org/show_bug.cgi?id=756237 - -2015-10-08 12:35:44 +0100 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix header redownload in case of errors - https://bugzilla.gnome.org/show_bug.cgi?id=756239 - -2015-10-30 00:04:12 +0000 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: release manifest lock before sending flush stop event - https://bugzilla.gnome.org/show_bug.cgi?id=757337 - -2015-10-29 23:41:46 +0000 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: reset download_finished before starting the src element - https://bugzilla.gnome.org/show_bug.cgi?id=757336 - -2015-10-29 23:23:05 +0000 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: release manifest lock before changing element state - https://bugzilla.gnome.org/show_bug.cgi?id=757335 - -2015-10-30 16:38:17 +1100 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/corevideotexturecache.m: - vtdec: fix compilation error - Undefined symbols for architecture x86_64: - "__gl_target_to_gst", referenced from: - __do_get_gl_buffer in libgstapplemedia_la-corevideotexturecache.o - -2015-10-30 15:00:23 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcolorconvert.c: - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - gl/tests: update for glmemory api changes - -2015-10-30 14:43:23 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - glcolorconvert: remove unused ret variable - -2015-10-30 14:40:35 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglslstage.h: - glslstage: remove typedefs from the header - They are already defined in the forward decleration header and defining them - more than once will give an error with OSX's clang about typedef redefinition - being a C11 feature. - -2015-10-30 14:38:05 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: follow the correct texture target names - -2015-10-30 01:42:42 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: explicitly configure the texture target on the gl buffer pool - If we don't, then the pool could end up allocating 2D textures when the - caps explictly state they should be rectangle textures. - -2015-10-30 01:27:36 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - glbufferpool: add bufferpool options for the various texture targets - This was chosen over relying solely on the caps as glupload needs to propose an - allocation and set the texture target based on the output caps. Setting the - caps in the config is currently pointless as they are overwritten in a lot of - element's decide_allocation functions. - This provides a mechanism for the buffer pool to be configured for a certain - texture target when none has been configured. - -2015-10-29 13:04:31 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * sys/applemedia/corevideotexturecache.h: - * sys/applemedia/corevideotexturecache.m: - * sys/applemedia/vtdec.c: - glcolorconvert: add support for converting texture targets - Solved with a simple shader templating mechanism and string replacements - of the necessary sampler types/texture accesses and texture coordinate - mangling for rectangular and external-oes textures. - -2015-10-29 00:44:26 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.m: - * ext/gl/gstglcolorconvertelement.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstgloverlay.c: - * ext/gl/gstglstereomix.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstgluploadmeta.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * sys/applemedia/corevideotexturecache.m: - * tests/check/libs/gstglmemory.c: - glmemory: add support for rectangle textures - Add the various tokens/strings for the differnet texture types (2D, rect, oes) - Changes the GLmemory api to include the GstGLTextureTarget in all relevant - functions. - Update the relevant caps/templates for 2D only textures. - -2015-10-30 01:45:13 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.h: - glcolorconvert: order the caps template so that RGBA is first - glcolorconvert ! glcolorconvert would sometimes negotiated RGB - (the first list entry) otherwise. - -2015-10-30 01:16:02 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbufferpool.h: - glbufferpool: move typedef's into the forward decleration file - Otherwise, for example, clang will warn about typedef redefinitions - being a C11 feature. - -2015-10-16 18:36:20 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/fake_http_src.c: - tests: fixed fake soup http src plugin - The soup http src changed the way it interprets the seek segment stop value. - Previously it was inclusive, now it is not (see commit - 21c6da6764c0cd015e9f3c5eecba36e297187deb, - bug https://bugzilla.gnome.org/show_bug.cgi?id=748316) - Updated fake soup http src to also consider segment stop not inclusive. - https://bugzilla.gnome.org/show_bug.cgi?id=756322 - -2015-10-09 14:10:52 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/Makefile.am: - * tests/check/elements/dash_demux.c: - adaptivedemux: tests: added unit test for adaptivedemux - Created a unit test for dashdemux. It relies on a fake SOUP HTTP src plugin - that will feed data to dashdemux. The test controls the data to be - generated and checks the correct data was received for each expected - stream. - https://bugzilla.gnome.org/show_bug.cgi?id=756322 - -2015-10-09 21:23:20 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * tests/check/elements/fake_http_src.c: - * tests/check/elements/fake_http_src.h: - tests: added fake http src plugin - Added a fake http src plugin capable of generating data buffers for a - request of a http url. Can be used in tests to simulate http accesses. - https://bugzilla.gnome.org/show_bug.cgi?id=756322 - -2015-07-07 15:38:08 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * tests/check/elements/dash_mpd.c: - dashdemux: provide a default suggestedPresentationDelay - If MPD@suggestedPresentationDelay is not present in the manifest, - dashdemux selects the fragment closest to the most recently generated - fragment. This causes a playback issue because this choice does not allow - the DASH client to build up any buffer of downloaded fragments without - pausing playback. This is because by definition new fragments appear on - the server in real-time (e.g. if segment duration is 4 seconds, a new - fragment will appear on the server every 4 seconds). If the starting - playback position was n*segmentDuration seconds behind "now", the DASH - client could download up to 'n' fragments faster than realtime before it - reached the point where it needed to wait for fragments to appear on the - server. - The MPD@suggestedPresentationDelay attribute allows a content publisher - to provide a suggested starting position that is behind the current - "live" position. - If the MPD@suggestedPresentationDelay attribute is not present, provide - a suitable default value as a property of the dashdemux element. To - allow the default presentation delay to be specified either using - fragments or seconds, the property is a string that contains a number - and a unit (e.g. "10 seconds", "4 fragments", "2500ms"). - -2015-10-29 15:02:38 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/ivfparse/gstivfparse.c: - * gst/ivfparse/gstivfparse.h: - ivfparse: Add vp9 support - Differentiate the vp8/vp9 bitstream based on fourcc. - https://bugzilla.gnome.org/show_bug.cgi?id=757251 - -2015-09-09 14:09:43 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: improve detection of stream language - Improved the detection of stream's language if the AdaptationSet - contains more than 1 ContentComponent - https://bugzilla.gnome.org/show_bug.cgi?id=752367 - -2015-10-29 12:04:31 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dash_mpd: restrict segment template format strings to %0[0-9]*d as per spec - https://bugzilla.gnome.org/show_bug.cgi?id=751735 - -2015-09-09 12:36:10 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: segment template parsing: added support for %d - Added support for %d in template identifier. - Added testcases for %d, %3d, %0-4d identifier formats. - -2015-10-29 11:54:34 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: corrected parsing of segment templates - Corrected the parsing of a segment template string. - Added unit tests to test the segment template parsing. - All reported problems are now correctly handled. - https://bugzilla.gnome.org/show_bug.cgi?id=751735 - -2015-10-29 11:17:48 +0000 Florin Apostol <florin.apostol@oregan.net> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - dahsdemux: task is signaled to stop without stop condition being set - The gst_adaptive_demux_stream_free function is trying to stop the stream's - download task. For this, it signals the task. But it fails to also set the - stream->download_finished = TRUE, so the task will go back to sleep and - only exit when the download is finished. - https://bugzilla.gnome.org/show_bug.cgi?id=755121 - -2015-10-28 17:02:51 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: fixed crash when segment timeline list is greater than segment url list - When building the media segment list using a SegmentList node, the - gst_mpd_client_setup_representation function will iterate through the - list of S nodes and will expect to find a matching SegmentUrl node. If - one does not exist, the code made an illegal memory access. - https://bugzilla.gnome.org/show_bug.cgi?id=752496 - -2015-09-11 10:59:15 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: unit test for missing profiles - -2015-09-11 10:57:26 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - mpdparser: do not dereference profiles is absent - These are used to apply restrictions on what the MPD file may - use, so no profile means no restrictions. - Besides, nothing actually uses the profiles (yet) anyway. - https://bugzilla.gnome.org/show_bug.cgi?id=750869 - -2015-09-16 16:46:29 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/hls/gsthlsdemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: fixed multithread support - https://bugzilla.gnome.org/show_bug.cgi?id=755169 - -2015-10-28 16:31:39 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: parser rejects negative values for mediaPresentationDuration - https://bugzilla.gnome.org/show_bug.cgi?id=752326 - -2015-10-28 16:24:01 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: corrected parsing of negative values into unsigned data - https://bugzilla.gnome.org/show_bug.cgi?id=752429 - -2015-09-17 20:18:52 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparser: h264: initialize parsing structures - Initialize to 0 these parse structures before filling them: GstH264SEIMessage, - GstH264NalUnit, GstH264PPS, GstH264SPS and GstH264SliceHdr. - When calling the functions which fill those structures, they may fail, leaving - unitialized those structures. This situation may lead to future problems, such - as a segmentation fault when freeing, for example. - This patch initializes to zero these structures, before filling them. - https://bugzilla.gnome.org/show_bug.cgi?id=755161 - -2015-09-18 10:09:26 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparser: h265: initialize parsing structures - Initialize to 0 these parse structures before filling them: GstH265SEIMessage, - GstH265NalUnit, GstH265VPS, GstH265PPS, GstH265SPS and GstH265SliceHdr. - When calling the functions which fill those structures, they may fail, leaving - unitialized those structures. This situation may lead to future problems, such - as a segmentation fault when freeing, for example. - This patch initializes to zero these structures, before filling them. - https://bugzilla.gnome.org/show_bug.cgi?id=755161 - -2015-10-26 19:58:04 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiomixer.c: - liveadder: Make latency property be a uint in millisecs - This restores roughly the same behaviour as the old liveadder element. - Except that the latency now also includes the output-buffer-duration. - https://bugzilla.gnome.org/show_bug.cgi?id=757050 - -2015-09-08 14:00:54 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - mpdparser: forbid negative values for duration - https://bugzilla.gnome.org/show_bug.cgi?id=752492 - -2015-10-28 15:39:07 +0000 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: parser rejects XMLs with negative period duration - https://bugzilla.gnome.org/show_bug.cgi?id=752329 - -2015-10-28 15:34:29 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - mpdparser: check segment lists have either duration or timeline - And add error checking along the way. - Add duration where appropriate so unit tests still pass. - https://bugzilla.gnome.org/show_bug.cgi?id=751650 - -2015-09-29 16:17:03 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - mpdparser: validate representation set identifier - It must have no whitespace, and must comply with RFC 1738 when - used to build a URL. - https://bugzilla.gnome.org/show_bug.cgi?id=750852 - -2015-10-28 14:41:54 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglslstage.c: - glslstage: initialize output params to 0 before calling gl functions - The client side API of the Chromium's GPU Process has asserts - in debug mode that check that output params are initialized to 0. - -2015-10-27 16:32:48 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Remove some dead code that could never be called - Coverity CIDs #1328818, #1328819, #1328820. - -2015-10-27 00:36:41 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstopengl.c: - opengl: build/provide glstereomix/split on gles only systems - -2015-10-26 16:51:06 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * gst/geometrictransform/geometricmath.c: - * gst/geometrictransform/geometricmath.h: - * gst/geometrictransform/gstbulge.c: - * gst/geometrictransform/gstcircle.c: - * gst/geometrictransform/gstgeometrictransform.c: - * gst/geometrictransform/gstkaleidoscope.c: - * gst/geometrictransform/gstmarble.c: - * gst/geometrictransform/gstmarble.h: - * gst/geometrictransform/gstsquare.c: - * gst/geometrictransform/gststretch.c: - geometrictransform: rename gemetric math functions to have their symbols namespaced - Otherwise those symbols can conflict with external libraries when - linking everything statically for mobile targets. - Use the gst_gm_ prefix, short for gst geometric math. - https://bugzilla.gnome.org/show_bug.cgi?id=756882 - -2015-10-26 15:30:08 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: don't advertise the local wl_display context - This wl_display proxy is temporary only until waylandsink goes NULL, - at which point the connection to the display is disposed. Unfortunately, - if this is advertised as a GstContext, playbin will cache it and re-feed - it to the sink when it goes PLAYING again, but the wl_display pointer - will at that point be invalid and cause a crash. - Another solution to the problem would be to also cache the GstWlDisplay - object inside the GstContext, which would automatically ref-count - the display connection, but I see no reason in doing that at the moment, - as there are no known users of this GstContext outside waylandsink. - It's probably better to avoid chasing hidden refcounts. - https://bugzilla.gnome.org/show_bug.cgi?id=756567 - -2015-10-26 18:26:18 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: allow outputting multiple textures for gles3 contexts - the USING_GLES2 includes all GLES3 contexts as well which does support - drawing to multiple buffers. Instead make or decision solely based on - whether glDrawBuffers is available or not. - -2015-10-26 17:36:21 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstopengl.c: - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: expose the element on gles2 platforms - We can do everything with gles3 however gles2 restricts us not allowing - separated or frame-by-frame multiview modes due to multiple draw buffers. - -2015-10-25 01:19:33 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/hlsdemux_m3u8.c: - tests: hlsdemux_m3u: add test for master playlist with missing variant list uri - https://bugzilla.gnome.org/show_bug.cgi?id=756861 - -2015-10-20 09:13:04 +0100 André Draszik <git@andred.net> - - * ext/hls/m3u8.c: - hlsdemux: don't crash or leak memory on broken master playlist - If a (master) playlist contains a variant list entry without a - URI then during parsing of the next variant list entry we are - a) leaking the entry we're currently parsing (new_list), and - b) free'ing the pointer to the previous list entry (list) without - updating the pointer. - Hence when then adding the URI for the latest parsed entry, incorrect - information is stored, as the information is used from 'list' which - is not valid memory anymore, also leading to crashes. - Fix this by correctly storing the new variant list entry pointer - as needed. - https://bugzilla.gnome.org/show_bug.cgi?id=756861 - -2015-09-04 11:29:08 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: change dispose function to finalize - -2015-08-30 21:35:02 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: remove helper function only used once - -2015-08-30 17:41:23 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: remove deprecated 'fragments-cache' property - It's been non-functional for two cycles now, let's - get rid of it. - -2015-09-02 16:40:17 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: m3u8: move file lookup by sequence directly into code - Nicer to read, two lines of code less, and also the callback - function should've been a GCompareFunc that returns a gint - and not a boolean (it did work correctly, was just confusing). - -2015-09-01 12:48:38 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: m3u8: clean-up: remove unused argument in function call - -2015-08-30 17:22:19 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.h: - hlsdemux: m3u8: clean-up: reindent header for better readability - And remove duplicate define. - -2015-10-23 18:58:41 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Remove empty set/get_property() - We can add them again if we ever add properties. - -2015-10-23 18:38:33 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/Makefile.am: - * gst/mxf/mxfmux.c: - * gst/mxf/mxfmux.h: - mxfmux: Port to GstAggregator - -2015-10-22 19:20:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Set GC essence element UL version to 0x01 - ffmpeg otherwise rejects it and the spec is not 100% clear about that. - -2015-10-20 17:09:22 +0200 Santiago Carot-Nemesio <sancane@gmail.com> - - * ext/srtp/gstsrtp.c: - srtp: Fix critical warning trying to retrieve SSRC from a non fb message - https://bugzilla.gnome.org/show_bug.cgi?id=756876 - -2015-10-22 19:24:34 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/Makefile.am: - mxf: Reorder CFLAGS and LIBS - -2015-10-23 15:42:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: Add create_new_pad() vfunc to allow subclasses to override the default behaviour - Not all aggregator subclasses will have a single pad template called sink_%u - and might do something special depending on what the application requests. - https://bugzilla.gnome.org/show_bug.cgi?id=757018 - -2015-10-21 19:00:41 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Set KAG size to 1 - We're not aligning our output in any way, and 0 is invalid. - -2015-10-21 18:58:06 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Don't let the header partition's prev_partition point forward to the footer - -2015-10-21 18:32:09 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxftypes.c: - mxftypes: Fix generation of operational pattern UL - -2015-10-21 18:31:43 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/mxf/mxfdemux-structure.c: - mxfdemux-structure: Sync fakesink state with the bin to make the application work at all - -2015-10-21 18:20:16 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmpeg.c: - mxfmpeg: h264 is always byte-stream inside MXF - -2015-10-21 18:06:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/mxfmux.c: - * tests/check/pipelines/mxf.c: - mxf: Add unit tests for H264/PCM - -2015-10-21 17:47:00 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Don't leak SEEK events when dropping them - -2015-10-21 17:21:09 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfvc3.c: - mxfvc3: The wrapping is the 15th byte of the essence container UL, not the 16th - In other mappings it is the 16th though. - -2015-10-21 17:11:03 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: If seeking to the remaining parts of the file fails on EOS, consider the stream done - Without this we would run this while loop forever, always seeking again for - the same stream. - -2015-10-21 15:07:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/mxfmux.c: - * tests/check/pipelines/mxf.c: - mxf: Properly enable unit tests again - -2015-10-21 01:22:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxf.c: - mxf: Re-enable mxfmux element - -2015-10-21 01:21:37 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfjpeg2000.c: - mxfjpeg2000: Fix caps - There is no fields field anymore. - -2015-10-21 01:17:04 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Don't fail SEGMENT events - -2015-10-21 01:02:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfmux.c: - mxfmux: Push stream-start and caps event before segment event - And don't push the caps event during instance initialization already. - -2015-10-21 00:45:19 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfaes-bwf.c: - mxfaes-bwf: Format is unsigned if it's 1 byte per channel - ... not 1 byte per block. - -2015-10-21 16:51:10 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gsthanddetect.cpp: - opencv: handdetect: no need to get a writable buffer - No need to get a writable buffer inside cv_trans_func of opencv video - filter. GstBaseTransform takes care of this. - -2015-10-21 14:35:11 +0100 Tim-Philipp Müller <tim@centricular.com> - - * common: - Automatic update of common submodule - From b99800a to b319909 - -2015-10-20 17:29:42 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Use new GST_ENABLE_EXTRA_CHECKS #define - https://bugzilla.gnome.org/show_bug.cgi?id=756870 - -2015-10-21 14:26:01 +0300 Sebastian Dröge <sebastian@centricular.com> - - * README: - * common: - Automatic update of common submodule - From 9aed1d7 to b99800a - -2015-10-21 05:34:18 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltershader.c: - glshaderelement: free the vertex and fragment strings on finalize - Fixes a memory leak when using the vertex/fragment properties. - -2015-10-21 05:33:13 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - androidmedia: fix build errors - printf %lld instead of G_GINT64_FORMAT. - Double ret variable declaration. - -2015-10-21 05:00:11 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltershader.c: - glshaderelement: remove unneeded reference to <gst/gl/gstglshadervariables.h> - -2015-10-21 04:44:50 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcontext.c: - gl: fix usage of string.h and stdio.h functions without including the headers - e.g: - gstglcontext_egl.c:613:7: error: implicit declaration of function 'strcmp' - [-Werror=implicit-function-declaration] - if (strcmp (G_MODULE_SUFFIX, "so") == 0) - -2015-10-16 07:03:06 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: create a context in NULL_READY - So that it's possible for decoders et al. to request the OpenGL context - in their READY_PAUSED transition with decodebin/playbin. - -2015-10-16 00:34:22 +1100 Matthew Waters <matthew@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideodec.h: - amcviddec: use gstcontext to retreive the OpenGL context - -2015-04-20 13:46:58 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Only allow GL output if the decoder has unknown color formats - If GST_AMC_IGNORE_UNKNOWN_COLOR_FORMATS is set to yes, non-GL output - is still allowed. - https://bugzilla.gnome.org/show_bug.cgi?id=731204 - -2014-06-05 10:33:56 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/androidmedia/Makefile.am: - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - * sys/androidmedia/gstamc2dtexturerenderer.c: - * sys/androidmedia/gstamc2dtexturerenderer.h: - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcsurface.c: - * sys/androidmedia/gstamcsurface.h: - * sys/androidmedia/gstamcsurfacetexture.c: - * sys/androidmedia/gstamcsurfacetexture.h: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideodec.h: - * sys/androidmedia/gstamcvideoenc.c: - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - * sys/androidmedia/org/freedesktop/gstreamer/androidmedia/GstAmcOnFrameAvailableListener.java: - androidmedia: Add support for GL output in amcvideodec - https://bugzilla.gnome.org/show_bug.cgi?id=731204 - -2015-04-30 12:33:58 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Do not flush codec if it is not started - -2015-04-13 13:10:10 +0200 Matthieu Bouron <matthieu.bouron@gmail.com> - - * sys/androidmedia/gstjniutils.c: - androidmedia: Allow object to be NULL in gst_amc_jni_*unref functions - -2015-03-13 16:13:08 +0100 Edward Hervey <bilboed@bilboed.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamcvideoenc.c: - androidmedia: Fix debug statement (%d for a gsize argument) - -2015-04-02 16:28:14 +0200 Matthieu Bouron <matthieu.bouron@gmail.com> - - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Improve color format debug messages - -2015-03-31 16:24:40 +0200 Matthieu Bouron <matthieu.bouron@gmail.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Improve debug messages - -2015-03-31 17:48:59 +0200 Matthieu Bouron <matthieu.bouron@gmail.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Do not warn we do not support COLOR_FormatSurface - -2015-10-21 03:59:33 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstglshadervariables.c: - * gst-libs/gst/gl/gstglshadervariables.h: - gl: remove unneeded shader variable parsing code - -2015-10-21 03:23:30 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglfiltershader.h: - glshaderelement: implement setting arbitrary uniforms - Currently float and int are supported by default. vec2, vec3, vec4 - and mat4 are supported if graphene is used. Of course if one wants - to set custom uniforms they can also be set using the create-shader - signal. - -2015-10-20 12:24:11 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gsthanddetect.cpp: - opencv: handdetect: free best_r with delete - best_r is a cv::Rect, so it should be freed with delete and not with - g_free() - -2015-10-20 12:08:59 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstmotioncells.cpp: - opencv: motioncells: remove unnecessary check - We know that the gchar arrays contain at least one string. Furthermore, - g_strfreev() checks if the array is NULL and simply returns if it is. - Hence, there is no need to check if the array is empty before using - g_strfreev(). - CID 1327412-1327415 - -2015-07-08 17:17:12 +0200 Edward Hervey <edward@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hls/m3u8: Update current position in all cases - In order to ensure the sequence_position will always be consistently updated, - store the current file duration. - This way, when we advance, we can always increment the position based on what - was previously outputted. - https://bugzilla.gnome.org/show_bug.cgi?id=752132 - -2015-10-14 18:35:00 +0200 plamot <pierre.lamot@openwide.fr> - - * sys/dshowvideosink/dshowvideosink.cpp: - dshowvideosink: Fix 64bit compatibility issue - SetWindowLong works only for 32 bit systems, thus windows events (move/resize) - where not interpreted on 64 bit systems - https://bugzilla.gnome.org/show_bug.cgi?id=756617 - -2015-10-19 15:15:30 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * ext/gl/gstglimagesink.c: - * ext/gtk/gtkgstglwidget.c: - * ext/qt/qtitem.cc: - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.h: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglsl.c: - * gst-libs/gst/gl/gstglslstage.c: - * gst-libs/gst/gl/gstglsyncmeta.c: - * gst-libs/gst/gl/gstglviewconvert.c: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/gstglcontext_wgl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.h: - * gst-libs/gst/gl/x11/gstglcontext_glx.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - gl: be consistent in gobject boilerpate - GST_GL_IS_* vs GST_IS_GL_* - git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g' - -2015-10-19 15:02:10 +1100 Matthew Waters <matthew@centricular.com> - - * .gitignore: - add glliveshader program to .gitignore - -2015-10-17 12:48:11 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst/pnm/gstpnmdec.c: - pnmdec: drop frame in case of _handle() failure - Allows baseclass to handle it from there - Related to: - https://bugzilla.gnome.org/show_bug.cgi?id=756563 - -2015-10-17 01:51:24 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmdec.h: - pnmdec: propagate input state after parsing - Store and copy input state fields when setting the - output state of the decoder. Avoids problems like - the framerate set by an upstream element being ignored - Related to: - https://bugzilla.gnome.org/show_bug.cgi?id=756563 - -2015-10-16 20:45:42 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst/pnm/gstpnmdec.c: - pnmdec: completely reset parsing state at flush - Makes sure the mngr struct reflects a clean state - for the next frame, avoiding failures like: - https://bugzilla.gnome.org/show_bug.cgi?id=756563 - -2015-10-17 15:26:46 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglfiltershader.h: - * tests/examples/gtk/glliveshader.c: - glshaderelement: implement on-demand create-shader signalling - One may not have an GstGLContext available or current in the thread where one - would need to update the shader. Support this by signalling create-shader - whenever the one-shot 'update-shader' is set to TRUE. - -2015-10-17 02:42:47 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.m: - gl/calayer: don't leak a gl shader object - We will always overwrite the ca_sink->redisplay_shader without freeing the - object. - -2015-10-17 02:40:50 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkbasesink.c: - gtk: separate out the widget/window destroy callbacks - Fixes assertion due to the sink_finalize() being run before the widget destroy - callback. - https://bugzilla.gnome.org/show_bug.cgi?id=755969 - -2015-10-17 01:08:29 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gtk/Makefile.am: - * tests/examples/gtk/glliveshader.c: - gl/examples: add a live shader demo using the new GstGLSLStage - Implemented with videotestsrc ! glshader ! glupload ! gtkglsink - Errors on an invalid shader compilation are ignored however any error - provided by the glsl compiler is printed to stdout. - -2015-10-16 00:23:56 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: skip padding when mapping RTP packets - https://bugzilla.gnome.org/show_bug.cgi?id=756653 - -2015-10-14 19:32:07 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Properly forward the return value of gst_video_decoder_negotiate() - https://bugzilla.gnome.org/show_bug.cgi?id=756578 - -2015-10-14 19:24:22 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiView for decoding - https://bugzilla.gnome.org/show_bug.cgi?id=756578 - -2015-10-16 02:57:19 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglslstage.c: - glslstage: add brackets around pointer dereference referencing an array - While technically, i is always 0 and *vertex_sources[i++] is equivalant - to (*vertex_sources)[i++]. Be future-proof in the case of code - moves/changes/etc. - CID 1327406 - -2015-10-15 23:47:11 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.m: - gl/caopengllayersink: port to new GstGLShader API - fixes build error: - "undefined symbols for architecture: - gst_gl_shader_compile_with_default_vf_and_check" - -2015-10-15 22:42:26 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcontext.c: - gl/tests: port glcontext test to opengl - Now uses vao's and vbo's when possible like the rest of the gstgl library. - -2015-09-04 16:16:51 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglfiltershader.h: - glshader: port element to GstGLSLStage - - Provide a shader property to set the full shader pipeline - - Provide vertex and fragment properties for just providing simple - shader sources. - -2015-09-04 16:02:32 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/gstglcolorscale.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstglimagesink.c: - * ext/gtk/gtkgstglwidget.c: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglutils.c: - * tests/check/libs/gstglcontext.c: - * tests/check/libs/gstglupload.c: - glshader: port to using GstGLSLStage objects for string management - A GstGLShader is now simply a collection of stages that are - compiled and linked together into a program. The uniform/attribute - interface has remained the same. - -2015-09-04 14:36:47 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglslstage.c: - * gst-libs/gst/gl/gstglslstage.h: - glsl: add a shader stage object GstGLSLStage - Represents a stage (vertex, geometry, fragment, etc) in the shader - pipeline. - -2015-09-04 00:09:09 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshadervariables.h: - gl/shader/variables: include generic gl.h header - Otherwise we may miss some forward declarations - Fixes build error: undefined reference to GstGLSLStage - -2015-08-20 15:11:06 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglsl.c: - * gst-libs/gst/gl/gstglsl.h: - * gst-libs/gst/gl/gstglsl_private.h: - * tests/check/Makefile.am: - * tests/check/libs/.gitignore: - * tests/check/libs/gstglsl.c: - gl: add some GLSL utility functions - Specifically parsing/setting GLSL versions and the shader related - function table. - -2015-10-14 22:51:29 +0200 Paul Arzelier <paul.arzelier@free.fr> - - * ext/dtls/gstdtlscertificate.c: - dtls: Fix name conflict with openssl on win32 - https://bugzilla.gnome.org/show_bug.cgi?id=756592 - -2015-09-04 18:40:18 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - hls: if media sequence is not specified, use 0 - Allows playlists that are missing the mediasequence information to - be correctly parsed. If the playlist was updated without reseting - the mediasequence it would constantly increase over subsequent updates, - leading to issues during playback. - -2015-08-30 14:56:57 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: fix fallback buffer allocation - Copy-paste mistake; the wl_buffer was attached on the wrong buffer... - -2015-08-30 14:55:11 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - waylandsink: rename GstWlDisplay::formats array to shm_formats - These formats are specific to the wl_shm interface. We are going - to add dmabuf formats later as well. - -2015-08-29 22:29:17 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/Makefile.am: - * ext/wayland/wlshmallocator.c: - * ext/wayland/wlshmallocator.h: - waylandsink: replace the custom GstWlShmMemory with GstFdMemory - -2015-10-14 19:53:34 +0300 Sebastian Dröge <sebastian@centricular.com> - - * po/POTFILES.in: - po: Update POTFILES.in for OpenCV C++ file rename - -2015-10-14 17:41:05 +0200 Edward Hervey <edward@centricular.com> - - * ext/hls/m3u8.c: - hls: Allow debugging of the playlist - Helps debugging issues - -2015-10-14 17:38:39 +0200 Edward Hervey <edward@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Avoid negative sequence numbers - For live streams, we want to make sure there's a certain distance - between the sequence to play and the last (earliest) fragment. - The problem is that it assumes there are at least 3 fragments in - the playlist, which might not always be the case (like in the case - of a server restarting and gradually adding fragments). - In order to avoid ending up with negative sequence numbers (which - will just loop forever), limit the new target sequence number to - the highest of: - * either the first sequence number of the playlist (fallback) - * or 3 fragments from the last one (standard behaviour) - -2015-10-14 15:30:05 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstopencvutils.cpp: - * ext/opencv/gstopencvvideofilter.cpp: - * ext/opencv/gsttemplatematch.cpp: - opencv: switch remaining to C++ - Switch remaining C files to C++ for consistency with other OpeCV elements, - and support of the new 2.4.11 API. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-14 10:31:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Set default last_byte_pos to -1 - The value is optional in the range, and if it is absent it means we should - download until the end of stream. Not until position 0. - https://bugzilla.gnome.org/show_bug.cgi?id=748316 - -2015-10-14 10:34:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: HTTP ranges are inclusive, GStreamer segment.stop is exclusive - Translate the values accordingly. - https://bugzilla.gnome.org/show_bug.cgi?id=748316 - -2015-10-14 14:34:32 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstmotioncells.cpp: - * ext/opencv/gstmotioncells.h: - * ext/opencv/motioncells_wrapper.cpp: - * ext/opencv/motioncells_wrapper.h: - opencv: motioncells: Switch to C++ - Switch gstmotioncells to C++ for consistency with other OpenCV elements, - and support of the new 2.4.11 API. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-14 22:35:26 +1100 Matthew Waters <matthew@centricular.com> - - * Makefile.am: - build: add liveadder directory to the cruft list - So that we can remove it and avoid duplicate GstLiveAdder GType registrations. - -2015-10-13 12:40:04 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst-libs/gst/gl/gstgldebug.c: - gl: fix leak in gst_gl_insert_debug_marker() - The string allocated by g_vasprintf() was leaked. - Reproduced using the - validate.file.compositor.simple.play_15s.synchronized validate scenario. - https://bugzilla.gnome.org/show_bug.cgi?id=756492 - -2015-10-12 11:07:32 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - docs: update to git - https://bugzilla.gnome.org/show_bug.cgi?id=756424 - -2015-10-12 09:36:29 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - liveadder: latency property is an uint64 in audiomixer - -2015-10-11 23:44:25 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gsttextoverlay.cpp: - textoverlay: Switch to C++ - Switch gsttextoverlay to C++ for consistency with other OpenCV elements, - and support of the new 2.4.11 API. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-11 21:54:30 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstpyramidsegment.cpp: - opencv: pyramidsegment: Switch to C++ - Switch gstpyramidsegment to C++ for consistency with other OpenCV elements, - and support of the new 2.4.11 API. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-05 00:55:36 +0100 Olivier Crête <olivier.crete@collabora.com> - - * configure.ac: - * docs/plugins/Makefile.am: - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/inspect/plugin-liveadder.xml: - * gst/audiomixer/gstaudiomixer.c: - * gst/liveadder/Makefile.am: - * gst/liveadder/liveadder.c: - * gst/liveadder/liveadder.h: - liveadder: Remove plugin, replace by compat subclass of audiomixer - New subclass with a similar behaviour as the old liveadder, but - a slightly different API as the latency is in nanoseconds, not - milliseconds. Also, the new liveadder has a effective latency that - is latency + output-buffer-duration. In practice, just setting a non-zero - latency with the new audiomixer gives you the right behavior in 99% of the - cases. - -2015-10-11 10:00:43 +0100 Julien Isorce <j.isorce@samsung.com> - - * configure.ac: - * ext/dash/Makefile.am: - dashdemux: fix undefined reference to gst_ntp_clock_new - Found with gst-inspect-1.0 -b in gst-uninstalled env. - https://bugzilla.gnome.org/show_bug.cgi?id=756383 - -2015-10-10 17:52:23 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstcvsobel.cpp: - cvsobel: Switch to C++ - Switch gstcvlsobel to C++ for consistency with other OpenCV elements, and - support of the new 2.4.11 API. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-10 17:00:55 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstcvlaplace.cpp: - cvlaplace: Switch to C++ - Switch gstcvlaplace to C++ for consistency with other OpenCV elements, and - support of the new 2.4.11 API. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-10 16:57:36 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstcvequalizehist.cpp: - cvequalizehist: Switch to C++ - Switch gstcvequalizehist to C++ for consistency with other OpenCV elements, - and support of the new 2.4.11 API. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-10 14:10:32 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstcvdilateerode.cpp: - * ext/opencv/gstcverode.cpp: - cverode: Switch to C++ - Switch gstcverode to C++ for consistency with other OpenCV elements, and - support of the new 2.4.11 API. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-08 14:46:10 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvb: simplify ZAP file format parser - Simplify state handing, drop unneeded local vars, etc. - -2015-10-07 14:22:46 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: fixed has_next_period - gst_mpd_client_has_next_period now calls gst_mpd_client_setup_media_presentation - to refresh the period information. - https://bugzilla.gnome.org/show_bug.cgi?id=756186 - -2015-10-07 08:48:15 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Fix build error - Build error due to wrong argument type in debug message - aagg->priv->offset and next_offset are of type int64, but uint64 - formatter is being used in logs. Changing all those to int64 - https://bugzilla.gnome.org/show_bug.cgi?id=756065 - -2015-10-06 21:23:11 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: Proxy the ignore-eos videoaggregator property as well - Identical to how the z-order property is proxied - -2015-10-05 11:21:07 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/id3tag/id3tag.c: - id3tag: fix sample memory leak - When getting sample from taglist, the memory is not being freed resulting in memory leak. - https://bugzilla.gnome.org/show_bug.cgi?id=756070 - -2015-10-01 11:18:52 +0200 Havard Graff <havard.graff@gmail.com> - - * ext/rtmp/gstrtmpsrc.c: - rtmpsrc: plug memory-leaks - https://bugzilla.gnome.org/show_bug.cgi?id=756001 - -2015-10-02 22:57:27 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/resindvd/resindvdbin.c: - * ext/resindvd/resindvdbin.h: - * ext/resindvd/resindvdsrc.c: - * ext/resindvd/resindvdsrc.h: - resindvd: Port to new GLib mutex/cond API - -2015-10-02 22:24:19 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * ext/hls/m3u8.c: - * ext/libde265/libde265-dec.c: - * gst-libs/gst/glib-compat-private.h: - * gst/videomeasure/gstvideomeasure_ssim.c: - Update GLib dependency to 2.40.0 - -2015-10-02 19:02:26 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstcvdilate.cpp: - cvdilate: Change gstcvdilate to C++ - Change the gstcvdilate.c file extension to cpp and add it into Makefile for - consistency with other elements of opencv and because Opencv not support C - language in new API 2.4.11. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-02 18:50:45 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstskindetect.cpp: - skindetect: Change gstskindetect to C++ - Change the file extension to cpp and add it into Makefile for consistency - with other elements of opencv and because Opencv not support C language in - new API 2.4.11. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-08-31 17:43:26 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gstopencvutils.h: - opencvutils: add extern C, for the opencv elements work. - Adding G_BEGIN_DECLS and G_END_DECLS to gstopencvutils.h - to allow C-style linking. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-02 18:40:43 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstretinex.cpp: - retinex: use OpenCV namespace - As part of the switch to C++, use the new OpenCV functions. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-02 18:10:32 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstcvsmooth.cpp: - cvsmooth: port to C++ - Change the file extension to cpp and add it into Makefile for consistency - with other elements of opencv and because Opencv not support C language in - new API 2.4.11. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-02 17:48:47 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstretinex.cpp: - retinex: Change retinex to C++ - Change the gstretinex.c file to cpp and add it into Makefile. - It is necessary to migrate the retinex element to C++, - because new Opencv API leaves obsolete functions like cvSmooth. - This element uses this function. - You can see in this link: - http://docs.opencv.org/modules/imgproc/doc/filtering.html? - highlight=cvsmooth#void cvSmooth(const CvArr* src, CvArr* dst, - int smoothtype, int size1, int size2, double sigma1, double sigma2) - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-10-02 17:18:33 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gsthanddetect.cpp: - * ext/opencv/gsthanddetect.h: - handdetect: remove another unused variable - Memory is reserved for this variable and then released without making any - use of it. - https://bugzilla.gnome.org/show_bug.cgi?id=752528 - -2015-10-02 17:02:42 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gsthanddetect.cpp: - * ext/opencv/gsthanddetect.h: - handdetect: CvPoint values changed from uint to int - The x and y values of CvPoint changed from unsigned to signed integers - in OpenCV 2.4.11. - https://bugzilla.gnome.org/show_bug.cgi?id=752528 - -2015-10-02 16:22:36 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gsthanddetect.cpp: - * ext/opencv/gsthanddetect.h: - handdetect: need to migrate to C++ - The cascade classifier changes its structure on new version of OpenCV 2.4.11. - It is need to migrate to C++ to utilize the new load method of OpenCV which - allows to load the old and new classifiers. - https://bugzilla.gnome.org/show_bug.cgi?id=752528 - -2015-10-02 16:01:29 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gsthanddetect.cpp: - handdetect: Change gsthanddetect to C++ - Change the gsthanddetect.c file to cpp and add it into Makefile. - It is necessary to migrate the handdetect plugin to C++, - in order to load new and old classifiers, to make handdetect work - with newer versions of Opencv. - https://bugzilla.gnome.org/show_bug.cgi?id=752528 - -2015-10-02 17:05:11 +0200 Polochon_street <polochonstreet@gmx.fr> - - * ext/dtls/gstdtlsdec.c: - dtls: fix printf format on win32 - -2015-08-20 16:03:29 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/inter/gstintertest.c: - * tests/examples/camerabin2/gst-camerabin2-test.c: - * tests/examples/codecparsers/parse-jpeg.c: - * tests/examples/gl/gtk/fxtest/fxtest.c: - * tests/examples/gl/gtk/fxtest/pixbufdrop.c: - * tests/examples/opencv/gstfacedetect_test.c: - * tests/examples/playout.c: - * tools/gst-app-maker: - gstreamer: bad: Fix memory leaks when context parse fails - When g_option_context_parse fails, context and error variables are not getting free'd - which results in memory leaks. Free'ing the same. - And replacing g_error_free with g_clear_error, which checks if the error being passed - is not NULL and sets the variable to NULL on free'ing. - https://bugzilla.gnome.org/show_bug.cgi?id=753854 - -2015-06-25 19:17:36 +0200 Arnaud Vrac <avrac@freebox.fr> - - * ext/assrender/gstassrender.c: - assrender: optimize blending - Skip empty source pixels when blending an image. There can be hundreds - of images to blend at each frame, so this brings a nice performance - boost. - https://bugzilla.gnome.org/show_bug.cgi?id=753821 - -2015-08-19 17:18:31 +0200 Arnaud Vrac <avrac@freebox.fr> - - * ext/assrender/gstassrender.c: - * ext/assrender/gstassrender.h: - assrender: Use the window size from downstream - This allows rendering the overlay at a resolution matching the video - resolution. - https://bugzilla.gnome.org/show_bug.cgi?id=753824 - -2014-09-04 18:16:00 +0200 Arnaud Vrac <avrac@freebox.fr> - - * ext/assrender/gstassrender.c: - * ext/assrender/gstassrender.h: - assrender: Improve negotiation - This is mostly a copy/paste of the negotiation function in - basetextoverlay, which was improved recently to handle many more cases. - This will allow us to negotiate a window size with downstream. - https://bugzilla.gnome.org/show_bug.cgi?id=753824 - -2015-08-19 13:44:35 +0200 Arnaud Vrac <avrac@freebox.fr> - - * configure.ac: - * ext/assrender/gstassrender.c: - assrender: render the subtitles with the proper aspect - This bumps the libass version requirement to 0.10.2. - https://bugzilla.gnome.org/show_bug.cgi?id=753824 - -2015-09-07 16:20:42 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: test: added unit test for presentation time offset - https://bugzilla.gnome.org/show_bug.cgi?id=752409 - -2015-09-30 10:27:06 -0700 Aleix Conchillo Flaqué <aleix@oblong.com> - - * configure.ac: - dtls: require openssl >= 1.0.1 - https://bugzilla.gnome.org/show_bug.cgi?id=755892 - -2015-10-02 14:46:59 +0200 Paul Arzelier <paul.arzelier@free.fr> - - * ext/dtls/gstdtlsenc.c: - dtls: fix printf format on win32 - https://bugzilla.gnome.org/show_bug.cgi?id=755981 - -2015-09-30 11:00:39 +0800 John Chang <r97922153@gmail.com> - - * ext/dash/gstisoff.c: - dashdemux: Correctly assign earliest pts instead of overriding it with first offset - https://bugzilla.gnome.org/show_bug.cgi?id=755824 - -2015-09-15 03:14:37 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/qt/gstplugin.cc: - * ext/qt/gstqsgtexture.h: - * ext/qt/gstqtsink.cc: - * ext/qt/qtitem.cc: - * ext/qt/qtitem.h: - qt: add support for building on osx/ios - Including: - - Necessary configure checks - - Necessary compile time platform checks - - Necessary runtime qt iOS/OSX platform detection - https://bugzilla.gnome.org/show_bug.cgi?id=755100 - -2015-09-28 11:29:29 +0100 John Slade <john@jtes.net> - - * ext/rtmp/gstrtmpsrc.c: - rtmpsrc: Fix indentation with gst-indent - https://bugzilla.gnome.org/show_bug.cgi?id=755732 - -2015-10-02 11:31:50 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiovisualizers/Makefile.am: - audiovisualizers: Fix nodist_HEADERS - -2015-10-02 14:56:41 +1000 Jan Schmidt <jan@centricular.com> - - * tests/check/Makefile.am: - * tests/check/elements/baseaudiovisualizer.c: - Remove baseaudiovisualizer test. - The base class has moved into gst-plugins-base - -2015-09-30 19:05:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Convert GST_ERROR_OBJECT() for seek events to GST_DEBUG_OBJECT() - -2015-09-30 19:03:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: For the start time selection, only set the segment position - segment.time and segment.start can stay the same, and were always the same - before anyway because of a mistake. - https://bugzilla.gnome.org/show_bug.cgi?id=755623 - -2015-09-30 19:01:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Select the initial offset based on the start segment position - instead of always using 0. Otherwise we might output a lot of silence in the - beginning instead of outputting from the relevant position. - https://bugzilla.gnome.org/show_bug.cgi?id=755623 - -2015-10-01 15:35:37 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * docs/plugins/Makefile.am: - * gst/audiovisualizers/Makefile.am: - * gst/audiovisualizers/gstaudiovisualizer.c: - * gst/audiovisualizers/gstaudiovisualizer.h: - * gst/audiovisualizers/gstspacescope.h: - * gst/audiovisualizers/gstspectrascope.h: - * gst/audiovisualizers/gstsynaescope.h: - * gst/audiovisualizers/gstwavescope.h: - audiovisualizers: merge audiovisualizer base classes - These plugins now use the audiovisualizer base class in pbutils - https://bugzilla.gnome.org/show_bug.cgi?id=742875 - -2015-10-02 01:01:42 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldebug.c: - * gst-libs/gst/gl/gstgldebug.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - gl: move debugging related functions to their own file - -2015-10-01 23:20:19 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorscale.c: - glcolorscale: use glbasefilter vfuncs - Uses less code \o/ - Fixes legacy opengl rendering \o/ - -2015-09-16 12:50:46 +0200 Philippe Normand <philn@igalia.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: activate streams before configuring bitrate - Doing the contrary has no effect and the consequence is that playback - will start with the lowest bitrate even if we can already handle - higher bitrate. - https://bugzilla.gnome.org/show_bug.cgi?id=755108 - -2015-06-08 15:33:22 +0200 Philippe Normand <philn@igalia.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - * ext/smoothstreaming/gstmssmanifest.c: - * ext/smoothstreaming/gstmssmanifest.h: - mssdemux: PlayReady WRM parsing support - If the manifest has a ProtectionHeader node then parse it and emit - protection events according to the specified protection SystemID. - https://bugzilla.gnome.org/show_bug.cgi?id=753613 - -2015-09-03 15:11:00 +0200 Philippe Normand <philn@igalia.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: always use timescale for gst timestamp calculation - Not doing this can lead the demuxer to attempt downloading fragments - for an invalid start time. The server would then send a HTTP - Precondition failed error, the demuxer would try some more times to - download the invalid fragment and eventually error out. - https://bugzilla.gnome.org/show_bug.cgi?id=754523 - -2015-09-30 08:36:15 +0200 Antoine Jacoutot <ajacoutot@gnome.org> - - * gst-libs/gst/gl/Makefile.am: - gl: Pass GL_CFLAGS to g-ir-scanner - This unbreaks building when some headers are under a non-standard path. - e.g. /usr/X11R6/include as on OpenBSD. - https://bugzilla.gnome.org/show_bug.cgi?id=755850 - -2015-09-30 00:44:16 -0700 Aleix Conchillo Flaqué <aleix@oblong.com> - - * sys/applemedia/Makefile.am: - applemedia: dist missing header files - https://bugzilla.gnome.org/show_bug.cgi?id=755852 - -2015-09-30 13:13:19 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * tests/check/elements/audiointerleave.c: - audiointerleave: typecast bit-mask to guint64 to fix segmentation fault - While creating caps in audiointerleave tests, bitmask is being set as 0x9 - This is resulting in segmentation fault. Fix the same by typecasting to guint64 - https://bugzilla.gnome.org/show_bug.cgi?id=755840 - -2015-09-30 15:17:38 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: fixup strstr lengths so we don't overrun - -2015-09-30 13:31:50 +1000 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * ext/gl/gstgluploadelement.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * tests/check/libs/gstglupload.c: - glupload: remove useless release_buffer - It's a leftover from when we weren't outputting GstBuffer's and - returning raw texture id's. - -2015-09-30 01:53:53 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - glutils: use gst_element_set_context for setting display/other_context - 1. So we get tracking inside GstElement properly when e.g. adding to a bin - 2. Removes redundant code. Now only one place where - GstContext->GstGLDisplay/GstGLContext transformation occurs - 3. Fixes a memory leak in the process - 4. Make the retrieval of debug categories thread safe - -2015-09-29 22:57:52 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - gtk: add some GL debug statements to show up in GL traces - -2015-08-30 17:11:31 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gstm3u8playlist.c: - * ext/hls/gstm3u8playlist.h: - hls: m3u8playlist: more clean-ups - Remove unused functions; move GstM3U8 struct into .c file, - and indent the header so it's nice to read. - -2015-08-30 17:01:13 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gstm3u8playlist.c: - hls: m3u8playlist: fix silly queue iteration code - -2015-08-30 16:40:02 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gstm3u8playlist.c: - hls: m3u8playlist: more minor playlist_render() clean-ups - Move the TAG defines directly into the code, not sure what - their purposes is, these are printf format strings so having - them directly as literals in the code where they're used - makes the code easier to follow. - -2015-08-30 16:34:26 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gstm3u8playlist.c: - hls: m3u8playlist: move entry rendering into render_playlist() - Makes the code easier to follow and avoids unnecessary temporary - strings, since we can just append to the playlist GString directly. - -2015-08-30 16:24:41 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gstm3u8playlist.c: - * ext/hls/gstm3u8playlist.h: - hls: m3u8playlist: simplify gst_m3u8_playlist_render() - Remove playlist_str GString variable from GstM3U8Playlist struct, - since it's only used temporarily in playlist_render(). Might just - as well keep it local then. - -2015-08-30 15:55:51 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/Makefile.am: - * ext/hls/gstfragmented.h: - * ext/hls/gsthlssink.c: - * ext/hls/gstm3u8playlist.h: - hls: remove unused macro and direct gio usage - -2015-09-30 00:36:14 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: fix downstream key unit events handling with hlssink - The buffer timestamps in the collect function will already be - running time, don't try to convert them again to running time, - this would yield CLOCK_TIME_NONE now that the segment is shifted - to account for negative dts. - This fixes x264enc ! mpegtsmux ! hlssink, which was broken - because mpegtsmux would send a downstream key unit event with - running time NONE and then hlssink would immediately send - another one upstream and it would just be a flood of force - keyframe events in both directions after the first one. This - would then break hlssink because it uses multifilesink in - next-file=key-unit-event mode, and starting a new file after - every few kB does not work well for HLS. - -2015-08-20 17:35:04 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcverode.c: - opencv: erode: remove non-ip transform func - Transform is set to be done in place in gstcvdilateerode.c, so the in-place - transform function is always used and the other is redundant. Removing it. - https://bugzilla.gnome.org/show_bug.cgi?id=753885 - -2015-08-20 17:23:40 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/opencv/gstcvdilate.c: - opencv: dilate: remove non-ip transform func - Transform is set to be done in place in gstcvdilateerode.c, so the in-place - transform function is always used and the other is redundant. Removing it. - https://bugzilla.gnome.org/show_bug.cgi?id=753885 - -2015-09-29 20:00:02 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvdilateerode.c: - * ext/opencv/gstcvequalizehist.c: - * ext/opencv/gstcvlaplace.c: - * ext/opencv/gstcvsmooth.c: - * ext/opencv/gstcvsobel.c: - * ext/opencv/gstretinex.c: - * ext/opencv/gstretinex.h: - * ext/opencv/gstskindetect.c: - opencv: use gst_opencv_video_filter_set_in_place() - Using the gst_base_transform function directly won't work. Need to use - gst_opencv_video_filter_set_in_place(). - -2015-09-29 17:00:22 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gsthanddetect.c: - handdetect: check for haar cascade files path - When running GStreamer from uninstalled sources, the location of the haar - cascade files will be local. Check if running in uninstalled and set the - file paths accordingly. - -2015-09-26 17:02:09 +0800 John Chang <r97922153@gmail.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: remove unused variable - https://bugzilla.gnome.org/show_bug.cgi?id=755656 - -2015-09-29 13:31:18 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fix compilation with older glib version - Remove weird use of private gtype defines and fix compilation - with older glib versions such as 2.36. - https://bugzilla.gnome.org/show_bug.cgi?id=755754 - -2015-09-29 13:52:47 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstcvlaplace.c: - * ext/opencv/gstcvlaplace.h: - opencv: cvlaplace: add scale and shift properties - Add scale and shift properties so these can be used to tweak the values - used in cvConvertScale() instead of using only defaults. - -2015-08-28 16:24:24 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/qt/gstqtsink.cc: - qtsink: explicitely fallthrough switch statement - In case ret is False, fallthrough to default case. - CID #1320705 - -2015-08-28 16:13:16 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: add break to switch case - Even though all cases inside VC1_STREAM_FORMAT_ASF are goto or - g_assert_not_reached(), add a break at the end to appease Coverity. - CID #1320706 - -2015-09-28 20:56:56 +0200 Arnaud Vrac <avrac@freebox.fr> - - * ext/assrender/gstassrender.c: - assrender: fix leak of tag samples in the tag list - Move handling of a GstSample in a separate function, and unref the - sample after calling it. libass copies the font data so we don't need to - keep it around. - https://bugzilla.gnome.org/show_bug.cgi?id=755759 - -2015-09-28 20:30:17 +0200 Arnaud Vrac <avrac@freebox.fr> - - * ext/assrender/gstassrender.c: - assrender: fix gap event leak and invalid return value - We don't want the gap event to be forwarded - https://bugzilla.gnome.org/show_bug.cgi?id=755759 - -2015-09-29 16:17:22 +1000 Matthew Waters <matthew@centricular.com> - - * sys/nvenc/gstnvbaseenc.c: - nvenc: call the parent class on GstElement::set_context - -2015-09-17 16:59:16 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - gl/eagl: use the default GL context debug category - -2015-07-30 16:42:38 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * sys/Makefile.am: - * sys/nvenc/Makefile.am: - * sys/nvenc/README: - * sys/nvenc/TODO: - * sys/nvenc/gstnvbaseenc.c: - * sys/nvenc/gstnvbaseenc.h: - * sys/nvenc/gstnvenc.c: - * sys/nvenc/gstnvenc.h: - * sys/nvenc/gstnvh264enc.c: - * sys/nvenc/gstnvh264enc.h: - Add Nvidia based hardware encoder element - Currently only h264 is supported - https://bugzilla.gnome.org/show_bug.cgi?id=753405 - -2015-09-29 00:25:00 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkbasesink.c: - gtk: fix assertion when the element has no peer - When proxying keyboard/navigation/mouse events, only unref a successfully - retreived peer pad. - https://bugzilla.gnome.org/show_bug.cgi?id=755738 - -2015-09-28 15:30:30 +0200 Stefan Sauer <ensonic@users.sf.net> - - * configure.ac: - * gst/midi/Makefile.am: - * gst/midi/alsamidisrc.c: - * gst/midi/alsamidisrc.h: - * gst/midi/midi.c: - Revert "midi: add an ALSA MIDI sequencer source" - This reverts commit cd7f4e524718a2f75467852235e4e13d64d2ac82. - -2015-09-28 22:31:09 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - gl: set the context on the element on a context query - Otherwise it's possible to lose the context information if the - context is only propagated through queries. - -2015-09-28 22:20:29 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.m: - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglstereosplit.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbasefilter.c: - gl: chain up to the parent class for GstElement::set_context - https://bugzilla.gnome.org/show_bug.cgi?id=705579 - -2015-08-07 15:28:54 +0200 Antonio Ospite <ao2@ao2.it> - - * configure.ac: - * gst/midi/Makefile.am: - * gst/midi/alsamidisrc.c: - * gst/midi/alsamidisrc.h: - * gst/midi/midi.c: - midi: add an ALSA MIDI sequencer source - The alsamidisrc element allows to get input event from ALSA MIDI - sequencer devices, and possibly convert them to sound using some - downstream element like fluiddec. - https://bugzilla.gnome.org/show_bug.cgi?id=738687 - -2015-08-28 16:35:39 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/qt/qtitem.cc: - qml: remove overwritten value - Value in tex is overwritten before being used. Removing it. - CID 1320715 - https://bugzilla.gnome.org/show_bug.cgi?id=754253 - -2015-09-02 23:45:07 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/qt/Makefile.am: - * ext/qt/gstqsgtexture.h: - * ext/qt/gstqtgl.h: - * ext/qt/qtitem.cc: - * ext/qt/qtitem.h: - qt: add support for building/running on android - Including: - - Necessary configure checks - - Necessary compile time platform checks - - Necessary runtime qt android platform detection - - Escaping GLsync definition with Qt's GLES2 implementation - https://bugzilla.gnome.org/show_bug.cgi?id=754466 - -2015-09-02 23:40:31 +1000 Matthew Waters <matthew@centricular.com> - - * ext/qt/Makefile.am: - qt: don't use CPPFLAGS for tools that cannot use them - For example moc will bail out when given arguments it does not - know about. The moc specific MOC_CPPFLAGS can still be used - to pass flags to moc. - https://bugzilla.gnome.org/show_bug.cgi?id=754466 - -2015-09-02 23:39:54 +1000 Matthew Waters <matthew@centricular.com> - - * ext/qt/Makefile.am: - qt: rename library to include gst prefix - libqtsink -> libgstqtsink - https://bugzilla.gnome.org/show_bug.cgi?id=754466 - -2015-08-31 19:21:54 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: sprinkle some debug markers to ease debugging - -2015-08-31 19:18:23 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - gl/utils: add a function to insert a debug marker - These markers are visible in tools that record the GL function calls - such as apitrace, et al. - Makes it easier to match up GL draw commands with specific elements. - -2015-08-31 19:17:21 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/debug.h: - gl: add some debugging prototypes - -2015-09-26 19:19:50 +1000 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glwindow: remove unused draw_unlocked function - The functionality is provided by draw anyway and is leftover from - X11's specific threading requirements that no longer apply. - -2015-09-27 13:07:19 +1000 Jan Schmidt <jan@centricular.com> - - * ext/resindvd/gstmpegdemux.c: - resindvd: Send gap updates to the segment stop during stills - Ignore the normal gap threshold for laggy streams and - immediately catch all streams up to the end of the segment - when processing gap updates for a segment during a - still frame sequence. - https://bugzilla.gnome.org/show_bug.cgi?id=755680 - -2015-09-27 00:24:24 +1000 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/Makefile.am: - * gst/dvdspu/gstdvdspu-render.c: - * gst/dvdspu/gstdvdspu.c: - * gst/dvdspu/gstdvdspu.h: - * gst/dvdspu/gstspu-common.h: - * gst/dvdspu/gstspu-pgs.c: - * gst/dvdspu/gstspu-pgs.h: - * gst/dvdspu/gstspu-vobsub-render.c: - * gst/dvdspu/gstspu-vobsub.c: - * gst/dvdspu/gstspu-vobsub.h: - Revert "dvdspu: render to AYUV overlay" - This reverts commit 5016a73190595505dc38b54f8f9a08c4f180f3a6. - -2015-09-27 00:24:23 +1000 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstdvdspu.c: - * gst/dvdspu/gstspu-common.h: - * gst/dvdspu/gstspu-pgs.c: - * gst/dvdspu/gstspu-vobsub-render.c: - Revert "dvdspu: render to ARGB overlay instead of AYUV" - This reverts commit dd3e9deb2aa695a391b58f24d86a3c00bbc1258a. - -2015-09-27 00:24:17 +1000 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstspu-vobsub.c: - * gst/dvdspu/gstspu-vobsub.h: - Revert "dvdspu: handle frame size event from upstream" - This reverts commit 46aaaa6c309b8a8f6e218142fd5944f5d24f095c. - -2015-09-27 00:24:17 +1000 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstdvdspu.c: - * gst/dvdspu/gstdvdspu.h: - Revert "dvdspu: cache overlay composition" - This reverts commit aabb8a1a68372f750c63b9b6586e18e829745774. - -2015-09-27 00:24:15 +1000 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstdvdspu.c: - * gst/dvdspu/gstdvdspu.h: - Revert "dvdspu: improve negotiation of overlay composition" - This reverts commit 1899e2a099932a7a734e7784c20b624517237e18. - -2015-09-18 19:07:47 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/gstspu-pgs.c: - dvdspu: fix pgs palette colors - U and V were inverted - https://bugzilla.gnome.org/show_bug.cgi?id=755239 - -2014-08-27 16:47:22 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/gstdvdspu.c: - * gst/dvdspu/gstdvdspu.h: - dvdspu: improve negotiation of overlay composition - Support negotiating GstVideoOverlayComposition downstream - while not providing it upstream. - https://bugzilla.gnome.org/show_bug.cgi?id=663750 - -2013-09-02 17:48:50 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/gstdvdspu.c: - * gst/dvdspu/gstdvdspu.h: - dvdspu: cache overlay composition - This avoids rendering the overlay buffer for each video frame. - https://bugzilla.gnome.org/show_bug.cgi?id=663750 - -2013-08-30 22:08:01 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/gstspu-vobsub.c: - * gst/dvdspu/gstspu-vobsub.h: - dvdspu: handle frame size event from upstream - An IDX file or codec_data normally contains the original frame size of - the video. Allow upstream to provide this information by sending a - custom event, which will allow scaling the overlay correctly. - https://bugzilla.gnome.org/show_bug.cgi?id=663750 - -2013-12-05 21:59:18 +0100 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: allow suffix in dvd event name to allow multiple sticky dvd events - https://bugzilla.gnome.org/show_bug.cgi?id=663750 - -2015-04-07 14:38:08 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/gstdvdspu.c: - * gst/dvdspu/gstspu-common.h: - * gst/dvdspu/gstspu-pgs.c: - * gst/dvdspu/gstspu-vobsub-render.c: - dvdspu: render to ARGB overlay instead of AYUV - https://bugzilla.gnome.org/show_bug.cgi?id=663750 - -2013-01-23 17:59:01 +0100 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/Makefile.am: - * gst/dvdspu/gstdvdspu-render.c: - * gst/dvdspu/gstdvdspu.c: - * gst/dvdspu/gstdvdspu.h: - * gst/dvdspu/gstspu-common.h: - * gst/dvdspu/gstspu-pgs.c: - * gst/dvdspu/gstspu-pgs.h: - * gst/dvdspu/gstspu-vobsub-render.c: - * gst/dvdspu/gstspu-vobsub.c: - * gst/dvdspu/gstspu-vobsub.h: - dvdspu: render to AYUV overlay - Instead of only supporting writing SPU data directly to YUV frames, - render the SPU data to an intermediate AYUV overlay buffer. The overlay - data is then attached to the video frame if downstream supports overlay - composition, otherwise the AYUV overlay is blended to the video frame. - For the PGS format, the overlay buffer size is set to the size of the - Composition Window, and its position in the overlay composition is set - to the window position. The objects to render are now cropped when the - cropping flag is set. - For the Vobsub format, the overlay buffer size is set to the size of the - Display Area. - Once rendered, the overlay composition rectangle is now moved and scaled - to fit the video output size, to avoid clipping. - https://bugzilla.gnome.org/show_bug.cgi?id=663750 - -2013-09-02 17:07:49 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: pass dvdspu argument to set_caps functions - https://bugzilla.gnome.org/show_bug.cgi?id=663750 - -2015-09-18 19:15:45 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/dvdspu/gstspu-pgs.c: - dvdspu: skip unneeded reading of RLE data - The RLE data was being read for dumping the SPU image even when the - DUMP_FULL_IMAGE macro was not set. - https://bugzilla.gnome.org/show_bug.cgi?id=663750 - -2015-08-29 19:16:38 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * tests/check/elements/compositor.c: - check: Add test for videoaggregator sinkpads being sorted by zorder - https://bugzilla.gnome.org/show_bug.cgi?id=754285 - -2015-09-26 10:21:41 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudioaggregator.c: - audiomixer: fix deadlock when G_DISABLE_ASSERT is not defined - This makes the audiomixer unit test time out in master. - Broke with 587e7c4 - -2015-09-26 10:49:31 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/dash_mpd.c: - dash: Fix unit test after internal API change - -2015-08-25 17:39:30 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * ext/sndfile/gstsfdec.c: - sfdec: Fix typo in goto variable name - https://bugzilla.gnome.org/show_bug.cgi?id=754057 - -2015-08-18 14:16:11 +0100 Chris Bass <floobleflam@gmail.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: create src pads for subtitle streams. - Create src pads for Representations that contain timed-text subtitles, - both when the subtitles are encapsulated in ISO BMFF (i.e., the - Representation has mimeType "application/mp4") and when they are - unencapsulated (i.e., the Representation has mimeType - "application/ttml+xml"). - https://bugzilla.gnome.org/show_bug.cgi?id=747774 - -2015-09-26 00:17:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Stop using deprecated gst_segment_to_position() - -2015-08-31 16:12:40 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Don't forward QOS events to sinkpads that had no buffer yet - Otherwise they will receive a QOS event that has earliest_time=0 (because we - can't have negative timestamps), and consider their buffer as too late - https://bugzilla.gnome.org/show_bug.cgi?id=754356 - -2015-09-22 16:17:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * tests/check/elements/dash_mpd.c: - dashdemux: Implement lazy-loading of external periods - https://bugzilla.gnome.org/show_bug.cgi?id=752230 - -2015-09-21 21:05:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Load OnLoad external resources immediately instead of on demand - https://bugzilla.gnome.org/show_bug.cgi?id=752230 - -2015-09-08 13:36:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Add support for loading external SegmentLists - https://bugzilla.gnome.org/show_bug.cgi?id=752230 - -2015-09-08 13:04:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Add support for loading external AdaptationSets - https://bugzilla.gnome.org/show_bug.cgi?id=752230 - -2015-08-21 16:40:10 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Implement loading of external Period nodes - The same has to be done for AdaptationSet and SegmentList nodes still. - Also this does not correctly implement the semantics: by default Period (and - other nodes) should only be loaded when needed, not in the very beginning. We - need to implement lazy loading for them, which means adjusting - gst_mpd_client_setup_media_presentation(). - https://bugzilla.gnome.org/show_bug.cgi?id=752230 - -2015-08-21 12:06:07 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * tests/check/Makefile.am: - mpdparser: Store an URI downloader in the parser for downloading additional MPD resources if needed - https://bugzilla.gnome.org/show_bug.cgi?id=752230 - -2015-07-10 18:56:29 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - mpdparser: Parse xlink attributes from Period, AdaptationSet and SegmentList - We still have to do something useful with them, like actually loading the - content behind the URL. - https://bugzilla.gnome.org/show_bug.cgi?id=752230 - -2015-09-16 23:38:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Properly handle relative and non-HTTP URIs for the headers/indices - gst_uri_join_strings() will return the second parameter if it is an absolute - URI. No need to do a (wrong) check if the URI is absolute or not beforehand. - https://bugzilla.gnome.org/show_bug.cgi?id=755134 - -2015-09-16 23:12:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: If no Initialization is present in the SegmentBase, assume it is before the indexRange - https://bugzilla.gnome.org/show_bug.cgi?id=755132 - -2015-09-25 23:51:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.6.0 === - -2015-09-25 23:33:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.6.0 - -2015-09-25 23:01:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2015-09-25 10:32:00 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: use GL_ELEMENT_ARRAY_BUFFER for vbo indices - Fixes this error with chromium gpu process: - GL_INVALID_OPERATION, glBindBuffer: buffer bound to more than 1 target - https://bugzilla.gnome.org/show_bug.cgi?id=755618 - -2015-09-17 14:17:09 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: fix texture leak in _gl_mem_copy - https://bugzilla.gnome.org/show_bug.cgi?id=755456 - -2015-09-24 18:51:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gstgtkbasesink.c: - gtk: Only run from the main thread in stop() if we created the window - We're not doing anything at all from the main thread in other cases. - -2015-09-24 15:52:40 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gtkgstbasewidget.c: - gtk: When setting format check if pending format changed - In case the format changed fast and the pending format is different - than the currently set but the currently set is equal to the pending - one we could end up having mismatch between the finally set format - and the data stream format. - https://bugzilla.gnome.org/show_bug.cgi?id=755542 - -2015-09-24 15:51:28 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gstgtkbasesink.c: - gtk: Do not forget to release OBJECT_LOCK on error path - https://bugzilla.gnome.org/show_bug.cgi?id=755542 - -2015-09-24 11:37:04 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/Makefile.am: - * ext/gtk/gstgtkbasesink.c: - * ext/gtk/gstgtkutils.c: - * ext/gtk/gstgtkutils.h: - * ext/gtk/gtkgstglwidget.c: - gtk: Factor out a function to run a function on main thread - https://bugzilla.gnome.org/show_bug.cgi?id=755251 - -2015-09-24 10:51:31 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gstgtkbasesink.c: - gtk: Marshall state changes in the main thread - Gtk is not MT safe thus we need to make sure that everything is done - in the main thread when working with it. - https://bugzilla.gnome.org/show_bug.cgi?id=755251 - -2015-09-23 15:56:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Add a clock epoch that is used as offset whenever restarting the clock - Otherwise we're going to return times starting at 0 again after shutting down - an element for a specific input/output and then using it again later. - https://bugzilla.gnome.org/show_bug.cgi?id=755426 - -2015-09-22 19:35:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED again from there - https://bugzilla.gnome.org/show_bug.cgi?id=755426 - -2015-09-23 11:42:51 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gstgtkbasesink.c: - gtksink: Do not show window until we reach the PAUSED state - https://bugzilla.gnome.org/show_bug.cgi?id=755459 - -2015-09-22 14:43:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Only check stream->segments for a repeated last segment if we have a static list of segments - Otherwise we'll crash, trying to derefence NULL. And if we have no static list - of segments, we can't have repeated segments anyway. - Regression introduced by cfe2871a5e3c5b1db20470927642b776e055a87a - https://bugzilla.gnome.org/show_bug.cgi?id=755411 - -2015-09-21 19:02:08 +0530 Arun Raghavan <git@arunraghavan.net> - - * ext/x265/gstx265enc.c: - x265enc: Drop incorrect stream-format="avc" in template caps - -2015-09-21 10:47:15 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gstgtkbasesink.c: - gtksink: Do not re destroy the GtkWindow if destroyed by the user - Otherwise we will get an ASSERT. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755249 - -2015-09-21 08:04:40 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/dispmanx: fix rendering with recent resize state tracking - 557ca6fda5f831be4aba5819bf7b30b296e575cd didn't change to the - necessary gst_gl_window_resize() call for the dispmanx backend. - -2015-09-19 11:46:37 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gstgtkbasesink.c: - * ext/gtk/gstgtkbasesink.h: - * ext/gtk/gstgtkglsink.c: - gtkglsink: Hide and clean the GtkWindow we might create - When stopping the sink we should always hide the window. - https://bugzilla.gnome.org/show_bug.cgi?id=755249 - -=== release 1.5.91 === - -2015-09-18 19:51:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.5.91 - -2015-09-18 19:31:06 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2015-09-18 18:00:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Only skip the remaining part of a GAP buffer - We might've queued up a GAP buffer that is only partially inside the current - output buffer (i.e. we received it too late!). In that case we should only - skip the part of the GAP buffer that is inside the current output buffer, not - also the remaining part. Otherwise we forward this pad too far into the future - and break synchronization. - -2015-09-18 21:14:46 +1000 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: disable the texture cache on OSX - This a workaround until the incompatibility with CVOpenGLTextureCache - and opengl3 contexts is fixed. - https://bugzilla.gnome.org/show_bug.cgi?id=754786 - -2015-09-17 19:42:34 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Keep at least two buffers in the queue in live mode - When in live mode, the queue needs to hold the currently processed - buffer and one more at least. - https://bugzilla.gnome.org/show_bug.cgi?id=754851 - -2015-09-18 11:55:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/zh_CN.po: - po: Update translations - -2015-09-18 15:28:27 +1000 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: gst-indent file - -2015-09-17 19:56:47 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/dvdspu/gstspu-pgs.c: - dvdspu: pgs: fix printf format/argument mismatch in debug statements - Fixes compiler warnings when extra debugging is enabled at compile time. - -2015-09-17 17:54:36 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: remove unprefix STATISTICS_MESSAGE_NAME after all - It was only added during 1.5.x so we might just as well remove it - immediately. - https://bugzilla.gnome.org/show_bug.cgi?id=754686 - -2015-09-07 16:57:05 +0200 Philippe Normand <philn@igalia.com> - - * ext/hls/gsthlsdemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: prefix the statistics message name macro - Keep old define around for now. - https://bugzilla.gnome.org/show_bug.cgi?id=754686 - -2015-09-18 00:10:10 +1000 Jan Schmidt <jan@centricular.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: Hook up the recently added change_state vfunc. - The state change function was implemented, but not installed, - making the compiler complain about the unused function. - -2015-09-18 00:20:13 +1000 Jan Schmidt <jan@centricular.com> - - * ext/dtls/gstdtlsconnection.c: - * ext/dts/gstdtsdec.c: - * ext/gl/gstglstereomix.c: - * gst/audiomixer/gstaudioaggregator.c: - Don't throw compiler warnings with G_DISABLE_ASSERT - Disable code that warns about unused variables when G_DISABLE_ASSERT - is defined, as it is in tarballs and pre-releases. - -2015-09-17 22:17:24 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - gl/caopengllayer: fix non-existent selector warning - 557ca6fda5f831be4aba5819bf7b30b296e575cd introduced the queueResize - call without implementing the selector - -2015-09-17 21:31:39 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: Fix g_return_val_if_fail in a void function - -2015-09-17 15:06:31 +1000 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/vtdec.c: - applemedia/vtdec: fix negotiation errors when resizing glimagesink - GstVideoDecoder has its own logic for detecting when to reconfigure - which ultimately calls decide_allocation and results in a new - texture cache that has not been configured from our reconfigure check. - https://bugzilla.gnome.org/show_bug.cgi?id=755156 - -2015-09-17 17:22:47 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: request a resize on caps/3d mode changes - Fixes incorrect aspect ratio on OSX when changing caps or the 3d - output mode. - https://bugzilla.gnome.org/show_bug.cgi?id=755111 - -2015-09-17 17:06:37 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - glwindow: add API to request a resize event on the next draw - - glimagesink needs to be able to resize the viewport on aspect ratio - changes resulting from either caps changes or 3d output mode changes. - - Performing a glViewport outside the GstGLWindow::resize callback - will not have the winsys' stack of viewports required to correctly - place the output frame. - Provide a function to request a resize on the next draw event from the - winsys. - Also track size changes inside the base GstGLWindow class rather - than in each subclass. - https://bugzilla.gnome.org/show_bug.cgi?id=755111 - -2015-09-17 16:55:11 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgluploadelement.c: - gl/uploadelement: fail earlier if we could not upload the buffer - -2015-09-17 16:05:21 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/x11: store the correct dimension from the resize events - small typo s/width/height/ - -2015-09-17 13:47:23 +0900 Vineeth T M <vineeth.tm@samsung.com> - - * sys/bluez/gstavdtputil.c: - avdtputil: fix GError memory leak during failures - https://bugzilla.gnome.org/show_bug.cgi?id=755142 - -2015-09-17 13:35:02 +0900 Vineeth T M <vineeth.tm@samsung.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglstereosplit.c: - * ext/gl/gstgltestsrc.c: - * ext/gtk/gtkgstglwidget.c: - * gst-libs/gst/gl/gstglbasebuffer.c: - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: Fix GError leaks during failures - https://bugzilla.gnome.org/show_bug.cgi?id=755140 - -2015-09-16 00:19:35 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/inter/gstintervideosink.c: - * gst/inter/gstintervideosink.h: - intervideosink: render preroll frames as well - Derive from GstVideoSink so that preroll frames will automatically - get rendered too, unless the show-preroll-frame property is set to - FALSE. Fixes intervideosrc only picking up frames if intervideosink - is in PLAYING state. - https://bugzilla.gnome.org/show_bug.cgi?id=755049 - -2015-09-17 00:01:58 +1000 Jan Schmidt <jan@centricular.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: Check if downstream supports GstVideoOverlayComposition. - Fix the negotiation of GstVideoOverlayComposition by checking - intersection with the peer caps, rather than just accept-caps, - which might only check the pad template. - https://bugzilla.gnome.org/show_bug.cgi?id=755113 - -2015-09-09 14:49:17 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - mpdparser: support for negative repeat count in segments - Implements negative repeat segment fields, defined in 5.3.9.6.1. - -2015-09-08 15:14:13 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - mpdparser: properly read signed r values for S elements - The spec defines these as signed in 5.3.9.6.1. - Since we don't support this behavior, warn and default to 0 - (non repeating), which is the spec's default when the value - is not present. - https://bugzilla.gnome.org/show_bug.cgi?id=752480 - -2015-09-09 11:05:35 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - mdpparser: catch failures to parse - https://bugzilla.gnome.org/show_bug.cgi?id=752480 - -2015-09-16 17:28:05 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: avoid updating the viewport in the draw loop - Fixes flashes/incorrect aspect ratio when resizing glimagesink on OSX. - -2015-09-15 21:50:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Fix playback of live streams - dashdemux seeks each live stream to its current fragment in the beginning, but - the base class does not know about this. Update the demuxer segment with this - seek so we generate the correct SEGMENT event and can actually play the - stream. - This needs some refactoring at some point. - https://bugzilla.gnome.org/show_bug.cgi?id=755047 - -2015-09-15 15:39:11 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/opus/gstopusdec.c: - opusdec: remove check for number of channels - opus decoder can convert from different number of channels, no - need to check, just let it negotiate and create a new decoder if - needed. - https://bugzilla.gnome.org/show_bug.cgi?id=755059 - -2015-09-15 10:00:43 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Only overwrite last return if it was OK - Prevents overwriting other conditions that would be more important, - such as EOS. - https://bugzilla.gnome.org/show_bug.cgi?id=755042 - -2015-09-15 09:58:20 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: fix return when trying to advance in subfragmented stream - Even if it doesn't actually advance the subfragment in the default way - for streams that have subfragments, it can help the base class to return - EOS when there is no more fragments instead of signaling it that it should - continue downloading. - https://bugzilla.gnome.org/show_bug.cgi?id=755042 - -2015-09-15 11:34:12 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglmemory.c: - gl: bufferpool take into account video stride alignment requirements - when allocating memory. Fixes crashes with avdec_h265 in the AVX2 - code path which requires 32-byte stride alignment, but the - GstAllocationParams only specified a 16-byte alignment. - https://bugzilla.gnome.org/show_bug.cgi?id=754120 - -2015-09-15 13:40:58 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/soundtouch/gstpitch.cc: - pitch: Set seqnum on newly created segment event - https://bugzilla.gnome.org/show_bug.cgi?id=755012 - -2015-09-11 21:37:08 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Fix mixup of running times and segment positions - We have to queue buffers based on their running time, not based on - the segment position. - Also return running time from GstAggregator::get_next_time() instead of - a segment position, as required by the API. - Also only update the segment position after we pushed a buffer, otherwise - we're going to push down a segment event with the next position already. - https://bugzilla.gnome.org/show_bug.cgi?id=753196 - -2015-09-11 16:56:40 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Use stream time in the position query instead of segment position - https://bugzilla.gnome.org/show_bug.cgi?id=753196 - -2015-09-11 12:22:51 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Fix mixup of running times and segment positions - We have to queue buffers based on their running time, not based on - the segment position. - Also return running time from GstAggregator::get_next_time() instead of - a segment position, as required by the API. - Also only update the segment position after we pushed a buffer, otherwise - we're going to push down a segment event with the next position already. - https://bugzilla.gnome.org/show_bug.cgi?id=753196 - -2015-09-11 12:21:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.h: - aggregator: Document that get_next_time() should return running time - https://bugzilla.gnome.org/show_bug.cgi?id=753196 - -2015-09-03 14:20:00 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - mpdparser: Don't consider period start times in periods with segment lists either - https://bugzilla.gnome.org/show_bug.cgi?id=754222 - -2015-09-03 10:26:03 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/dash_mpd.c: - mpdparser: Fix unit test that assumed that fragment timestamps should include the period start timestamp - https://bugzilla.gnome.org/show_bug.cgi?id=754222 - -2015-09-02 18:33:51 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Export the period start time to the base class - https://bugzilla.gnome.org/show_bug.cgi?id=754222 - -2015-09-02 18:29:43 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Properly implement timestamping of multi-period streams - Each period will start again with pts 0 + period presentation offset, which is - also going to be the presentation time inside the container stream if any. - However all periods together should form a continuous timeline, with regard to - stream time and running time. - For making this possible we keep track of the "user requested segment", i.e. - the seek events, inside the demuxer without adjusting anything and taking this - demuxer segment only as orientation for modified segments per stream. - This per stream segments will have their segment.start at pts that would be - produced for this stream in this period, and the segment.base/time adjusted so - that this pts maps to the running and stream time this period should have in - the context of all other periods. - https://bugzilla.gnome.org/show_bug.cgi?id=754222 - -2015-09-01 13:13:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - Revert "dashdemux: Subtract the period start time from the presentation offset" - This reverts commit 626a8f0a74f8ea748b811b74ba9e7ae2baea2cca. - This allows us to get the plain presentation offset and the period start time - separately. We have to adjust the timestamp by the presentation offset, but - the period start time should only adjust the stream time and running time. - https://bugzilla.gnome.org/show_bug.cgi?id=752409 - -2015-09-01 13:12:45 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - Revert "dashdemux: Include the period start in the fragment timestamps in all cases" - This reverts commit e671ad25a989cb21c62c7a5867c2090890ce49ba. - The timestamps should restart at 0 again for each period, but we have to - adjust the segment to map those timestamps to the actual stream time and - running time of that period. - Otherwise we would have timestamps that conflict with the ones from the tfdt - inside the MP4 container, which are restarting at 0 for each period. - https://bugzilla.gnome.org/show_bug.cgi?id=752409 - -2015-09-14 19:03:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Consider the repeat count when checking if a segment is the last one - Otherwise we play only the first repetition of the last segment and then EOS. - https://bugzilla.gnome.org/show_bug.cgi?id=752480 - -2015-09-14 13:56:10 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: also check for subfragments on has_next_fragment - In dash isombff profile the fragment is split into subframents where - bitrate switching is possible. Also take that into consideration - when checking if a stream has next fragments. - -2015-09-11 11:22:35 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/opus/gstopusenc.c: - opusenc: improve deprecated properties docs - https://bugzilla.gnome.org/show_bug.cgi?id=754819 - -2015-09-11 11:11:09 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/opus/gstopusenc.c: - opusenc: do not throw g_warning when getting deprecated properties - https://bugzilla.gnome.org/show_bug.cgi?id=754819 - -2015-09-09 19:51:18 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.h: - videoaggregator: fix caps query to properly handle alpha formats - Only accept alpha if downstream has alpha as well. It could - theoretically accept alpha unconditionally if blending is - properly implemented for handle it but at the moment this - is a missing feature. - Improves the caps query by also comparing with the template - caps to filter by what the subclass supports. - https://bugzilla.gnome.org/show_bug.cgi?id=754465 - -2015-09-12 00:51:52 +1000 Jan Schmidt <jan@centricular.com> - - * sys/applemedia/corevideotexturecache.m: - vtdec: Use R/RG textures for NV12 when the context provides them - Fixes playback to GL memory on iOS, where the colours are messed - up by passing Luminance/LuminanceAlpha textures where - color convert expects R/RG textures. - https://bugzilla.gnome.org/show_bug.cgi?id=754504 - -2015-09-08 17:17:36 +1000 Jan Schmidt <jan@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Prefer GL output caps. - Prefer GL caps by putting them first in the pad template and - intersecting using GST_CAPS_INTERSECT_FIRST. - -2015-09-10 19:02:12 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparsers: h265: Fix the selection of Active Ref Pic Set - If short_term_ref_pic_set_sps_flag is FALSE, the ShortTermRefPicSet - structure is supposed to derive from slice header. Which means, - CurrRpsIdx is equal to num_short_term_ref_pic_sets. But the number - of refpicsets communicated via sps header is only num_short_term_ref_pic_sets - 1. - And we are using slice_header structure to reference the last entry, which is - ShortTermRefPicSet[num_short_term_ref_pic_sets]. - https://bugzilla.gnome.org/show_bug.cgi?id=754834 - -2015-09-10 16:28:31 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparsers: h265 : Fix default scaling list values - Fix the default_scaling_list values based on Table 7-6 - https://bugzilla.gnome.org/show_bug.cgi?id=754834 - -2015-09-10 14:11:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: less-than-zero comparison of an unsigned value is never true - Use the correct type, GstClockTimeDiff, instead. - CID 1323742 - -2015-09-10 00:07:18 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/gtk/gtkgstglwidget.c: - * ext/qt/qtitem.cc: - gtk, qt: more specifically define the compile time requirements - Otherwise we could include headers/configurations that will - never been installed. - https://bugzilla.gnome.org/show_bug.cgi?id=754732 - -2015-09-02 23:42:34 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - build/qt: indent configure file - don't mix tabs and spaces - https://bugzilla.gnome.org/show_bug.cgi?id=754466 - -2015-09-10 00:00:11 +1000 Matthew Waters <matthew@centricular.com> - - * ext/qt/gstqsgtexture.cc: - qt: use our function table instead of directly calling gl functions - Otherwise when building with --as-needed we would need to link to - a GL or GLES library. - https://bugzilla.gnome.org/show_bug.cgi?id=754732 - -2015-09-09 23:53:57 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglapi.h: - gl/api: use public rather than private define - HAVE_IOS is only defined for the build of this module so - attempting to use gstgl in iOS would result in incorrect GL - includes. - Use GST_GL_HAVE_PLATFORM_EAGL instead for choosing the iOS GL - header. - -2015-09-03 16:36:57 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Handle pipelines where the running time does not start around 0 properly - We were converting all times to our internal running times, that is the time - the sink itself spent in PLAYING already. But forgot to do that for the - running time calculated from the buffer timestamps. As such, all buffers were - scheduled much later if the pipeline's running time did not start at 0. - This happens for example if a base time is explicitly set on the pipeline. - https://bugzilla.gnome.org/show_bug.cgi?id=754528 - -2015-09-07 13:36:19 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Consider pipeline latency, render delay and ts offset when scheduling frames - Without this, we will schedule all frames too late in live pipelines. - https://bugzilla.gnome.org/show_bug.cgi?id=754666 - -2015-09-09 13:58:05 +0900 Kouhei Sutou <kou@clear-code.com> - - * sys/directsound/gstdirectsoundsrc.c: - directsoundsrc: fix build error for 64bit Windows build by MinGW - Casting to UINT from HMIXER generates the following warning with - 64bit Windows target MinGW: - gstdirectsoundsrc.c: In function 'gst_directsound_src_mixer_find': - gstdirectsoundsrc.c:733:30: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] - mmres = mixerGetDevCaps ((UINT) dsoundsrc->mixer, - ^ - cc1: all warnings being treated as errors - We can use portable GPOINTER_TO_UINT() macro for this propose. - https://bugzilla.gnome.org/show_bug.cgi?id=754756 - -2015-09-09 09:33:01 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - gl/eagl: Also unbind renderbuffer after setting up framebuffer - https://bugzilla.gnome.org/show_bug.cgi?id=754757 - -2015-09-09 09:27:17 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - gl/eagl: Don't make context uncurrent just to make it current again in the next line - Also binding the framebuffer again is unnecessary then as it was just bound a - few lines before while the context was current. - https://bugzilla.gnome.org/show_bug.cgi?id=754757 - -2015-09-07 12:09:41 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - mpdparser: fix period start time scaling - This GstStreamPeriod start value is expressed in nanoseconds, - and the glib time addition function expects microseconds. - There seems to have been a confusion with GstPeriodNode's start - field, which is expressed in milliseconds. - Additionally, add a warning if the timestamp modification did - not succeed, and NULL was returned. - -2015-09-05 23:38:44 +1000 Jan Schmidt <jan@centricular.com> - - * ext/faac/gstfaac.c: - faac: Add bitrate info to the tags output. - Makes it possible for muxers to know the target bitrate as soon - as encoding starts, which flvmux now uses. - -2015-09-05 01:50:41 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/compositor/compositor.c: - * tests/check/elements/compositor.c: - compositor: Ensure all arguments to CLAMP are signed int - If any of the arguments to CLAMP are unsigned integers, the comparison causes - an automatic conversion of the signed int to unsigned, which causes -1 to become - UINT_MAX and get clamped to the high value of the CLAMP instead of 0. - See 716 at http://c0x.coding-guidelines.com/6.3.1.8.html - Also add a test for this. - https://bugzilla.gnome.org/show_bug.cgi?id=754576 - -2015-09-04 15:43:40 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gtkgstbasewidget.c: - gtk: Do not consider GtkEvents as handled - Applications might still want to use them - after the sink transformed them into - GstNavigation events - -2015-09-02 19:16:56 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: lift restriction of changing pixel-aspect-ratio - The videoaggregator can convert PAR, there is no reason for - restricting it. - https://bugzilla.gnome.org/show_bug.cgi?id=754291 - -2015-08-07 17:27:48 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * configure.ac: - * ext/qt/qtitem.cc: - qmlsink: Ensure that at least one windowing system is available - Otherwise, we'll just crash at runtime because the gl context is NULL - https://bugzilla.gnome.org/show_bug.cgi?id=754108 - -2015-08-28 20:33:40 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: Reset state on flush and state changes - https://bugzilla.gnome.org/show_bug.cgi?id=753152 - -2015-08-31 18:06:31 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - * ext/qt/gstqtsink.cc: - * ext/qt/qtitem.cc: - * gst-libs/gst/gl/gstglcontext.c: - gtk, qt, gl: fix typo in debug and error messages - -2015-08-28 23:05:20 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Also ignore start-time on seek from gst_element_send_event() - https://bugzilla.gnome.org/show_bug.cgi?id=753806 - -2015-08-29 16:51:08 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/compositor/compositor.c: - compositor: variables in clamp_rectangle() should be signed - x/y/w/h are signed integers. As can be seen in GstCompositorPad. - The prototype for clamp_rectangle was wrong. This commit reverts the change - and fixes the prototype. - This reverts commit bca444ea4a84c39e9989681f892f6e4cb2033cf9. - -2015-08-28 19:55:59 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - * gst/mpegdemux/gstmpegdemux.c: - * sys/pvr2d/pvr_includes/dri2_ws.h: - * sys/pvr2d/pvr_includes/img_defs.h: - * sys/pvr2d/pvr_includes/img_types.h: - * sys/pvr2d/pvr_includes/pvr2d.h: - * sys/pvr2d/pvr_includes/servicesext.h: - * sys/pvr2d/pvr_includes/wsegl.h: - * sys/uvch264/gstuvch264_mjpgdemux.c: - Fix file permissions of some files - -2015-08-28 15:21:11 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/compositor/compositor.c: - compositor: remove check for below zero for unsigned value - CLAMP checks both if value is '< 0' and '> max'. Value will never be a negative - number since it is an unsigned integer. Removing that check and only checking if - it is bigger than max by using MIN(). - CID 1320707 - -2015-08-28 13:42:29 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstedgedetect.cpp: - edgedetect: Rename gstedgedetect.c to gstedgedetect.cpp for consistency. - Change the file extension to cpp and add it into Makefile for consistency - with other elements of opencv. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-08-27 21:51:52 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gstedgedetect.c: - edgedetect: remove unused and useless functions. - The cvSmooth cvNot functions and do not have the correct input parameters. - Furthermore, cvSmooth function is not necessary for edge detection, - because the Canny function makes the step of smoothing the image. - And cvNot function is useless because there aren't changes if this - function is eliminated. - https://bugzilla.gnome.org/show_bug.cgi?id=754148 - -2015-08-26 18:40:35 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/opencv/gsttextoverlay.c: - * ext/opencv/gsttextoverlay.h: - textoverlay: remove unused variable - Memory is reserved for this variable but never used. Removing it. - -2015-08-26 18:21:15 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gstfaceblur.cpp: - * ext/opencv/gstfaceblur.h: - faceblur: remove unused variable. - Memory is reserved for this variable and then released without making any - use of it. - https://bugzilla.gnome.org/show_bug.cgi?id=753994 - -2015-08-26 17:56:50 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gstfaceblur.cpp: - * ext/opencv/gstfaceblur.h: - faceblur: need to migrate to C++. - The cascade classifier changes its structure on new version of OpenCV 2.4.11. - It is need to migrate to C++ to utilize the new load method of OpenCV which - allows to load the old and new classifiers. - https://bugzilla.gnome.org/show_bug.cgi?id=753994 - -2015-08-26 12:47:58 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gstfaceblur.cpp: - faceblur: Check CvHaarClassifierCascade is release before being modified. - For PROP_PROFILE case that exist inside gst_face_blur_set_property - function loads the new XML file in the CvHaarClassifierCascade property - without first checking that it is released because maybe there is an XML - file previously loaded. - https://bugzilla.gnome.org/show_bug.cgi?id=753994 - -2015-08-26 12:27:15 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gstfaceblur.cpp: - faceblur: Code refactoring of gst_face_blur_load_profile. - Changes inside the gst_face_blur_load_profile function, the number of - input parameters and in lines where it is used due to it cannot be used - generically. - https://bugzilla.gnome.org/show_bug.cgi?id=753994 - -2015-08-26 11:57:24 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstfaceblur.cpp: - faceblur: Change gstfaceblur to C++. - Change the gstfaceblur.c file to cpp and add it into Makefile. - It is necessary to migrate the faceblur plugin to C++, - in order to load new and old classifiers, to make faceblur work - with newer versions of Opencv. - https://bugzilla.gnome.org/show_bug.cgi?id=753994 - -2015-08-27 11:10:05 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: Fix caps memory leak by making static caps actually static - See https://bugzilla.gnome.org/show_bug.cgi?id=754157 - -2015-08-21 16:13:43 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: don't meddle with the class struct from an instance - Fix some very dubious code. The class methods should always - be set, and the instance-specific check should then be done - inside the method. For data_received that's there already, for - finish_fragment we need to add it. - https://bugzilla.gnome.org/show_bug.cgi?id=753937 - -2015-08-26 10:52:46 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - h264parse/h265parse: Fix negotiation crash - As it's recursive, gst_pad_get_allowed_caps() may also return - empty for anything incompatible downstream. EMPTY is not valid caps - value for gst_caps_fixate(). This lead to assertion and then crash. - Ideally, the negotiate function should be re-factored to have a return - value, and we could make the negotiation fails earlier. - https://bugzilla.gnome.org/show_bug.cgi?id=754122 - -2015-08-26 15:40:16 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/compositor/compositor.c: - * tests/check/elements/compositor.c: - compositor: Actually use the output resolution for clamping - The obscured check in compositor was using the dimensions of the pad to clamp - the h/w of the pad instead of the output resolution, and was doing an incorrect - calculation to do so. Fix that by simplifying the whole calculation by using - corner coordinates. Also add a test for this bug which fell through the cracks, - and just skip all the obscured tests if the pad's alpha is 0.0. - https://bugzilla.gnome.org/show_bug.cgi?id=754107 - -2015-08-24 07:46:27 +0300 XuGuangxin <Guangxin.Xu@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gsth265parser.h: - codecparsers: h265: Fix tile row and column parsing - Section 6.5.1: Coding tree block raster and tile scanning conversion process - Follow the equations 6-3 and 6-4 - This will provide correct offset_max in slice_header for parsing - num_entry_point_offsets. - https://bugzilla.gnome.org/show_bug.cgi?id=754024 - Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> - -2015-08-07 12:53:23 +0300 Athanasios Oikonomou <athoik@gmail.com> - - * ext/hls/m3u8.c: - hlsdemux: select correct position for live streams that don't remove fragments - Some live streams (eg youtube) don't remove fragments in order to allow - seeking back in time (live + vod). - When gst_m3u8_client_has_next_fragment is called, we are getting wrong fragment - because current_file points in first file of the fragments list resulting in - watching the stream from the beginning again. - This patch sets current_file to nth fragment for live streams, then on - gst_m3u8_client_has_next_fragment will keep up with the live stream. - https://bugzilla.gnome.org/show_bug.cgi?id=753344 - -2015-08-24 19:47:01 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstgluploadelement.c: - glupload: Use base class metadata copy function - This allow properly copying selected meta, like the composition - overlay. Note that output buffer need to be readable, but GlUpload - keeps a ref. For now, simply drop GlUpload ref after perform, - leaving that ref has no purpose. The method shall be removed - in the future. - https://bugzilla.gnome.org/show_bug.cgi?id=754047 - -2015-08-24 19:28:10 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglcolorconvertelement.c: - glcolorconvert: Use base transform metadata copy - Use base class default method instead of only copying flags and - timestamp. This way, selected meta's like compostion overlay will - be passed downstream as expected. - https://bugzilla.gnome.org/show_bug.cgi?id=754047 - -2015-08-25 10:09:14 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - gl/eagl: Unref context after setting a window handle - gst_gl_window_get_context() returns a new reference. - Hopefully fixes https://bugzilla.gnome.org/show_bug.cgi?id=753758 - -2015-08-24 21:28:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * win32/common/libgstcodecparsers.def: - win32: Add new h265 parser symbols - -2015-08-24 08:06:15 +0300 lyb <andy_liu_china@163.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gsth265parser.h: - codecparsers: h265: Add APIs for up-right-diagonal/raster scan conversion - As per 7-42 and 7-43 the ScalingFactor's scanIdx is 0, - which is "up-right-diagonal" scan. Add APIs for converting - up-right-diagonal to raster and vise versa. - https://bugzilla.gnome.org/show_bug.cgi?id=754024 - -2015-08-24 04:18:52 +0300 XuGuangxin <Guangxin.Xu@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparsers: h265: Fix the range of delta_chroma_log2_weight_denom - Being more strict on specification, According to 7.4.7.3, - delta_chroma_log2_weight_denom should be in the range of - [(0 - luma_log2_weight_denom), (7 - luma_log2_weight_denom)] - https://bugzilla.gnome.org/show_bug.cgi?id=754024 - -2015-08-23 23:38:21 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix latency handling again - The tsdemux latency should always be added to the minimum - latency (which is always a valid clock time value). The - "cleanup" in commit a1f709c2 made it so that it would not - be added if upstream reported 0 as minimum latency (as - e.g. udpsrc would). This broke playback of live mpeg-ts - streaming in some cases, leading to playback stutter due - to a too-small configured latency for the pipeline. - https://bugzilla.gnome.org/show_bug.cgi?id=751508 - -2015-08-21 13:42:18 -0700 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: update display size before sending event - This is minor issue, as the reconfigure event is asynchronous. - Basically, update width/height before sending the event. - -2015-08-20 17:27:34 -0700 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglcolorconvertelement.c: - * ext/gl/gstgluploadelement.c: - * gst-libs/gst/gl/gstglbasefilter.c: - gl: Let base transform relay the meta api for us - During allocation query, when this element is not passthrough, it must - relay the overlay compostion meta and it's parameters. Fortunatly, base - transform can do this for us. - https://bugzilla.gnome.org/show_bug.cgi?id=753850 - -2015-08-21 20:29:24 +0200 Koop Mast <kwm@rainbow-runner.nl> - - * configure.ac: - curl: Give netinet/ip.h it own configure check - On FreeBSD netinet/ip.h needs the sys/types.h and netinet/in.h header - before it can be tested. - https://bugzilla.gnome.org/show_bug.cgi?id=753944 - -2015-08-19 17:42:49 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/dts/gstdtsdec.c: - dtsdec: remove unused value - length is set to a different value before being read. Remove initial value. - Silences compiler warning. - -2015-08-21 05:26:25 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gstfacedetect.cpp: - * ext/opencv/gstfacedetect.h: - facedetect: remove unnecessary variable. - Memory is reserved for this variable and then released without making any - use of it. - https://bugzilla.gnome.org/show_bug.cgi?id=748377 - -2015-08-21 14:07:32 +0900 Justin Kim <justin.kim@collabora.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: add specific error message when missing GL_SHADING_LANGUAGE_VERSION - GL_SHADING_LANGUAGE_VERSION was introduced since ES 2.0, but in some - android emulator doesn't support this feature. To prevent confusion for - developer, the error message need to be more clear. - https://bugzilla.gnome.org/show_bug.cgi?id=753905 - -2015-08-21 16:44:43 +0900 hoonhee.lee <hoonhee.lee@lge.com> - - * tests/check/elements/audiomixer.c: - tests: audiomixer: remove duplicated word in comment - https://bugzilla.gnome.org/show_bug.cgi?id=753915 - -2015-08-21 16:31:41 +0900 hoonhee.lee <hoonhee.lee@lge.com> - - * ext/gl/caopengllayersink.m: - caopengllayersink: Don't chain up to parent's query handling twice for DRAIN query - https://bugzilla.gnome.org/show_bug.cgi?id=753913 - -2015-08-20 15:00:02 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * tests/check/elements/hlsdemux_m3u8.c: - check: hlsdemux: make duration unit test robust to floating point rounding - The test_playlist_with_doubles_duration() test fails on some platforms - due to rounding errors that occur when m3u8.c converts from the floating - point value in the HLS manifest to a GstClockTime. - Using assert_equals_float() fixes this because this function handles - the rounding error issues by accepting almost equal. - https://bugzilla.gnome.org/show_bug.cgi?id=753881 - -2015-08-17 18:35:58 +0200 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasefilter.c: - glbasefilter: only call gl_{stop,start} if the context changed - Removes the redundant GL object creation/deletion on every - decide_allocation call which is being called for every caps change. - Thus reduces the required GL state changes on reconfigure events - which are being sent by glimagesink/xvimagesink - -2015-08-20 14:09:37 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * configure.ac: - opencv: Fix OpenCV data path check to work with cross compilation - https://bugzilla.gnome.org/show_bug.cgi?id=753651 - -2015-08-20 14:11:56 +0300 Ben Browitt <ben.browitt@gmail.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Always set the pad's buffer_vinfo when storing a buffer - Otherwise it might be unset, and then the buffer is used and - gst_video_frame_map() will crash because of invalid video-info. - https://bugzilla.gnome.org/show_bug.cgi?id=753805 - -2015-08-19 21:33:09 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: Handle encoding specified in the <xml> element when dumping nodes - Previous patch did not handle the case where an encoding (e.g. UTF-8) is - specified in the <xml ?> element. Added an extra test for with and without - encoding. - https://bugzilla.gnome.org/show_bug.cgi?id=753813 - -2013-01-31 14:03:40 +0100 Arnaud Vrac <avrac@freebox.fr> - - * ext/assrender/gstassrender.c: - assrender: check video frame mapping succeeded before blending - If the mapping fails just skip overlay rendering and push the video - frame downstream. - https://bugzilla.gnome.org/show_bug.cgi?id=753822 - -2015-08-19 15:31:16 +0200 Arnaud Vrac <avrac@freebox.fr> - - * configure.ac: - * gst-libs/gst/video/Makefile.am: - * sys/uvch264/Makefile.am: - * tests/examples/uvch264/Makefile.am: - configure.ac: fix build when the uvch264 plugin is not selected - Instead of checking for the gstreamer-video-1.0 package is installed, - just assume it is since we already check for the -base dependency. - With this replace the GST_VIDEO_* variables in makefiles and directly - link with libgstvideo. - https://bugzilla.gnome.org/show_bug.cgi?id=753820 - -2015-08-19 11:29:43 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: replace xmlNodeDump with xmlNodeDumpOutput - When running on an STB, the function - gst_mpdparser_get_xml_node_as_string causes a segmentation fault. This - code works correctly on a Linux desktop. - Looking at the libxml documentation, the xmlNodeDump is deprecated. - Replacing the use of xmlNodeDump with xmlNodeDumpOutput fixes the - segfault on the STB and removes the use of the deprecated function. - -2015-08-19 12:37:40 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * configure.ac: - configure: check for Qt version - Usage of QSGSimpleTextureNode::setOwnsTexture() was added in commit - 6b8cf8419d8ea80081de8150a6b1c3cf763c4d69, this function was added in - Qt 5.4.0. Check for this version or later. - https://bugzilla.gnome.org/show_bug.cgi?id=753812 - -2015-07-16 22:57:36 +0200 Arnaud Vrac <avrac@freebox.fr> - - * ext/hls/gsthlsdemux.c: - hlsdemux: abort playlist update when cancelled - Otherwise the download thread will get stuck, since the downloader is - disabled. - -2015-08-19 13:52:21 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - gtk/gl: Use our GL function table instead of directly calling GL functions - Otherwise we would have to link the plugin to the GL libraries directly. - -=== release 1.5.90 === - -2015-08-19 13:46:53 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.5.90 - -2015-08-19 12:52:18 +0300 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2015-08-19 11:36:13 +0300 Sebastian Dröge <sebastian@centricular.com> - - * po/ky.po: - * po/nb.po: - * po/sv.po: - po: Update translations - -2015-08-18 13:56:59 +0200 Guillaume Marquebielle <guillaume.marquebielle@parrot.com> - - * gst/liveadder/liveadder.c: - liveadder: fix assertion when copying buffer region - In gst_live_adder_chain() function, calls to gst_buffer_copy_region() can lead - to assertion as 'offset + size <= bufsize' is not respected. - Indeed 'offset' and 'size' parameters are calculated through calling gst_live_adder_length_from_duration(), - and thus gst_util_uint64_scale_int_round(). - Depending on the nearest integers, rounded values 'offset' and 'size' can then trigger the assertion. - This case mainly occurs when 'skip' value is > 0 in chain function process. - https://bugzilla.gnome.org/show_bug.cgi?id=753759 - -2015-08-17 18:06:30 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gsthanddetect.c: - * ext/opencv/gsthanddetect.h: - handdetect: remove unnecessary variable. - Memory is reserved for this variable and then released without making any - use of it. - https://bugzilla.gnome.org/show_bug.cgi?id=752528 - -2015-08-17 18:02:28 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gsthanddetect.c: - handdetect: check CvHaarClassifierCascade is release before being modified. - Make sure a previous cascade, if it exists, is released before loading a - new XML file onto it. - https://bugzilla.gnome.org/show_bug.cgi?id=752528 - -2015-08-17 17:47:42 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gsthanddetect.c: - handdetect: code refactoring of gst_handdetect_load_profile. - Change gst_handdetect_load_profile() so it can be used generically. - https://bugzilla.gnome.org/show_bug.cgi?id=752528 - -2015-08-18 11:54:33 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/daala/gstdaalaenc.c: - daalaenc: Fix build - And also only generate the supported caps once, not on every CAPS/ACCEPT_CAPS - query. It's not that cheap. - -2015-08-17 23:44:42 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * tests/examples/opencv/gstfacedetect_test.c: - examples: facedetect: add silent option - By default the example floods the screen with the detected face values. - Add an option to avoid this for frail terminals. - -2015-08-17 14:38:52 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/x265/gstx265enc.c: - x265enc: add accept-caps handling - Ovewrite default handling to avoid doing a caps query. Check - the received caps against the possible formats supported by - the x265 library. - -2015-08-17 14:32:56 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/daala/gstdaalaenc.c: - daalaenc: add accept-caps handling - Ovewrite default handling to avoid doing a caps query. Check - the received caps against the possible formats supported by - the daala library. - -2015-08-16 07:06:44 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/openjpeg/gstopenjpegenc.c: - * ext/schroedinger/gstschroenc.c: - * ext/webp/gstwebpenc.c: - * gst/pnm/gstpnmenc.c: - videoencoders: use template subset check for accept-caps - It is faster than doing a query that propagates downstream and - should be enough - Elements: openjpegenc, schroenc, webpenc, pnmenc - -2015-08-17 17:38:15 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * configure.ac: - * ext/opencv/gstfaceblur.c: - * ext/opencv/gstfacedetect.cpp: - opencv: support alternative path convention - Some distributions store OpenCV files in /usr/share/opencv and some others - (and default when building from source) install them in - /usr/share/OpenCV. Support both to find cascade files. - https://bugzilla.gnome.org/show_bug.cgi?id=753651 - -2015-08-16 21:18:50 +0200 Rico Tzschichholz <ricotz@ubuntu.com> - - * ext/dash/Makefile.am: - dashdemux: link against gio for g_resolver and g_inet_address_from_string - Add missing gio-2.0 CFLAGS/LIBS to fix linker failure - -2015-08-16 07:18:34 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/faac/gstfaac.c: - * ext/gsm/gstgsmenc.c: - * ext/opus/gstopusenc.c: - * ext/sbc/gstsbcenc.c: - * ext/voaacenc/gstvoaacenc.c: - * ext/voamrwbenc/gstvoamrwbenc.c: - * gst/adpcmenc/adpcmenc.c: - * gst/siren/gstsirenenc.c: - audioencoders: use template subset check for accept-caps - It is faster than doing a query that propagates downstream and - should be enough - Elements: faac, gsmenc, opusenc, sbcenc, voamrwbenc, adpcmenc, sirenenc - -2015-08-17 07:55:03 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/voaacenc/gstvoaacenc.c: - voaacenc: Remove custom getcaps and just use the template - We know from the beginning the caps that are acceptable, no need - for custom getcaps or manually generating caps. - -2015-08-17 07:54:36 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/voaacenc/gstvoaacenc.c: - voaacenc: add version to gst-launch string on documentation - gst-launch will call the 0.10 version, we want 1.0 - -2015-08-17 07:15:00 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/faac/gstfaac.c: - faac: make template pad caps more accurate and remove custom getcaps - Allows reusing baseclass caps query handling and simplifying negotiation - code. - -2015-08-17 11:50:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/mpg123/gstmpg123audiodec.c: - mpg123: still reset pending audio info on hard flush - Follow-up to previous commit. - https://bugzilla.gnome.org/show_bug.cgi?id=752431 - -2015-07-15 10:44:02 -0600 Jason Litzinger <jlitzinger@control4.com> - - * ext/mpg123/gstmpg123audiodec.c: - mpg123: fix handling of sample rate change during playback - If the sample rate of the media changes, the resulting flush will - clear the has_next_audioinfo flag, and the caps won't be sent - downstream. - https://bugzilla.gnome.org/show_bug.cgi?id=752431 - -2015-03-17 17:55:26 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/videoparsers/gstdiracparse.c: - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpegvideoparse.c: - * gst/videoparsers/gstpngparse.c: - * gst/videoparsers/gstvc1parse.c: - videoparsers: Use gst_base_parse_merge_tags() - Instead of squashing all upstream tags - https://bugzilla.gnome.org/show_bug.cgi?id=679768 - -2015-08-16 18:13:12 +0200 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Recalculate offset and size in raw upload - As we only expose the mapped portion of the frame into the GL - memory object (and not the original padding) we need to - re-calculate the size and offset. - -2015-08-16 08:49:35 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: fix off by one seeking issue - When seeking to the last second of a mpd it would reject the seek - because the comparison was < instead of <= - This fails the important use case of seeking to the end of a file - to play it back in reverse from the end - -2015-08-16 12:55:57 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsdemux: Fix illogical comparision - A variable can't be two values at once. We want to stop if it's not the - actual ts *AND* not the other ts - CID #1316475 - -2015-08-16 12:52:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Free UTCTiming struct if there are no values associated with it - CID 1316479 - -2015-08-15 23:36:01 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/check/Makefile.am: - check: Link against GModule for tests using g_module_* - -2015-08-15 19:04:27 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Demote debugging level - -2015-08-15 19:01:00 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Actually wait for playlist update when requested - There are several cases where a HLS server could temporarily have wrong - fragments, or reconfigure the playlist. In those cases, when we get - fragment download failures, we *really* want to wait a bit (for the next - playlist update) before retrying to get fragments. - Previously this method was first checking to see if there was next fragments - (according to the previous manifest update) before waiting for the next update. - The problem was that if that if there is a temporary failure on the server, - that's uncorrelated to whether the manifest contains next fragments or not. - -2015-08-14 12:25:19 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/check/elements/glimagesink.c: - * tests/check/generic/states.c: - checks: Ensure thread-safe libX11/GL when running tests - -2015-08-15 12:58:40 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dts/gstdtsdec.c: - * ext/faad/gstfaad.c: - * ext/gsm/gstgsmdec.c: - * ext/mpg123/gstmpg123audiodec.c: - * ext/opus/gstopusdec.c: - * ext/sbc/gstsbcdec.c: - * gst/adpcmdec/adpcmdec.c: - * gst/siren/gstsirendec.c: - audiodecoders: use default pad accept-caps handling - Avoids useless check of downstream caps when handling an - accept-caps query - Elements: dtsdec, faad, gsmdec, mpg123audiodec, opusdec, - sbcdec, adpcmdec, sirendec - -2015-08-15 12:55:49 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/daala/gstdaaladec.c: - * ext/libde265/libde265-dec.c: - * ext/openexr/gstopenexrdec.cpp: - * ext/openjpeg/gstopenjpegdec.c: - * ext/rsvg/gstrsvgdec.c: - * ext/schroedinger/gstschrodec.c: - * ext/webp/gstwebpdec.c: - * gst/pnm/gstpnmdec.c: - * gst/vmnc/vmncdec.c: - videodecoders: use default pad accept-caps handling - Avoids useless check of downstream caps when handling an - accept-caps query - Elements: daaladec, libde265dec, openjpegdec, rsvgdec, schrodec, - webpdec, pnmdec, vmncdec, openexrdec - -2015-08-15 16:22:20 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: make sure we call handle_nal for each NAL - Call handle_nal for each NAL in the STAP-A RTP packet. This makes sure - we correctly extract the SPS and PPS. - https://bugzilla.gnome.org/show_bug.cgi?id=730999 - -2015-08-15 15:02:33 +0200 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstgloverlaycompositor.c: - gloverlaycompositor: Also disable the blend when done - -2015-08-15 14:31:15 +0200 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglimagesink.c: - * ext/gtk/gstgtkglsink.c: - * gst-libs/gst/gl/gstglupload.c: - glsink: Enable sync meta on pools we offer - As the upload is asynchronous, we need to enable the sync meta to - gain correct rendering. The buffer pool receiver don't know about - that. - -2015-08-15 15:12:27 +0200 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - * ext/gtk/gtkgstglwidget.c: - gtkglsink: Add overlay composition support - Rendering composition overlay in GL with additional high resolution - overlay being added. - -2015-08-15 15:08:11 +0200 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gtkgstbasewidget.c: - * ext/gtk/gtkgstbasewidget.h: - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstwidget.c: - gtkglsink: Fix unsafe handling of buffer life time - We need to keep the active buffer (the one we have retreive a - texture id from) otherwise it's racy and upstream may upload - new content before we have rendered or during later redisplay. - -2015-08-14 18:07:15 +0200 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gtkgstbasewidget.c: - * ext/gtk/gtkgstbasewidget.h: - * ext/gtk/gtkgstglwidget.c: - gtkglsink: Remove reset path - The reset path is bogus and there is no reason to get rid of these - things during resize. - -2015-08-14 17:36:48 +0200 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Move overlay rendering after video rendering - This is mostly cosmetic, but heoretically it reduces the amount of - required object in the context at one point. It also avoids potential - conflicts. - -2015-08-15 14:45:34 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265pay.c: - rtph265pay: Copy metadata in the payloader, but only the relevant ones - The payloader didn't copy anything so far, the depayloader copied every - possible meta. Let's make it consistent and just copy all metas without - tags or with only the video tag. - https://bugzilla.gnome.org/show_bug.cgi?id=751774 - -2015-08-15 11:41:40 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265pay.c: - rtph265pay: Use GST_WARNING_OBJECT() instead of GST_WARNING() - https://bugzilla.gnome.org/show_bug.cgi?id=753228 - -2015-08-15 11:30:36 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265pay.c: - rtph265pay: fix potential crash when shutting down - A race condition in the state change function may cause buffers to be - unreffed while they are still used by the streaming thread in - gst_rtp_h265_pay_send_vps_sps_pps() resulting in a crash. Chain up to the - parent class first in the state change function to make sure streaming - has stopped and only then free those buffers. - https://bugzilla.gnome.org/show_bug.cgi?id=741381 - -2015-08-15 10:03:07 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/glprototypes/opengl.h: - opengl: Change GLclampd to double - GLclampd does not exist on GLES, only desktop GL. - -2015-08-14 10:32:14 -0700 Martin Kelly <martin@surround.io> - - * gst-libs/gst/gl/glprototypes/opengl.h: - opengl: add missing ClearDepth prototype - The ClearDepth call is missing. - https://bugzilla.gnome.org/show_bug.cgi?id=753639 - -2015-08-06 14:33:54 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst/videoparsers/gsth264parse.c: - h264parse: Clear SPS info after processing. - The SPS struct might be filled out by a call to - gst_h264_parser_parse_subset_sps, which fills out - dynamically allocated data and requires a call - to gst_h264_sps_clear() to free it. Also make sure - to clear out any allocated SPS data when returning - an error. - https://bugzilla.gnome.org/show_bug.cgi?id=753306 - -2015-08-12 00:20:26 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com> - - * ext/opencv/gstfacedetect.cpp: - facedetect: Refactor the code - Some lines of code are repeated several times, therefore - this lines are simplified with a inline function, that this is - proper style of C++. - -2015-08-14 11:43:57 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/videoparsers/gstpngparse.c: - pngparse: enable accept-intersect and accept-template flags on sinkpad - Do a quick check with the pad template caps as it is enough. Users - should have figured the appropriate full caps on a previous caps query - https://bugzilla.gnome.org/show_bug.cgi?id=753623 - -2015-08-14 11:43:18 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/videoparsers/gstdiracparse.c: - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpegvideoparse.c: - * gst/videoparsers/gstvc1parse.c: - videoparsers: enable accept-template flag - Do a quick check with the pad template caps as it is enough. Users - should have figured the appropriate full caps on a previous caps query - https://bugzilla.gnome.org/show_bug.cgi?id=753623 - -2015-08-14 15:08:08 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265pay.c: - rtph265pay: fix buffer leak when using SPS/PPS - Fixes a buffer leak that would occur if the pipeline was shutdown while a - SPS/PPS header was being created. - https://bugzilla.gnome.org/show_bug.cgi?id=741271 - -2015-08-14 11:49:51 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - * gst/rtp/gstrtph265depay.h: - rtph265depay: copy metadata in the depayloader, but only the relevant ones - The payloader didn't copy anything so far, the depayloader copied every - possible meta. Let's make it consistent and just copy all metas without - tags or with only the video tag. - https://bugzilla.gnome.org/show_bug.cgi?id=751774 - -2015-08-14 09:44:24 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstdashdemux.c: - * gst-libs/gst/uridownloader/gstfragment.c: - * gst-libs/gst/uridownloader/gstfragment.h: - * gst-libs/gst/uridownloader/gsturidownloader.c: - dashdemux: add support for HTTP HEAD method of time sync - The urn:mpeg:dash:utc:http-head:2014 method of time synchronisation - uses an HTTP HEAD request to a specified URL and then parses the - Date: HTTP response header. - This commit adds support to dashdemux for this method of time - synchronisation by making a HEAD request and then parsing the Date: - response. - This commit adds support to gstfragment to return the HTTP headers - and to uridownloader to support HEAD requests. To avoid creating a - new API, the RANGE get function is re-used (abused?) with start=-1 - and end=-1 to indicate a HEAD request. - https://bugzilla.gnome.org/show_bug.cgi?id=752413 - -2015-08-13 18:21:29 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstdashdemux.c: - dashdemux: post-review fixup of UTCTiming element - This commit addresses the following items from the code review: - use a portable way to define NTP_TO_UNIX_EPOCH, - fix memory leak on error, and - add documentation to UTCTiming parse functions - Using LL is not portable, so the G_GUINT64_CONSTANT needs to be instead. - If an error occurs during DNS resolution, the GError was not being - released, causing a memory leak. - https://bugzilla.gnome.org/show_bug.cgi?id=752413 - -2015-07-15 11:56:13 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/Makefile.am: - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - * tests/check/elements/dash_mpd.c: - dashdemux: add support for UTCTiming elements for clock drift compensation - Unless the DASH client can compensate for the difference between its - clock and the clock used by the server, the client might request - fragments that either not yet on the server or fragments that have - already been expired from the server. This is an issue because these - requests can propagate all the way back to the origin - ISO/IEC 23009-1:2014/Amd 1 [PDAM1] defines a new UTCTiming element to allow - a DASH client to track the clock used by the server generating the - DASH stream. Multiple UTCTiming elements might be present, to indicate - support for multiple methods of UTC time gathering. Each element can - contain a white space separated list of URLs that can be contacted - to discover the UTC time from the server's perspective. - This commit provides parsing of UTCTiming elements, unit tests of this - parsing and a function to poll a time server. This function - supports the following methods: - urn:mpeg:dash:utc:ntp:2014 - urn:mpeg:dash:utc:http-xsdate:2014 - urn:mpeg:dash:utc:http-iso:2014 - urn:mpeg:dash:utc:http-ntp:2014 - The manifest update task is used to poll the clock time server, - to save having to create a new thread. - When choosing the starting fragment number and when waiting for a - fragment to become available, the difference between the server's idea - of UTC and the client's idea of UTC is taken into account. For example, - if the server's time is behind the client's idea of UTC, we wait for - longer before requesting a fragment - [PDAM1]: http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=66068 - dashdemux: support NTP time servers in UTCTiming elements - Use the gst_ntp_clock to support the use of an NTP server. - https://bugzilla.gnome.org/show_bug.cgi?id=752413 - -2015-08-14 11:13:51 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/check/generic/states.c: - check: Rename states unit test - Makes it easier to differentiate from other modules states unit test - -2015-08-13 10:31:20 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/dvdspu/gstspu-pgs.c: - spu-pgs: fix buffer and event leak - When playing mts files with embedded subtitles, the buffer is mapped, - but not unmapped at the end resulting in a memory leak. - Also unref event in handle_dvd_event as it takes ownership of the event. - https://bugzilla.gnome.org/show_bug.cgi?id=753539 - -2015-08-13 10:25:52 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: Fix event leaks - When playing mts files with embedded subtitles, there are few event leaks. - Events are supposed to be transfer full. So if not forwarding the event, - they need to be freed. - https://bugzilla.gnome.org/show_bug.cgi?id=753539 - -2015-08-13 12:38:41 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/srtp/gstsrtpdec.c: - Revert "srtpdec: Add support for buffer list" - This reverts commit ff11a1a8a0c685d2edd0e06c0071cbb94f2cb663. - It can't be assumed that all buffers in a buffer list have the same SSRC or - are RTP or RTCP only. It has to be checked for every single buffer, and one - basically has to do the processing that is done by the default chain_list - implementation. - -2015-08-12 17:54:52 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: checking if depay has sps/pps nals before insertion - Related to: https://bugzilla.gnome.org/show_bug.cgi?id=753430 - https://bugzilla.gnome.org/show_bug.cgi?id=753228 - -2015-08-12 17:22:42 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: only update the srcpad caps if something else than the codec_data changed - h264parse and gstrtph264depay do the same, let's keep the behaviour - consistent. As we now include the codec_data inside the stream, this causes - less caps renegotiation. - https://bugzilla.gnome.org/show_bug.cgi?id=753228 - -2015-08-12 16:43:48 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: PPS replaces old PPS if it has the same id - https://bugzilla.gnome.org/show_bug.cgi?id=753228 - -2015-08-12 16:11:00 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: Insert SPS/PPS NALs into the stream - rtph264depay does the same and this fixes decoding of some streams with 32 - SPS (or 256 PPS). It is allowed to have SPS ID 0 to 31 (or PPS ID 0 to 255), - but the field in the codec_data for the number of SPS or PPS is only 5 - (or 8) bit. As such, 32 SPS (or 256 PPS) are interpreted as 0 everywhere. - This looks like a mistake in the part of the spect about the codec_data. - -2015-08-12 15:49:50 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: implement process_rtp_packet() vfunc - For more optimised RTP packet handling: means we don't need to map the - input buffer again but can just re-use the mapping the base class has - already done. - Based on: https://bugzilla.gnome.org/show_bug.cgi?id=750235 - https://bugzilla.gnome.org/show_bug.cgi?id=753228 - -2015-08-12 15:14:50 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP() - Switching to GST_BUFFER_TIMESTAMP() to be consistent with other rtp code. - -2015-08-12 14:59:53 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265depay.c: - rtph265depay: prevent trying to get 0 bytes from adapter - This causes an assertion and would lead to getting a NULL instead - of a buffer. Without proper checking this would easily lead to a - segfault. - Related to rpth264depay: https://bugzilla.gnome.org/show_bug.cgi?id=737199 - -2015-08-12 07:58:09 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparsers: h265: Fix the range of delta_chroma_log2_weight_denom - ChromaLog2WeightDenom = luma_log2_weight_denom + delta_chroma_log2_weight_denom - The value of ChromaLog2WeightDenom should be in the range of 0 to 7 and - the value luma_log2_weight_denom should be also in the range of 0 to 7. - Which means , delta_chroma_log2_weight_denom can have values in the range - between -7 and 7. - https://bugzilla.gnome.org/show_bug.cgi?id=753552 - -2015-08-12 05:11:27 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparsers: h265: Fix the parsing of ref_pic_lists_modification - https://bugzilla.gnome.org/show_bug.cgi?id=753552 - -2015-08-12 00:20:10 +0200 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: take into account non 1/1 par for navigation - The current code was ignoring the par/dar aspect when transforming - from window coordinates to stream coordinates resulting in incorrect - coordinates being sent upstream in the navigation events. - -2015-08-12 00:18:20 +0200 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstbasewidget.c: - gtk: fix motion event name - s/motion/mouse/ - Fixes hover interaction with DVD menus - -2015-08-12 00:14:14 +0200 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstbasewidget.c: - gtk: correct navigation events for window scaling - i.e. take into account the possiblity of scaling in the sink - or through GDK_SCALE. - Fixes DVD Menus with a scaled gtkwidget - -2015-08-11 15:02:25 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/frei0r/gstfrei0r.c: - frei0r: Fix setting string parameters - String parameters are expected to be passed as (f0r_param_string *), - which actually map to char**. In the filters this is evaluated as - (*(char**)param) which currently lead to crash when passing char*. - Remove the special case for string, all types, including char* as - passed as a reference. - https://phabricator.freedesktop.org/T83 - -2015-08-11 13:34:59 +0200 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkbasesink.c: - * ext/gtk/gtkgstbasewidget.c: - * ext/gtk/gtkgstbasewidget.h: - gtk: implement GstNavigation interface - Now we can push key/mouse input into the pipeline for DVD use cases. - -2015-06-30 13:51:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstrtpopusdepay.c: - * ext/opus/gstrtpopuspay.c: - opus: Copy metadata in the (de)payloader, but only the relevant ones - The payloader didn't copy anything so far, the depayloader copied every - possible meta. Let's make it consistent and just copy all metas without tags or - with only the audio tag. - https://bugzilla.gnome.org/show_bug.cgi?id=751774 - -2015-08-11 04:14:19 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth265parse.c: - videoparsers: h265: Fix the frame start detection code - Check slice headers in between GST_H265_NAL_SLICE_TRAIL_N - and GST_H265_NAL_SLICE_RASL_R for frame start detection. - https://bugzilla.gnome.org/show_bug.cgi?id=753497 - -2015-08-11 03:47:42 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth265parse.c: - videoparsers: h265: Avoid skipping of EOS and EOB nals - EndOfSequence and EndOfBitstream nal units have size of 2 bytes. - Don't consider them as broken nals. - https://bugzilla.gnome.org/show_bug.cgi?id=753497 - -2015-08-10 23:02:12 +0200 Vanessa Chipi <vchipirras6@gmail.com> - - * ext/opencv/gstfacedetect.cpp: - facedetect: wrong form to write the delete operator - The delete operator is written this way: delete (cascade). This way is - misspelled, it is an operator, not a function. Delete the parentheses. - -2015-08-10 19:13:11 +0200 vanechipi <vchipirras6@gmail.com> - - * ext/opencv/gstfacedetect.cpp: - facedetect: simplify repeated code. - Store the value of r.height / 2 instead of repeating the operation line - three times. - -2015-08-10 19:02:10 +0200 vanechipi <vchipirras6@gmail.com> - - * ext/opencv/gstfacedetect.cpp: - facedetect: Redundancy exists in code. - Checking the vector is not empty and checking the vector size is greater - than zero are the same thing, this is a redundancy in the code. Only - checking the vector is not empty is sufficient, therefore removing the - other check. - -2015-08-10 14:48:58 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/Makefile.am: - gl: Add opengl_version.h to the list of sources - Adding this private header to the list of sources. We don't want to make - this header public, but we need it in the list of sources otherwise it - won't be included in the tarball. This fixes make distcheck. - This regression was introduced by commit 1a6fe3db - -2015-08-10 19:06:16 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * tests/examples/opencv/gstfacedetect_test.c: - examples: facedetect: only create variables when needed - The variables to store face values are only needed if they will be used to - control the volume. Which isn't the default to avoid potentially being very - loud accidentally. Only create variables when needed. - -2015-08-10 16:51:17 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * tests/examples/opencv/gstfacedetect_test.c: - examples: facedetect: make volume control optional - -2015-08-10 16:38:32 +0200 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectblur.c: - * ext/gl/effects/gstgleffectbulge.c: - * ext/gl/effects/gstgleffectfisheye.c: - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectlaplacian.c: - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectsin.c: - * ext/gl/effects/gstgleffectsobel.c: - * ext/gl/effects/gstgleffectsquare.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectssources.c: - * ext/gl/effects/gstgleffectssources.h: - * ext/gl/effects/gstgleffectstretch.c: - * ext/gl/effects/gstgleffecttunnel.c: - * ext/gl/effects/gstgleffecttwirl.c: - * ext/gl/effects/gstgleffectxray.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - * gst-libs/gst/gl/gstglfilter.c: - gl: use gles2 shaders everywhere - This effectively limits a glfilter subclass to be > GL(ES) 2.0. - rather than a possible GL 1.4. - -2015-08-10 15:44:54 +0200 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/utils/opengl_versions.h: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.h: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - glcontext/wgl: implement gl3 core profile context selection - -2015-02-28 01:07:44 +0100 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - gltransformation: implement pivot point for rotation and scale - https://bugzilla.gnome.org/show_bug.cgi?id=744763 - Add a pivot vector for setting the origin of rotations and scales. - With the pivot point the rotation and scale operations can have - different origins. This adds the ability to rotate around different points. - Currently the default (0, 0) pivot point is possible, - a rotation around the center, and zooming into and out of the center. - With an pivot point this is optional. - I defined the following image coordinates for the pivot point: - (-1,1) ------------------------- (1,1) - | | - | | - | | - | (0,0) | - | | - | | - | | - (-1,-1) ------------------------- (1,-1) - Example: - Rotate the video at the bottom left corner - gst-launch-1.0 videotestsrc \ - ! gltransformation \ - scale-x=0.5 \ - scale-y=0.5 \ - rotation-z=25.0 \ - pivot-x=-1.0 \ - pivot-y=-1.0 \ - ! glimagesink - The pivot-z option defines the pivot point in 3D space. - This only affects rotation, since we have no Z data to scale. - With this option a video can be rotated around a point in 3D space. - Example: - Rotate around point behind the video: - gst-launch-1.0 videotestsrc \ - ! gltransformation \ - rotation-x=10.0 \ - pivot-z=-4.0 \ - ! glimagesink - -2015-08-08 14:45:42 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstgloverlaycompositor.c: - gloverlaycompositor: Add shader to convert BGRA/ARGB -> RGBA - Depending on the bytes order we will get BGRA (little) and ARGB (big) - from the composition overlay buffer while our GL code expects RGBA. Add - a fragment shader that do this conversion. - https://bugzilla.gnome.org/show_bug.cgi?id=752842 - -2015-08-08 17:28:03 +0200 Matthew Waters <matthew@centricular.com> - - * ext/qt/gstqsgtexture.cc: - * ext/qt/gstqsgtexture.h: - * ext/qt/qtitem.cc: - qml: implement the required multiple GL context synchonisation - From GStreamer's GL context into the QML context - -2015-08-08 17:22:05 +0200 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - gl/syncmeta: implement synchronisation without glFenceSync - Uses glFinish as that's the best we have for lesser OpenGL versions. - -2015-08-08 15:45:59 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/asfmux/gstasfmux.c: - asfmux: output TIME segment if we output a stream and won't seek back later - Check if downstream is seekable via a SEEKING query and output a - BYTE segment if we want to seek back to fix up the headers later, - but if we're streaming send a TIME segment instead (which goes - down better with e.g. asfmux ! rtpasfpay). - https://bugzilla.gnome.org/show_bug.cgi?id=719553 - -2015-08-08 15:30:43 +0200 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcontext.c: - tests/glcontext: fix INVALID_ENUM GL error in test - -2015-08-08 15:21:03 +0200 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - context/glx: only use glXCreateContextAttribs for OpenGL 3 contexts - mesa for example when creating a GL 3.1 compatibility context - overrides our context profile selection to create a core context. - -2015-08-08 13:19:41 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * tests/examples/opencv/gstfacedetect_test.c: - examples: facedetect: only set to playing when it's not already - -2015-08-08 12:52:36 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * tests/examples/opencv/gstfacedetect_test.c: - * tests/examples/opencv/gsthanddetect_test.c: - examples: opencv: remove unnecessary setting of a property - "/dev/video0" is the default device of v4l2src, setting it to this is - redundant. - -2015-08-07 15:43:53 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/opencv/gstfacedetect.cpp: - facedetect: fix profile loading check - Since the profile gchar depends on DEFAULT_FACE_PROFILE, it should never be - NULL. Furthermore CascadeClassifier accepts any input, even - an empty one, but if the profile fails to load it returns an empty cascade. - Check for this instead, and inform the user if there was an Error. - -2015-08-06 11:30:04 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - hlsdemux: don't warn about duration if it is not known - And also print the values in case of warning - -2015-08-07 13:16:56 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * .gitignore: - gitignore: add new example file - Commit 02b9daafdf64ab205ed725f5496dfa5ce860eacc added a new example file - tests/examples/opencv/gstfacedetect_test, adding it to .gitignore - -2015-08-07 13:08:17 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * configure.ac: - * ext/opencv/gstfaceblur.c: - * ext/opencv/gstfaceblur.h: - * ext/opencv/gstfacedetect.cpp: - * ext/opencv/gstfacedetect.h: - * ext/opencv/gsthanddetect.c: - * ext/opencv/gsthanddetect.h: - configure: update OpenCV requirements to 2.3.0 - With facedetect ported to C++ the minimum version of OpenCV - supported is 2.3.0 - https://bugzilla.gnome.org/show_bug.cgi?id=748377 - -2015-08-07 05:58:22 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: expose compatible profiles to downstream - Some video bitstreams report a too restrictive set of profiles. If a video - decoder was to strictly follow the indicated profile, it wouldn't support that - stream, whereas it could in theory and in practice. So we should relax the - profile restriction for allowing the decoder to get connected with parser. - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-08-06 18:12:07 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/bayer/gstrgb2bayer.c: - rgb2bayer: Use mapped frame stride - -2015-08-06 18:11:53 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/bayer/gstrgb2bayer.c: - rgb2bayer: Protect against failing map - -2015-08-06 18:04:58 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/bayer/gstbayer2rgb.c: - bayer2rgb: Read stride from the video info - -2015-08-06 18:04:41 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/bayer/gstbayer2rgb.c: - bayer2rgb: Protect against failing map - -2015-08-06 19:23:49 +0300 Ilya Averyanov <i.averyanov@geoscan.aero> - - * tools/element-templates/videoencoder: - element-template: Fix wrong pad in videoencoder - https://bugzilla.gnome.org/show_bug.cgi?id=753326 - -2015-08-03 16:57:31 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix leak in gst_dash_demux_stream_update_fragment_info() - The gst_dash_demux_stream_update_fragment_info function could call - gst_dash_demux_stream_update_headers_info function twice. The - gst_dash_demux_stream_update_headers_info function will set header_uri and - index_uri to some newly allocated strings. The values set by the first call of - gst_dash_demux_stream_update_headers_info will leak when the function is - called for a second time. - The solution is to call gst_adaptive_demux_stream_fragment_clear before the - second call of gst_dash_demux_stream_update_headers_info - https://bugzilla.gnome.org/show_bug.cgi?id=753188 - -2015-08-05 14:52:12 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: Segment should start at base ts - Instead we would use cur_ts which matches the last TS store - in the buffer list. - https://bugzilla.gnome.org/show_bug.cgi?id=753037 - -2015-08-05 12:56:57 +0200 Anders Jonsson <anders.jonsson@norsjovallen.se> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - camerabin2: Fix string typo - https://bugzilla.gnome.org/show_bug.cgi?id=753241 - -2015-08-05 11:56:32 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/opencv/gstfacedetect.cpp: - opencv: facedetect: free IplImage with cvReleaseImage - Using delete() with IplImage will fail to free some of the structure's - contents. cvReleaseImage() is the proper way of freeing the memory. - -2015-08-05 11:39:01 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/opencv/gstfacedetect.cpp: - opencv: facedetect: check pointer before using it - Check if profile is NULL before dereferencing it with new. Also, new will - never return NULL; if allocation fails, a std::bad_alloc exception will be - thrown instead. Remove check for a NULL return. - CID #1315258 - -2015-08-05 11:14:49 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/x265/gstx265enc.c: - x265enc: remove dead code - level_ok is only used in a check that will never be true, removing it. - CID #1315255 - -2015-08-05 11:11:11 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/x265/gstx265enc.c: - x265enc: fix memory leak - Free vps_nal before returning. - CID #1315257 - -2015-08-04 23:15:36 +0200 Carlos Garnacho <carlosg@gnome.org> - - * ext/rsvg/gstrsvgdec.c: - rsvg: Don't leak a GstVideoCodecState - There's already the output_state variable with it, no need to - call gst_video_decoder_get_output_state() and get a new ref. - https://bugzilla.gnome.org/show_bug.cgi?id=753262 - -2015-08-04 21:32:53 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * gst/rawparse/gstrawparse.c: - rawparse: fix duplicated format in handle_seek_pull - GstFormat variable are duplicated in handle_seek_pull function. - So we need to move this variable in condition statement. - https://bugzilla.gnome.org/show_bug.cgi?id=753243 - -2015-08-04 14:30:17 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/opencv/gstfacedetect.cpp: - opencv: facedetect: fix crashes in finalize - Fixes gst-inspect-1.0 -a crashing. - -2015-08-03 19:42:56 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/winscreencap/gstdx9screencapsrc.c: - * sys/winscreencap/gstdx9screencapsrc.h: - * sys/winscreencap/gstgdiscreencapsrc.c: - * sys/winscreencap/gstgdiscreencapsrc.h: - winscreencap: Properly timestamp buffers with the current clock running time instead of doing magic - Also implement framerate handling correctly by borrowing the code from - ximagesrc. GstBaseSrc::get_times() can't be used for that, we have to - implement proper waiting ourselves. - -2015-08-04 00:20:27 +1000 Jan Schmidt <thaytan@noraisin.net> - - * ext/opencv/gstfacedetect.cpp: - opencv: Fix 32-bit build / format strings. - Use G_GSIZE_FORMAT for format strings where relevant - -2015-08-03 19:48:16 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: swap control binding proxy - The ref_object and object parameters were the wrong way around. - For the typical use case where an application is setting a - GstControlBinding on the returned ghost pad: - 1. our control binding would be removed when the new one was set - 2. sync_values calls were not being forwarded from the internal - pad to the ghost pad. - If an application attempts to perform other control binding - operations (get_* family of functions) on the internal pad, they - will also be forwarded to the ghost pad where a possible - GstControlBinding will provide the necessary values. - -2015-08-01 15:52:28 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dash: mpdparser: plug leak in segmenttemplate parsing - Only copy the values from the parent if the current node doesn't - have that value, they were being copied from the parent and - then overwriten by the child node, leaking the parent's copy - -2015-08-01 15:51:50 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/dash_mpd.c: - tests: dash_mpd: add check for segmenttemplate inheritance - Checks if the values are properly inherited and overwriten - -2015-08-01 15:09:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/dash_mpd.c: - tests: dash_mpd: add one more baseURL test - This other type of baseURL test was replaced by a more complex one, - better have both to keep both options working - Also adds another 2 variations of how baseURL can be generated - https://bugzilla.gnome.org/show_bug.cgi?id=752776 - -2015-07-23 10:54:36 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: tests: added duration format test - https://bugzilla.gnome.org/show_bug.cgi?id=752776 - -2015-07-22 11:42:23 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: tests: update unit test for baseURL - Update the unit test for baseURL to test that it is properly - resolved taking into account parent baseURL elements. - https://bugzilla.gnome.org/show_bug.cgi?id=752776 - -2015-08-01 11:51:22 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/opencv/gsttemplatematch.c: - templatematch: revert rename of property - The property doesn't need to have its name changed because of C++, - just the instance variables. - -2015-07-31 17:31:15 +0100 Vanessa Chipirrás <vchipirras6@gmail.com> - - * tests/examples/opencv/Makefile.am: - * tests/examples/opencv/gstfacedetect_test.c: - facedetect: Add unit test - I created four utilities of the detected features: - 1- If you hide your mouth, the volume of video is low. - 2- If you hide the nose, the volume of the video is up. - 3- If you hide the full face, the video stops. - You can see proof of this here: - https://www.youtube.com/watch?v=pxzejNKV_WQ - https://bugzilla.gnome.org/show_bug.cgi?id=748377 - -2015-07-31 16:40:07 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/opencv/gsttemplatematch.c: - * ext/opencv/gsttemplatematch.h: - templatematch: rename conflicting variable - With the switch of gstopencv.c to C++, all OpenCV elements are built with - g++. The template variable clashes with C++'s feature of the same name. - Rename template to templ to avoid any clash. - -2015-07-31 13:45:43 +0100 Vanessa Chipirrás <vchipirras6@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstfacedetect.cpp: - * ext/opencv/gstfacedetect.h: - * ext/opencv/gstopencv.cpp: - facedetect: need to migrate to C++ - The cascade classifier changes its structure on new version of OpenCV. - The need to migrate to C++ to utilize the new load method of OpenCV which - allows to load the new classifiers. - https://bugzilla.gnome.org/show_bug.cgi?id=748377 - -2015-07-31 10:47:27 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/dts/gstdtsdec.c: - dtsdec: fix taglist leak - taglist merge doesnt take ownership. So should free the tags after use - https://bugzilla.gnome.org/show_bug.cgi?id=753086 - -2015-07-30 23:31:21 +0200 Heinrich Fink <hfink@toolsonair.com> - - * sys/applemedia/avsamplevideosink.m: - applemedia/avsample: Fix racy cleanup of CA layer - The block that is dispatched async to the main thread assumed the - wrapping GstAvSampleVideoSink to be alive. However, at the time of - the block execution the GstObject instance that is deferenced to access - the CA layer might already be freed, which caused occasional crashes. - Instead, we now only pass the CoreAnimation layer that needs to be - released to the block. We use __block to make sure the block is not - increasing the refcount of the CA layer again on its own. - https://bugzilla.gnome.org/show_bug.cgi?id=753081 - -2015-07-02 19:34:43 -0400 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/libs/aggregator.c: - tests: Add test for seeking live pipelines - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-07-02 19:19:33 -0400 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/libs/aggregator.c: - tests: Make source live to re-enable aggregator timeout tests - The live mode is only enabled if one of the sources if live. - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-07-02 18:37:28 -0400 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/elements/audiointerleave.c: - tests: Add audiointerleave test to show that queuing works - This tests fails without the queuing patch because incoming buffers are - not delivered before they are needed. - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-07-02 18:33:43 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiointerleave.c: - audiointerleave: Avoid caps processing if not yet negotiated - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-03-16 17:06:46 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: On timeout, resync pads with not enough data - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-03-06 19:50:08 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst/audiomixer/gstaudioaggregator.c: - aggregator: Queue "latency" buffers at each sink pad. - In the case where you have a source giving the GstAggregator smaller - buffers than it uses, when it reaches a timeout, it will consume the - first buffer, then try to read another buffer for the pad. If the - previous element is not fast enough, it may get the next buffer even - though it may be queued just before. To prevent that race, the easiest - solution is to move the queue inside the GstAggregatorPad itself. It - also means that there is no need for strange code cause by increasing - the min latency without increasing the max latency proportionally. - This also means queuing the synchronized events and possibly acting - on them on the src task. - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-03-06 21:32:04 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Remove broken _clip vfunc - It never does anything. - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-07-30 08:58:48 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Avoid checking for Non Mandatory VPS NAL - VPS is not mandatory, and need not check for its presence before setting - the caps. Because of the check, in streams which don't have VPS, - sticky event mishandling happens. - https://bugzilla.gnome.org/show_bug.cgi?id=752807 - -2015-07-30 15:33:46 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: assertion error due to wrong condition check - In media to caps function, reserved_keys array is being used for variable i, - leading to GLib-CRITICAL **: g_ascii_strcasecmp: assertion 's1 != NULL' failed - changed it to variable j - https://bugzilla.gnome.org/show_bug.cgi?id=753009 - -2015-07-30 11:12:21 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/gl/gstglfilterbin.c: - gstglfilterbin: remove unused variable - res is set multiple times but never used or returned. Removing it. - -2015-07-29 20:07:09 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Default to "zero" start time selection mode as documented - -2015-07-29 20:06:11 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Ignore the "first" mode if the segment not a time segment - -2015-07-29 19:10:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Remove debug output from gst_gl_upload_transform_caps() - We can't know if the GstGLUpload type is initialized at this point already, - and thus our debug category might not be initialized yet... and cause an - assertion here. - As we don't print debug output for any of the other transform functions, let's - defer this problem for now. - -2015-07-29 17:48:58 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/gl/gstglstereomix.c: - glstereomix: remove redundant initialization - v is initialized in the for loop init, no need to do it twice. Removing - first initialization. - -2015-07-29 17:29:28 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/rtp/gstrtph265pay.c: - rtp: remove dead assignment - Value set to ret will be overwritten at least once at the end of the while - loop, removing assignment. - -2015-07-29 17:29:29 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - mpegtsmux: use GQueue instead of GList prepend/reverse - -2015-07-29 17:17:16 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: remove redundant assignment - Value of p is already set below just before being used. Removing this - first assignment that will be ignored. - -2015-07-29 16:51:48 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: remove redundant check - No need to check if done is True since break will already terminate the for - loop. - -2015-07-29 13:09:05 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: Don't assert in GstAdapter if no data was received before EOS - -2015-07-28 22:30:09 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/compositor.c: - compositor: Add unit tests for the new aggregator start-time-selection property - https://bugzilla.gnome.org/show_bug.cgi?id=749966 - -2015-06-15 18:30:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.c: - aggregator: Add property to select how to decide on a start time - Before aggregator based elements always started at running time 0, - now it's possible to select the first input buffer running time or - explicitly set a start-time value. - https://bugzilla.gnome.org/show_bug.cgi?id=749966 - -2015-07-29 11:25:24 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: Strip keys from the fmtp that we use internally in our caps - Skip keys from the fmtp, which we already use ourselves for the - caps. Some software is adding random things like clock-rate into - the fmtp, and we would otherwise here set a string-typed clock-rate - in the caps... and thus fail to create valid RTP caps - https://bugzilla.gnome.org/show_bug.cgi?id=753009 - -2015-07-29 22:59:56 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst/videoparsers/gsth264parse.c: - h264parse: Add more NAL types for debugging output. - Register more NAL unit types so that they are dumped - by name in the debug output instead of being labelled - 'Invalid' - -2015-07-29 22:57:44 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Don't clear the PID on reset. - The PID on a pad shouldn't change on a state change, only - if the pad is freed and a new one created. Clearing the PID - prevented mpegtsmux from being reused, because all packets - would end up muxed in PID 0 - https://bugzilla.gnome.org/show_bug.cgi?id=752999 - -2015-07-29 22:56:28 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Accumulate streamheaders in reverse - Accumulate streamheader packets in reverse into the - GList for efficiency, and reverse the list once when - processing. - Improves muxing speed when there are a lot of - streamheaders. - -2015-07-29 10:12:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideoenc.c: - amcvideoenc: Always set i-frame-interval setting - Most encoders fail to initialize if we don't set it at all. - -2015-07-29 12:56:54 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/videoparsers/gsth263parse.c: - h263parse: fix caps memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=752991 - -2015-07-28 21:15:43 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Query the peer latency again on the next opportunity after a pad was added or removed - Adding a pad will add a new upstream that might have a bigger minimum latency, - so we might have to wait longer. Or it might be the first live upstream, in - which case we will have to start deadline based aggregation. - Removing a pad will remove a new upstream that might have had the biggest - latency, so we can now stop waiting a bit earlier. Or it might be the last - live upstream, in which case we can stop deadline based aggregation. - -2015-07-28 11:20:40 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * tests/check/libs/gstglcolorconvert.c: - glcolorconvert-test: Test notify function for setup_wrapped - gst_gl_memory_setup_wrapped() now takes a destroy notify function. This - destroy notify is called to track the memory life time, hence will - notify each time a memory get destroyed. This test check that the - callback count is correct. - -2015-07-28 11:06:43 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * tests/check/libs/gstglcolorconvert.c: - glcolorconvert-test: Fix build - -2015-07-28 08:59:24 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Add fixme about using bufferpool for raw - http://bugzilla.gnome.org/show_bug.cgi?id=752937 - -2015-07-27 16:58:22 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - glupload: Keep input frame mapped as long as needed - When performing a raw upload, we need to keep the raw data mapped as - long as needed. - https://bugzilla.gnome.org/show_bug.cgi?id=752937 - -2015-07-27 15:58:10 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglupload.c: - Revert "glupload: memcpy on raw data upload" - This reverts commit 82c0189b2842e8729e82a4e73491dffc977bc7c2. - https://bugzilla.gnome.org/show_bug.cgi?id=752937 - -2015-07-15 16:21:00 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: gst_mpdparser_get_xml_prop_duration sets default value in case of parsing errors - The gst_mpdparser_get_xml_prop_duration function will set the - property_value to the default_value in case the parsing fails. - https://bugzilla.gnome.org/show_bug.cgi?id=752426 - -2015-07-27 18:39:13 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/opus/gstopuscommon.c: - opuscommon: Use GString instead of snprintf for concating - Safer, easier to understand, and more portable. Also, skip - all this if the log level is too low. - -2015-07-27 21:54:27 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.h: - glcontext/wgl: fix defenition of gst_gl_context_wgl_new - gstglcontext_wgl.c: In function 'gst_gl_context_wgl_new': - gstglcontext_wgl.c:83:40: error: 'display' undeclared (first use in this function) - -2015-07-27 20:03:05 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h: - gl/cocoa: fix definition of gst_gl_context_new - gstglcontext_cocoa.m:75:1: error: conflicting types for 'gst_gl_context_cocoa_new' - -2015-07-27 20:00:47 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl/win32: fix definition of gst_gl_window_win32_new - -2015-07-27 18:21:19 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - wayland: fail window open if the display is the correct type - Errors out cleanly if a wayland compositor is not running - -2015-07-24 17:00:27 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.h: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glwindow: pass display to implementation's _new() - So they have to opportunity to fail if they cannot handle the - display connection. - https://bugzilla.gnome.org/show_bug.cgi?id=752743 - -2015-07-24 16:11:38 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.h: - glcontext: pass display to implentation's _new() - This allows the context to fail creation based on incompatible - display type's. e.g. glx context with an wayland display handle. - https://bugzilla.gnome.org/show_bug.cgi?id=752743 - -2015-07-06 00:52:06 +0100 Julien Isorce <julien.isorce@gmail.com> - - * configure.ac: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglapi.h: - gl: support cgl, egl and glx within a same build - On osx, with the same build, - gst-launch-1.0 videotestsrc ! glimagesink works with: - GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=gles2 - GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=opengl - GST_GL_PLATFORM=glx GST_GL_WINDOW=x11 GST_GL_API=opengl - GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa GST_GL_API=opengl - GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa GST_GL_API=opengl3 - https://bugzilla.gnome.org/show_bug.cgi?id=752743 - -2015-07-27 16:36:40 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Check that caps contain desired caps features - Use 'contains' checks instead of equality checks on caps features - to allow for uploading when caps also contain GstVideoOverlayComposition - meta. - https://bugzilla.gnome.org/show_bug.cgi?id=752912 - -2015-07-25 09:03:27 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * sys/bluez/Makefile.am: - bluez: Add built sources to CLEANFILES - -2015-07-20 10:50:44 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dahdemux: avoid overflows in computation of segment start time and duration - Used gst_util_uint64_scale to avoid overflows when segment start time - or duration is computed. - https://bugzilla.gnome.org/show_bug.cgi?id=752620 - -2015-07-13 15:37:26 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - hlsdemux: demote error to warning - It is not fatal and can be quite normal when the network is - too slow - -2015-07-24 09:42:53 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: do not check input buffers - With this we avoid an unnecessary and considerable overhead. - https://bugzilla.gnome.org/show_bug.cgi?id=752774 - -2015-07-06 00:45:45 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl: move GL_NUM_EXTENSIONS definition after gl.h - https://bugzilla.gnome.org/show_bug.cgi?id=752743 - -2015-07-23 23:59:22 +0100 Julien Isorce <julien.isorce@gmail.com> - - * ext/gl/caopengllayersink.m: - caopengllayersink: remove unused label context_creation_error - Build error introduced by commit - 5457e55f255518d679b59a170951e299ecd8c5f6 - https://bugzilla.gnome.org/show_bug.cgi?id=750310 - -2015-07-24 02:46:21 +1000 Jan Schmidt <jan@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Don't discard first AU delimiter - Don't throw away AU delimiter(s) that precede the SPS/PPS. Should - fix MPEG-TS playback on iOS/Quicktime when muxing streams that - already have AU delimiters. - See https://bugzilla.gnome.org/show_bug.cgi?id=736213 for getting - h264parse to insert AU delimiters when they don't already - exist. - -2015-07-23 11:18:47 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: fix allocation meta structure leak - gst_query_add_allocation_meta() does not take ownership - of the structure, for some reason. - CID 1312135 - -2015-07-23 10:57:26 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: fix memory leak - GstCapsFeatures need to be freed with gst_caps_features_free() after use. - CID #1312136, CID #1312136 - -2015-07-02 20:10:50 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: Add GstControlBinding proxy - This is used to proxy GstControlBinding to the pad on the - parent object. This avoid having to sync the values in the proxy pad, - this is too early if you have a queue between the pad and the actual - aggregation operation. - https://bugzilla.gnome.org/show_bug.cgi?id=734060 - -2015-07-22 19:27:19 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Register function name - Otherwise, it sometimes segfaults with debugging enabled - -2015-07-22 19:26:42 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Use 1.0 style buffer allocation - -2015-07-22 16:58:12 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstgluploadelement.c: - glupload: Forward composition meta even without params - When the sink does not know the window size (e.g not created yet) - it will not add any param to the the composition meta. This is no - reason not to forward this meta API. Fixes issue where it could not - attach until we resize the window. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-07-22 15:56:34 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstgloverlaycompositor.c: - gloverlaycompositor: Keep memory pointer alive - Keep the composition memory pointer alive while it's being - wrapped inside a GstGLMemory object. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-07-22 14:17:42 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstgloverlaycompositor.c: - gloverlaycompositor: Pass buffer stride - The overlay pixel buffer stride was not given back - to the GL image. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-05-19 16:08:08 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/audiomixer/gstaudioaggregator.c: - * tests/check/Makefile.am: - * tests/check/elements/audiomixer.c: - audioaggregator: Sync pad values before aggregating - We need to sync the pad values before taking the aggregator and pad locks - otherwise the element will just deadlock if there's any property changes - scheduled using GstController since that involves taking the aggregator and pad - locks. - Also add a test for this. - https://bugzilla.gnome.org/show_bug.cgi?id=749574 - -2015-07-22 14:05:34 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglcompositionoverlay.c: - * gst-libs/gst/gl/gstglcompositionoverlay.h: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstgloverlaycompositor.h: - gloverlaycompositor: Hide GstCompsitionOverlay object - This object is only used inside the compositor and does not - need to be expose in libgstgl API. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-07-22 13:33:12 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/Makefile.am: - libgstgl: Makefile style fix - -2015-07-21 23:48:25 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglcompositionoverlay.c: - * gst-libs/gst/gl/gstglcompositionoverlay.h: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstgloverlaycompositor.h: - composition-overlay: Positions are relative to texture - The coordinate are relative to the texture dimension and not - the window dimension now. There is no need to pass the window - dimension or to update the overlay if the dimension changes. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-07-21 21:27:45 -0400 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstgloverlaycompositor.h: - gloverlaycompositor: Create own shader object - Make gloverlaycompositor independent of the shader used in the sink. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-07-21 18:47:56 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Properly handle compsositor life time - Should be created in READY_TO_PAUSED, not PAUSED_TO_PLAYING. - Should be cleared in PAUSED_TO_READY. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-07-22 16:10:35 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/liveadder/liveadder.c: - liveadder: remove unneeded variable - ret is declared just to initialize to TRUE and overwrite with the value of - vret. We can return the value of vret directly. vret is TRUE unless the - forward_event_func sets it to FALSE. - -2015-07-22 15:13:48 +0200 Edward Hervey <edward@centricular.com> - - * ext/qt/Makefile.am: - qt: Don't dist files that might not exist - We only require moc building at build time. - -2015-07-22 15:50:26 +0900 Young Han Lee <y.lee@lge.com> - - * configure.ac: - configure: require libxml2 >= 2.8 for DASH plugin - The DASH plugin uses xmlBufferDetach now in the code - that handles ContentProtection elements. - https://bugzilla.gnome.org/show_bug.cgi?id=752703 - -2015-07-22 08:05:04 +0200 Edward Hervey <bilboed@bilboed.com> - - * ext/qt/Makefile.am: - qt: Tidy up makefile a bit more - Separate generated files, from disted files - -2015-07-21 20:52:23 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Read output buffer duration with lock held - -2015-07-21 11:23:21 +0100 Julien Isorce <j.isorce@samsung.com> - - * ext/gtk/gtkgstglwidget.c: - gstglwidget: use gst_gl_display_create_context - Also handle the failure case. - https://bugzilla.gnome.org/show_bug.cgi?id=750310 - -2015-07-21 11:28:08 +0100 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/caopengllayersink.m: - caopengllayersink: use gst_gl_display_create_context - https://bugzilla.gnome.org/show_bug.cgi?id=750310 - -2015-07-21 11:21:27 +0100 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/gstglstereosplit.c: - glstereosplit: use gst_gl_display_create_context - Also unlock the lock on error. - https://bugzilla.gnome.org/show_bug.cgi?id=750310 - -2015-07-21 14:10:57 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst/liveadder/liveadder.c: - liveadder: return false if event couldn't be pushed - Make the gst pad's event function return false if the event couldn't be - pushed to the pad. - -2015-07-21 13:11:17 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * gst-libs/gst/gl/gstgloverlaycompositor.c: - gloverlaycompositor: for loop initial declarations are only allowed in C99 mode - Fixes compiler warnings - -2015-06-19 11:57:06 +0100 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbasefilter.c: - gl: use gst_gl_display_create_context in more elements. - glbasefilter, glbasemixer and gltestsrc. - https://bugzilla.gnome.org/show_bug.cgi?id=750310 - -2015-07-21 17:34:27 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - gl/build: fix typo in _HEADERS resulting in installing the wrong file - /usr/include/gstreamer-1.0/gst/gl/gl.h:51:43: fatal error: - gst/gl/gstgloverlaycompositor.h: No such file or directory - -2015-07-21 15:39:35 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: add RGB to NV12/NV21 conversion - -2015-07-01 14:01:45 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - glimagesink: Send reconfigure event when window size changes - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-07-20 14:24:22 -0400 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstgluploadelement.c: - glimagesinkbin: Add allocation query for GstVideoOverlayComposition - Adds an GST_VIDEO_OVERLAY_COMPOSITION_META_API_TYPE query to glupload - and glimagesink. Detects the query from the downstream elements, so - it is executed only when downstream supports the overlay API. - This makes pipelines with textoverlay ! glupload ! gldownload ! xvimagesink possible. - Uses allocation meta struct for passing the window size upstream. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-04-20 13:17:09 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Apply GstVideoOverlayCompositionMeta buffer to converted buffer - Since glcolorconvert creates a new GstBuffer, - without the GstVideoOverlayCompositionMeta data, - it needs to be copied to not be dropped. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-06-18 13:34:58 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Detect overlay meta buffers correctly - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-06-18 05:43:50 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstglcolorconvertelement.c: - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstglupload.c: - glimagesinkbin: Add GstVideoOverlayCompositionMeta caps features - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-06-18 06:04:37 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: Upload and draw overlays with GstGLOverlayCompositor - Receives the GstOverlayComposition buffer in the glimagesink and draws them. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-06-30 17:59:12 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstgloverlaycompositor.c: - * gst-libs/gst/gl/gstgloverlaycompositor.h: - gloverlaycompositor: Add GstGLOverlayCompositor class - Manages the GstGLCompositionOverlay objects, - caches already uploaded overlays and draws them. - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-06-18 14:15:01 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * gst-libs/gst/gl/gstglcompositionoverlay.c: - glcompositionoverlay: Add compatibility for GL contexts without glGenVertexArrays - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-06-13 15:35:47 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglcompositionoverlay.c: - * gst-libs/gst/gl/gstglcompositionoverlay.h: - glcompositionoverlay: Add class for managing GstVideoOverlayCompositionOverlay buffers - Add a class to store and manage the OpenGL texture, - vertex buffer and GstVideoOverlayRectangle. - Transforms overlay coordinate space to vertex buffer space with aspect ratios in mind. - = Example Pipelines = - Simple pipeline - gst-launch-1.0 videotestsrc ! \ - textoverlay text="Hello World" font-desc="sans bold 30" ! \ - glimagesink - Display 3 static overlays at different positions - gst-launch-1.0 videotestsrc ! \ - textoverlay text="text1" valignment="top" font-desc="sans bold 30" ! \ - textoverlay text="text2" halignment="right" font-desc="sans bold 30" ! \ - textoverlay text="text3" halignment="left" font-desc="sans bold 30" ! \ - glimagesink - Display subtitle file over testsrc - gst-launch-1.0 videotestsrc ! \ - textoverlay name=foo filesrc location=foo.srt ! subparse ! queue ! foo. foo. ! \ - glimagesink - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-06-18 11:33:29 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Move debug init to top of the file - https://bugzilla.gnome.org/show_bug.cgi?id=745107 - -2015-04-20 15:04:56 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * ext/opus/gstopusdec.c: - * ext/opus/gstopusdec.h: - opusdec: Fix PLC frame size calculations - Previously, PLC frames always had a length of 120ms, which caused audio - quality degradation and synchronization errors. Fix this by calculating an - appropriate length for the PLC frame. - The length must be a multiple of 2.5ms. Calculate a multiple of 2.5ms that - is nearest to the current PLC length. Any leftover PLC length that didn't - make it into this frame is accumulated for the next PLC frame. - https://bugzilla.gnome.org/show_bug.cgi?id=725167 - -2015-07-18 21:18:23 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: minor clean-up - No need for a foreach callback function that's just a few - lines of code and is only used once, just do the event - pushing inline. - https://bugzilla.gnome.org/show_bug.cgi?id=705991 - -2015-02-06 13:22:14 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - dashdemux: add support for generating Protection events from ContentProtection elements - If a ContentProtection element is present in an AdaptationSet element, - send Protection events on the source pad, so that qtdemux can use this - information to correctly generate its source caps for DASH CENC - encrypted streams. - This allows qtdemux to support CENC encrypted DASH streams where the - content protection specific information is carried in the MPD file - rather than in pssh boxes in the initialisation segments. - This commit adds a new function to the adaptivedemux base class to allow - a GstEvent to be queued for a stream. The queue of events are sent the - next time a buffer is pushed for that stream. - https://bugzilla.gnome.org/show_bug.cgi?id=705991 - -2015-07-20 12:40:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/voaacenc/gstvoaacenc.c: - voaacenc: fix output caps for stream-format=ADTS - Should have framed=true in caps. Fixes voaacenc ! mpegtsmux. - -2015-07-20 12:38:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: fix aac caps in pad template for raw aac - Raw aac doesn't need framed=true. - Fixes not-negotiated error with voaacenc ! mpegtsmux. - -2015-07-20 11:09:20 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gtkgstglwidget.c: - gtk: Log GDK GL error when failling creating GdkGLContext - -2015-07-20 18:19:02 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: check for pbo availability before attempting pbo download - https://bugzilla.gnome.org/show_bug.cgi?id=751165 - -2015-07-18 17:19:18 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - * ext/qt/qtitem.cc: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * tests/check/libs/gstglcontext.c: - glcontext: fix get_current_gl_api on x11/nvidia drivers - They require to get_proc_address some functions through the - platform specific {glX,egl}GetProcAddress rather than the default - GL library symbol lookup. - -2015-07-18 17:08:36 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.h: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.h: - glcontext: consolidate get_proc_address function definition - Pass the GstGLAPI directly. - -2015-07-17 17:47:37 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - glcolorconvertelement: propagate failure to convert buffer upstream - Rather than just silently continuing - -2015-07-17 13:48:00 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - glcontext/glx: try creating a context with the highest version - nvidia drivers return the exact version in glGstString (GL_VERSION) - we request on creation so start with the highest known version and - work our way down. - -2015-07-16 00:37:58 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - * tests/check/libs/gstglcontext.c: - glcontext: track sharedness with a cookie - The previous approach of traversing the other_context weak ref tree was - 1. Less performant - 2. Incorrect for context destruction removing a link in the tree - Example of 2: - c1 = context_create (NULL) - c2 = context_create (c1) - c3 = context_create (c2) - context_can_share (c1, c3) == TRUE - context_destroy (c2) - unref (c2) - context_can_share (c1, c3) returns FALSE when it should be TRUE! - This does not remove the restriction that context sharedness can only - be tracked between GstGLContext's. - -2015-07-16 00:33:17 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: use the debug object variant for completeness - -2015-07-17 16:00:01 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gtkgstglwidget.c: - gtkgstglwidget: Cleanup unused private member - new_buffer has been moved to base class. Also cleanup - the properties comment, which are also all moved into - the base class. - -2015-07-17 15:57:37 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtkbasesink.c: - gtksink: "widget" must be access from main thread - Document that "widget" property must be accessed from the - main thread (where GTK is running). This is the same for - state transition on these elements. It is very natural to - do so un GTK applications. - -2015-07-17 15:08:53 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gtkgstglwidget.c: - gtkglsink: Don't leak vertex array and buffers - This is now possible since reset is always called from the - main thread. - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-17 14:36:56 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gtkgstbasewidget.c: - * ext/gtk/gtkgstbasewidget.h: - gtkgstbasewidget: Fix black frame on resize - This is solved by only applying the new format when the next - buffer is to be rendered and on the GTK thread. - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-17 13:05:05 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtkbasesink.c: - * ext/gtk/gtkgstbasewidget.c: - * ext/gtk/gtkgstbasewidget.h: - gtkgstbasewidget: Pass already parsed VideoInfo - As the base sink already parse the caps into VideoInfo it - makes sense to pass in VideoInfo to the widget instead. - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-16 16:49:32 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - gtkglsink: Port to GstGtkBaseSink base class - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-16 16:00:37 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtksink.c: - * ext/gtk/gstgtksink.h: - gtksink: Port to GstGtkBaseSink - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-16 15:59:59 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/Makefile.am: - * ext/gtk/gstgtkbasesink.c: - * ext/gtk/gstgtkbasesink.h: - gtkbasesink: Create a base class - This contains all the common code between the gtkglsink and - gtksink. - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-16 14:30:42 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstglwidget.h: - gtkglsink: Port to GtkGstBaseWidget - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-16 12:55:11 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtksink.c: - * ext/gtk/gstgtksink.h: - * ext/gtk/gtkgstwidget.c: - * ext/gtk/gtkgstwidget.h: - gtksink: Port to GtkGstBaseWidget - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-16 12:51:34 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/Makefile.am: - * ext/gtk/gtkgstbasewidget.c: - * ext/gtk/gtkgstbasewidget.h: - gtk: Add GtkGstBaseWidget - This is a "pseudo" base class. Basically it's a shared instance - and class structure and a shared set of function between the - two widget. It cannot have it's own type like normal base class - since the one instance will implement GtkGLArea while the other - implements GtkDrawingAreay. To workaround this, the parent instance - and class is a union of both. - https://bugzilla.gnome.org/show_bug.cgi?id=752441 - -2015-07-16 16:47:05 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstgluploadelement.c: - uploadelement: Protect against NULL pointer - I notice that if you stop the pipeline during a renegotiation - the upload may be NULL while an allocation query is being run. - In that scenario, returning FALSE to the allocation query is the - best thing. - -2015-07-15 17:35:22 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gtkgstglwidget.c: - gtkgstglwidget: Remove unused gl_caps - -2015-07-15 16:56:33 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtksink.c: - gtksink: Create a window if the widget is unparented - The same way as it's now done with the gtkglsink, create a top - level window if the widget is not parented. - https://bugzilla.gnome.org/show_bug.cgi?id=751104 - -2015-07-15 14:35:02 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtksink.c: - gtksink: Ensure the copy pasted code remains the same - Move back the default property at the same place they are in the - other sink. This helps when using a diff viewer to synchronized - this unfortunate copy paste. - https://bugzilla.gnome.org/show_bug.cgi?id=751104 - -2015-07-15 14:32:42 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - * ext/gtk/gstgtksink.c: - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstwidget.c: - gtk: Fix race between queue_draw and destroy - In GTK dispose can be called before the last ref is reached. This - happens when you close the container window. The dispose will be - explicitly called, and destroyed notify will be fired. This patch - fixes this race by properly tracking the widget state. - In the sink, we now set the widget pointer to NULL, so the widget - will properly get created again if you set your pipeline to NULL - state after the widget was destroy, and set it back to PLAYING. - https://bugzilla.gnome.org/show_bug.cgi?id=751104 - -2015-07-16 21:28:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/dash/gstplugin.c: - dashdemux: remove typefinder, move it to typefindfunctions in -base - Otherwise this plugin will be loaded pretty much whenever - there's anything to typefind. And the code was pretty much - copy'n'paste from -base anyway. - -2015-07-15 13:02:54 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: default timescale is 1 - default timescale value should be 1, not 0. - https://bugzilla.gnome.org/show_bug.cgi?id=752414 - -2015-07-15 13:41:37 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: free prop_string only after it's no longer needed - https://bugzilla.gnome.org/show_bug.cgi?id=752419 - -2015-07-16 17:21:51 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-plugins-bad.doap: - Update mailing list address from sourceforge to freedesktop - -2015-07-15 11:47:51 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gtkgstwidget.c: - gtkgstwidget: Add missing break in get_property - -2015-07-15 11:44:30 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtkglsink.h: - * ext/gtk/gstgtksink.h: - gtksinks: Remove undefined private structure - The classes contains a private structure which are not defined, - hence unused. - -2015-07-14 17:40:32 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: memcpy on raw data upload - Anything else requires keeping track of the GstVideoFrame mapping - across possible multiple buffers to ensure correct data pointer - usage. - -2015-07-14 17:39:59 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasebuffer.c: - glbasebuffer: add some debug and zero the data pointers on init - -2015-07-10 01:00:15 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: don't wait for data on sparse inputs like metadata or subtitle streams - -2014-11-09 19:16:29 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/tsmux/tsmuxstream.c: - * gst/mpegtsmux/tsmux/tsmuxstream.h: - mpegtsmux: add basic support for asynchronous KLV metadata streams - This is defined in SMPTE Rp 217. In this case the - metadata PES packets carry no timestamps of their - own and no Metadata Access Unit Wrappers are used. - -2015-06-29 02:42:06 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: handle non-consecutive GstBuffer input without copying - CMBlockBuffer offers a model similar to GstBuffer, as it can - consist of multiple non-consecutive memory blocks. - Prior to this change, what we were doing was: - 1) Incorrect: - CMBlockBufferCreateWithMemoryBlock does not copy the data, - but we gst_buffer_unmap'd right away. - 2) Inefficient: - If the GstBuffer consisted of non-contiguous memory blocks, - gst_buffer_map resulted in malloc / memcpy. - With this change, we construct a CMBlockBuffer out of individual mapped - GstMemory objects. CMBlockBuffer is made to retain the GstMemory - objects (through the use of CMBlockBufferCustomBlockSource), so the - original GstBuffer can be unref'd. - https://bugzilla.gnome.org/show_bug.cgi?id=751241 - -2015-07-13 23:22:00 +1000 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/avsamplevideosink.m: - applemedia/avsample: fix unconditional use of OSX 10.10 API - We can just not use the error/status properties - https://bugzilla.gnome.org/show_bug.cgi?id=746631 - -2015-07-10 19:05:41 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: try harder to find the right Qt5 build tools - First check for Qt build tools in the host_bins directory - from the Qt5Core pkg-config file. This fixes the situation - where both Qt4 and Qt5 are installed but the global moc/uic/etc. - are the Qt4 version, which would result in build failures. - -2015-07-10 14:01:43 +0200 Edward Hervey <edward@centricular.com> - - * configure.ac: - * ext/qt/qtitem.cc: - configure/qt: Fix build without Qt5X11Extras - -2015-07-10 13:26:51 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparse: g_slice_new() can't return NULL - It will abort() if allocation fails. - -2015-07-10 13:19:40 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Don't allow network access when reading the XML data - -2015-07-10 19:22:08 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - qt: don't error out if Qt X11 could not be found - PCK_CHECK_MODULES default error-if-not-found implementation errors - so override it with a simple notice that we couldn't find the library. - -2015-07-06 23:10:51 +1000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/Makefile.am: - * ext/qt/.gitignore: - * ext/qt/Makefile.am: - * ext/qt/gstplugin.cc: - * ext/qt/gstqsgtexture.cc: - * ext/qt/gstqsgtexture.h: - * ext/qt/gstqtsink.cc: - * ext/qt/gstqtsink.h: - * ext/qt/qtitem.cc: - * ext/qt/qtitem.h: - * tests/examples/qt/qml/.gitignore: - * tests/examples/qt/qml/main.cpp: - * tests/examples/qt/qml/main.qml: - * tests/examples/qt/qml/play.pro: - * tests/examples/qt/qml/qml.qrc: - new qt5 qml GL video sink - Very much in the same spirit as the Gtk GL sink - Two things are provided - 1. A QQuickItem subclass that renders out RGBA filled GstGLMemory - buffers that is instantiated from qml. - 2. A sink element that will push buffers into (1) - To use - 1. Declare the GstGLVideoItem in qml with an appropriate - objectName property set. - 2. Get the aforementioned GstGLVideoItem from qml using something like - QQmlApplicationEngine engine; - engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); - QObject *rootObject = engine.rootObjects().first(); - QQuickItem *videoItem = rootObject->findChild<QQuickItem *> ("videoItem"); - 3. Set the videoItem on the sink - https://bugzilla.gnome.org/show_bug.cgi?id=752185 - -2015-07-08 17:17:18 +0200 Rico Tzschichholz <ricotz@ubuntu.com> - - * sys/bluez/Makefile.am: - bluez: Fix make dist while bluez >= 5 is not available - -2015-07-09 18:31:34 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Fix previous commit - We only want to do a hard reset of the observations if we're working - with TIME segments in push mode. For BYTE segment we want to keep - the observations (in order to do seeks in push-mode). - -2015-07-09 16:59:16 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Flush more on DISCONT buffers in push mode - When in push mode, we want to discard all previous observations from the - mpegtspacketizer when we get a DISCONT buffer. - This avoids trying to calculate bogus timestamps (estimating them using old - PCR observations). - We only do a hard reset in push-mode. In pull-mode we still need the observations - (in order to seek properly) - -2015-07-09 11:07:29 +0200 Edward Hervey <bilboed@bilboed.com> - - * .gitignore: - gitignore: Add new generated files - -2015-07-09 11:05:10 +0200 Edward Hervey <bilboed@bilboed.com> - - * sys/bluez/Makefile.am: - bluez: Include new file in dist'ed files - Fixes make distcheck and tarball generation - -2015-07-09 13:03:23 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstwidget.c: - * tests/check/Makefile.am: - gtk: add to the generic/states test - -2015-06-17 09:36:57 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * ext/gtk/gstgtkglsink.c: - GstGtkGLSink: Ensure widget has a toplevel parent - Checking for a parent is not enough, it must have a toplevel one. - If widget has no toplevel parent then add it in a GtkWindow, that - make it usable from gst-launch-1.0. - https://bugzilla.gnome.org/show_bug.cgi?id=751104 - -2015-06-17 09:36:40 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - GstGtkGLSink: Post error if widget gets destroyed - https://bugzilla.gnome.org/show_bug.cgi?id=751104 - -2015-06-16 16:21:26 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * ext/gtk/gstgtkglsink.c: - GstGtkGLSink: fix possible warning in finalize - If the element is finalized before going in READY state - the widget could still be NULL. - https://bugzilla.gnome.org/show_bug.cgi?id=751104 - -2015-07-08 23:14:13 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - mpdparser: Fix some memory leaks in the MPD parser and unit test - -2015-07-07 16:59:52 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: tests: added unit tests to test all functions - Added unit tests for all functions. Code coverage: - Overall coverage rate: - lines......: 83.8% (1941 of 2316 lines) - functions..: 100.0% (141 of 141 functions) - -2015-07-08 17:08:56 +0300 Roman Donchenko <roman.donchenko@itseez.com> - - * gst/videoparsers/gstpngparse.c: - pngparse: fix a GstCaps object leak - https://bugzilla.gnome.org//show_bug.cgi?id=752127 - -2015-03-26 11:34:10 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsdemux/pesparse.c: - tsdemux: remove unnecessary check - This is not public API, use g_assert() instead of - g_return_if_fail(), so that it's compiled out in - releases. It's only called from our code, with &foo. - -2014-06-30 13:20:12 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsdemux/gstmpegdesc.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: add support for KLV metadata streams - There's no timestamps for these streams though, we - might want to make some up based on the last/next - video PTS or so. - -2015-07-08 16:31:48 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - Revert "Revert "dashdemux: fixed gst_mpd_client_advance_segment to return GST_FLOW_EOS"" - This reverts commit 4875ddf5855a26f349df7b385b68eb692e314bfa. - This was based on a misunderstanding of the code. - https://bugzilla.gnome.org/show_bug.cgi?id=752085 - -2015-07-06 13:28:05 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - gl/eagl: Don't call anything synchronously from the main thread - This will deadlock if the main thread is the one who creates the GstGLContext. - All things we call from the main thread should be possible from any thread. - https://bugzilla.gnome.org/show_bug.cgi?id=751101 - -2015-07-08 12:16:35 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * sys/bluez/gstavdtpsrc.c: - bluez: remove unnecessary goto - All goto fail happen before ret is set. ret must be NULL, and the only - thing the fail statement block does is return NULL. Replacing the jumps to - do this return directly. - CID #1311329 - -2015-07-08 11:32:58 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/dash/gstdashdemux.c: - dashdemux: remove redundant else statement - Else statement is redundant when the if block finishes with an return. - -2015-07-08 11:42:48 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc-constants.h: - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - androidmedia: Add support for H265/HEVC - -2015-06-29 12:40:55 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: fix refcount error in error handling - https://bugzilla.gnome.org/show_bug.cgi?id=751641 - -2015-07-07 19:48:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Explicitly check for CUSTOM_ERROR when converting errors to EOS - We use things like CUSTOM_SUCCESS* in other places, and those are not errors - but should just be handled like OK. - -2015-07-07 19:26:00 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - Revert "dashdemux: fixed gst_mpd_client_advance_segment to return GST_FLOW_EOS" - This reverts commit dfe37ffc59fdf5f4075696976d98ec8d6db73138. - https://bugzilla.gnome.org/show_bug.cgi?id=752085 - -2015-07-07 19:25:28 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Fix off-by-one in has-next-segment calculation - -2015-07-07 18:37:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: If downloading the last fragment fails, consider this as EOS and not ERROR - Sometimes the last fragment does not exist because of rounding errors with the - durations. Just finish the stream gracefully instead of erroring out instead. - -2015-07-07 22:35:47 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgldownloadelement.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - download: only start a download transfer for sysmem caps features - -2015-07-06 12:08:52 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: tests: added indentation in xml strings to improve readability - https://bugzilla.gnome.org/show_bug.cgi?id=752027 - -2015-07-03 16:17:58 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: added parsing of bitstreamSwitching@AdaptationSet - https://bugzilla.gnome.org/show_bug.cgi?id=751170 - -2015-07-03 15:31:35 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.h: - dashdemux: regrouped functions in gstmpdparser.h file - Moved gst_mpd_client_get_next_segment_availability_end_time and - gst_mpd_client_add_time_difference functions to be grouped with - functions from the same category. - https://bugzilla.gnome.org/show_bug.cgi?id=752027 - -2015-07-06 14:21:17 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - dashdemux: tests: corrected code layout - deleted the empty line between gst_mpd_parse call and its check so that - the assert is next to the function it is testing - https://bugzilla.gnome.org/show_bug.cgi?id=752027 - -2015-07-07 10:56:47 +0900 Hyunjun Ko <zzoon.ko@samsung.com> - - * gst-libs/gst/codecparsers/gstmpegvideometa.c: - mpegvideometa: add meta transform function - https://bugzilla.gnome.org/show_bug.cgi?id=751778 - -2015-07-07 10:57:26 +0900 Hyunjun Ko <zzoon.ko@samsung.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: transform func: return FALSE if not supported or failed - https://bugzilla.gnome.org/show_bug.cgi?id=751778 - -2015-07-06 14:14:12 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: fixed gst_mpd_client_advance_segment to return GST_FLOW_EOS - Fixed gst_mpd_client_advance_segment to return GST_FLOW_EOS if the - new index is out of range. - https://bugzilla.gnome.org/show_bug.cgi?id=751850 - -2015-07-07 16:39:09 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - android: add missing egl.h include - -2015-07-07 15:30:17 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - gltransformation: correct vao usage - keep the vao bound after uploading the new vertex data - fixes a mesa GL error "no vertex array object bound" on caps changes - -2015-06-16 07:49:34 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstopengl.c: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/egl/Makefile.am: - * gst-libs/gst/gl/egl/gstegl.h: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/egl/gstgldisplay_egl.h: - * gst-libs/gst/gl/gstglapi.h: - gl: consolidate egl header includes to egl-only headers - They may conflict with other headers. - -2015-07-06 19:33:35 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gtkgstglwidget.c: - gtkglsink: Release the widget lock when trying to get the GL context - Otherwise we might be waiting for the lock on the main loop (for - example in the ->render vmethod) and thus we will deadlock. - -2015-07-06 18:51:07 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Remove pixel-aspect-ratio field from the caps returned by getcaps - Avoiding not negotiated error while negotiating as we anyway force 1/1 - as output - -2015-07-06 15:24:06 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/curl/gstcurlsshsink.c: - curlsshsink: remove redundant else statement - Else statement is redundant when the if block finishes with an return. - -2015-07-02 15:17:51 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: fixed segment start when specified by SegmentTimeline - @t attribute in segment Timeline is relative to the period start. - Corrected the code to take this into account when computing segment - timestamp. - https://bugzilla.gnome.org/show_bug.cgi?id=751841 - -2015-07-03 17:00:31 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: wrong segment duration computed by gst_mpd_client_setup_representation - Corrected computation of segment start and duration. - https://bugzilla.gnome.org/show_bug.cgi?id=751914 - -2015-07-03 16:10:20 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: corrected search for audio languages - Corrected the initialisation of mimeType in - gst_mpdparser_get_list_and_nb_of_audio_language: the variable is used - in a loop, so it must be set to NULL at the beginning of each iteration. - https://bugzilla.gnome.org/show_bug.cgi?id=751911 - -2015-07-03 21:58:26 +0200 Stefan Sauer <ensonic@users.sf.net> - - * common: - Automatic update of common submodule - From f74b2df to 9aed1d7 - -2015-07-03 12:17:42 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/gl/gstglmixerbin.c: - * ext/gl/gstglvideomixer.c: - glvideomixer, glmixer: Add description and klass - -2015-07-03 19:24:58 +0530 Arun Raghavan <git@arunraghavan.net> - - * configure.ac: - build: Fix broken BlueZ configure check - The previous commit left an extra set of brackets, and missed removing - the explicit dbus check (which is no longer needed since we're using - gdbus). - -2015-01-13 10:31:41 -0800 Nick Stoughton <nstoughton@aether.com> - - * configure.ac: - build: remove support for bluez4 - -2014-12-30 07:21:44 -0800 Nick Stoughton <nstoughton@aether.com> - - * configure.ac: - * sys/bluez/Makefile.am: - * sys/bluez/gstavdtpsink.c: - * sys/bluez/gstavdtpsrc.c: - * sys/bluez/gstavdtputil.c: - * sys/bluez/gstavdtputil.h: - * sys/bluez/org.bluez.xml: - bluez: refactor to use glib and add connection state tracking - -2015-06-15 23:40:44 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: fix another regression - Introduced by c4c9fe60b pcapparse: Take buffer directly from the adapter - Using gst_adapter_take_buffer_fast() can lead to buffers that are - made up of multiple memories with the first memory smaller than the - RTP header size, which violates assumptions GstRtpBaseDepayloader - makes, namely that the complete RTP header will be in the first - memory. This leads to such packets being dropped when feeding - them from pcapparse to RTP depayloaders. Use take_buffer() so - we get buffers with a single memory. - -2015-07-02 13:45:04 +0200 Stian Selnes <stian@pexip.com> - - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/pcapparse.c: - tests: pcapparse: add unit test for frames with eth padding - https://bugzilla.gnome.org/show_bug.cgi?id=751879 - -2015-06-15 12:55:39 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: fix regression when handling packets with eth padding - Introduced by c4c9fe60b pcapparse: Take buffer directly from the adapter - Flush any trailing bytes after the payload from the adapter as well, - otherwise we'll read a bogus packet size from the adapter next and - then everything goes downhill from there. - https://bugzilla.gnome.org/show_bug.cgi?id=751879 - -2015-07-02 18:51:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Unref video frames and codec state in all cases - -2015-07-02 10:26:18 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglviewconvert.c: - gl: initialize output params to 0 before calling gl functions - The client side API of the Chromium's GPU Process has asserts - in debug mode that check that output params are initialized to 0. - -2015-06-26 15:34:35 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglupload.c: - gl: Don't leak pool if set_config failed - -2015-06-26 15:33:33 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - glfilter: Don't cache buffer pool - Caching and sharing to multiple element the same pool prevents - renegotiation from passthrough to not passthrough. - -2015-07-02 14:15:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Uninitializing the decoder can't fail and will always return 0 == cmResultSuccess - ... but when we cast cmResultSuccess to a gboolean it will be FALSE, and make - GstVideoDecoder::stop() fail for no reason. - -2015-07-02 17:08:26 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * ext/gl/gstglimagesink.c: - glimagesink: use g_clear_error instead of g_error_free - replace g_error_free with g_clear_error, as it internally - checks if error variable is valid or not. - https://bugzilla.gnome.org/show_bug.cgi?id=751823 - -2015-07-02 16:27:06 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * sys/androidmedia/gstamc.c: - amc: fix check whether we managed to acquire a buffer - https://bugzilla.gnome.org/show_bug.cgi?id=751821 - -2015-06-30 15:52:18 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/srtp/gstsrtpdec.c: - * ext/srtp/gstsrtpdec.h: - srtpdec: Add config for the replay window size - https://bugzilla.gnome.org/show_bug.cgi?id=751729 - -2015-06-30 13:20:43 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: corrected parsing of %u in segment templates - https://bugzilla.gnome.org/show_bug.cgi?id=751716 - -2015-06-29 22:18:38 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: corrected recognition of $$$ in segment templates - fixed recognition of $$ after a $ that ends an identifier, eg $Time$$$ - https://bugzilla.gnome.org/show_bug.cgi?id=751682 - -2015-06-29 18:50:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - androidmedia: Call initialize_classes() also when we got the Java VM from the app - https://bugzilla.gnome.org/show_bug.cgi?id=751664 - -2015-06-29 16:10:39 +0100 Luis de Bethencourt <luis@debethencourt.com> - - * ext/gl/gstglviewconvert.c: - gl: add missing break - gst_gl_view_convert_element_set_property() is missing a break at the end - of the PROP_OUTPUT_DOWNMIX_MODE case. Adding it. - CID #1308949 - -2015-06-26 14:12:22 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Don't leak pool - gst_query_add_allocation_pool is transfer none. Also unref - if there was a configuration error. - -2015-06-26 15:58:25 +0900 Sangkyu Park <sk1122.park@samsung.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: check pointer before dereferencing - gst_ps_demux_get_stream() could return NULL when it is unknown stream, - check this hasn't happened before dereferencing the returned pointer. - https://bugzilla.gnome.org/show_bug.cgi?id=751528 - -2015-06-26 13:09:54 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: corrected next fragment duration validation - Before returning the next fragment duration value, the - gst_mpd_client_get_next_fragment_duration function tries to validate it. - But the condition was incorrect. - https://bugzilla.gnome.org/show_bug.cgi?id=751539 - -2015-06-25 23:49:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Move unref() into the right scope - -2015-06-25 23:32:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Properly handle presentationTimeOffset for seeking and multi-period streams - Segment start/time/position/base should only be modified if this is the first - time we send a segment, otherwise we will override values from the seek - segment if new streams have to be exposed as part of the seek. - Segment base should be calculated from the segment start based on the stream's - own segment, not the demuxer's segment. Both might differ slightly because of - the presentationTimeOffset. - Always add the presentationTimeOffset (relative to the period start, not - timestamp 0) to the segment start after resetting the stream's segment based - on the demuxer's segment (i.e. after seeks or stream restart). Also make sure - to keep the stream's segment up to date and not just send a new segment event - without storing the segment in the stream. - https://bugzilla.gnome.org/show_bug.cgi?id=745455 - -2015-06-25 23:24:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - dashdemux: Subtract the period start time from the presentation offset - We're interested in the offset between the period start timestamp and the - actual media timestamp so that we can properly correct for it. The absolute - presentation offset to timestamp 0 is useless as the only thing we really - care about is the offset between the current fragment timestamp and the - media timestamp. - -2015-06-25 20:19:34 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - dashdemux: Subtract the period start when seeking based on a template - Otherwise we will look for segments after the period usually. The seek - timestamp is relative to the start of the first period and we have to - select a segment relative to the current period's start. - -2015-06-25 20:09:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - dashdemux: Include the period start in the fragment timestamps in all cases - We didn't do this for fragments that are generated on demand from a template, - only for the other cases when they were all generated upfront. This caused - fragment timestamps to start from 0 again for each new period. - -2015-06-25 23:23:58 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Seek on the new streams if the seek caused a period switch - Seeking on the old streams is pointless, they are going to be freed on the - next opportunity. - -2015-06-25 15:05:20 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dash: Correct check for valid timeShiftBufferDepth - If not set, the timeShiftBufferDepth has a default value of -1. - The standard says that this should be interpreted as infinite. - The gst_mpd_client_check_time_position function incorrectly compares - timeShiftBufferDepth with 0 instead of -1 to determine if it was set. - https://bugzilla.gnome.org/show_bug.cgi?id=751500 - -2015-06-25 11:02:41 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * ext/opencv/gstfacedetect.c: - * sys/applemedia/iosassetsrc.m: - docs: decodebin2 -> decodebin - -2015-04-27 15:09:18 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/coremediabuffer.c: - applemedia: enable sharing of CMBlockBuffer data - Instead of wrapping with GST_MEMORY_FLAG_NO_SHARE, we make the GstMemory - object retain the underlying CMBlockBuffer. - https://bugzilla.gnome.org/show_bug.cgi?id=751072 - -2015-04-27 15:02:59 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/coremediabuffer.c: - applemedia: CMBlockBuffer can be non-contiguous - CMBlockBufferGetDataLength would return the entire data length, while - size of individual blocks can be smaller. Iterate over the block buffer - and add the individual (possibly non-contiguous) memory blocks. - https://bugzilla.gnome.org/show_bug.cgi?id=751071 - -2015-06-24 17:16:46 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: Corrected duration argument for gst_mpd_client_add_media_segment call - The last parameter of gst_mpd_client_add_media_segment function is a - duration. But when called from gst_mpd_client_setup_representation, the - last argument was wrongly set to PeriodEnd - https://bugzilla.gnome.org/show_bug.cgi?id=751449 - -2015-06-24 21:42:32 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: incorrect use of period start - The period start information, calculated in gst_mpd_client_setup_media_presentation - function is stored in stream_period->start. The information read from - xml file and stored in stream_period->period->start is not changed. - If the xml file does not contain the period start information, - stream_period->period->start will be -1. - The function gst_mpd_client_get_next_segment_availability_end_time wants to - use period start time, but incorrectly uses stream_period->period->start - (value from xml file, which could be -1) instead of stream_period->start - (computed value) - https://bugzilla.gnome.org/show_bug.cgi?id=751465 - -2015-06-15 17:18:41 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - tests: dashdemux: renamed functions - Renamed 2 testcase functions: - - dash_mpdparser_program_information - - dash_mpdparser_base_URL - -2015-06-25 00:04:32 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.5.2 === - -2015-06-24 23:37:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.prerequisites: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.5.2 - -2015-06-24 23:01:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2015-06-15 17:30:26 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - tests: dashdemux: added explicit type conversions - flexelint (http://www.gimpel.com/html/flex.htm) static code analyser - complained about implicit conversions from unsigned to signed, so I added - explicit conversions. - Ideally, the size parameter of gst_mpd_parse function should be unsigned, - but I don't want to change the API. - -2015-06-15 16:59:33 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - tests: dashdemux: corrected return type for duration_to_ms function - The duration_to_ms function converts a time specified by year, month, day, - hour, minute, second, millisecond to a millisecond value. Because all the - arguments are positive numbers, the result must also be positive. - This patch changes the returned value from a gint64 to a guint64 type. - -2015-06-24 11:15:46 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/cs.po: - * po/de.po: - * po/hu.po: - * po/pl.po: - * po/ru.po: - * po/uk.po: - * po/vi.po: - po: Update translations - -2015-06-23 18:19:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Also update segment.base and segment.time when switching periods - And include the presentation offset in the last known position for each - stream, and just because we can also keep track of the latest known position - inside the demuxer segment. - -2015-06-23 16:46:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - Revert "gl/window/x11: don't create our own X11 display" - This reverts commit 5697b6b89b4b2a15c45bd47be940a17f4412ea11. - https://bugzilla.gnome.org/show_bug.cgi?id=751003 - -2015-06-23 14:16:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - Revert "eagl: Don't dispatch_sync() to the main thread if we are on the main thread" - This reverts commit 0bff481011cf74c59869b511393d1696b570e3d5. - It wasn't supposed to be merged and also doesn't fix the problem. - -2015-06-23 13:13:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Remember the last return value of gst_adaptive_demux_stream_update_fragment_info() - It's going to return EOS if the period ended or otherwise there is just no - next fragment left. If we don't store the last return value, it will always - stay OK and gst_adaptive_demux_combine_flows() will always return OK instead - of EOS once all streams are done. - This partially switches period changes in DASH by at least trying to switch - instead of just stopping. What is still left is that after a period change - with DASH the times all start at 0 again instead of continuing. - -2015-06-23 11:05:06 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - eagl: Don't dispatch_sync() to the main thread if we are on the main thread - This will otherwise deadlock. - https://bugzilla.gnome.org/show_bug.cgi?id=751101 - -2015-06-23 10:31:44 +0200 John Ludwig <john@theludwigs.com> - - * gst-libs/gst/gl/glprototypes/base.h: - gl: Include texParameterf in the GL function table - https://bugzilla.gnome.org/show_bug.cgi?id=751228 - -2015-05-29 14:27:24 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * gst/debugutils/Makefile.am: - * gst/debugutils/debugutilsbad.c: - * gst/debugutils/gsterrorignore.c: - * gst/debugutils/gsterrorignore.h: - error-ignore: New element to convert some GstFlowReturn types into others - Can be used to fix misbehaving sinks. It will pass through all buffers - until it encounters GST_FLOW_ERROR or GST_FLOW_NOT_NEGOTIATED (configurable). - At that point it will unref the buffers and return GST_FLOW_NOT_LINKED - (configurable) - until the next READY_TO_PAUSED or FLUSH_STOP. - https://bugzilla.gnome.org/show_bug.cgi?id=750098 - -2015-06-20 13:36:27 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: simplifies and improves sink_get_caps. - The problem here was that after removing the formats and - all the things we could convert, we then intersected these - caps with the template caps. - Hence if a subclass offered permissive sink templates - (eg all the possible formats videoconvert handles), but only - one output format, then at negotiation time getcaps returned - caps with the format restricted to that format, even though - we do handle conversion. - https://bugzilla.gnome.org/show_bug.cgi?id=751255 - -2015-06-22 15:47:18 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/opencv/gstmotioncells.c: - * ext/opencv/gstmotioncells.h: - motioncells: Port to g_get_current_time - This is more portable. - https://bugzilla.gnome.org/show_bug.cgi?id=751221 - -2015-06-16 17:18:52 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: add frame rate range to caps - When AVFoundation indicates a supported frame rate range, add it to - the caps. This is important for devices such as the iPhone 6, which - indicate a single AVFrameRateRange of 2fps - 60fps. - https://bugzilla.gnome.org/show_bug.cgi?id=751048 - -2015-06-15 17:37:42 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - tests: dashdemux: added parsing of period element - Improved dash_mpd unit tests by adding new tests that parse the Period element. - Code coverage reported by lcov for dash/gstmpdparser.c is: - lines......: 43.0% (985 of 2290 lines) - functions..: 47.5% (67 of 141 functions) - -2015-06-22 14:06:04 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: fix consistency about pbo availability. - https://bugzilla.gnome.org/show_bug.cgi?id=751165 - -2015-06-15 17:34:48 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/elements/dash_mpd.c: - tests: dashdemux: extended MPD element test to test xml namespaces - Extended the dash_mpdparser_mpd testcase to also test parsing the xml - namespace attribute. - https://bugzilla.gnome.org/show_bug.cgi?id=750863 - -2015-06-15 13:43:53 +0200 Mersad Jelacic <mersad@axis.com> - - * ext/opus/gstopusenc.c: - opusenc: Add bitrate to the tags - https://bugzilla.gnome.org/show_bug.cgi?id=750992 - -2015-06-15 12:59:55 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: corrected computation of period's duration - According to ISO/IEC 23009-1:2014(E), chapter 5.3.2.1 - "The Period extends until the PeriodStart of the next Period, or until - the end of the Media Presentation in the case of the last Period." - This means that a configured value for optional attribute period duration - should be ignored if the next period contains a start attribute or it is - the last period and the MPD contains a mediaPresentationDuration attribute. - https://bugzilla.gnome.org/show_bug.cgi?id=750797 - -2015-06-22 13:29:25 +0200 Wim Taymans <wtaymans@redhat.com> - - * gst/bayer/gstbayerorc-dist.c: - bayer: update ORC files - Update ORC files with newest ORC to fix backup code generation error. - -2015-06-22 10:49:50 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/pcapparse/gstirtspparse.c: - irtspparse: reflow code to avoid uninitialized variable warning - This should hopefully allow even the most challenged static - code analyzer to figure out that it's all fine. Also makes - the flow clearer. - https://bugzilla.gnome.org/show_bug.cgi?id=751305 - -2015-06-22 10:58:00 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/mpegtsmux/tsmux/tsmux.c: - tsmux: code style fix - trivial patch to add proper ( while checking for if(G_UNLIKELY()) - https://bugzilla.gnome.org/show_bug.cgi?id=751305 - -2015-06-22 09:23:12 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: fix small leak in caps query handler - gst_query_set_caps_result() does not take ownership of the caps. - -2015-06-22 11:03:15 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264_src: add missing break in caps query handler - There is a missing break statement in switch, - which will result in executing default case as well - resulting in wrong behavior - https://bugzilla.gnome.org/show_bug.cgi?id=751305 - -2015-06-22 09:08:00 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpeg1sys/.gitignore: - * gst/mpeg1sys/Makefile.am: - * gst/mpeg1sys/buffer.c: - * gst/mpeg1sys/buffer.h: - * gst/mpeg1sys/gstmpeg1systemencode.c: - * gst/mpeg1sys/gstmpeg1systemencode.h: - * gst/mpeg1sys/main.h: - * gst/mpeg1sys/mpeg1systemencode.vcproj: - * gst/mpeg1sys/systems.c: - mpeg1sys: remove ancient plugin that's never even been ported to 0.8 - -2015-06-21 17:13:07 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstjpegparser.h: - codecparsers: jpeg: add some padding to ScanHdr struct - For bits that we don't parse out at the moment. - -2015-06-21 17:03:52 +0100 Tim-Philipp Müller <tim@centricular.com> - - * win32/common/libgstcodecparsers.def: - codecparsers: jpeg: add new API to .def file - -2015-06-21 14:58:17 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstjpegparser.c: - codecparsers: jpeg: fix docs for table parsing functions - -2015-06-21 13:55:29 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/codecparsers/gstjpegparser.c: - * gst-libs/gst/codecparsers/gstjpegparser.h: - docs: add new JPEG codecparser API to the docs - And sprinkle some more Since markers - -2015-06-21 11:51:38 +0100 Tim-Philipp Müller <tim@centricular.com> - - * .gitignore: - * tests/examples/codecparsers/Makefile.am: - * tests/examples/codecparsers/parse-vp8.c: - * tests/icles/.gitignore: - * tests/icles/Makefile.am: - examples: move vp8 parser test to codecparser example directory - -2015-06-21 11:20:57 +0100 Tim-Philipp Müller <tim@centricular.com> - - * .gitignore: - * configure.ac: - * tests/examples/Makefile.am: - * tests/examples/codecparsers/Makefile.am: - * tests/examples/codecparsers/parse-jpeg.c: - examples: add small jpeg codecparser test - https://bugzilla.gnome.org/show_bug.cgi?id=673925 - -2015-06-20 22:49:23 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstjpegparser.c: - codecparsers: jpeg: fix validity checking of data parsed - g_return_val_if_fail() and g_assert() are not appropriate - for checking untrusted external data. - https://bugzilla.gnome.org/show_bug.cgi?id=673925 - -2015-06-20 19:52:42 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstjpegparser.c: - * gst-libs/gst/codecparsers/gstjpegparser.h: - codecparsers: jpeg: fix up API - - add data pointer to GstJpegSegment and pass segment - to all parsing functions, rename accordingly - - shorten GstJpegMarkerCode enum type name to GstJpegMarker - - move function gtk-doc blurbs into .c file - - add since markers - - flesh out docs for SOF markers - https://bugzilla.gnome.org/show_bug.cgi?id=673925 - -2015-06-14 11:41:52 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstjpegparser.c: - * gst-libs/gst/codecparsers/gstjpegparser.h: - codecparsers: jpeg: tweak API a little - https://bugzilla.gnome.org/show_bug.cgi?id=673925 - -2015-06-14 19:01:12 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstjpegparser.c: - * gst-libs/gst/codecparsers/gstjpegparser.h: - codecparsers: jpeg: hide gst_jpeg_scan_for_marker_code() - Make this function private for now, since it's unclear whether - it's actually needed seeing that gst_jpeg_parse() scans too. - https://bugzilla.gnome.org/show_bug.cgi?id=673925 - -2013-09-24 16:10:45 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gstjpegparser.c: - codecparsers: jpeg: fix and optimize scan for next marker code. - Fix scan for next marker code when there is an odd number of filler - (0xff) bytes before the actual marker code. Also optimize the loop - to execute with fewer instructions (~10%). - This fixes parsing for Spectralfan.mov. - -2013-09-18 15:56:52 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gstjpegparser.c: - codecparsers: jpeg: fix calculation of segment size. - The size of a marker segment is defined to be exclusive of any initial - marker code. So, fix the size for SOI, EOI and APPn segments but also - the size of any possible segment that is usually "reserved" or not - explicitly defined. - https://bugzilla.gnome.org/show_bug.cgi?id=707447 - -2013-06-13 13:22:18 +0800 Wind Yuan <feng.yuan@intel.com> - - * gst-libs/gst/codecparsers/gstjpegparser.c: - codecparsers: jpeg: fix default Huffman tables generation. - Fix build_huffman_table() to correctly fill in the associated HUFFVAL - entries to the default Huffman tables. - -2012-09-12 10:40:06 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/gstjpegparser.c: - * gst-libs/gst/codecparsers/gstjpegparser.h: - codecparsers: jpeg: add JPEG bitstream parser - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - https://bugzilla.gnome.org/show_bug.cgi?id=673925 - -2015-06-20 16:07:57 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: fix typo in log message - -2015-06-15 16:09:54 +0100 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - gldisplay: add gst_gl_display_create_context - It also emits a create-context signal so that an application - can provide an external GstGLContext backend. - https://bugzilla.gnome.org/show_bug.cgi?id=750310 - -2015-06-15 16:36:26 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - glcontext: move display from priv - https://bugzilla.gnome.org/show_bug.cgi?id=750310 - -2015-06-18 10:55:28 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - Revert "glcontext: add gst_gl_context_set_display helper" - This reverts commit 71b8103cbd16fff9cf5a65cf517083cb794aa3b5. - -2015-06-18 10:52:18 +0100 Julien Isorce <j.isorce@samsung.com> - - * configure.ac: - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gpuprocess/Makefile.am: - * gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.c: - * gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.h: - * gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.c: - * gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.h: - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - Revert "gl: add GstGLContextGPUProcess backend" - This reverts commit b377112ee38912d316e77b4e2102041389dc0051. - -2015-06-19 14:35:37 +1000 Jan Schmidt <jan@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Remove duplicate, useless line of code - -2015-06-18 22:11:05 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/gl/gstopengl.c: - opengl: glstero* are only built with full OpenGL - Don't try to register the elements unless they are built. - -2015-06-18 21:09:24 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * configure.ac: - style: Remove white spaces at the end of line - -2015-06-18 18:09:55 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: Fix GLES2 compatibility - -2015-06-18 18:02:21 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglviewconvert.c: - glviewconvert: Fix broken validity check - -2015-06-15 16:06:41 +1000 Jan Schmidt <jan@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Move PAR calcs, and use them for stereoscopic half-aspect - Move the pixel-aspect-ratio calculations higher up in caps - determination, so the results are available for a call to - gst_video_multiview_guess_half_aspect() when stereoscopic video - is detected. - -2015-05-30 03:09:17 +1000 Jan Schmidt <jan@centricular.com> - - * configure.ac: - * tests/examples/gl/gtk/3dvideo/.gitignore: - * tests/examples/gl/gtk/3dvideo/3dvideo.vcproj: - * tests/examples/gl/gtk/3dvideo/Makefile.am: - * tests/examples/gl/gtk/3dvideo/main.cpp: - * tests/examples/gl/gtk/3dvideo/mviewwidget.c: - * tests/examples/gl/gtk/3dvideo/mviewwidget.h: - * tests/examples/gl/gtk/Makefile.am: - 3dvideo: Add simple gtk example stereoscopic video player - https://bugzilla.gnome.org/show_bug.cgi?id=611157 - -2015-05-30 02:29:04 +1000 Jan Schmidt <jan@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglstereomix.c: - * ext/gl/gstglstereomix.h: - * ext/gl/gstglstereosplit.c: - * ext/gl/gstglstereosplit.h: - * ext/gl/gstglviewconvert.c: - * ext/gl/gstglviewconvert.h: - * ext/gl/gstopengl.c: - gl: Add glviewconvert, glstereomix and glstereosplit elements - Conversion elements for transforming multiview/stereoscopic video - https://bugzilla.gnome.org/show_bug.cgi?id=611157 - -2015-05-30 02:26:32 +1000 Jan Schmidt <jan@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: Support multiview/stereoscopic video - Support video with multiview info in the caps, transform - it to mono anaglyph by default, but allow for configuring - other output modes and handoff to the app via - the draw signal. - https://bugzilla.gnome.org/show_bug.cgi?id=611157 - -2015-05-30 02:21:43 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglviewconvert.c: - * gst-libs/gst/gl/gstglviewconvert.h: - gl libs: Add glviewconvert helper object - Add API for a helper object that can convert between different - stereoscopic video representations, and later do filtering - of multiple view streams. - https://bugzilla.gnome.org/show_bug.cgi?id=611157 - -2015-06-18 16:20:26 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - dashdemux: added warnings in gst_mpd_client_setup_streaming function - Added some warning messages in gst_mpd_client_setup_streaming to help - debug situations when the function will return FALSE. - Renamed a wrongly spelled variable. - https://bugzilla.gnome.org/show_bug.cgi?id=751149 - -2015-06-18 12:21:43 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.h: - dashdemux: corrected comments in gstmpdparser.h - Corrected some comments in gstmpdparser.h file. - Moved gst_mpd_client_get_adaptation_sets function to be grouped with - other functions from AdaptationSet group - https://bugzilla.gnome.org/show_bug.cgi?id=751149 - -2015-06-18 13:08:25 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: fixed getting representation based on max bandwidth - The gst_mpdparser_get_rep_idx_with_max_bandwidth function assumes - representations are ordered by bandwidth and incorrectly returns the - first one when wanting the one with minimum bandwidth. - Corrected gst_mpdparser_get_rep_idx_with_max_bandwidth function to get the - correct representation in case max_bandwidth parameter is 0. - https://bugzilla.gnome.org/show_bug.cgi?id=751153 - -2015-06-18 14:38:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - androidmedia: Allow the application to provide the Java VM - In JNI_OnLoad() we will already get the Java VM passed and could - just directly use that. gstreamer_android-1.0.c will now provide - this to us. - Reason for this is that apparently not all Android system are - providing the JNI functions to get the currently running Java VMs, so - we would fail to get. With this we will always be able to get the Java - VM on such systems. - -2015-06-18 14:31:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Prefer software codecs over hardware codecs for audio - Hardware codecs don't make sense for audio and are generally less reliable on - Android than the software codecs. - -2015-06-18 14:29:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - androidmedia: Failing to detach a thread is not that much of a problem - Someone else might have detached it before us, so make this just normal debug - output instead of a GST_ERROR() - -2015-06-18 10:43:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - androidmedia: Don't fail if JNI_CreateJavaVM can't be found - We only need that if no Java VM is running yet, and all usual cases, - i.e. when calling GStreamer from an actual Android app, there will already - be a Java VM we can just use. - It seems like some phones come without that symbol, let's hope they come - with the other symbol but for now don't make a missing JNI_CreateJavaVM fatal. - -2015-06-18 12:59:18 +0700 Alessandro Decina <alessandro.d@gmail.com> - - * gst/debugutils/fpsdisplaysink.c: - fpsdisplaysink: get rendered and dropped stats from QOS messages - Use QOS messages to update rendered and dropped frame stats. This is - the only accurate method. The old method didn't take max-lateness and - latency into account. - -2015-06-17 10:44:16 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst-libs/gst/codecparsers/nalutils.c: - nalutils: trivial patch to check if - trivial patch to add proper ( while checking for if(G_UNLIKELY()) - https://bugzilla.gnome.org/show_bug.cgi?id=751087 - -2015-06-16 17:48:51 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * common: - Automatic update of common submodule - From 6015d26 to f74b2df - -2015-06-15 21:32:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - gtkglwidget: Const'ify another array - -2015-06-15 21:29:46 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - gtkglwidget: Calculate the viewport size ourselves - Getting the current viewport and modifying it relatively will produce an - interesting feedback loop during widget resizing. Over a few frames we - will gradually move the viewport a bit until it converged again, adding - unnecessary additional borders at the top and left. - -2015-06-15 21:24:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstwidget.c: - gtk: Use the display width/height for the widget's preferred width/height - -2015-06-15 20:45:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gstgtksink.c: - * ext/gtk/gtkgstwidget.c: - gtksink: Add support for xRGB/BGRx - -2015-06-15 20:39:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gstgtksink.c: - * ext/gtk/gtkgstwidget.c: - gtk: Cairo color formats are in native endianness, GStreamer's in memory order - CAIRO_FORMAT_ARGB32 is ARGB on big endian and BGRA on little endian. - -2015-06-15 20:35:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - * ext/gtk/gstgtksink.c: - * ext/gtk/gstgtksink.h: - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstwidget.c: - gtk: Implement ignore-alpha property and enable it by default - -2015-06-15 20:13:57 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtksink.c: - gtk: Sync properties from the sink to the widget upon widget creation - -2015-06-15 10:08:57 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - mpegtsmux: Remove redundant min_dts - After few iteration, this variable became the same as dts. It's not - the min as the name says, but the dts of the current buffer. Simply - remove and place with dts. Also move the debug trace to actually - print the signed version of the running-time dts. - -2015-06-15 22:43:54 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: add missing handle-events/ignore-alpha property to the bin - -2015-06-15 18:28:37 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - * ext/gtk/gstgtksink.c: - * ext/gtk/gstgtksink.h: - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstwidget.c: - gtk: implement pixel and display aspect ratio handling - -2015-06-15 14:29:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Print some debug output if we change the timestamp offset - -2015-06-15 14:25:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Add some more debug output - -2015-06-15 14:22:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Move variables into the scope where they are needed - -2015-06-15 14:19:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Don't update the ts-offset before updating the actual configured caps - -2015-06-15 14:18:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Remember if the last LATENCY query returned live or not and use the in the QoS messages - -2015-06-15 12:20:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Don't query supported color formats for non-video codecs - -2015-06-15 10:34:56 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: fix build error - after e000a6f0a4984fbe81190df6cd439c70dafde3d6, there is build error in bad plugins - this happens because, GST_CLOCK_STIME_IS_VALID () is being checked for pad_data - but it expects a GstClockTime parameter. Changing the check to 'dts' - https://bugzilla.gnome.org/show_bug.cgi?id=750961 - -2015-06-15 16:47:15 +1000 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/qt/mousevideooverlay/main.cpp: - * tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.pro: - * tests/examples/gl/qt/mousevideooverlay/pipeline.cpp: - * tests/examples/gl/qt/mousevideooverlay/pipeline.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/main.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.pro: - * tests/examples/gl/qt/qglwtextureshare/pipeline.cpp: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp: - * tests/examples/gl/qt/qglwtextureshare/qglwtextureshare.pro: - * tests/examples/gl/qt/videooverlay/videooverlay.pro: - gl/examples: update qt examples for api changes - -2015-06-15 14:35:35 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - gtk: silence unused variable warnings for unsupported winsys' - -2015-06-15 14:33:08 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gtkgstglwidget.c: - gtk: implement basic wayland GL support - -2015-06-14 23:20:38 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst/compositor/compositor.c: - compositor: update zorder documentation. - It is not bound between 0 and 10000 anymore. - -2015-06-14 23:13:59 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: No need to artificially bound the zorder. - It is an unsigned integer so the upper bound is G_MAXUINT. - -2014-10-29 15:03:04 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/codecparsers/gstmpeg4parser.c: - codecparsers: mpeg4: actually return full number of bits of resync marker - Switch the increment of markersize from when it is used to when it is - returned from compute_resync_marker_size. - This also makes the CHECK_REMAINING in gst_mpeg4_parse_video_packet_header - check for the actually required number of bits now and not one too few. - https://bugzilla.gnome.org/show_bug.cgi?id=739345 - -2015-06-13 17:36:20 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gstmpeg4parser.c: - Revert "codecparsers: remove ignored increment of return" - This reverts commit 916b954315abc2f94348ec0be3e116c19b080b54. - Clearly something else was intended, and it also makes - more sense to add the extra bit. The resync marker is - N zero bits plus a 1 bit, and the pattern/mask needs to - be run on N+1 bits too. - (Even after the rever the code doesn't do that of course, so - it still needs to be fixed differently.) - https://bugzilla.gnome.org/show_bug.cgi?id=739345 - -2015-06-12 18:08:44 +0530 Arun Raghavan <git@arunraghavan.net> - - * sys/opensles/openslescommon.c: - * sys/opensles/openslescommon.h: - opensles: Fix build with Android API level < 14 - Headers were broken on older Android versions, apparently. - https://bugzilla.gnome.org/show_bug.cgi?id=744459 - -2015-01-28 13:06:39 +0530 Arun Raghavan <arun@centricular.com> - - * sys/opensles/openslescommon.c: - * sys/opensles/openslescommon.h: - * sys/opensles/openslesringbuffer.c: - * sys/opensles/openslesringbuffer.h: - * sys/opensles/openslessink.c: - * sys/opensles/openslessink.h: - openslessink: Allow setting the stream type via a property - -2015-01-27 15:25:59 +0530 Arun Raghavan <arun@centricular.com> - - * sys/opensles/Makefile.am: - * sys/opensles/openslescommon.c: - * sys/opensles/openslescommon.h: - * sys/opensles/openslesringbuffer.c: - * sys/opensles/openslesringbuffer.h: - * sys/opensles/openslessrc.c: - * sys/opensles/openslessrc.h: - openslessrc: Implement recording presets - This allows us to signal what kind of audio we are expecting to record, - which should tell the system to apply filters (such as echo - cancellation, noise suppression, etc.) if required. - -2015-06-13 11:40:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosink.h: - decklinkvideosink: Remove late frame-dropping workaround for basesink bug - This was fixed by https://bugzilla.gnome.org/show_bug.cgi?id=749258 - in basesink, and is not necessary to duplicate here anymore. - -2015-06-13 18:43:04 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixerbin.c: - glmixerbin: implement proper dynamic pad removal - https://bugzilla.gnome.org/show_bug.cgi?id=750881 - -2015-06-12 20:14:37 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: Don't do pool caching - We now know that pool caching can cause renegotiation issues - when an element in the pipeline change from passthrough to not - passthrough. As it's not needed, don't cache existing pools. - https://bugzilla.gnome.org/show_bug.cgi?id=748344 - -2015-06-12 18:08:40 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * configure.ac: - configure.ac: Remove reference to cvs - -2015-06-10 17:05:52 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Segment start should match first PTS - The segment should start at first PTS, and the vairable name lower_pts - state so correctly. Though we where using the first DTS instead. This - could lead to small desynchronization of video stream. - https://bugzilla.gnome.org/show_bug.cgi?id=740575 - -2015-06-10 12:32:34 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - * gst/mpegtsmux/tsmux/tsmux.c: - * gst/mpegtsmux/tsmux/tsmuxstream.c: - tsmux: Add negative DTS support - Use the saved DTS, make it signed and pass that to the stream muxer. This - preserves the running time sign. All usage of -1 as invalid TS are now - replaced with G_MININT64. Negative values will be seen as wrap-around - point, but the delta between PTS and DTS will remain correct. Demuxers - don't care about absolute values, they only cares about deltas. - https://bugzilla.gnome.org/show_bug.cgi?id=740575 - -2015-06-10 12:31:13 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - tsmux: Remove uneeded cast and cast macro - https://bugzilla.gnome.org/show_bug.cgi?id=740575 - -2015-06-10 11:39:01 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Properly detect backward DTS - There was code to detect backward dts, but the marker min_dts - was never set. Setting it enable this feature that prevents - potential integer overflow when generating TS. - https://bugzilla.gnome.org/show_bug.cgi?id=740575 - -2015-06-12 16:44:55 +0100 Florin Apostol <florin.apostol@oregan.net> - - * ext/dash/gstmpdparser.c: - * tests/check/elements/dash_mpd.c: - dashdemux: fixed segfault for missing default namespace - Added a check for a_node->ns before accessing a_node->ns->href in - gst_mpdparser_get_xml_node_namespace. This could happen if the xml - is missing the default namespace. - https://bugzilla.gnome.org/show_bug.cgi?id=750866 - -2015-06-12 22:33:58 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Don't require the same framerate in the input as the mode's framerate - We only really care about the timestamps for the sink. - -2015-06-13 01:40:00 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * tests/examples/playout.c: - examples: playout: Add better help text - This should help people figure out how to use the example a bit better - -2015-06-13 01:35:59 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * tests/examples/playout.c: - examples: playout: Decrement the currently-playing counter correctly - Only do that when we're removing an item that was playing, otherwise we'll mess - things up while trying to edit the play queue (playlist). - -2015-01-29 00:56:26 +0000 Nirbheek Chauhan <nirbheek@centricular.com> - - * .gitignore: - * tests/examples/Makefile.am: - * tests/examples/playout.c: - playout: New example for seamless audio/video playback - An example app that takes video URIs as command line arguments and switches - between them seamlessly one after the other using compositor and audiomixer. - Both audio-video and video-only media files are valid inputs, but mixing files - of both types in a single invocation is cumbersome to support, and hence does - not work. The example attempts to keep the audio stream moving along perfectly, - and duplicates video frames where necessary to cover gaps in the video - timestamps using the 'ignore-eos' videoaggregator pad property. - Ensuring seamless (and mostly-glitch-free) switching is harder than it sounds, - and hence the example contains plenty of pad probes and running time - calculations to make things work. - The GPtrArray play_queue contains items that are being played back, have been - prepared for playback, and will be played back in the future. The queue itself - is mutable besides the first two items (playing and prepared). The item that has - been prepared should not be edited or removed since it has been prepared in - advance to be activated immediately on the current item's EOS. - The example also has support for switching to the next item in the queue - prematurely; see the --switch-after/-s flag to the application. - Note: the output video is hard-coded at 1280x720, and input video is scaled as - needed to fit this size. Set OUTPUT_VIDEO_WIDTH/HEIGHT to change this. - https://bugzilla.gnome.org/show_bug.cgi?id=748947 - -2015-06-06 20:40:13 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * tests/check/elements/compositor.c: - tests: Add test for the 'ignore-eos' compositor sink pad property - When the 'ignore-eos' property is set on a pad, compositor will keep resending - the last buffer on the pad till the pad is unlinked. We count the buffers - received on appsink, and if it's more than the buffers sent by videotestsrc, the - test passes. - -2015-02-10 00:49:35 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - videoaggregator: add "ignore-eos" property for input pads - When set, it causes videoaggregator to repeatedly aggregate the last buffer on - an EOS pad instead of skipping it and outputting silence. This is useful, for - instance, while playing back files seamless one after the other, to avoid - videoaggregator ever outputting silence (the checkerboard pattern). - It is to be noted that if all the pads on videoaggregator have this property set - on them, the mixer will never forward EOS downstream for obvious reasons. Hence, - at least one pad with 'ignore-eos' set to FALSE must send EOS to the mixer - before it will be forwarded downstream. - https://bugzilla.gnome.org/show_bug.cgi?id=748946 - -2014-12-19 14:43:20 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: return early if packetizing short section - Short sections have 3 bytes of common header, while other sections - have 8 bytes of common header. If packetizing common header of short - section, we should stop after the first 3 bytes. - https://bugzilla.gnome.org/show_bug.cgi?id=735653 - -2015-06-12 17:14:02 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * gst/debugutils/Makefile.am: - * gst/debugutils/debugutilsbad.c: - debugutilsbad: Minor cleanup - Ran gst-indent on debugutilsbad.c, moved headers to noinst in Makefile.am - -2015-06-12 15:39:56 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gtkgstglwidget.c: - gtk: Do not try to activate a NULL GLContext - At that point in the code nothing guarantees it exists - -2015-06-12 21:31:48 +1000 Matthew Waters <matthew@centricular.com> - - * tests/check/Makefile.am: - gl/tests: remove reference to undefined buffer test - -2015-06-11 18:26:50 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgldownloadelement.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - * tests/check/libs/gstglmemory.c: - glmemory: separate pbo transfer from texture transfers - When supported, the potentially longer pbo upload/download can be - initiated before the texture upload/download, potentially increasing - throughput. - -2015-06-10 16:36:15 +1000 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglbasebuffer.c: - * gst-libs/gst/gl/gstglbasebuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstgluploadmeta.c: - * tests/check/Makefile.am: - * tests/check/libs/gstglmemory.c: - glmemory: implement on top of glbasebuffer - Provides convenient access to PBO usage. - Currently texture updates are coupled tightly to data transfers. - -2015-06-10 16:24:59 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbasebuffer.c: - * gst-libs/gst/gl/gstglbasebuffer.h: - gl: new glbasebuffer GstMemory object - Provides generic handling of GL buffer objects accessible using - the GL bind points (GL_ARRAY_BUFFER, GL_PIXEL_*_BUFFER). - Implementation based off the current GstGLMemory. - -2015-06-10 16:23:36 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/Makefile.am: - * gst-libs/gst/gl/glprototypes/all_functions.h: - * gst-libs/gst/gl/glprototypes/buffers.h: - gl/prototypes: add some buffer function prototypes - -2015-06-12 15:17:30 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - * ext/gtk/gstgtksink.c: - * ext/gtk/gstgtksink.h: - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstwidget.c: - gtk: implement video aspect-ratio handling - For both the software and the GL sink's. - Doesn't deal with the pixel-aspect-ratio field at all yet. - -2015-06-12 13:14:57 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/window/x11: only listen on the X Display when needed - 5697b6b89b4b2a15c45bd47be940a17f4412ea11 causes us to possibly listen - on a toolkit provided Display connection. We thus could eat their - precious winsys events. Only listen if we need to - (!foreign_display or videooverlay). - -2015-06-12 12:40:50 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtksink.c: - gtk: fix a couple of typos - -2015-06-12 12:29:37 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gtk/gstgtkglsink.c: - gtkglsink: reset the context/display in READY_TO_NULL - Fixes context propagation in pipelines with upstream GL elements. - -2015-06-11 17:25:49 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: fix error calculating large presentationTimeOffset values - If the presentationTimeOffset attribute of a DASH manifest contains - a value that is larger than 2^32, gstmpdparser incorrectly calculates - the stream's presentation time offset. This is due to two bugs: - 1: Using gst_mpdparser_get_xml_prop_unsigned_integer rather than - gst_mpdparser_get_xml_prop_unsigned_integer_64 to parse the - attribute - 2: gst_mpd_client_setup_representation multiplying the value by - GST_SECOND and then dividing by timescale - https://bugzilla.gnome.org/show_bug.cgi?id=750804 - -2015-06-11 12:41:10 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * tests/examples/gtk/gtkglsink.c: - gstgtk: No need to realize the widget - The widget already does that. - -2015-06-11 12:38:53 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * tests/examples/gtk/gtkglsink.c: - * tests/examples/gtk/gtksink.c: - gstgtk: Don't leak the widget - g_object_get() returns a ref, gtk_container_add() only ref_sink(). - That mean we still need to unref afterward. This leak was hiding - a reference bug previously present. - -2015-06-11 12:10:23 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtksink.c: - gstgtk: Allow doing gst-inspect-1.0 on these elements - This patch allow going gst-inspect-1.0 on these elements removing - ugly crash that was previously occurring. The method consist of - making the widget creation as lazy as possible. This way we don't - endup doing gtk_init() before the application. We also ref_sink() - the widget, so we don't crash if the parent widget is discarded, - and cleanly error out with GL if the widget has no parent window, - because calling gtk_widget_realized() can only be done if the widget - has been parented to a window). - -2015-05-30 02:15:51 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglupload.c: - gl: Add support for multiple views in upload, colour convert and download - Support multiple attached views on input/output buffers - by processing each one, not just the first. - -2015-05-30 01:38:16 +1000 Jan Schmidt <jan@centricular.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: Add support for passing stereoscopic/multiview info - Pass any multiview info from the container or SEI info downstream - -2015-06-11 01:57:08 +1000 Jan Schmidt <jan@centricular.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: Don't switch to passthrough on set_caps() - Wait until at least one keyframe has been parsed before - deciding to switch to passthrough mode, in case the - stream contains SEI messages that supplement the output - caps - for example by providing stereoscopic information - -2015-06-12 00:32:00 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/window/x11: don't create our own X11 display - It's not needed anymore with most window operations occuring in the - GL thread. - -2015-06-12 00:30:58 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/window/x11: handle_events() may be called before the window has been created - Fixes an XIO fatal error - -2015-06-12 00:29:23 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglsinkbin.c: - gl: move basesink properties from glimagesinkbin to glsinkbin - -2015-03-25 19:27:42 +0200 Yanko Kaneti <yaneti@declera.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - mpegtsmux: Remove arbitrary constraint on prog-map program ids - https://bugzilla.gnome.org/show_bug.cgi?id=746765 - -2015-06-11 15:22:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglfilterbin.c: - * ext/gl/gstglmixerbin.c: - * ext/gl/gstglsrcbin.c: - gl: Use gst_object_ref_sink() for gl{filter,mixer,src}bin too - -2015-06-11 15:17:02 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglsinkbin.c: - glsinkbin: Use gst_object_ref_sink() for consistency with the video-sink property on playbin - -2015-06-11 15:02:44 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gtk/gtkgstglwidget.c: - gtk: Do not try to initialize display if we have not have a GLContext yet - -2015-06-11 14:58:27 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/gtk/Makefile.am: - gtk: Add missing CFLAGS to example - -2014-12-18 17:00:30 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/Makefile.am: - * ext/gtk/Makefile.am: - * ext/gtk/gstgtkglsink.c: - * ext/gtk/gstgtkglsink.h: - * ext/gtk/gstgtksink.c: - * ext/gtk/gstgtksink.h: - * ext/gtk/gstplugin.c: - * ext/gtk/gtkgstglwidget.c: - * ext/gtk/gtkgstglwidget.h: - * ext/gtk/gtkgstwidget.c: - * ext/gtk/gtkgstwidget.h: - * tests/check/Makefile.am: - * tests/examples/Makefile.am: - * tests/examples/gtk/Makefile.am: - * tests/examples/gtk/gtkglsink.c: - * tests/examples/gtk/gtksink.c: - Implement gtk sinks - two sinks are provided. gtksink which is a cairo/software based renderer - and gtkglsink which utilises the GL support in gtk and gstreamer. - -2015-06-10 10:36:21 +0200 Edward Hervey <edward@centricular.com> - - h263parse: Fix PSC matching - We were off by one byte in the matching - It should be (using 24 bit matching): - * startcode : 0000 0000 0000 0000 1000 00xx - * mask (bin) : 1111 1111 1111 1111 1111 1100 - * mask (hex) : f f f f f c - * match : 0 0 0 0 8 0 - https://bugzilla.gnome.org/show_bug.cgi?id=750685 - -2015-05-11 16:47:25 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: always enqueue frames, even on error - Even when we fail to encode frame, we should still enqueue it so - it could be passed into handle_frame (with output_buffer == NULL). - Otherwise, we risk GstVideoEncoder's queue of frames growing unbounded. - Note: We're slightly changing the renegotiation code to accommodate for - frames without output buffers, but this commit takes no ownership over - the way negotiation is being done. - https://bugzilla.gnome.org/show_bug.cgi?id=750669 - -2015-06-10 15:03:31 +0200 Fabio Cetrini <fcetrini@hotmail.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: Avoid frame rendering while the window is completely hidden - https://bugzilla.gnome.org/show_bug.cgi?id=749856 - -2015-06-10 11:42:06 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl: OES_vertex_array_object is improperly implemented on PowerVR SGX 544MP - https://bugzilla.gnome.org/show_bug.cgi?id=750185 - -2015-05-11 16:40:07 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: free input buffer ASAP - VTCompressionSessionEncodeFrame retains the CVPixelBuffer during - encoding, and will release it as soon as it can (e.g. before it even - calls our callback). This means we can safely release input buffer - at this point, possibly allowing the system to reuse it sooner. - https://bugzilla.gnome.org/show_bug.cgi?id=750671 - -2015-05-11 16:39:19 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: Add missing gst_vtenc_frame_free() in error path - https://bugzilla.gnome.org/show_bug.cgi?id=750668 - -2015-06-09 16:33:39 +0200 Santiago Carot-Nemesio <sancane@gmail.com> - - * gst/liveadder/liveadder.c: - liveadder: Fix memory leaks iterating over pads - Rebased for latest master by Nicolas Huet <nicolas.huet@parrot.com>. - https://bugzilla.gnome.org/show_bug.cgi?id=745748 - -2015-06-10 00:16:27 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: add alignment=au to sink caps - VT compression callback gets a CMSampleBuffer per frame, so vtenc_h264 - should set 'alignment=au' in sink caps to indicate this. - https://bugzilla.gnome.org/show_bug.cgi?id=750635 - -2015-06-09 18:30:55 +0100 Chris Clayton <chris2553@googlemail.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: fix compiler warnings - https://bugzilla.gnome.org/show_bug.cgi?id=750601 - -2015-05-12 00:18:02 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfassetsrc.m: - avfassetsrc: fix huge memory leak - CMSampleBuffers were retained -> huge memory leak. - https://bugzilla.gnome.org/show_bug.cgi?id=750638 - -2015-05-11 16:44:33 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: no need for queue_length with try_pop - -2015-05-05 15:07:53 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: don't copy meta from input to output - Copying arbitrary metas is going to cause problems and this should really be - handled by the base class. It overrides most other things already anyway, - including timestamp and duration. Those are just set here now so we can - insert the frame sorted into the queue. - https://bugzilla.gnome.org/show_bug.cgi?id=748922 - -2015-06-09 15:32:36 +0200 Stefan Sauer <ensonic@users.sf.net> - - * Makefile.am: - cruft: add the obsolete tmpl dir to cruft-dirs - -2015-06-09 14:37:36 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: fix misleading documentation copied from adder - -2015-06-09 12:11:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/Makefile.am: - dash: Add $(GST_PLUGINS_BASE_LIBS) to LIBADD - https://bugzilla.gnome.org/show_bug.cgi?id=750619 - -2015-06-09 11:30:29 +0200 Edward Hervey <bilboed@bilboed.com> - - * common: - Automatic update of common submodule - From d9a3353 to 6015d26 - -2015-06-09 09:07:45 +1000 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstspu-vobsub-render.c: - * gst/dvdspu/gstspu-vobsub.h: - dvdspu: Map the pixel data once per render, not *ahem* twice per byte. - The naive port to 1.0 from years ago was silly, make it better. - -2015-06-08 23:08:04 +0200 Stefan Sauer <ensonic@users.sf.net> - - * common: - Automatic update of common submodule - From d37af32 to d9a3353 - -2015-06-05 17:20:20 +0100 Florin Apostol <florin.apostol@oregan.net> - - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/dash_mpd.c: - tests: dashdemux: add unit tests for checking the parsing of MPD element - Create a dash test target and add unit tests that check the parsing of - attributes of the MPD element and the following child elements: - - baseURL - - program information - - location - - metrics - These tests check the compliance of parts of the MPD parser in the - dashdemux element against the DASH specification [1]. - [1] http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IEC_23009-1_2014_Electronic_inserts.zip - http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IEC_23009-1_2014.zip - https://bugzilla.gnome.org/show_bug.cgi?id=750390 - -2015-05-06 14:29:01 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: simplify aggregate returning - Rework special handling with goto/labels to only have one case - and otherwise just return normally. - -2015-05-06 14:19:36 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: refactor caps reconfigure to its own function - Makes the aggregation code shorter and easier to read - -2015-05-06 13:59:51 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fixing types in aggregate function - Correctly use boolean and GstFlowReturn types in the function. - -2015-05-06 13:08:11 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: use macro to access aggregator src pad - Makes code a bit more readable - -2015-05-06 13:07:52 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/base/gstaggregator.h: - aggregator: add a convenience macro to get the source pad - Easier than casting or acessing the parent everywhere - -2015-06-08 14:16:22 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: correct fix for dead code - Rename template to caps to keep the original intention of the code after - commit b4c9aa1c - CID #1304674 - -2015-06-08 14:14:41 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - Revert "tsdemux: remove dead code" - This reverts commit 0635acfec041b1c664bc0770839b1a576e3598b1. - -2015-06-08 13:37:32 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: remove dead code - After commit b4c9aa1c308f88bf4e1f69ab0156ed9f99815e8e template will always be - NULL. The if conditional will always be FALSE, so removing it. - CID #1304674 - -2015-06-07 23:06:38 +0200 Stefan Sauer <ensonic@users.sf.net> - - * common: - Automatic update of common submodule - From 21ba2e5 to d37af32 - -2015-06-07 17:32:07 +0200 Stefan Sauer <ensonic@users.sf.net> - - * common: - Automatic update of common submodule - From c408583 to 21ba2e5 - -2015-06-07 17:03:15 +0200 Stefan Sauer <ensonic@users.sf.net> - - * docs/libs/Makefile.am: - * docs/plugins/Makefile.am: - docs: remove variables that we define in the snippet from common - This is syncing our Makefile.am with upstream gtkdoc. - -2015-06-07 17:16:25 +0200 Stefan Sauer <ensonic@users.sf.net> - - * autogen.sh: - * common: - Automatic update of common submodule - From d676993 to c408583 - -2015-06-07 16:45:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -2015-06-07 16:28:43 +0200 Stefan Sauer <ensonic@users.sf.net> - - * docs/libs/Makefile.am: - docs: only add the libs that we actually document right now - Keep the libs in alphabetical order unless a specific link order is required. - Also remove the -L directives as we specify the direct path to the .la files. - -2015-06-07 16:28:22 +0200 Stefan Sauer <ensonic@users.sf.net> - - * docs/libs/gst-plugins-bad-libs.types: - docs: remove duplicated entry from types file - -2015-06-07 15:59:59 +0200 Stefan Sauer <ensonic@users.sf.net> - - * tests/check/elements/zbar.c: - zbar: split test - Lets not cram everything into a single test - this would render the test name - useless for quick diagnosis. Having separate tests for the optional feature is - also verifying the behaviour when the feature is off. - -=== release 1.5.1 === - -2015-06-07 10:55:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-aiff.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiomixer.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * gst-plugins-bad.doap: - * gst/audiomixer/gstaudiomixerorc-dist.c: - * gst/bayer/gstbayerorc-dist.c: - * gst/compositor/compositororc-dist.c: - * gst/fieldanalysis/gstfieldanalysisorc-dist.c: - * gst/gaudieffects/gstgaudieffectsorc-dist.c: - * win32/common/config.h: - Release 1.5.1 - -2015-06-07 09:36:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - po: Update translations - -2015-05-30 21:35:36 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix wrong gst-launch command in the description - Fix wrong gst-lauch command in the description. - This patch may help people to get right testing results using the script. - https://bugzilla.gnome.org/show_bug.cgi?id=750143 - -2015-06-05 14:49:18 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/directfb/dfbvideosink.c: - dfbvideosink: remove ignored assignments - Remove assignments to DFBResult res that are never read. - -2015-06-05 14:34:55 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: remove ignored assignment - Function goes to done before the value set in start_offset is ever used. - -2015-06-05 09:35:39 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/gl/caopengllayersink.m: - * ext/gl/gstglfilterbin.c: - * ext/gl/gstglmixerbin.c: - * ext/gl/gstglsinkbin.c: - * ext/gl/gstglsrcbin.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * sys/applemedia/avsamplevideosink.m: - * tests/check/elements/glimagesink.c: - Fix a common typo: retreive -> retrieve - Seems to have been copy pasted around a few places - -2015-06-05 09:22:58 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: drop TODO that doesn't need a solution - Connection speed is only checked at that point in hlsdemux so there - is no real need to refactor it. - https://bugzilla.gnome.org/show_bug.cgi?id=749328 - -2015-06-05 09:15:34 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - Revert "hlsdemux: Simplify logic in process_manifest" - This reverts commit 4ca3a22b6b33ad8be4383063e76f79c4d346535d. - The connection-speed=0 is used as a special value in the property - of hlsdemux to mean 'automatic' selection, m3u8.c doesn't need - to know about that as it should be as simple as possible. - So this patch hides this automatic selection documented in hlsdemux - into m3u8 logic and I think the gets harder to understand the code. - It also makes the hlsdemux unit tests work again - https://bugzilla.gnome.org/show_bug.cgi?id=749328 - -2015-06-05 14:30:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Fix inverted logic introduced in last commit - -2015-06-05 08:58:03 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/videosignal/gstsimplevideomarkdetect.c: - simplevideomarkdetect: fix detect of videomark partially or fully outside video - In case of the videomark being partially or fully outside, - an error was bein thrown saying, mark width is more than video width. - And when the width, offset properties are set to maximum it resulted in crash. - Instead of throwing error, added logic to detect the mark - in case of partial visibility or dont show the mark when it is outside. - https://bugzilla.gnome.org/show_bug.cgi?id=743908 - -2015-06-05 14:10:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Calculate the number of segments we have when a segment template instead of a list is used - Otherwise we would just continue downloading new files forever until we get - 404 for the first one, and then error out instead of going EOS. - -2015-06-05 08:53:30 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/videosignal/gstsimplevideomark.c: - simplevideomark: Add Error logs - When the pattern offset is outside the video, the print error message - https://bugzilla.gnome.org/show_bug.cgi?id=743908 - -2015-06-05 13:28:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - Revert "mpdparser: Don't consider streams with a known media presentation duration as live" - This reverts commit 37011e519830e0786fa6e307ed26003a2a8774f1. - This change was actually completely unnecessary, the streams in question are - marked as static and are not considered live anyway. - -2015-06-05 13:21:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Don't consider streams with a known media presentation duration as live - -2015-06-05 11:26:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Error out if downloading a segment failed too often in live mode - It's true that we shouldn't consider errors fatal immediately, but if we - always ignore them we will loop infinitely on live streams with segments - that can't be downloaded at all. - -2015-06-03 12:17:19 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtp.c: - srtp: Allow getting ssrc of more package types than RR and SR - This allows decrypting reduce size packages. See RFC 5506 - https://bugzilla.gnome.org/show_bug.cgi?id=750326 - -2015-06-04 13:36:32 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: refactor pad creation - Avoid repeating the same pad creation code everywhere - -2015-06-04 15:57:57 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Don't crash in debug output if stream->segments is NULL - -2015-06-04 13:31:56 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/winks/gstksvideosrc.c: - ksvideosrc: fix logic and timestamp non-muxed streams again - https://bugzilla.gnome.org/show_bug.cgi?id=750381 - -2015-06-04 12:53:19 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/libde265/gstlibde265.c: - * ext/libde265/libde265-dec.c: - libde265dec: fix up plugin name and decoder description - -2015-06-04 13:36:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparse: Clamp seek times to the availabilityStartTime - Otherwise we will seek to negative times, which are interpreted as unsigned - integers later. - -2015-06-04 13:13:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Improve debug output a bit when advancing segments - -2015-06-04 12:36:41 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Release the manifest mutex before waiting for a download - Otherwise we will hurt parallel downloads in the best case, and often cause - deadlocks. - -2015-06-04 11:54:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: If channel/rate negotiation fails, fall back to stereo and 48kHz - -2015-06-04 11:52:40 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusparse.c: - opusparse: Set up default header with 48kHz sample rate instead of 0 - -2015-06-04 11:45:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: gst_structure_fixate_field_nearest_int() only works if the structure has this field - Just set the rate/channels directly if the caps don't have this field. - -2015-06-04 11:05:07 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Use 64 bit integer format strings when passing a 64 bit integer - Otherwise we'll only get half of its bits printed on 32 bit architectures. - For this, promote the %d-style format strings to something that accepts - 64 bit integers with G_GINT64_MODIFIER. - -2015-06-04 10:47:07 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparse: Validate format strings before using them - Using format strings from an untrusted source without validation is - calling for problems, and at least allows to remotely crash your application. - If not worse. - -2015-06-04 09:40:19 +0200 Philippe Normand <philn@igalia.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/dispmanx: Fix build - -2015-06-03 22:21:30 +0100 Julien Isorce <j.isorce@samsung.com> - - * tests/examples/gl/cocoa/Makefile.am: - gl/example: fix build error when compiling cocoa-videooverlay - libtool: error: ignoring unknown tag OBJC - and - clang: error: argument unused during compilation: '-pthread' - -2015-06-04 15:01:16 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/window/dispmanx: fix compiler warning - -2015-06-04 12:16:35 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - gl/window: use the default main loop implementation for all backends - fixes glimagsink being unable to display. - https://bugzilla.gnome.org/show_bug.cgi?id=750337 - -2015-06-03 21:22:09 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - glwindow_cocoa: use parent default implementation - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=750337 - -2015-06-03 20:03:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstmpdparser.c: - mpdparser: Add the startNumber as offset to the segment index when using a template - -2015-06-03 16:59:44 +0200 Santiago Carot-Nemesio <sancane@gmail.com> - - * ext/dtls/gstdtlsdec.c: - * ext/dtls/gstdtlsdec.h: - dtlsdec: Fix critical warning "got data flow before stream-start event" - Forward sticky events on requested src pad. - https://bugzilla.gnome.org/show_bug.cgi?id=750348 - -2015-06-03 15:25:10 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: remove useless value assignments - In all these cases ret is set but overwritten before the return of the function - -2015-06-03 14:44:31 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/examples/camerabin2/gst-camerabin2-test.c: - examples: gst-camerabin2-test: protect from division by zero - Highly unlikely to have 0 captures, but protect from crashes in the future by - doing none of the math if there is no data. - -2015-06-02 20:57:34 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: lower curl requirement to 7.35.0 - Build and unit tests were tested against 7.35 too now, - which is the version in Ubuntu 14.04. - -2015-06-02 16:40:25 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: do not access variable after unref - Data might not exist anymore - -2015-06-02 15:45:13 -0400 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/elements/audiointerleave.c: - tests: audiointerleave: test not setting positions - Disable "channel-positions-from-input", but without actually giving - a position table, so every position should be NONE - -2015-06-02 15:44:57 -0400 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/elements/audiointerleave.c: - tests: Fix indentation in audiointerleave test - -2015-06-02 11:31:00 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/zbar/gstzbar.c: - zbar: don't ignore zbar_scan_image() errors - -2015-06-03 00:31:42 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: Set new sync point when copying - Set a new sync point when copying instead of - transferring the (non-refcounted) GL sync object - from the source meta. - https://bugzilla.gnome.org/show_bug.cgi?id=750279 - -2015-06-02 23:59:50 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: Add some debug output - -2015-06-02 16:02:37 +0200 Edward Hervey <edward@centricular.com> - - * tests/check/elements/asfmux.c: - * tests/check/elements/faac.c: - * tests/check/elements/faad.c: - * tests/check/elements/h263parse.c: - * tests/check/elements/hlsdemux_m3u8.c: - * tests/check/elements/jpegparse.c: - * tests/check/elements/kate.c: - * tests/check/elements/mpeg2enc.c: - * tests/check/elements/mpeg4videoparse.c: - * tests/check/elements/mpegvideoparse.c: - * tests/check/elements/mplex.c: - * tests/check/elements/opus.c: - * tests/check/elements/rtponvif.c: - * tests/check/elements/timidity.c: - * tests/check/elements/voaacenc.c: - * tests/check/elements/voamrwbenc.c: - * tests/check/libs/h264parser.c: - * tests/check/libs/mpegts.c: - * tests/check/libs/mpegvideoparser.c: - * tests/check/libs/vc1parser.c: - * tests/check/libs/vp8parser.c: - * tests/check/pipelines/simple-launch-lines.c: - * tests/check/pipelines/streamheader.c: - check: Use GST_CHECK_MAIN () macro everywhere - Makes source code smaller, and ensures we go through common initialization - path (like the one that sets up XML unit test output ...) - -2015-06-02 10:21:42 +0900 Vineeth TM <vineeth.tm@samsung.com> - - * gst/videosignal/gstsimplevideomark.c: - simplevideomark: fix display of videomark partially or fully outside video - In case of the videomark being partially or fully outside, an error was being - thrown saying the mark width is more than video width. And when the width, - offset properties are set to maximum it resulted in crash. Instead of throwing - an error, add logic to detect the mark in case of partial visibility or don't - show the mark when it is outside. - https://bugzilla.gnome.org/show_bug.cgi?id=743908 - -2015-03-24 15:17:16 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: enable Chinese AVS video stream - Chinese broadcaster encapsulate AVS video codec into MPEG2-TS. They - use the stream_id 0x42 to identify AVS video streams. It should be noted - that this id is currently within the ISO reserved range, hence it's - utilisation is unofficial. - https://bugzilla.gnome.org/show_bug.cgi?id=727731 - -2015-06-02 17:24:18 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: provide compatibility definition for GLES2 for GL_RGBA8 - -2015-06-02 16:32:03 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgleffects.c: - * ext/gl/gstglfiltershader.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - gl: consolidate internal_rgba_format into glmemory - Expose some useful value format conversion functions available in - GstGLMemory. - -2015-06-01 19:43:20 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiointerleave.c: - audiointerleave: Always have "channels" be the actual pad count - Don't force it anywhere - https://bugzilla.gnome.org/show_bug.cgi?id=750252 - -2015-06-01 19:42:49 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiointerleave.c: - audiointerleave: Use the channel count from the set caps - This is the same number that was used to allocate the buffer - -2015-06-01 18:50:14 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Document that the latency is in ns - -2015-06-01 20:03:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amc: Only lower ranks of OMX.Exynos. audio codecs, the video codecs are actually working - -2015-06-01 19:40:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amc: Give marginal rank to codecs that start with OMX.Exynos. - OMX.Exynos. codecs are existing on some devices like the - Galaxy S5 mini, and cause random crashes (of the device, - not the app!) and generally misbehave. That specific device - has other codecs that work with a different name, but let's - just give them marginal rank in case there are devices that - have no other codecs and these are actually the only working - ones - -2015-06-01 19:23:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Give lower ranks to codecs not starting with OMX. - On some devices there are codecs that don't start with OMX., while - there are also some that do. And on some of these devices the ones - that don't start with OMX. just crash during initialization while - the others work. To make things even more complicated other devices - have codecs with the same name that work and no alternatives. - So just give a lower rank to these non-OMX codecs and hope that - there's an alternative with a higher rank. - Also stagefright gives codecs starting with OMX. a higher rank too and - considers other codecs that don't start with OMX. as software codecs. - -2015-06-01 11:12:22 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * tests/check/elements/zbar.c: - tests: zbar: check for frame field on attach-frame=true - Also check for the sample to have a buffer and caps - associated with it. - Related to: - https://bugzilla.gnome.org/show_bug.cgi?id=747557 - -2015-05-20 15:04:40 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * sys/applemedia/vtdec.c: - vtdec: Require width and height field for H264 - This decoder does not work if width and height field are not set - in the sinkpad caps. Let's make this explicit by adding them to - the template caps. - https://bugzilla.gnome.org/show_bug.cgi?id=749655 - -2015-06-01 14:07:37 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.c: - glcontext_gpu_process: close the window when done - -2015-06-01 14:05:58 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.c: - glwindow_gpu_process: avoid empty struct - -2015-06-01 12:58:11 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: move main loop/context creation back to init/finalize - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=750199 - -2015-06-01 14:05:06 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/examples/gl/gtk/gstgtk.c: - examples: Fix gl usage without wayland support - Not all platforms have wayland support. Handle that gracefully at - compile time - -2015-06-01 13:55:20 +0200 Edward Hervey <bilboed@bilboed.com> - - * ext/rtmp/gstrtmpsink.c: - rtmpsink: Initialize GstMapInfo - Avoids doing a call to unmap with it uninitialized - CID #1302834 - -2015-06-01 12:51:46 +0100 Luis de Bethencourt <luisbg@osg.samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: clean dereferences of private structure - https://bugzilla.gnome.org/show_bug.cgi?id=742875 - -2015-04-25 22:55:28 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: fix keyframe request race condition - It is incorrect to modify the frame properties after passing them, since - VTCompressionSessionEncodeFrame takes reference and we have no control - over when it's being used. - In fact, the code can be simplified. We just preallocate the frame - properties for keyframe requests, and pass NULL otherwise. - https://bugzilla.gnome.org/show_bug.cgi?id=748467 - -2015-06-01 11:56:13 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - * gst/audiovisualizers/gstaudiovisualizer.h: - audiovisualizer: make private all variable subclasses don't need - https://bugzilla.gnome.org/show_bug.cgi?id=742875 - -2015-05-01 23:20:30 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * ext/zbar/gstzbar.c: - * ext/zbar/gstzbar.h: - zbar: add frame sample to barcode message - New attach-frame property enables barcode frame - dumping when set to true. - https://bugzilla.gnome.org/show_bug.cgi?id=747557 - -2015-05-31 21:30:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - gl: Fix compiler warning - gstglwindow_wayland_egl.c:246:41: error: unused variable 'surface_listener' [-Werror,-Wunused-const-variable] - static const struct wl_surface_listener surface_listener = { - ^ - -2015-05-27 23:34:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcaudiodec.h: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideodec.h: - * sys/androidmedia/gstamcvideoenc.c: - * sys/androidmedia/gstamcvideoenc.h: - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIs - Also properly set limit/position on byte buffer, some codecs prefer to have - correct values there. - -2015-05-31 16:53:14 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: fix compiler error - gstglwindow.c:1118:544: error: 'return' with no value, in function returning non-void [-Werror] - g_return_if_fail (GST_GL_IS_WINDOW (window)); - -2015-05-31 15:42:48 +1000 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/gtk/filternovideooverlay/main.cpp: - * tests/examples/gl/gtk/filtervideooverlay/main.cpp: - gl/examples: update gtk examples for glupload - -2015-05-31 15:40:15 +1000 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/gtk/filtervideooverlay/main.cpp: - * tests/examples/gl/gtk/switchvideooverlay/main.cpp: - gl/examples: update gtk examples for wayland - -2015-05-29 18:06:27 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - gl/wayland: implement setting the render rectangle - Places our subsurface at the rectangle provided position - -2015-05-29 18:03:52 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - glwindow: handle gst_video_overlay_set_render_rectangle - -2015-05-29 18:01:29 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/wayland/wayland_event_source.c: - gl/wayland: don't block the event loop after poll - Use the dispatch_pending set of functions which just run the currently - queued up events instead of potentially waiting for an event to occur. - -2015-05-27 16:42:55 +1000 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/gtk/gstgtk.c: - * tests/examples/gl/gtk/gstgtk.h: - tests/gl/gtk: implement setting a wayland display/surface - -2015-05-27 16:39:06 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/wayland/gstgldisplay_wayland.c: - * gst-libs/gst/gl/wayland/gstgldisplay_wayland.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - gl/wayland: implement basic video overlay support via subsurfaces - Currently does not position the subsurface relative to the parent surface at all - -2015-05-27 15:44:33 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/wayland/wayland_event_source.c: - gl/wayland: allow a NULL wl_event_queue - perform operations on the default wl_display event queue in that case - -2015-05-27 15:43:06 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - gl/utils: implement wayland display GstContext - requried for sharing GL contexts or subsurface support - -2015-05-22 16:07:49 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/wayland/wayland_event_source.c: - * gst-libs/gst/gl/wayland/wayland_event_source.h: - gl/wayland: run each window on a separate queue - Based on patch by Julien Isorce <julien.isorce@collabora.co.uk> - https://bugzilla.gnome.org/show_bug.cgi?id=709747 - -2015-05-30 02:19:25 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl: Don't leak temp strings in _RGB_pixel_order() - Fix a memory leak of temporary strings when computing - swizzling of RGB formats. - -2015-05-30 02:29:47 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - glfilter: Add transform_internal_caps() vfunc - Add a vfunc that is called by glfilter before it sets - caps features and intersects with the peer caps, and - move removing the size from caps into its default - implementation. Allows sub-classes to do more - sophisticated management of the size fields in case they - don't support arbitrary resizing or have distinct - preferences. - -2015-05-30 02:23:44 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: Don't remove size fields from caps - Instead of removing size fields, set them to the full range - like videoscale does, so the caps are clearly unfixed in - all cases. - -2015-05-10 18:55:16 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.h: - videoaggregator: Add class property to disable caps scaling - Add preserve_update_caps_result boolean on the class to allow - sub-classes to disable videoaggregator removing sizes and framerate - from the update_caps() return result. - -2015-05-04 18:17:21 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Catch errors, and allow sub-class to return NULL from get_output_buffer() - A return value of GST_FLOW_OK with a NULL buffer from get_output_buffer() - means the sub-class doesn't want to produce an output buffer, so - skip it. - If gst_videoaggregator_do_aggregate() generates an error, make sure - to propagate it - don't just ignore and discard the error by - over-writing it with the gst_pad_push() result. - -2015-05-29 16:02:31 +0300 Vivia Nikolaidou <vivia@toolsonair.com> - - * ext/rtmp/gstrtmpsink.c: - * ext/rtmp/gstrtmpsink.h: - rtmpsink: Do not crash when receiving buffers after GST_FLOW_ERROR - If the RTMP URI is invalid, the rtmpsink will return GST_FLOW_ERROR. - If it still receives buffers after that, it shouldn't crash. - https://bugzilla.gnome.org/show_bug.cgi?id=750104 - -2015-05-29 09:01:29 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: avoid assertion when splitting buffer - Pass size=-1 as is if that is the case instead of subtracting - the offset. Otherwise we have an invalid size passed for that - buffer. - -2015-05-28 15:59:02 +0200 Santiago Carot-Nemesio <sancane@gmail.com> - - * ext/dtls/gstdtlssrtpdec.c: - dtlssrtpdec: Release requested pads - https://bugzilla.gnome.org/show_bug.cgi?id=750036 - -2015-05-28 15:57:10 +0200 Santiago Carot-Nemesio <sancane@gmail.com> - - * ext/dtls/gstdtlsdec.c: - dtlsdec: Remove unnecessary ref/unref operations - https://bugzilla.gnome.org/show_bug.cgi?id=750036 - -2015-05-28 15:55:03 +0200 Santiago Carot-Nemesio <sancane@gmail.com> - - * ext/dtls/gstdtlsdec.c: - dtlsdec: Fix release request pad function - Don't unref the pad reference we don't own and just remove the pad. - https://bugzilla.gnome.org/show_bug.cgi?id=750036 - -2015-05-28 14:30:46 +0200 Edward Hervey <edward@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Search more when advancing fragment - In live situations, it is not uncommon for the current fragment to end - up out of the (updated) play range (lowest/highest sequence). But the next - fragment to play *is* present in the play range. - When advancing, if we can't find the current GstM3U8MediaFile, don't abort - straight away. Instead, look if a GstM3U8MediaFile with the next sequence value - is present, and if so switch to it. - https://bugzilla.gnome.org/show_bug.cgi?id=750028 - -2015-05-27 10:58:10 +0100 Julien Isorce <j.isorce@samsung.com> - - * configure.ac: - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gpuprocess/Makefile.am: - * gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.c: - * gst-libs/gst/gl/gpuprocess/gstglcontext_gpu_process.h: - * gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.c: - * gst-libs/gst/gl/gpuprocess/gstglwindow_gpu_process.h: - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - gl: add GstGLContextGPUProcess backend - It builds its GL vtable from a proc address provided - by the application. - -2015-05-27 16:28:39 +0100 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/gstgleffects.c: - * ext/gl/gstglfiltershader.c: - * gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - gl: add and use gst_gl_internal_format_rgba - Previously when compiling GstGL with both GL and GLES2, - GL_RGBA8 was picked from GL/gl.h. But a clash may happen at - runtime when one is selecting GLES2. - gst_gl_internal_format_rgba allows to check at runtime - if it should use GL_RGBA or GL_RGBA8. - -2015-05-27 14:10:16 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - glwindow_x11: use parent default implementation - -2015-05-27 11:16:32 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - glcontext_glx: rename variable from window to context - -2015-05-27 11:11:55 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: initialize debug in class_init - Useful if one uses gst_gl_window_x11_new directly - instead of gst_gl_window_new. - -2015-05-27 11:07:38 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: initialize debug in class_init - Useful if one uses gst_gl_context_egl_new directly - instead of gst_gl_context_new. - -2015-05-27 10:55:20 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - glcontext: add gst_gl_context_set_display helper - -2015-05-27 15:25:40 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglcontext.h: - glcontext: add missing _CAST after G_TYPE_CHECK_CLASS - -2015-05-27 10:51:54 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglwindow.h: - glwindow: add missing _CAST after G_TYPE_CHECK_CLASS - -2015-05-26 18:38:39 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: provides some default implementations to factorize with all backends - -2015-05-28 00:59:39 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Push EOS on error return. - Before shutting down the srcpad task due to a - downstream error, push an EOS to give downstream - a chance to shut down somewhat cleanly. - -2015-05-27 13:12:57 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: don't overwrite value - Value of res is reset to FALSE in each iteration of the while loop. We want to - conserve TRUE if any pad event succeeded until we arrive to done. - Also, buf is set to the value of *outbuf twice. Removing the first assignment - since the second one is outside of a conditional. - -2015-05-27 13:08:46 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/opencv/gstretinex.c: - opencv: 'for' loop initial declaration - 'for' loop initial declarations are not allowed in C89, moving the declarations - to before the 'for' loops. - -2015-05-27 13:05:11 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/gl/gstgleffects.c: - gleffects: 'for' loop initial declaration - 'for' loop initial declarations are not allowed in C89, moving the declarations - to before the 'for' loops. - -2015-05-27 12:03:42 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/resindvd/gstmpegdemux.c: - resindvd: remove unused value - The data variable is incremented but never read again. Remove the unused value - assignment. - -2015-05-27 06:17:49 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: remove more unused attributes - Those are not used or only read - -2015-05-27 05:35:30 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: remove unused attribute - It is never read for anything useful - -2015-05-26 16:47:47 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * ext/gl/gstgloverlay.c: - gloverlay: fix a leak - https://bugzilla.gnome.org/show_bug.cgi?id=749846 - -2015-05-26 15:10:28 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * ext/gl/gstgloverlay.c: - gloverlay: properly handle errors while loading file - Post an error on the bus if anything bad happens while reading - and parsing the image file. - https://bugzilla.gnome.org/show_bug.cgi?id=749846 - -2015-05-26 15:04:34 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * ext/gl/gstgloverlay.c: - * ext/gl/gstgloverlay.h: - gloverlay: remove unused type_file field - https://bugzilla.gnome.org/show_bug.cgi?id=749846 - -2015-05-26 15:01:37 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/gstglfilter.c: - gl: propagate return value from filter and filter_texture - https://bugzilla.gnome.org/show_bug.cgi?id=749846 - -2015-05-26 16:39:59 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/dvbsuboverlay/dvb-sub.c: - dvbsuboverlay: remove unused assignment - buf is incremented just before returning, this new value is never used. - Removing unused assignment. - -2015-05-26 15:24:52 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: 'for' loop initial declaration - 'for' loop initial declarations are only allowed in C89, moving the declaration - to before the 'for' loop. - -2015-05-26 14:14:34 +0100 Vineeth T M <vineeth.tm@samsung.com> - - * gst/gaudieffects/gstexclusion.c: - exclusion: exception when set factor to 0 - When factor property is set to 0, transform just returns. - Adjust the minimum value to 1. - https://bugzilla.gnome.org/show_bug.cgi?id=743907 - -2015-05-26 12:47:40 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgleffects.c: - gleffects: properly initialize the shaders across contexts implementing multiple API's - -2015-05-26 12:44:47 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectssources.c: - gleffects_laplacian: fix shader compilation in gl3/gles2 - https://bugzilla.gnome.org/show_bug.cgi?id=748393 - -2015-05-25 12:33:50 +0200 Patricia Muscalu <patricia@axis.com> - - * configure.ac: - * ext/curl/gstcurlbasesink.c: - * ext/curl/gstcurlbasesink.h: - curlsink: handle socket callback for active FTP connections as well - Since version 7.28.0, libcurl allows application to set - socket options for active FTP connections. - Bump libcurl requirement to version tested. - https://bugzilla.gnome.org/show_bug.cgi?id=749815 - -2015-05-20 12:08:38 +0100 David Waring <david.waring@rd.bbc.co.uk> - - * ext/dash/gstmpdparser.c: - dashdemux: Fix segfault introduced by segment iteration refactoring (2105a310). - The functions to get the next fragment, next fragment timestamp and to advance - to the next fragment need to work differently when stream->segments is NULL. - Use logic similar to that introduced by commit 2105a310 to perform these - functions. - https://bugzilla.gnome.org/show_bug.cgi?id=749684 - -2015-05-18 22:33:50 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: use signed integet to represent segment index - We need to be able to represent -1 to check when we are EOS - on reverse playback and unsigned integer won't allow that. - CID #1298193 - CID #1298194 - CID #1298195 - https://bugzilla.gnome.org/show_bug.cgi?id=749534 - -2015-05-25 10:30:55 +0900 Suhwang Kim <suhwang.kim@lge.com> - - * ext/dash/gstdashdemux.c: - dashdemux: fix outdated example launch line - https://bugzilla.gnome.org/show_bug.cgi?id=749809 - -2015-05-22 13:12:09 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/wayland/wayland_event_source.c: - gl/wayland: remove dead event source code - -2015-05-21 17:48:31 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/wayland/Makefile.am: - * gst-libs/gst/gl/wayland/gstgldisplay_wayland.c: - * gst-libs/gst/gl/wayland/gstgldisplay_wayland.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - gl/wayland: add GstGLDisplayWayland - Simple implementation split from GstGLWindowWayland - Can now have multiple glimagesink elements all displaying output - linked via GL or otherwise (barring GL platform limitations). - The intel driver is racy and can crash setting up the two glimagesink contexts. - e.g. - videotestsrc ! tee name=t ! queue ! glupload ! glimagesinkelement - t. ! queue ! gleffects_blur ! glimagesinkelement - videotestsrc ! glupload ! glfiltercube ! tee name=t ! queue ! glimagesinkelement - t. ! queue ! gleffects_blur ! glimagesinkelement - -2015-05-25 17:27:58 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - gltransformation: fix DrawElements call for element array buffers - https://bugzilla.gnome.org/show_bug.cgi?id=749734 - -2015-05-23 01:00:18 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - gl/calayer: provide the exact GL api version for the wrapped context - Otherwise we could end up being mistaken for the diference between a - gl3 and a gl2 context resulting in a failure getting the list of - extensions from the wrapped context due to the difference between - glGetString and glGetStringi for the GL_EXTENSIONS token. - https://bugzilla.gnome.org/show_bug.cgi?id=749728 - -2015-05-22 02:40:37 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * ext/dash/gstdashdemux.c: - dashdemux: remove unnecessary semicolon - https://bugzilla.gnome.org/show_bug.cgi?id=749691 - -2015-05-21 15:30:34 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl: win32: do not call SetParent in release_parent_win_id() - When called from gst_gl_window_win32_close(), internal window - could not exist, and if it does it's going to be destroyed just - after that anyway. Also it causes window_proc() to be called - and crash because it gets a NULL context. - When called from gst_gl_window_win32_set_window_handle() we are - going to set another parent anyway, and it's probably better to - reparent directly instead of passing by a NULL parent which could - cause the internal window to popup briefly. - https://bugzilla.gnome.org/show_bug.cgi?id=749601 - -2015-05-21 15:30:00 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl: win32: remove unused code - https://bugzilla.gnome.org/show_bug.cgi?id=749601 - -2015-05-20 17:09:21 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl: win32: fix crash when finalizing GstGLContext - gst_gl_context_finalize() is calling gst_gl_window_win32_quit() - which was posting a message. But then window_proc takes window's - context and get a NULL. - Now that we've got a GMainLoop we can do like other backends and - simply call g_main_loop_quit(). - This also remove duplicated code to release the parent window and - potential crash there because parent_proc could be NULL if we never - created the internal window. That could happen for example if setting - state to READY then setting a window_handle, and go back to NULL state. - https://bugzilla.gnome.org/show_bug.cgi?id=749601 - -2015-05-20 17:06:42 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl: win32: Fix leaked GstGLContext - https://bugzilla.gnome.org/show_bug.cgi?id=749601 - -2015-05-20 15:30:49 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl: win32: set the parent window when creating internal window - When _set_window_handle() was called in READY state, it wasn't - set to the internal window created later. - https://bugzilla.gnome.org/show_bug.cgi?id=749601 - -2015-05-20 15:29:50 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/win32/Makefile.am: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/win32/win32_message_source.c: - * gst-libs/gst/gl/win32/win32_message_source.h: - gl: win32: use a GMainContext to dispatch win32 messages - gst_gl_window_win32_send_message_async() could be called before the - internal window is created so we cannot use PostMessage there. - x11 and wayland backends both create a custom GSource for this, - so there is no reason to not do that for win32. - https://bugzilla.gnome.org/show_bug.cgi?id=749601 - -2015-05-22 00:27:36 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Don't leak all memory uploaded via raw uploads. - Remove an extra ref missed when switching over to not - reusing output textures - -2015-05-21 16:24:48 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglvideomixer.c: - * gst/compositor/compositor.c: - compositor/glvideomixer: Don't calculate PAR/DAR with unset GstVideoInfos - Otherwise we divide by zero. - -2015-05-21 16:19:08 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/compositor/compositor.c: - compositor: Fix double assignment - -2015-05-21 15:05:33 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: require a shader version to initialize. - It's very near pointless to try our GL implementation without shaders. - https://bugzilla.gnome.org/show_bug.cgi?id=749284 - -2015-05-20 02:38:53 +1000 Jan Schmidt <jan@centricular.com> - - * tests/examples/gl/generic/cube/Makefile.am: - * tests/examples/gl/generic/cubeyuv/Makefile.am: - * tests/examples/gl/generic/doublecube/Makefile.am: - Fix flags order in GL examples for uninstalled build - -2015-05-20 01:57:52 +1000 Jan Schmidt <jan@centricular.com> - - * sys/wasapi/Makefile.am: - wasapi: Fix flags order for uninstalled build - -2015-05-21 00:56:01 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - * gst/compositor/compositor.c: - compositor/glvideomixer: fix up par handling - We were using the wrong formula - https://bugzilla.gnome.org/show_bug.cgi?id=749634 - -2015-04-17 15:36:49 +0200 Edward Hervey <edward@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Consider SEI NALU as "HEADER" packets - Like SPS/PPS they do contain information which will be needed to - decode the following data (as per definition of the flag) - Also ensures that the series of SPS/PPS/SEI NALU before a keyframe - can be considered as one contiguous header - -2015-04-17 15:35:43 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - mpegtsmux: Carry over GST_BUFFER_FLAG_HEADER - In the same way we do it for the DELTA_UNIT flag - This allows downstream elements to know whether a given mpeg-ts - packet contains a corresponding HEADER elementary unit - -2015-05-20 12:11:31 +0200 Thijs Vermeir <thijs.vermeir@barco.com> - - * ext/x265/gstx265enc.c: - x265enc: Only copy VPS/SPS/PPS NAL units in header buffer - Previously the VPS unit was detected and all next packets where copied - into the header buffer assuming only SPS and PPS would follow. This is - not always true, also other types of NAL units follow the VPS unit and - where copied to the header buffer. Now the VPS/SPS/PPS are explicitely - detected and copied in the header buffer. - -2015-05-20 11:27:25 +0200 Thijs Vermeir <thijs.vermeir@barco.com> - - * ext/x265/gstx265enc.c: - x265enc: Fix tune parameter mismatch - There was a mismatch between the tune parameter in x265 and the enum - used in this element. The value in the enum is the x265 tune - parameter + 1. - -2015-05-19 18:02:30 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcaudiodec.h: - amcaudiodec: Add an output adapter for chunking the output into codec frames - Otherwise the base class will be confused. - See https://bugzilla.gnome.org/show_bug.cgi?id=685730 - -2015-05-19 10:43:28 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglframebuffer.c: - gl: fix crash on windows with intel driver - https://bugzilla.gnome.org/show_bug.cgi?id=749430 - -2015-05-20 00:50:37 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.m: - caopengllayersink: static const the indices array - the contents will never change anyway. - -2015-05-20 00:28:52 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.h: - * ext/gl/caopengllayersink.m: - caopengllayersink: correctly use the sync meta across multiple contexts - 1. Set the sync point after the (possible) upload has occured - 2. Wait in the correct GL context (the draw context) - Note: We don't add the GL sync meta to the input buffer as it's not - writable and a copy would be expensive. - Similar to the change with the same name for glimagesink - -2015-05-20 00:28:07 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.h: - * ext/gl/caopengllayersink.m: - caopengllayersink: update for GL3 element array buffer usage - fixes blank output - -2015-05-19 16:22:00 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: correctly use the sync meta across multiple contexts - 1. Set the sync point after the (possible) upload has occured - 2. Wait in the correct GL context (the draw context) - Note: We don't add the GL sync meta to the input buffer as it's not - writable and a copy would be expensive. - -2015-05-19 16:19:41 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - gl/calayer: provide a current wrapped GstGLContext for callbacks - So that the draw and resize callbacks can get the current GstGLContext. - -2015-05-19 16:14:39 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: ensure that the Fence is going to be executed - Otherwise it could stay client side without being submitted to the GL - server resulting in another context waiting on a Fence that will never - become signalled causing a deadlock. - -2015-05-19 11:47:23 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: don't reuse output textures for raw data upload - Causes stale textures to be used further down the chain. - -2015-05-19 11:11:02 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglframebuffer.c: - glframebuffer: don't clear the framebuffer - Breaks attempting to blend with the destination buffer and should be done - explicitly by the callback anyway. - -2015-05-19 11:09:54 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasefilter.c: - glbasefilter: track gl_start/stop correctly - Don't start multiple times without calling gl_stop. - -2015-05-18 20:16:32 +0200 Stefan Sauer <ensonic@users.sf.net> - - * gst/audiomixer/gstaudiomixer.c: - * gst/compositor/compositor.c: - Revert "doc: Workaround gtkdoc issue" - This reverts commit ff6c736fe08e01f4320c4b02e811a0b57cf97cc1. - This is fixed by the gtk-doc 1.23 release. - <para> cannot contain <refsect2>: - http://www.docbook.org/tdg/en/html/para.html - http://www.docbook.org/tdg/en/html/refsect2.html - -2015-05-14 02:11:50 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - hlsdemux: Simplify logic in process_manifest - Simplify logic in process_manifest and remove a TODO item. - https://bugzilla.gnome.org/show_bug.cgi?id=749328 - -2015-05-18 14:12:56 +0900 Vineeth T M <vineeth.tm@samsung.com> - - * ext/opencv/gstcvsmooth.c: - * ext/opencv/gstcvsmooth.h: - cvsmooth: rename properties - The properties are named as param1 to param4, which makes very little sense - hence renamed the properties according to what it is doing. - https://bugzilla.gnome.org/show_bug.cgi?id=749523 - -2015-05-18 14:01:59 +0900 Vineeth T M <vineeth.tm@samsung.com> - - * ext/opencv/gstcvsmooth.c: - cvsmooth: Wrong assignment of prop leads to crash - when setting param2 property, it is wrongly being assigned to param1. - This leads to wrong behavior and a crash when param2 is set as 0. - https://bugzilla.gnome.org/show_bug.cgi?id=749523 - -2015-05-18 14:30:19 +0900 Vineeth T M <vineeth.tm@samsung.com> - - * ext/opencv/gstpyramidsegment.c: - pyramidsegment: wrong value of level property - The property level has a minimum value of 0. But when we set the level as 0, - it gets an assertion error. The function icvPyrSegmentation8uC3R returns false - if level is set as 0, since the minimum level cant be 0 and thus results in error. - Hence changing the minimum value to 1. - https://bugzilla.gnome.org/show_bug.cgi?id=749525 - -2015-05-16 23:38:14 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst/audiomixer/gstaudiomixer.c: - * gst/compositor/compositor.c: - doc: Workaround gtkdoc issue - With gtkdoc 1.22, the XML generator fails when a itemizedlist is - followed by a refsect2. Workaround the issue by wrapping the - refsect2 into para. - -2015-05-06 15:17:24 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix buffer timestamp not being in stream time - Timestamps should start at the segment start, rather than 0, so - we need to not subtract the first timestamp. This makes the sink - correctly account for running time when switching PMTs where a - stream starts not quite at zero, causing timing offsets that can - become noticeable and causing dropped frames after a few times. - -2015-05-06 15:16:37 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: accumulate previous segment base time - -2015-04-24 12:56:02 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/mpegtsbase.c: - tsdemux: fix refcounting when applying a new PMT - A new program object is created to replace an existing one - in the programs hash table, so its refcount needs to match. - With the default of 0 refcount on creation, the next PAT - change will cause that refcount to be both incremented and - decremented (assuming the new PAT references that stream too), - which will cause the program to be destroyed. - https://bugzilla.gnome.org/show_bug.cgi?id=748412 - -2015-05-14 16:06:55 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/dtls/gstdtlsdec.c: - * ext/dtls/gstdtlsenc.c: - * ext/dtls/gstdtlssrtpdec.c: - * ext/dtls/gstdtlssrtpenc.c: - dtls: Fix memory leak - Keys were not correctly released when it was get as a property - nor when a second key was received - https://bugzilla.gnome.org/show_bug.cgi?id=749380 - -2015-05-14 21:21:01 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: free the vertex buffer when done - fixes a memory leak - -2015-01-22 18:00:36 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - glcontext/cocoa: implement GL3 core context selection - -2015-05-14 18:35:35 +1000 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcontext.c: - tests/gl: fix typo - -2015-05-14 16:42:09 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectblur.c: - * ext/gl/effects/gstgleffectbulge.c: - * ext/gl/effects/gstgleffectfisheye.c: - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/effects/gstgleffectlaplacian.c: - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectsin.c: - * ext/gl/effects/gstgleffectsobel.c: - * ext/gl/effects/gstgleffectsquare.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectstretch.c: - * ext/gl/effects/gstgleffecttunnel.c: - * ext/gl/effects/gstgleffecttwirl.c: - * ext/gl/effects/gstgleffectxray.c: - * ext/gl/gltestsrc.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmosaic.c: - * ext/gl/gstgloverlay.c: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/gl/gstglfilter.c: - * tests/check/libs/gstglcontext.c: - * tests/check/libs/gstglupload.c: - gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) calls - We are using shaders everywhere and so they are not needed - -2015-05-14 15:10:59 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: cleanup properties - remove unused "display-name" - ensure defaults between the bin/element are the same - -2015-05-14 14:56:30 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgleffects.c: - gleffects: only try the GL2 shader init path if we have a GL2 context - -2015-05-12 22:04:26 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshader.c: - glshader: attempt to detect the gles2 inside opengl3 case - This is necessary to use gles2 shaders in a GL 3 core context on - OS X which fails without a proper #version being set on the shaders. - -2015-05-12 17:55:43 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshader.c: - glshader: remove references to gl3 specific shaders - We rely specifically on gles2 shaders being supported by the GL - implementation with GL3 core profile. - -2015-05-01 12:04:28 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfiltercube.h: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstgloverlay.c: - * ext/gl/gstgloverlay.h: - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - gl: element buffers are part of vao state - Use them as such. They are also required for GL3 core profile support - with glDrawElements on OS X. - -2015-05-07 12:25:10 +0700 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: properly detect (hopefully) the correct ext_rg/arb_rg variant - GL_EXT_texture_rg is only valid for GLES2. GLES3 uses similar wording to - the GL_ARB_texture_rg which requires a sized internal format that the - GL_EXT_texture_rg does not require. - https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_rg.txt - https://www.opengl.org/registry/specs/ARB/texture_rg.txt - -2015-05-14 13:04:21 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst/compositor/compositor.c: - compositor: implement proper par handling - We were previously failing on different input and output par - -2015-05-12 13:41:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: avoid busy-looping when waiting for new fragment - When all fragments have already been downloaded on a live stream - dashdemux would busy loop as the default implementation of - has_next_fragment would return TRUE. Implement it to correctly - signal if adaptivedemux should wait for the manifest update before - trying to get new fragments. - -2015-05-11 14:19:20 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Improve live stream manifest update repositioning - When updating the manifest the timestamps on it might have changed a little - due to rounding and timescale conversions. If the change makes the timestamp - of the current segment to go up it makes dashdemux reposition to the previous - one causing one extra unnecessary download. - So when repositioning add an extra 10 microseconds to cover for that rounding - issues and increase the chance of falling in the same segment. - Additionally, also improve the time used when the client is already after the - last segment. Instead of using the last segment starting timestamp use the - final timestamp to make it reposition to the next one and not to the one that - has already been downloaded. - -2015-05-11 12:30:03 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: add more protection when acessing gptrarray entries - The glib structure doesn't do range checking so we have to do it - ourselves. - Also adds some more debugging messages - -2015-05-08 16:58:36 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: remove unused functions - These functions of directly getting and setting segment indexes - are no longer useful as now we need 2 indexes: repeat and segment - index. - The only operations needed are advance_segment, going back to the - first one or seeking for a timestamp. - -2015-05-08 16:49:02 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: reuse seeking function to reduce repeated code - Instead of writing a seek routine, just use the mpdparser function. - Also remove function that is not needed anymore - -2015-05-08 16:31:44 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: refactor segment iteration for better performance - Segments are now stored with their repeat counts instead of spanding - them to multiple segments. This caused advancing to the next segment - using a single index to have to iterate over the whole list every time. - This commit addresses this by storing both the segment index as well - as the repeat index and makes advancing to next segment just an - increment of the repeat or the segment index. - -2015-05-07 16:30:48 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: improve mpd parsing for repeated segment entries - Use a single segment to represent it internally to avoid using too - much memory. This has the drawback of issuing a linear search to - find the correct segment to play but this can be fixed by using - binary searches or caching the current position and just looking - for the next one. - https://bugzilla.gnome.org/show_bug.cgi?id=748369 - -2015-05-12 12:55:42 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: drop debug message that was wrong - EOS doesn't necessarily mean that no fragment was downloaded - -2015-05-12 12:55:17 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: run gst-indent - To allow commiting on this file cleanly - -2015-05-11 11:56:52 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: the parent is provided in the function - No need to get it again - -2015-05-13 15:59:48 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/dtls/gstdtlsenc.c: - dtlsenc: Fix memory leak releasing connection_id - https://bugzilla.gnome.org/show_bug.cgi?id=749318 - -2015-05-13 15:33:49 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/dtls/gstdtlsenc.c: - dtlsenc: Fix memory leak while setting connection-id - https://bugzilla.gnome.org/show_bug.cgi?id=749318 - -2015-05-13 17:15:57 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/dtls/gstdtlsdec.c: - dtlsdec: Fix memory leak, release previous pem - https://bugzilla.gnome.org/show_bug.cgi?id=749322 - -2015-05-13 16:06:52 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/dtls/gstdtlsdec.c: - dtlsdec: Fix memory leak on dispose - Parent dispose function was not called - https://bugzilla.gnome.org/show_bug.cgi?id=749322 - -2015-05-13 17:19:25 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/dtls/gstdtlsconnection.c: - dtlsconnection: Fix memory leak while setting closure - https://bugzilla.gnome.org/show_bug.cgi?id=749325 - -2015-05-13 16:23:26 +0200 Wim Taymans <wtaymans@redhat.com> - - * configure.ac: - fix faad2 version check - On fedora 22, the output of cpp inserts extra debug comments, which - makes our regexp for the faad2 version check fail. This in turn causes - it to compile with the wrong arguments passed which then causes stack - corruption and crashes. - Fix this by only checking for the version (which should be by itself on - a single line). This is potentially less safe, it might be possible that - a similar string would appear in a later version in the header file. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=748571 - -2015-05-13 23:55:28 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: propagate the version/extension failure upwards - Otherwise the calling code has no idea that the context failed to - be created fully. - https://bugzilla.gnome.org/show_bug.cgi?id=749284 - -2015-05-13 23:54:52 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbasefilter.c: - gl: don't deadlock on context creation failure - https://bugzilla.gnome.org/show_bug.cgi?id=749284 - -2015-05-13 15:42:15 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglmixerbin.c: - glmixerbin: Don't unref pad templates - Otherwise we unref the reference that is owned by the element class. - -2015-05-13 12:31:44 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: fix failure return values from create_session() - create_session() returns an err_status_t with - err_status_ok=0 and err_status_fail=1, so - returning TRUE/FALSE is not quite right. - https://bugzilla.gnome.org/show_bug.cgi?id=749304 - -2015-05-13 13:14:14 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: fix over unlocking - Called should call function with lock, and is - also responsible for unlocking it later. - https://bugzilla.gnome.org/show_bug.cgi?id=749304 - -2015-05-12 15:47:33 +0800 Lyon Wang <lyon.wang@freescale.com> - - * gst/videoparsers/h263parse.c: - h263parse: fix custom picture format (CPFMT) parsing - In the H263 spec, CPFMT is present only if the use of a custom - picture format is signalled in PLUSEPTYPE and UFEP is "001", - so we need to check params->format and only if the value is - 6 (custom source format) the CPFMT should be read, otherwise - it's not present and wrong data will be parsed. - When reading the CPFMT, the width and height were not - calculated correctly (wrong bitmask). - https://bugzilla.gnome.org//show_bug.cgi?id=749253 - -2015-05-13 17:38:35 +1000 Matthew Waters <matthew@centricular.com> - - * gst/compositor/compositor.c: - * tests/check/elements/compositor.c: - compositor: fix rectangle obscure test to clamp against the output frame size - Rather than one of the input pad video info's. - The test checking this was not constraining the output frame size - to ensure that the out of frame stream was not being displayed. - -2015-05-13 17:11:55 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: implement par handling - We were previously ignoring it completely - -2015-05-13 17:10:42 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: don't upload the vertex data every frame - Add the missing cache tracking statement. - -2015-05-12 16:36:58 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/gl/gstgluploadelement.c: - gluploadelement: Remove uneeded header and defines - -2015-05-11 15:02:02 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstgltestsrc.c: - gltestsrc: Use default get_caps implementation - The custom code is wrong as it ignores the templates, which leads to - missing fields in the result. Instead, simply use the default get_caps - implementation which does it correctly (get the template, intersect - with filter and return). - https://bugzilla.gnome.org/show_bug.cgi?id=749237 - -2015-05-11 15:54:52 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: Implement GstVideoAggregator::find_best_format() - Without this, we will fixate weird pixel-aspect-ratios like 1/2147483647. But - in the end, all the negotiation code in videoaggregator needs a big cleanup - and videoaggregator needs to get rid of the software-mixer specific things - everywhere. - -2015-05-11 22:53:09 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstopengl.c: - gl: demote upload/convert/download elements to none - Copy paste error - -2015-05-11 22:37:44 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstopengl.c: - gl: expose internal glvideomixerelement\ - We might want more control over the exact pipeline - Also reduces overhead - -2015-05-11 22:35:18 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstopengl.c: - gl: expose internal glimagesinkelement - We might want more control over the exact pipeline. - Also reduces overhead. - -2015-05-07 21:18:27 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix unconditional buffer queue unlock - Unless stopRequest is set, we should unlock conditionally -- otherwise, - the 'create:' method can wake up to an empty buffer queue - and pull a nil buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=748054 - -2015-05-11 12:18:28 +0200 Heinrich Fink <hfink@toolsonair.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - decklink: Rename mode 2048p to 1556p - https://bugzilla.gnome.org/show_bug.cgi?id=749218 - -2015-05-11 12:04:47 +0200 Heinrich Fink <hfink@toolsonair.com> - - * sys/decklink/gstdecklink.cpp: - decklink: Use correct frame rate for mode 2160p50 - https://bugzilla.gnome.org/show_bug.cgi?id=749218 - -2015-05-11 12:02:47 +0200 Heinrich Fink <hfink@toolsonair.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - decklink: Rename mode 3184p to 2160p - https://bugzilla.gnome.org/show_bug.cgi?id=749218 - -2015-01-22 15:43:22 +0100 Piotr Drąg <piotrdrag@gmail.com> - - * po/POTFILES.in: - * po/POTFILES.skip: - po: update POTFILES.skip and POTFILES.in - The ones in .skip need to be added back to POTFILES.in - after porting to 1.x. - https://bugzilla.gnome.org/show_bug.cgi?id=743352 - -2015-05-08 14:20:44 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/removesilence/gstremovesilence.c: - removesilence: remove gst_remove_silence_reset() - No need to call gst_remove_silence_reset() in gst_remove_silence_init() because - vad_new() already calls this function. Since there are no more uses of - _silence_reset(), we can remove it altogether. - -2015-05-08 14:55:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: We shouldn't manually check reconfigure flag on pads but instead implement ::negotiate() - Add FIXME comment related to that. - -2015-05-08 13:54:06 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/asfmux/gstasfmux.c: - * gst/debugutils/fpsdisplaysink.c: - * gst/mxf/mxfdv-dif.c: - * gst/mxf/mxfmux.c: - * gst/videomeasure/gstvideomeasure_ssim.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - Update references to decodebin - Update old references for decodebin2 to decodebin. - -2015-05-08 13:49:38 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/removesilence/gstremovesilence.c: - removesilence: update example launch line - -2015-05-07 21:04:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlssrtpdec.c: - * ext/dtls/gstdtlssrtpdec.h: - dtlssrtpdec: Don't merge RTP and RTCP streams that were just split by srtpdec - The funnel has some overhead, and later rtpbin will have to split both streams - again anyway. - https://bugzilla.gnome.org/show_bug.cgi?id=748723 - -2015-05-06 15:47:27 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - Revert "Revert "glimagesink: add pixel-aspect-ratio property on the bin"" - This reverts commit d96e43b034a03fe54633907bc1bf2a26fe5f95fb. - -2015-05-06 15:47:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - Revert "Revert "glimagesink: forward ALL the properties on the bin"" - This reverts commit 59fb0f830f08e3e59f87f83df8fa3c2d9f3d9741. - -2015-05-06 15:47:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstopengl.c: - Revert "Revert "glimagesink: implement as a bin"" - This reverts commit be938f92d94e8acccf593128281f6e09213600a0. - -2015-05-06 15:46:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - * ext/gl/gstglcolorconvertelement.h: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmosaic.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - Revert "gl: readd glupload/download onto element pads" - This reverts commit 87d8270f302b03f63ce04f986d824892a2c131fd. - -2015-05-06 15:43:32 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - * ext/gl/gstopengl.c: - Revert "Revert "glvideomixer: implement with glmixerbin"" - This reverts commit b4bd11f2f3a60224d188b27ab55b278077cb1217. - -2015-05-06 12:59:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Actually set the caps on the srcpad instead of just calling the default event handler for the sinkpad - Fixes up dafa11b9d21d06a0273007628a2a0bb4d7858658 - -2015-04-29 18:23:31 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: only update stream position if query success - We don't need to check about the query fail case. - because it is update to segment position even though query fail. - https://bugzilla.gnome.org/show_bug.cgi?id=748529 - -2015-05-05 12:45:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - decklink: Disable decklink plugin on Android - -2015-05-05 14:44:25 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: fixup size declaration - -2015-05-04 23:42:36 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: handle the local_context query - so that upstream elements can get the GL context from glimagesink - -2015-05-03 14:56:05 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/androidmedia/gstamc-constants.h: - * sys/androidmedia/gstamc.c: - androidmedia: Add suport for COLOR_FormatYV12 - Reference: http://developer.android.com/reference/android/graphics/ImageFormat.html#YV12 - https://bugzilla.gnome.org/show_bug.cgi?id=747126 - -2015-04-30 11:44:06 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/androidmedia/gstamc-constants.h: - androidmedia: Declare QOMX_COLOR_FORMATYVU420PackedSemiPlanar32mMultiView constant - This color format is the same as QOMX_COLOR_FORMATYUV420PackedSemiPlanar32m - but stores two images one after the other in a top-bottom layout. - https://bugzilla.gnome.org/show_bug.cgi?id=747126 - -2015-05-04 11:23:16 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstrtpopusdepay.c: - opusdepay: Set multistream=FALSE on the Opus caps - The RTP Opus mapping only allows mono/stereo, and not multistream Opus - streams. - -2015-05-04 10:35:55 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/opus/gstopusheader.c: - opusheader: Do not include rate in caps if it is 0 - As expressed in gst_opus_header_create_caps, value 0 means unset. - Setting rate value to 0 make negotiation with decoder fail. - https://bugzilla.gnome.org/show_bug.cgi?id=748875 - -2015-05-04 08:06:35 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Fix slice-height for Tegra 3 devices - https://bugzilla.gnome.org/show_bug.cgi?id=748867 - -2015-03-13 16:07:15 +0100 Edward Hervey <bilboed@bilboed.com> - - * sys/androidmedia/gstamc-constants.h: - * sys/androidmedia/gstamc.c: - androidmedia: Add support for COLOR_FormatYUV420Flexible - https://bugzilla.gnome.org/show_bug.cgi?id=747126 - -2015-03-25 17:43:59 +0100 Edward Hervey <bilboed@bilboed.com> - - * sys/androidmedia/gstamc-constants.h: - * sys/androidmedia/gstamc.c: - androidmedia: Add suport for Intel color formats - https://bugzilla.gnome.org/show_bug.cgi?id=747126 - -2015-05-02 18:06:18 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Fix profile and level setting in caps - Don't use the apis in codec-utils to extract the profile and level - syntax elements since it is wrong if there are emulation prevention - bytes existing in the byte-stream data. - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-05-03 23:08:15 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - glcolorconvert: Improve passthrough check when no conversion is needed. - Make the passthrough check contingent on only the fields we - can modify being unchanged, and pre-compute it when caps - change instead of checking on each buffer. Makes the passthrough - more lenient if consumers are lax about making input and output - caps complete. - -2015-05-01 19:39:58 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: handle when source creation fail - Remember to set the source to NULL state as adding it to the pipeline - will set it to the READY state. - -2015-05-01 19:31:45 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: fix element linking order - Video source should be linked to videocrop and not to - videoconvert as it is done in the main linking path - -2015-03-13 06:10:52 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * tests/check/Makefile.am: - * tests/check/elements/compositor.c: - tests: Add a check for the new compositor pad-is-obscured optimization - We verify that all the buffers on an obscured sinkpad are skipped by overriding - the map() function in the GstVideoMeta of the buffers to set a variable when - called. We also test that the buffers do get mapped when they're not obscured. - Blame^WCredit for the GstVideoMeta map() idea goes to Tim. - https://bugzilla.gnome.org/show_bug.cgi?id=746147 - -2015-04-18 15:10:00 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/compositor/compositor.c: - compositor: Only map the frame from a buffer if it will be used - It's a waste of resources to map it if it won't be converted - or used at all. Since we moved the frame mapping down, we need - to use the GST_VIDEO_INFO accessor macros now in the code above - that instead of the GST_VIDEO_FRAME accessor macros. - https://bugzilla.gnome.org/show_bug.cgi?id=746147 - -2015-04-18 15:09:02 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/compositor/compositor.c: - compositor: use accessor macros for consistency - https://bugzilla.gnome.org/show_bug.cgi?id=746147 - -2015-04-18 15:09:02 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/compositor/compositor.c: - compositor: Skip pads that are completely obscured by a higher zorder pad - For each frame, compare the frame boundaries, check if the format contains an - alpha channel, check opacity, and skip the frame if it's going to be completely - overwritten by a higher zorder frame. The check is O(n^2), but that doesn't - matter here because the number of sinkpads is small. - More can be done to avoid needless drawing, but this covers the majority of - cases. See TODOs. Ideally, a reverse painter's algorithm should be used for - optimal drawing, but memcpy during compositing is small compared to the CPU used - for frame conversion on each pad. - https://bugzilla.gnome.org/show_bug.cgi?id=746147 - -2015-04-30 19:08:25 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Fix source caps to report cropped dimensions - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-04-10 15:34:40 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Fix the memory freeing of stored VPS nals - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-04-30 18:36:35 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Fix profile, tier and level setting in caps - Don't use the apis in codec-utils to extract the profile,tier and level - syntax elements since it is wrong if there are emulation prevention - bytes existing in the byte-stream data. - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-04-17 15:15:33 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparser: h265: Fix nal unit size checking - The EOS and EOB nals have the size 2 which is the size of - nal unit header itself. The gst_h265_parser_identify_nalu() - is not required to scan start code again in this case. - In other cases, for a valid nalunit the minimum required size - is 3 bytes (2 byte header and at least 1 byte RBSP payload) - -2015-04-17 15:03:34 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gsth265parser.h: - codecparser: h265: Calculate crop rectangle dimensions - -2015-04-17 15:01:57 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gsth265parser.h: - codecparser: h265: Fix parsing multiple SEI messages in a single SEI Nal - An SEI Nal can have more than one SEI message. - Change in API: the gst_h265_parser_parse_sei() - -2015-04-30 21:32:29 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Make sure to send caps events downstream before any segment events - Upstream might not give us a caps event (dtlssrtpdec) because it might be an - RTP/RTCP mixed stream, but we split the two streams anyway and should report - proper caps downstream if possible. - Fixes "sticky event misordering" warnings with dtlssrtpdec. - -2015-04-30 10:50:19 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/rtjpeg/gstrtjpegdec.c: - * gst/rtjpeg/gstrtjpegenc.c: - rtjpeg: remove unused quality property - -2015-04-30 11:15:40 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - * ext/gl/gstglcolorconvertelement.h: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmosaic.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - gl: readd glupload/download onto element pads - Allows insertion of gl elements into non-gl pipelines without converter - (upload/download) elements. - https://bugzilla.gnome.org/show_bug.cgi?id=743974 - -2015-04-29 22:55:00 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - * ext/gl/gstopengl.c: - Revert "glvideomixer: implement with glmixerbin" - This reverts commit 0fb56738a14391f248aa0be8756adeaf978baa0c. - -2015-04-29 22:38:00 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstopengl.c: - Revert "glimagesink: implement as a bin" - This reverts commit 8a0017e21d5f9a8507f0593c6b24f723aa415258. - -2015-04-29 22:32:33 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - Revert "glimagesink: forward ALL the properties on the bin" - This reverts commit 4be45e5f30dc6121f2769323603447f591ca4a0a. - -2015-04-29 22:32:20 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - Revert "glimagesink: add pixel-aspect-ratio property on the bin" - This reverts commit 2ba6bb9b9325b63f58a9ff0b2c82fa28759dcabc. - -2015-04-29 09:57:52 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/winks/gstksvideodevice.c: - * sys/winks/gstksvideodevice.h: - * sys/winks/gstksvideosrc.c: - ksvideosrc: don't timestamp buffers for muxed streams - -2015-04-29 21:37:56 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/winks/gstksvideodevice.c: - ksvideosrc: fix header size for muxed streams - -2015-04-29 19:39:14 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparser: h265: Fix the number of tile rows/columns parsing - The possible minimum value for num_tile_columns_minus1 and num_tile_rows_minus1 - is zero (7.4.3.3). - https://bugzilla.gnome.org/show_bug.cgi?id=748641 - -2015-04-29 17:20:58 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mixmatrix/mixmatrix.c: - mixmatrix: remove unused property enum items - These two properties have been there since the origin of the element but they - aren't used. Removing them. - -2015-04-29 15:41:07 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Fix comparision logic - We can't answer the SEEKING query if we do *not* have the manifest - -2015-04-29 10:56:24 +0200 Edward Hervey <edward@centricular.com> - - * gst/aiff/Makefile.am: - aiff: Re-add noinst_HEADERS instruction - Was removed in the previous android cleanup commit - -2015-04-28 21:43:56 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * sys/winks/Makefile.am: - * sys/winks/gstksclock.c: - * sys/winks/gstksvideosrc.c: - * sys/winks/ksdeviceprovider.c: - * sys/winks/ksdeviceprovider.h: - * sys/winks/kshelpers.c: - * sys/winks/kshelpers.h: - GstDeviceProvider implementation for WIN Kernel Streaming plugin - gst_ks_device_provider_probe() is a no-braier, just runs ks_enumerate_devices() - and reports the results. - Monitoring is a bit more tricky. We have to create a dummy message-processing - window and register device change notifications for it. - As kernel streaming can (and should) be used for audio capture and audio - playback, this change also has certain placeholders for such. - https://bugzilla.gnome.org/show_bug.cgi?id=747757 - -2015-04-29 02:30:05 +1000 Jan Schmidt <jan@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: Cache caps for passing to the client draw call - Don't convert the GstVideoInfo to caps on every draw call, - just cache the caps and pass them into the GstSample. - -2015-04-29 02:20:09 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Make upload method static caps non-const. - Retrieving a GstStaticCaps does a one time internal - initialisation and caches it - they can't be stored as - const structures. - -2015-04-28 17:24:04 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/opus/gstopusdec.h: - * ext/opus/gstopusenc.c: - * ext/opus/gstopusenc.h: - * ext/opus/gstopusparse.c: - opus: fix includes and compilation against opus in non-standard prefix - https://bugzilla.gnome.org/show_bug.cgi?id=748594 - -2015-04-28 16:58:21 +0200 Mersad Jelacic <mersad@axis.com> - - * ext/opus/gstopusdec.c: - * ext/opus/gstopusenc.c: - opus: don't use deprecated gst_buffer_new_and_alloc - Use the helper function available in the base class instead. - https://bugzilla.gnome.org/show_bug.cgi?id=748585 - -2015-04-28 16:06:47 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/libde265/libde265-dec.c: - de265dec: use g_get_num_processors() if available - And provide home-made fallback for older GLib versions, - so that we can later find these and remove them when - we bump the GLib requirement (which is certainly going - to happen before 2.0). - https://bugzilla.gnome.org/show_bug.cgi?id=748495 - -2015-04-28 16:02:27 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/debugutils/fpsdisplaysink.c: - * gst/inter/gstintertest.c: - * gst/liveadder/liveadder.c: - gst: remove some unnecessary glib version checks - We require 2.32, no need to check for anything older - than that. - -2015-04-28 11:28:39 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst/mxf/mxfmetadata.c: - mxf: fix descriptor leak - Free the existing descriptor array, if any, before replacing it. - Fix leaks with the - validate.file.playback.scrub_forward_seeking.test-mpeg2-mp3_mxf scenario. - https://bugzilla.gnome.org/show_bug.cgi?id=748580 - -2015-04-28 10:13:35 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix taglist leak - If the stream which is about to be removed still has a ref on a tag list we - should drop it. - Fix a leak which was occasionally happening with the - validate.file.playback.change_state_intensive.tron_en_ge_aac_h264_ts scenario. - https://bugzilla.gnome.org/show_bug.cgi?id=748576 - -2015-04-27 22:44:28 +0900 Jimmy Ohn <yongjin.ohn@lge.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: fix find_subtable() return value - find_subtable() returns a pointer, so return NULL and - not FALSE when nothing is found. - https://bugzilla.gnome.org/show_bug.cgi?id=748527 - -2015-04-28 14:52:36 +0200 Edward Hervey <edward@centricular.com> - - * win32/common/libgstcodecparsers.def: - win32: update defs - -2015-04-28 20:46:52 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: remove uneeded unref - The call to _gl_mem_alloc_data will unref and NULLify 'dest' for us. - We just need to return. - https://bugzilla.gnome.org/show_bug.cgi?id=744246 - -2015-04-28 09:37:59 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Use gst_pad_get_pad_template_caps in ::get_caps() - -2015-04-28 20:11:07 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfilterbin.c: - * ext/gl/gstglmixerbin.c: - * ext/gl/gstglsinkbin.c: - * ext/gl/gstgluploadelement.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - glupload: provide the sink template caps that could be used - https://bugzilla.gnome.org/show_bug.cgi?id=746399 - -2015-04-27 19:28:57 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/examples/camerabin2/gst-camera2.c: - * tests/examples/camerabin2/gst-camera2.h: - * tests/examples/camerabin2/gst-camera2.ui: - examples: gst-camera: add zoom property to UI - Add a slider to modify the zoom in camerabin - -2015-04-27 18:33:37 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/examples/camerabin2/gst-camera2.ui: - examples: gst-camera: remove widgets deprecated in GTK3.0 - VBox and HBox are now simply Box - -2015-04-27 15:41:04 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/examples/camerabin2/Makefile.am: - * tests/examples/camerabin2/gst-camera2.c: - * tests/examples/camerabin2/gst-camera2.ui: - examples: gst-camera: update to GTK3 - When opening the .ui file it complains about being for GTK 2 and - automatically updates it to GTK3. Commit this version and update - the makefile - -2015-04-27 13:41:44 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: remove unused code - The structure is created and never used anymore. Remove it. - -2015-04-27 13:24:54 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - * gst/camerabin2/gstwrappercamerabinsrc.h: - wrappercamerabinsrc: use digitalzoom element - Replace videocrop ! videoscale ! capsfilter with the digitalzoom - bin that has the same pipeline internally and already updates - the capsfilter automatically when caps change, removing this code - from wrappercamerabinsrc and making it cleaner. - -2015-04-27 21:14:02 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstdigitalzoom.c: - digitalzoom: change videocrop parameters before passing caps event - Avoids one extra uneeded renegotiation if the elements are already - configured to their final property values when the caps event - goes through. - Also avoids hitting bug https://bugzilla.gnome.org/show_bug.cgi?id=748344 - -2015-04-22 13:06:30 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstdigitalzoom.c: - digitalzoom: also skip internal pipeline in upstream caps query - To avoid going through our capsfilter which would limit the choices. - -2015-04-22 13:05:42 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstdigitalzoom.c: - digitalzoom: prevent assertion when caps is any - -2015-04-21 23:10:05 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/Makefile.am: - * gst/camerabin2/gstdigitalzoom.c: - * gst/camerabin2/gstdigitalzoom.h: - camerabin: digitalzoom: create a bin element for digital zooming - It contains videocrop ! videoscale ! capsfilter and implements digital - zooming. - At this moment, it is a private element of the camerabin plugin. - This will remove some code used in wrappercamerabinsrc to make - code clearer and digitalzoom can potentially be used by other - applications in the future, it has nothing camerabin specific. - -2015-04-27 10:11:41 -0400 Xavier Claessens <xavier.claessens@collabora.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - egl: Use maximum bits per color instead of minimum - https://bugzilla.gnome.org/show_bug.cgi?id=748425 - -2015-04-26 20:55:03 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * ext/libde265/libde265-dec.c: - libde265: W32 thread count support - This code is imported from GLib g_get_num_processors(). This function - was added in 2.36 but we depend on 2.32. - https://bugzilla.gnome.org/show_bug.cgi?id=748495 - -2015-04-26 21:00:06 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * ext/libde265/libde265-dec.c: - libde265: Fix format string for gsize - https://bugzilla.gnome.org/show_bug.cgi?id=748496 - -2015-04-26 21:03:45 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * ext/spandsp/gstspanplc.c: - spandsp: Don't use the private field 'missing_samples' - https://bugzilla.gnome.org/show_bug.cgi?id=748497 - -2015-04-27 14:56:06 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: remove unused property enum item - The property enum item has been there since the origin of the element but it - has never been used. Removing it. - -2015-04-27 14:49:59 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/gl/gstglfiltercube.c: - glfiltercube: Don't initialize multiple shaders on renegotiation - -2015-04-27 10:55:13 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/adpcmenc/adpcmenc.c: - * gst/festival/gstfestival.c: - * gst/games/gstpuzzle.c: - * gst/id3tag/gstid3mux.c: - * gst/librfb/gstrfbsrc.c: - * gst/mixmatrix/mixmatrix.c: - * gst/mpeg1sys/gstmpeg1systemencode.c: - * gst/mpegdemux/gstmpegdemux.c: - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsmux/mpegtsmux.c: - * gst/mve/gstmvemux.c: - * gst/onvif/gstrtponviftimestamp.c: - * gst/overlay/gstoverlay.c: - * gst/rtjpeg/gstrtjpegdec.c: - * gst/rtjpeg/gstrtjpegenc.c: - * gst/speed/gstspeed.c: - * gst/stereo/gststereo.c: - * gst/subenc/gstsrtenc.c: - * gst/subenc/gstwebvttenc.c: - * gst/tta/gstttadec.c: - * gst/vbidec/gstvbidec.c: - * gst/vmnc/vmncdec.c: - Rename property enums from ARG_ to PROP_ - Property enum items should be named PROP_ for consistency and readability. - -2015-04-27 10:24:00 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Remove unused stop function - -2015-04-27 16:04:50 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: unref the pool in the correct place - Otherwise we could hold a pool to a context that is never going to be used. - https://bugzilla.gnome.org/show_bug.cgi?id=748405 - -2015-04-27 10:01:53 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/gl/gstgltransformation.c: - gltransformation: Unref shader in ::stop() - -2015-04-27 15:20:56 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbasefilter.c: - gl: unref display/other-context in the correct place - Otherwise state changes from PLAYING->READY->PAUSED will cause there to - to be no display configured on the element. - https://bugzilla.gnome.org/show_bug.cgi?id=748405 - -2015-04-10 14:08:43 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gsth265parser.h: - codecparsers: h265: add helpers to convert quantization matrices - Add utility functions to convert quantization matrices from zig-zag scan - order into raster scan order and vice-versa - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-04-10 14:07:56 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparser: h265: skip byte alignment bits while parsing slice header - Skip the byte alignment bits as per the logic of byte_alignment() - provided in hevc specification. This will fix the calculation of - slice header size. - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-04-10 14:07:35 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparser: h265: Fix the NumDeltaPocs calculation - Always use the equation provided in spec (7-57) for finding - the NumDeltaPocs - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-04-10 14:04:17 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparser: h265: Fix the NumPocTotalCurr calculation - The NumPocToalCurr should be calculated for all B and P slices. - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-04-10 13:59:50 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - codecparser: h265: Fix nal size calculation for EOS and EOB - https://bugzilla.gnome.org/show_bug.cgi?id=747613 - -2015-04-26 21:42:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglbumper.c: - * ext/gl/gstglcolorscale.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstgloverlay.c: - * ext/gl/gstgltransformation.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - glfilter: De-camelcase onInitFBO() vfunc - -2015-04-26 21:39:06 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglcolorscale.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstgloverlay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - glfilter: Remove onStart/onStop vfuncs, and unused onReset() - onStart/onStop are just duplicates of the basetransform ones, onReset - was never called but was used everywhere when stop should've been used. - -2015-04-21 09:43:58 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstgltransformation.c: - gltransformation: don't initialize multiple shaders on renegotiation - https://bugzilla.gnome.org/show_bug.cgi?id=748407 - * delete shader if one exists - * set it to NULL after unrefing - -2015-04-26 21:11:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - glcolorconvert: Fix compiler warning - gstglcolorconvertelement.c:230:19: error: unused variable 'in_structure' - [-Werror,-Wunused-variable] - GstStructure *in_structure = gst_caps_get_structure (caps, 0); - ^ - -2015-04-15 01:24:45 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: drop frames we get before we have a clock - https://bugzilla.gnome.org/show_bug.cgi?id=748054 - -2015-04-26 20:33:41 +0200 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbasefilter.c: - glbasefilter: Unref other context in finalize, and display in READY->NULL - https://bugzilla.gnome.org/show_bug.cgi?id=748405 - -2015-04-19 19:16:55 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/gl/gstglcolorconvertelement.c: - glcolorconvert: Keep colorimetry and chroma-site fields if passthrough - https://bugzilla.gnome.org/show_bug.cgi?id=748141 - -2015-04-26 18:04:16 +0100 Tim-Philipp Müller <tim@centricular.com> - - * Android.mk: - * ext/faac/Makefile.am: - * ext/faad/Makefile.am: - * ext/hls/Makefile.am: - * ext/mpg123/Makefile.am: - * ext/smoothstreaming/Makefile.am: - * ext/x265/Makefile.am: - * gst-libs/gst/adaptivedemux/Makefile.am: - * gst-libs/gst/basecamerabinsrc/Makefile.am: - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/insertbin/Makefile.am: - * gst-libs/gst/interfaces/Makefile.am: - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/uridownloader/Makefile.am: - * gst/adpcmdec/Makefile.am: - * gst/adpcmenc/Makefile.am: - * gst/aiff/Makefile.am: - * gst/asfmux/Makefile.am: - * gst/audiobuffer/Makefile.am: - * gst/audiofxbad/Makefile.am: - * gst/audiovisualizers/Makefile.am: - * gst/autoconvert/Makefile.am: - * gst/bayer/Makefile.am: - * gst/camerabin2/Makefile.am: - * gst/cdxaparse/Makefile.am: - * gst/coloreffects/Makefile.am: - * gst/dataurisrc/Makefile.am: - * gst/debugutils/Makefile.am: - * gst/dvbsuboverlay/Makefile.am: - * gst/dvdspu/Makefile.am: - * gst/festival/Makefile.am: - * gst/freeverb/Makefile.am: - * gst/frei0r/Makefile.am: - * gst/gaudieffects/Makefile.am: - * gst/gdp/Makefile.am: - * gst/geometrictransform/Makefile.am: - * gst/hdvparse/Makefile.am: - * gst/id3tag/Makefile.am: - * gst/inter/Makefile.am: - * gst/interlace/Makefile.am: - * gst/ivfparse/Makefile.am: - * gst/ivtc/Makefile.am: - * gst/jp2kdecimator/Makefile.am: - * gst/jpegformat/Makefile.am: - * gst/librfb/Makefile.am: - * gst/liveadder/Makefile.am: - * gst/midi/Makefile.am: - * gst/mpegdemux/Makefile.am: - * gst/mpegpsmux/Makefile.am: - * gst/mpegtsdemux/Makefile.am: - * gst/mve/Makefile.am: - * gst/mxf/Makefile.am: - * gst/nuvdemux/Makefile.am: - * gst/onvif/Makefile.am: - * gst/patchdetect/Makefile.am: - * gst/pcapparse/Makefile.am: - * gst/pnm/Makefile.am: - * gst/rawparse/Makefile.am: - * gst/rtp/Makefile.am: - * gst/sdi/Makefile.am: - * gst/sdp/Makefile.am: - * gst/segmentclip/Makefile.am: - * gst/siren/Makefile.am: - * gst/smooth/Makefile.am: - * gst/speed/Makefile.am: - * gst/stereo/Makefile.am: - * gst/subenc/Makefile.am: - * gst/tta/Makefile.am: - * gst/videofilters/Makefile.am: - * gst/videomeasure/Makefile.am: - * gst/videoparsers/Makefile.am: - * gst/videosignal/Makefile.am: - * gst/vmnc/Makefile.am: - * gst/y4m/Makefile.am: - * gst/yadif/Makefile.am: - * sys/androidmedia/Makefile.am: - Remove obsolete Android build cruft - This is not needed any longer. - -2015-04-19 00:55:50 +0900 Yujin Lee <saddopop@gmail.com> - - * sys/applemedia/plugin.m: - vtdec: fix build error with clang - This commit fixes a simple build error by clang with - by clang with [-Werror,-Wtautological-pointer-compare] options. - https://bugzilla.gnome.org/show_bug.cgi?id=748110 - -2015-04-26 19:08:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Only answer the duration query in non-live mode - -2015-04-25 18:50:52 +0200 Stefan Sauer <ensonic@users.sf.net> - - * gst/audiovisualizers/gstdrawhelpers.h: - * gst/audiovisualizers/gstspacescope.c: - * gst/audiovisualizers/gstspacescope.h: - * gst/audiovisualizers/gstspectrascope.c: - * gst/audiovisualizers/gstspectrascope.h: - * gst/audiovisualizers/gstsynaescope.c: - * gst/audiovisualizers/gstsynaescope.h: - * gst/audiovisualizers/gstwavescope.c: - * gst/audiovisualizers/gstwavescope.h: - * gst/audiovisualizers/plugin.c: - audiovisualizer: fix the license from GPL to LGPL - This was a copy'n'paste buf in the initial commit done by myself. - -2015-04-25 18:46:41 +0200 Stefan Sauer <ensonic@users.sf.net> - - * gst/audiovisualizers/gstaudiovisualizer.c: - * gst/audiovisualizers/gstaudiovisualizer.h: - audiovisualizer: fix the license from GPL to LGPL - This was a copy'n'paste buf in the initial commit done by myself. - -2015-04-25 13:38:08 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/examples/opencv/Makefile.am: - * tests/examples/opencv/gst_element_print_properties.c: - * tests/examples/opencv/gst_element_print_properties.h: - * tests/examples/opencv/gstmotioncells_dynamic_test.c: - * tests/examples/opencv/gstmotioncells_dynamic_test.h: - examples: motioncells: remove GPL3 code we don't need - If 95% of the code of an example app consists of GObject - code, maybe that's defeating the point a little. So just - remove a lot of that and trim down the example to the - absolute minimum. Also removes the last remaining GPL3 - licensed code in -bad. - -2015-04-25 12:52:04 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/examples/opencv/gstmotioncells_dynamic_test.c: - examples: motioncells: simplify property setting - -2015-04-25 12:48:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/examples/opencv/gstmotioncells_dynamic_test.c: - examples: motioncells: port to 1.x - -2014-11-20 00:33:44 +0100 Robert Jobbagy <jobbagy.robert@gmail.com> - - * tests/examples/opencv/gstmotioncells_dynamic_test.c: - * tests/examples/opencv/gstmotioncells_dynamic_test.h: - examples: motioncells: relicense opencv example to LGPLv2 - -2015-04-24 14:04:55 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/camerabin.c: - tests: camerabin: add tests for GstPhotography image capture - GstPhotography enables new paths in wrappercamerabinsrc that allows - the source to be notified about the capture caps and provide an - alternative caps if desired bypassing the negotiation (this doesn't - seem like a good idea these days). To make sure it keeps working - until we remove it from the API in favor of standard caps negotiation - features this test was added. - It adds 3 extra tests with a simple test source that will: - 1) Test that capturing with ANY caps work - 2) Test that capturing with a fixed caps work - 3) Test that capturing with a fixed caps and having the source - pick a different resolution from GstPhotography API works - by having wrappercamerabinsrc crop the capture to the final - requested dimensions - -2015-04-24 14:19:50 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - * gst/camerabin2/gstwrappercamerabinsrc.h: - wrappercamerabinsrc: Rework cropping for zoom and dimension reduction - wrappercamerabinsrc has a videocrop element to be used for - zooming and for cropping when input caps is different when used - with the GstPhotography interface. The zooming part needs - the following elements: - capsfilter ! videocrop ! videoscale ! capsfilter - The capsfilters should always have the same caps to ensure the - zooming is done and preserves dimensions, unless when it is needed - to do more cropping due to input dimensions those caps - need to be modified accordingly to preserve the output dimensions. - This, however, makes it hard to get caps negotiation to work properly - as we need to have different caps in the capsfilters to account for - the extra cropping needed. It could be simple for fixed caps but it - gets tricky with unfixed ones. - To solve this, this patch splits the zooming and dimension reduction - cropping into 2 separate videocrop elements. The first one does - the dimension cropping, which is only needed when the GstPhotography - API is used and the source provides a caps that is different than - what is requested, while the second is dedicated to zoom crop only. - The first part of the pipeline goes from: - src ! videoconvert ! capsfilter ! videocrop ! videoscale ! capsfilter - to - src ! videocrop ! videoconvert ! capsfilter ! videocrop ! videoscale ! capsfilter - It might add an extra overhead in the image capture as the image might need - to be cropped twice but this can be solved by enabling videocrop to use - crop metas so only the later one does the real cropping. - It also makes the code a bit simpler. - -2015-04-24 14:17:51 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: remove obsolete comment - This is already handled in another place and doesn't make sense - in the function context anymore - -2015-04-24 14:16:24 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: error out if source fails to prepare for capture - Post an error when preparing the image capture through photography - interface fails - -2015-04-24 14:13:34 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: intersect instead of compare for equality - Intersect is enough to check if the requested caps are compatible - with what the source is going to provide. Equality will be too strict. - -2015-04-24 14:13:16 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: fix typo - -2015-04-24 02:22:54 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/camerabin.c: - camerabin: tests: remove unused macros - Those macros were with the wrong name (likely a copy n paste mistake) - and were unused. - -2015-04-23 14:28:11 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/camerabin.c: - tests: camerabin: remove obsolete check for 0.10 feature - -2015-04-24 16:48:23 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiobuffer/gstaudioringbuffer.c: - * gst/coloreffects/gstchromahold.c: - * gst/debugutils/gstcompare.c: - * gst/gaudieffects/gstgaussblur.c: - * gst/pcapparse/gstpcapparse.c: - * gst/rtp/gstrtph265pay.c: - * gst/sdp/gstsdpdemux.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpegvideoparse.c: - remove unused enum items PROP_LAST - This were probably added to the enums due to cargo cult programming and are - unused. - -2015-04-24 17:13:10 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: balance change_state display ref/unref - the display was being unreffed on the incorrect state change causing - invalid state when changing from PLAYING/PAUSED->READY->PAUSED/PLAYING. - -2015-04-23 17:43:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Don't claim to be live when answering the LATENCY query - Even for "live" streams we are not live in the GStreamer meaning of the word. - We don't produce buffers that are timestamped based on their "capture time" - and our clock, but just based on whatever timestamps the stream might contain. - Also even if we wanted to claim to be live, that wouldn't work well as we - would have to return GST_STATE_CHANGE_NO_PREROLL when going from READY to - PAUSED, which we can't. We first need data to know if we are "live" or not. - -2015-04-23 17:39:46 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Use the downloader of the base class instead of creating our own - The one of the base class is completely unused because we override all - the downloading here, so let's just use that one instead. - -2015-04-23 17:36:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Don't error out if we can't match variant playlists after updating - It's better to just select some random variant playlist instead of stopping, - chances are that it's still continuing to work and we might just have to - select a different variant again later. - -2015-04-23 17:33:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix how the playlists are refreshed - We should only refresh the currently selected variant playlist (if any, - otherwise the main playlist), not the main playlist. And only try to - refresh the main playlist if updating the variant playlist fails. - Some servers (Wowza) use the request of the main playlist to create a - "session", which is then part of the URI of the variant playlist and - also the fragments. Refreshing the main playlist would generate a new - session, and the server rate limits that usually. And after a few retries - the server just kicks us out. - Also as a side effect we now use the same downloader for all playlists, so - that we only have 2 instead of 3 connections to the server. And also - previously we just ignored the downloaded data from the main playlist that - the base class gave to us. - -2015-04-23 17:22:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/hls/gsthlsdemux.c: - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssmanifest.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Allow subclasses to override how a new manifest would be downloaded - -2015-04-23 17:02:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: Expose downloader - This allows subclasses to use it and share connections if possible. - -2015-04-23 16:43:11 +0100 Tim-Philipp Müller <tim@centricular.com> - - * .gitignore: - Update .gitignore - -2015-04-23 16:40:49 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/Makefile.am: - tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON - Make sure the test environment is set up. - https://bugzilla.gnome.org//show_bug.cgi?id=747624 - -2015-04-23 16:39:20 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: bump automake requirement to 1.14 and autoconf to 2.69 - This is only required for builds from git, people can still - build tarballs if they only have older autotools. - https://bugzilla.gnome.org//show_bug.cgi?id=747624 - -2015-04-23 16:47:40 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/gl/gstgluploadelement.c: - glupload: Release glupload buffer when caps are changed - https://bugzilla.gnome.org/show_bug.cgi?id=748371 - -2015-04-23 11:47:37 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstgaussblur.c: - gaudi: don't run gaussian function if sigma is 0 - -2015-04-22 19:28:39 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: handle too short segments - When the segment is very short it might be the case that the - typefinding fails and when finishing the segment hlsdemux would - consider the remaining data (pending_buffer) as an encryption - leftover. - This patch fixes it and makes sure an error is properly posted - if typefind failed by refactoring buffer handling to a function - and using it from the data_received and finish_fragment functions. - -2015-04-22 19:04:43 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: use correct variable type - gst_buffer_resize needs gssize and not gsize. This makes gdb - print it correctly when debugging. - -2015-04-22 17:08:09 +0200 Josep Torra <n770galaxy@gmail.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: fix mode autodetection - The autodetection mode was broken because a race condition in the input mode - setting. The mode could be reverted back when it was replaced in - the streaming thread by the old mode in the middle of mode changed callback. - -2015-04-22 17:04:25 +0200 Josep Torra <n770galaxy@gmail.com> - - * sys/decklink/gstdecklink.cpp: - decklink: do not repeat first video format in caps template - The first entry in the modes array is used as default mode for autodetection. - There's no need to copy it into the caps template. - -2015-04-22 15:04:03 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstexclusion.c: - gaudi: fix to 30780db1 - The second check for (factor == 0) creeped in the last commit. - Apologies. - -2015-04-22 14:30:56 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstexclusion.c: - gaudi: fix exclusion's factor range - Avoid dividing by zero when the factor is zero. Instead, output a buffer with - all color values as zero. - -2015-04-22 14:15:13 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstsolarize.c: - gaudi: remove floor variable in solarize - Floor variable has no effect and it isn't worth it to have it adjustable. - -2015-04-22 13:55:06 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstburn.c: - * gst/gaudieffects/gstburn.h: - * gst/gaudieffects/gstchromium.c: - * gst/gaudieffects/gstchromium.h: - * gst/gaudieffects/gstdilate.c: - * gst/gaudieffects/gstdilate.h: - * gst/gaudieffects/gstdodge.c: - * gst/gaudieffects/gstdodge.h: - * gst/gaudieffects/gstexclusion.c: - * gst/gaudieffects/gstexclusion.h: - * gst/gaudieffects/gstsolarize.c: - * gst/gaudieffects/gstsolarize.h: - gaudi: remove unused property - -2015-04-22 18:54:45 +0900 Vineeth T M <vineeth.tm@samsung.com> - - * ext/gl/gstglmixer.c: - glmixer: Possible null pointer dereference - While printing error message when context fails, error variable is not being used anymore - so it will lead to null pointer dereference - https://bugzilla.gnome.org/show_bug.cgi?id=748287 - -2015-04-22 10:38:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * INSTALL: - Remove INSTALL file - autotools automatically generate this, and when using different versions - for autogen.sh there will always be changes to a file tracked by git. - -2015-04-22 10:38:13 +0200 Sebastian Dröge <sebastian@centricular.com> - - * LICENSE_readme: - Remove LICENSE_readme - It's completely outdated and just confusing, better if people are - forced to look at the actual code in question than trusting this file. - -2015-04-21 22:04:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Don't stop all tasks and streams from the update task on errors - It will deadlocks as we will then join() the update task from itself. Instead - just post an actual error message on the bus and only stop the update task. - The application is then responsible for shutting down the element, and thus - all the other tasks and everything, based on the error message it gets. - -2015-04-21 18:29:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix seeking - We also have to update the current_file GList pointer in the M3U playlist - client, otherwise we are just continuing playback from the current position - instead of seeking. - -2015-04-21 18:05:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Don't call unlock() just to call lock() immediately afterwards - -2015-04-20 08:21:32 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: Reset zoom element caps to go to viewfinder mode - Avoids not-negotiated failures related to using image capture caps - still when adjusting to go back to viewfinder. - -2015-04-20 08:20:37 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/camerabin.c: - tests: camerabin: add test for capture with different caps - Adds a test to verify that viewfinder and image capture caps - can be set to non-intersecting caps and still work. - https://bugzilla.gnome.org/show_bug.cgi?id=724868 - -2015-04-20 08:42:56 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: fix leak of drain query - gst_pad_peer_query doesn't take ownership of the query object - -2015-04-20 08:42:48 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - * gst/camerabin2/gstwrappercamerabinsrc.h: - wrappercamerabinsrc: Refactor internal pipeline - Remove tee and output-selector and just link the source - pad to the outputs we want as needed. - The way we need to prioritize caps negotiation and allocation - queries depending on the mode enabled is too custom to be - handled using tee and output-selector. - This provides more flexibility and doesn't get in the way of proper - handling of negotiation and allocation queries. - -2015-04-05 20:18:56 +0200 Michał Dębski <debski.mi.zd@gmail.com> - - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - * ext/gl/gstopengl.c: - gleffects: Create element for each effect - https://bugzilla.gnome.org/show_bug.cgi?id=746209 - -2015-03-22 11:22:52 +0100 Michał Dębski <debski.mi.zd@gmail.com> - - * ext/gl/Makefile.am: - * ext/gl/effects/gstgleffectlaplacian.c: - * ext/gl/effects/gstgleffectssources.c: - * ext/gl/effects/gstgleffectssources.h: - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - * ext/gl/gstglfilterlaplacian.c: - * ext/gl/gstglfilterlaplacian.h: - * ext/gl/gstopengl.c: - gleffects: Merge laplacian filter into effects - https://bugzilla.gnome.org/show_bug.cgi?id=746209 - -2015-03-22 11:20:49 +0100 Michał Dębski <debski.mi.zd@gmail.com> - - * ext/gl/Makefile.am: - * ext/gl/effects/gstgleffectsobel.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - * ext/gl/gstglfiltersobel.c: - * ext/gl/gstglfiltersobel.h: - * ext/gl/gstopengl.c: - gleffects: Merge sobel filter into effects - https://bugzilla.gnome.org/show_bug.cgi?id=746209 - -2015-03-22 11:13:30 +0100 Michał Dębski <debski.mi.zd@gmail.com> - - * ext/gl/Makefile.am: - * ext/gl/effects/gstgleffectblur.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - * ext/gl/gstglfilterblur.c: - * ext/gl/gstglfilterblur.h: - * ext/gl/gstopengl.c: - gleffects: Merge blur filter into effects - https://bugzilla.gnome.org/show_bug.cgi?id=746209 - -2015-03-21 23:50:33 +0100 Michał Dębski <debski.mi.zd@gmail.com> - - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/gstglfilterblur.c: - gleffects: Correct attributes for hconv and vconv shaders - Width and height were switched for glow shaders. For blur - filter attributes names were obsolete. - https://bugzilla.gnome.org/show_bug.cgi?id=746209 - -2015-03-21 23:21:13 +0100 Michał Dębski <debski.mi.zd@gmail.com> - - * ext/gl/effects/gstgleffectssources.c: - gleffects: Fix fisheye shader - pass float to sqrt - On OSX passing literal int to sqrt() in GLSL results in error. - https://bugzilla.gnome.org/show_bug.cgi?id=746209 - -2015-04-21 07:28:58 +0200 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> - - * ext/gl/gstgltransformation.c: - gltransformation: fix shader memory leak - -2015-04-21 12:25:11 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: track context activation properly - We only need to deactivate/reactivate the context iff it was already - active. - -2015-04-21 12:19:46 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - gldisplay: synchronize the searching and creation of GstGLContext's - Ootherwise we could end up with multiple elements in different chains - each creating a context. Fixes context creation with glvideomixer. - -2015-04-20 14:35:19 +0200 Edward Hervey <edward@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Remove dead code - The detection for missing format/alignment is done way before this - codepath is reached (at which point we have already decided of a - format and alignment). - CID #1232800 - -2015-01-07 16:26:57 +0000 Edward Hervey <edward@centricular.com> - - * ext/opencv/gsthanddetect.c: - handdetect: remove unneeded check - Variable hands is already checked to contain a value previously at the beginning - of the current block. There is no need to check again. This is logically dead code. - CID 1197693 - -2015-04-20 14:20:05 +0200 Edward Hervey <edward@centricular.com> - - * sys/shm/shmpipe.c: - shmpipe: Ensure string received from recv() is NULL-terminated - We will be doing string operations on it later. - CID #1292830 - -2015-04-20 11:30:10 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: clean assignment typo - No need to set the value twice. - https://bugzilla.gnome.org/show_bug.cgi?id=745102 - CID #295122 - -2015-04-20 10:57:41 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: remove dead code - position of GstSegment is an unsigned int64, it can never be below zero. - CID #1295123 - -2015-02-09 11:29:46 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/fieldanalysis/gstfieldanalysis.c: - fieldanalysis: exception when block width to 0 - When block width property is set to 0, exception occurs. - This happens due to divide by zero errors in calculations. - block width property can never be 0. Hence adjusting the minimum value to 1. - https://bugzilla.gnome.org/show_bug.cgi?id=744188 - -2015-04-15 15:22:37 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/gl/gstglmixer.c: - glmixer: fix caps leak in gst_gl_mixer_pad_sink_getcaps() - Caps refcounting was all wrong in this function. Rewrote it and add some - comments to make it clearer. - Fix caps leaks with the - validate.file.glvideomixer.simple.play_15s.synchronized scenario. - https://bugzilla.gnome.org/show_bug.cgi?id=747915 - Signed-off-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - -2015-04-20 17:08:23 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/corevideotexturecache.h: - * sys/applemedia/corevideotexturecache.m: - * sys/applemedia/vtdec.c: - applemedia: avoid implicit color conversions - Rework the GL texture code a little to avoid implicit color conversion inside - AVF/VT on both iOS and OSX. - -2015-04-19 01:15:07 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/corevideotexturecache.m: - corevideotexturecache: free texture cache on iOS - https://bugzilla.gnome.org/show_bug.cgi?id=748122 - -2015-04-19 01:21:40 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: check for failure to create buffer - gst_core_media_buffer_new and gst_core_video_texture_cache_get_gl_buffer - can fail for various platform reasons. - https://bugzilla.gnome.org/show_bug.cgi?id=748122 - -2015-04-19 13:12:05 +0900 Yujin Lee <saddopop@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix build failure with clang - Use fabs for floating point input. - https://bugzilla.gnome.org/show_bug.cgi?id=748128 - -2015-04-17 13:57:38 -0600 Olivier Crête <olivier.crete@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Remove unused latency query code - The behavior changes based on the type of segment, - not on the liveness of the source. - -2015-04-17 13:55:26 -0600 Olivier Crête <olivier.crete@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Cleanup latency query handling - The minimum latency is always 0 or more. And we should - requery upstream as it may have changed. - -2014-07-17 10:53:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Handle queue/release errors non-fatal - They can happen sometimes as a transient problem, e.g. if there - is a problem in the stream. Only handle them as fatal if many of - them happen in a row. - -2015-04-11 16:53:38 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * ext/opencv/MotionCells.cpp: - * ext/opencv/MotionCells.h: - * ext/opencv/gstcvdilate.c: - * ext/opencv/gstcvdilate.h: - * ext/opencv/gstcvdilateerode.h: - * ext/opencv/gstcvequalizehist.c: - * ext/opencv/gstcvequalizehist.h: - * ext/opencv/gstcverode.c: - * ext/opencv/gstcverode.h: - * ext/opencv/gstcvlaplace.c: - * ext/opencv/gstcvlaplace.h: - * ext/opencv/gstcvsmooth.c: - * ext/opencv/gstcvsmooth.h: - * ext/opencv/gstcvsobel.c: - * ext/opencv/gstcvsobel.h: - * ext/opencv/gstdisparity.h: - * ext/opencv/gstedgedetect.c: - * ext/opencv/gstedgedetect.h: - * ext/opencv/gstfaceblur.c: - * ext/opencv/gstfaceblur.h: - * ext/opencv/gstfacedetect.c: - * ext/opencv/gstfacedetect.h: - * ext/opencv/gstgrabcut.cpp: - * ext/opencv/gstgrabcut.h: - * ext/opencv/gsthanddetect.c: - * ext/opencv/gsthanddetect.h: - * ext/opencv/gstmotioncells.h: - * ext/opencv/gstopencvutils.c: - * ext/opencv/gstopencvutils.h: - * ext/opencv/gstopencvvideofilter.h: - * ext/opencv/gstpyramidsegment.h: - * ext/opencv/gstretinex.c: - * ext/opencv/gstretinex.h: - * ext/opencv/gstsegmentation.cpp: - * ext/opencv/gstsegmentation.h: - * ext/opencv/gstskindetect.c: - * ext/opencv/gstskindetect.h: - * ext/opencv/gsttemplatematch.c: - * ext/opencv/gsttemplatematch.h: - * ext/opencv/gsttextoverlay.h: - opencv: Change opencv plugin to use opencv2-style includes - If old opencv1-style legacy include directory is available, - this change becomes purely cosmetic (maybe will compile a bit faster). - It becomes an FTBFS fix when opencv1-style include directory is missing - (possibly because opencv package maintainer decided not to pack it). - https://bugzilla.gnome.org/show_bug.cgi?id=747705 - -2015-04-12 00:56:48 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * configure.ac: - opencv: Change configure test to check for OpenCV2 headers - * Checks for opencv2 headers only, not for legacy opencv1 headers - * Checks for every opencv2 header that the implementation needs, - not just highgui_c.h - https://bugzilla.gnome.org/show_bug.cgi?id=725163 - -2015-04-17 05:12:10 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: get connection and input clock early - -2015-04-17 15:32:56 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Unify debug statements - Use 0x%04x for PIDs - -2015-04-17 15:30:29 +0200 Edward Hervey <edward@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Unify duration querying code - And properly use it in the SEEKING query. - Fixes seeking with gst-play - -2015-04-16 14:17:04 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fix caps leak when early returning - https://bugzilla.gnome.org/show_bug.cgi?id=747993 - Signed-off-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - -2015-04-16 14:21:16 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/gl/gstglmixer.c: - glmixer: unref owned caps when finalizing the mixer - Fix a caps leak with the - validate.file.glvideomixer.simple.play_15s.synchronized scenario. - https://bugzilla.gnome.org/show_bug.cgi?id=747915 - Signed-off-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - -2015-04-15 15:16:33 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/gl/gstglmixer.c: - glmixer: pass the proper free function to frames and buffers array - 'array_buffers' contain borrowed GstBuffer and so shouldn't have a free - function. 'frames' is the one containing GstGLMixerFrameData and so should use - _free_glmixer_frame_data as free function. - Fix GstGLMixerFrameData leaks with the - validate.file.glvideomixer.simple.play_15s.synchronized scenario. - https://bugzilla.gnome.org/show_bug.cgi?id=747913 - Signed-off-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - -2015-04-17 15:20:12 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstgldownloadelement.c: - gldownloadelement: Download *from* OpenGL, not into - -2015-04-17 09:24:12 +0200 Robert Swain <robert.swain@ericsson.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Add complexity property for speed/quality tradeoff - -2015-04-17 14:24:28 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - glcontext: Make gst_gl_context_egl_activate fail if the old surface could not be destroyed - https://bugzilla.gnome.org/show_bug.cgi?id=746251 - -2015-04-17 10:38:16 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/gl/gstgluploadelement.c: - gluploadelement: Unref GstGLUpload object and caps in ::stop() - Fix leak of the GstGLUpload object. - https://bugzilla.gnome.org/show_bug.cgi?id=748033 - -2015-04-17 14:09:47 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglfilterbin.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstglsinkbin.c: - * ext/gl/gstglsrcbin.c: - gl: Remove some empty ::finalize() implementations - -2015-04-17 14:06:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstgldownloadelement.c: - gldownloadelement: Fix element description - -2015-04-17 14:05:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstgldownloadelement.c: - gldownloadelement: Remove unused ::finalize() implementation - -2015-04-17 14:03:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - glcolorconvertelement: Also unref caps in ::stop() already - They are not useful anymore afterwards, so keeping them until ::finalize() - might only cause someone to use them later and then fail. - -2015-04-15 14:49:02 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/gl/gstglcolorconvertelement.c: - glcolorconvertelement: fix GstGLColorConvert leak - convert->convert was never unreffed. - This can be reproduce with the - validate.file.glvideomixer.simple.play_15s.synchronized scenario. - https://bugzilla.gnome.org/show_bug.cgi?id=747911 - -2015-04-16 22:43:54 +1000 Jan Schmidt <jan@centricular.com> - - * ext/apexsink/gstapexraop.c: - apexsink: Fix buffer overflow, in case anyone ever ports it. - Fix a simple buffer overflow - 16 bytes isn't enough to hold - the string representation of a gulong on x86_64. I guess the - intent was to generate a 32 bit random key, so let's do that. - Only matters if anyone ever ports the sink to 1.x - https://bugzilla.gnome.org/show_bug.cgi?id=676524 - -2015-04-16 13:35:00 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: fix pad leak when not adding a new pad after no-more-pads - -2015-04-09 17:35:55 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix segment position tracking for the general case - Different streams can have different PTS/DTS bases, and some - streams may not even have DTS. - https://bugzilla.gnome.org/show_bug.cgi?id=745102 - -2015-04-16 10:42:45 +0200 Matthieu Bouron <matthieu.bouron@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - glcontext: Make gst_gl_context_egl_activate fail if the surface could not be created - Also add some error logging. - -2015-04-15 21:07:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Don't unref buffer that was unreffed just a few lines before already - -2015-04-11 04:20:43 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * docs/libs/Makefile.am: - Add adaptivedemux, badvideo and badbase to the link-list for the docscanner - https://bugzilla.gnome.org/show_bug.cgi?id=747697 - -2015-04-12 01:58:31 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: remove unused variables - Complement commit 5496fd3e75e65a4e387715d0ba0740790aefa5f6 by removing - the involved variables. - -2015-04-14 20:33:25 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fix GL negotiation - -2015-04-14 18:05:31 +1000 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: log timestamps - -2015-04-13 11:55:42 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: subtract time spent in AVF queues - The time spent in AVF queues was being incorrectly added to running time - rather than subtracted. - -2015-04-11 07:38:57 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix GL texture negotiation - GST_VIDEO_GL_TEXTURE_UPLOAD_META_API_TYPE should no longer be used. - Instead, just get the GL context. - https://bugzilla.gnome.org/show_bug.cgi?id=747352 - -2015-04-13 19:40:31 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsdec.c: - dtlsdec: Fix typo - -2015-04-13 19:40:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlssrtpdec.c: - dtlssrtpdec: Add some more debug output - -2015-04-13 19:40:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Add some more debug output - -2015-04-10 09:34:01 +0900 Yujin Lee <saddopop@gmail.com> - - * ext/dash/gstdashdemux.c: - dashdemux: enable playback of content with text streams - There is a playback error when trying to play a content that - has 'application' mimeType. This commit prevents an exception from - setup text streams. - https://bugzilla.gnome.org/show_bug.cgi?id=747525 - -2015-04-12 13:01:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/winks/gstksvideosrc.c: - winks: Reset DTS to GST_CLOCK_TIME_NONE - Otherwise we might get a previous DTS set from a recycled buffer that we get - back from a buffer pool, which then confuses synchronization. - https://bugzilla.gnome.org/show_bug.cgi?id=747722 - -2015-03-28 15:44:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - amc: Use new JNI utils almost everywhere - -2015-03-28 15:48:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - amc: Allow creating global and local references of objects - -2015-03-28 15:21:02 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - amc: Make GError argument order more consistent - -2015-03-28 15:08:15 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - amc: Add helper function for getting a direct buffer array - -2015-03-28 15:08:02 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - amc: Java longs are gint64s - -2015-03-28 14:31:41 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - amc: Improve JNI utilities and add some missing ones - We now fill GErrors for everything that could throw an exception, and method - calls now always return a gboolean and their value in an out-parameter to - distinguish failures from other values. - -2015-04-11 19:35:48 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Fix last commit - -2015-04-11 19:17:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemory.c: - gl: Remove iOS/EAGL workaround for R/RG textures - This should be unneeded now after https://bugzilla.gnome.org/show_bug.cgi?id=732507 - -2015-04-11 19:14:34 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Add correct check for RG/R textures in glcolorconvert too - https://bugzilla.gnome.org/show_bug.cgi?id=732507 - -2015-04-11 12:12:57 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/winks/ksvideohelpers.c: - winks: fix debug message parameter format - The first part of the GUID structure is a DWORD - which is defined as an unsigned long, so we need - to either cast or use %08lx. - -2015-04-10 20:25:49 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/pcapparse/gstpcapparse.c: - * gst/pcapparse/gstpcapparse.h: - pcapparse: Take buffer directly from the adapter - No need to make a copy into a new buffer, just take the data - from the adapter. - -2015-04-10 20:15:52 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: Produce GstBufferList - -2015-04-10 16:23:25 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - * gst/camerabin2/gstwrappercamerabinsrc.h: - wrappercamerabinsrc: remove unused attribute and related pad probe - The variable was never set to true and can be removed along - with the probe in which it used to act - -2015-03-31 17:10:45 +0100 Anton Obzhirov <obzhirov@yahoo.co.uk> - - * gst-libs/gst/gl/gstglbasefilter.c: - glbasefilter: avoid segfault when gl platform is not available - https://bugzilla.gnome.org/show_bug.cgi?id=747124 - -2015-04-09 16:20:44 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * tests/check/elements/audiomixer.c: - tests: fix type mismatch in varargs passing - A bitmask is 64 bits, but integer immediates are passed as int - in varargs, which happen to be 32 bit with high probability. - This triggered a valgrind jump-relies-on-uninitalized-value - report well away from the site, since it doesn't trigger on - stack accesses, and there must have been enough zeroes to stop - g_object_set at the right place. - -2014-08-20 13:46:12 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: handle seeks with no target (ie, keep current position) - Such seeks are used to change playback rate and we do not want - to alter the position in that case, so we bypass the flush/seek - logic, and set things up so a new segment is scheduled to be - regenerated. - https://bugzilla.gnome.org/show_bug.cgi?id=735100 - -2015-03-26 13:46:16 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/mpegtsparse.h: - tsparse: fix timestamps not updating after a PMT change - The PCRs stay locked onto the same PID as before the change, - but the relevant PID has no reason to be the same after it. - https://bugzilla.gnome.org/show_bug.cgi?id=745102 - -2015-03-24 12:56:53 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: send new segment when a stream is added - This will happen when the PMT changes, replacing streams with - new ones. In that case, we need to accumulate the running time - from the previous chain in the segment base. - https://bugzilla.gnome.org/show_bug.cgi?id=745102 - -2015-03-09 09:56:38 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: keep track of current position - This allows seeking to correctly set the base on the segment. - https://bugzilla.gnome.org/show_bug.cgi?id=745102 - -2015-04-09 15:41:57 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/check/Makefile.am: - check: Don't run the state change test on the dtls elements - There isn't really any way to test the elements standalone. - -2015-04-08 19:29:40 -0700 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Remove broken timestamps-going-backwards check - This would've also triggered if for some reason the segment was updated - in such a way that PTS went backwards, but the running time increased. Like - what happens when non-flushing seeks are done. - We're doing a proper buffer-from-the-past check a few lines below based on the - running time, which is the only time we should care about here. - -2015-04-08 18:51:50 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/winks/gstksvideodevice.c: - * sys/winks/ksvideohelpers.c: - * sys/winks/ksvideohelpers.h: - ksvideosrc: fix support for DV devices - -2015-02-10 13:32:00 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/winks/kshelpers.c: - ksvideosrc: only list capture devices - -2015-04-08 16:46:11 +0200 Edward Hervey <edward@centricular.com> - - * common: - * tests/check/Makefile.am: - tests: Use AM_TESTS_ENVIRONMENT - Needed by the new automake test runner - -2015-04-08 10:52:17 +0530 Arun Raghavan <arun@centricular.com> - - * sys/opensles/openslessink.c: - * sys/opensles/openslessrc.c: - opensles: Explicitly specify layout=interleaved in caps - This is fine to hard-code. Section 9.1.8 of the OpenSL ES 1.1 - specification, it is expected that multi-channel audio is always - interleaved. - -2015-04-07 15:57:30 +0200 Edward Hervey <edward@centricular.com> - - * configure.ac: - configure: Depend on openh264 >= 1.3.0 - Required for the version check header, as agreed upon on IRC - -2015-04-05 05:37:09 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix setting of buffer offset end - Don't set offset end to random values off the stack. - https://bugzilla.gnome.org/show_bug.cgi?id=747352 - -2015-04-07 11:09:38 +0200 Edward Hervey <edward@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - open264: Fix GType/gsize usage - gstopenh264enc.cpp:108:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] - -2015-04-07 11:21:55 +0200 Edward Hervey <edward@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264: Detect 1.4 API change - As mentionned in release notes : Added new Sps/Pps strategies for real-time - video (replace the old setting variable 'bEnableSpsPpsIdAddition' with - 'eSpsPpsIdStrategy') - -2015-04-06 20:28:22 -0700 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Disconnect mouse/key event signal handlers from window when shutting down context - -2015-04-06 20:24:06 -0700 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Guard against disconnecting invalid signal ids - -2015-03-26 11:52:33 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst/mxf/mxfdemux.c: - mxfdemux: fix memory leak - Reset the internal segment before freeing it. - mxf_index_table_segment_parse() allocates data inside the segment - (like segment->delta_entries) which have to be freed using - mxf_index_table_segment_reset(). - https://bugzilla.gnome.org/show_bug.cgi?id=746803 - -2015-04-04 10:56:56 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlssink.c: - hlssink: write the playlist end marker on EOS - Catch EOS from the multifilesink and add the endlist marker to - the playlist when it happens - https://bugzilla.gnome.org/show_bug.cgi?id=747319 - -2015-03-29 17:53:23 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: document gap handling behavior - https://bugzilla.gnome.org/show_bug.cgi?id=746249 - -2015-03-27 19:36:42 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: drop stale white space at warning - -2015-03-27 19:28:05 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * tests/check/libs/aggregator.c: - aggregator: fix typo in test suite - -2015-03-27 18:32:27 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * tests/check/libs/aggregator.c: - aggregator: add gap event handling unit test - https://bugzilla.gnome.org/show_bug.cgi?id=746249 - -2015-03-17 22:13:06 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: implement gap handling - https://bugzilla.gnome.org/show_bug.cgi?id=746249 - -2015-04-03 18:57:58 +0100 Tim-Philipp Müller <tim@centricular.com> - - * autogen.sh: - * common: - Automatic update of common submodule - From bc76a8b to c8fb372 - -2015-04-03 11:46:12 +0530 Arun Raghavan <arun@centricular.com> - - * ext/opus/gstopusenc.c: - opus: Fix incorrect fall-through condition in property getter - -2012-04-27 18:29:14 +0200 Guillaume Emont <guijemont@igalia.com> - - * sys/shm/gstshmsrc.c: - * sys/shm/shmpipe.c: - * sys/shm/shmpipe.h: - shmsink: add an shm-area-name property - The shm-area-property tells the name of the shm area used by the element. This - is useful for cases where shmsink is not able to clean up (calling - shm_unlink()), e.g. if it is in a sandbox. - https://bugzilla.gnome.org/show_bug.cgi?id=675134 - -2015-04-01 22:10:11 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Unify downstream flow return and flushing - Also means that having a non-OK downstream flow return - wakes up the chain functions. - https://bugzilla.gnome.org/show_bug.cgi?id=747220 - -2015-04-01 21:45:01 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Flushing is always in pad lock, no need to atomics - The usage of atomics was always doubtful as it was used to release a - GCond - https://bugzilla.gnome.org/show_bug.cgi?id=747220 - -2015-04-01 21:38:11 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Reset pending_eos on pad flush - https://bugzilla.gnome.org/show_bug.cgi?id=747220 - -2015-04-01 21:37:25 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Unify code to set a pad flushing - https://bugzilla.gnome.org/show_bug.cgi?id=747220 - -2015-04-02 18:05:55 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - libgstgl: fix rendering on iOS - Stop assuming that the handle has been set by the time ->create_context is - called. After bc7a7259f357b0065dd94e0668b5a895d83fa53a set_window_handle always - happens after ->create_context in fact. - See also https://bugzilla.gnome.org/show_bug.cgi?id=745090 - -2015-03-06 21:12:52 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst-libs/gst/video/gstvideoaggregator.c: - aggregator: Query latency on first incoming buffer. - And keep on querying upstream until we get a reply. - Also, the _get_latency_unlocked() method required being calld - with a private lock, so removed the _unlocked() variant from the API. - And it now returns GST_CLOCK_TIME_NONE when the element is not live as - we think that 0 upstream latency is possible. - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-04-01 20:32:41 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiomixer.c: - * tests/check/elements/audiomixer.c: - audiomixer: Allow downstream caps with a non-default channel-mask - Instead of failing, take the downstream channel mask if the channel - count is 1. - -2015-03-31 16:27:00 +0200 Edward Hervey <edward@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: Don't use context if not present - Avoids assertions at runtime - -2015-03-31 11:24:57 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/insertbin/Makefile.am: - * gst-libs/gst/mpegts/Makefile.am: - introspection: Don't use g-ir-scanner cache at compile time - It pollutes user directories and we don't need to cache it - https://bugzilla.gnome.org/show_bug.cgi?id=747095 - -2015-03-31 10:53:55 +0100 Victor Toso <victortoso@redhat.com> - - * configure.ac: - * sys/directsound/Makefile.am: - * sys/directsound/gstdirectsoundsrc.c: - * sys/directsound/gstdirectsoundsrc.h: - directsoundsrc: Implement volume and mute - Using the MixerAPI as IDirectSoundCaptureBuffer doesn't implement volume - control. - https://bugzilla.gnome.org/show_bug.cgi?id=744383 - -2015-03-30 13:49:01 +0100 Anton Obzhirov <obzhirov@yahoo.co.uk> - - * ext/gl/Makefile.am: - * ext/gl/effects/gstgleffectbulge.c: - * ext/gl/effects/gstgleffectfisheye.c: - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectsin.c: - * ext/gl/effects/gstgleffectsquare.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectssources.c: - * ext/gl/effects/gstgleffectssources.h: - * ext/gl/effects/gstgleffectstretch.c: - * ext/gl/effects/gstgleffecttunnel.c: - * ext/gl/effects/gstgleffecttwirl.c: - * ext/gl/effects/gstgleffectxray.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - * ext/gl/gstglfilterblur.c: - * ext/gl/gstglfiltersobel.c: - gleffects: port all effects to GLES2.0 - https://bugzilla.gnome.org/show_bug.cgi?id=745955 - -2015-03-28 11:40:14 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlssink.c: - hlssink: implement a chain_list to request key unit for segments - upstream might send buffer lists instead of buffers and hlssink's - probe won't get called and a new segment won't be created when needed. - This patch fixes it by adding a chain_list function to the sink pad - that will just pass through the whole bufferlist if no segment needs - to be requested at the moment or convert the list into buffers to - check the proper timestamp to request the next key-unit that will - start the segment. - https://bugzilla.gnome.org/show_bug.cgi?id=746906 - -2015-03-28 17:28:34 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst/mxf/mxfdemux.c: - mxfdemux: resurrect some flow return handling - https://bugzilla.gnome.org/show_bug.cgi?id=744572 - -2015-03-28 17:28:26 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: resurrect some flow return handling - https://bugzilla.gnome.org/show_bug.cgi?id=744572 - -2015-03-27 00:27:34 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: do not try to advance fragment if there is none - It might return OK from subclasses and it could cause a bitrate - renegotiation. For DASH and MSS that is ok as they won't expose - new pads as part of this but it can cause issues for HLS as - it will expose new pads, leading to pads that will only have EOS - that cause decodebin to fail - https://bugzilla.gnome.org/show_bug.cgi?id=745905 - -2015-03-24 13:57:54 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/opus/gstrtpopuspay.c: - rtpopuspay: Forward stereo preferences from caps upstream - https://bugzilla.gnome.org/show_bug.cgi?id=746617 - -2015-03-24 13:56:21 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/opus/gstrtpopuspay.c: - rtpopuspay: Set the number of channels to 2 as per RFC draft - https://bugzilla.gnome.org/show_bug.cgi?id=746617 - -2015-03-17 21:49:40 +0800 Jun Xie <xixi10111011@gmail.com> - - * ext/dash/gstmpdparser.c: - dashdemux: set default @startNumber and also avoid wrong overwrite - Set default @startNumber to 1, if @startNumber is missing at all level. - Also avoid incorrect overwriting inherited value. - https://bugzilla.gnome.org/show_bug.cgi?id=746347 - -2015-03-24 16:18:22 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: check sink caps are valid - -2015-03-24 16:17:00 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiomixer/gstaudioaggregator.c: - Revert "audioaggregator: check sink caps are valid" - This reverts commit 6d4d0d1cdf7c7531fbf72ce39e1eab1260d20550. - Never put code with side effects into an assertion, it can be compiled out - -2015-03-24 15:45:25 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: check sink caps are valid - CID #1291622 - -2015-03-24 15:13:52 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/opus/gstopusenc.c: - opusenc: fall through switch statement - Adding a comment makes coverity happy and quells the issue. - CID 1291629 - -2015-03-24 19:05:00 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/video/gstvideoaggregatorpad.h: - videoaggregator: Document why buffer_vinfo is needed - -2015-03-24 19:04:26 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Check if there's a previous buffer to 'keep' - If we want to keep a previous buffer but there's no previous buffer, we actually - need more data instead. - -2015-03-23 16:43:01 +0100 Philippe Normand <philn@igalia.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - gl/dispmanx: surfaceless EGL context support - Show the DispmanX window only if there's no shared external GL context - set up. When a window is required by the context a transparent - DispmanX element is created and later on made visible by the ::show - method. - https://bugzilla.gnome.org/show_bug.cgi?id=746632 - -2015-03-23 15:09:33 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstsolarize.c: - gaudieffects: clean solarize code - -2015-03-23 14:39:56 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstburn.c: - * gst/gaudieffects/gstchromium.c: - * gst/gaudieffects/gstdodge.c: - * gst/gaudieffects/gstexclusion.c: - * gst/gaudieffects/gstsolarize.c: - gaudieffects: removing values only used once - -2015-03-23 11:13:24 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstburn.h: - * gst/gaudieffects/gstdilate.h: - * gst/gaudieffects/gstdodge.h: - * gst/gaudieffects/gstexclusion.h: - * gst/gaudieffects/gstsolarize.h: - gaudieffects: small cleanup in headers - -2015-03-23 13:15:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - opusenc: Set output format immediately after creating the encoder instance - We know the caps by then, there's no need to wait until we actually receive - the first buffer. - -2015-03-23 13:13:35 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - * ext/opus/gstopusenc.h: - opusenc: Remove another unused variable - -2015-03-23 13:11:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - * ext/opus/gstopusenc.h: - * ext/opus/gstopusheader.c: - opusenc: Remove useless headers and header_sent variables from the instance struct - They are only used inside a single function. - -2015-03-23 12:24:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstrtpopusdepay.c: - * ext/opus/gstrtpopuspay.c: - opus: Handle sprop-stereo and sprop-maxcapturerate RTP caps fields - https://bugzilla.gnome.org/show_bug.cgi?id=746617 - -2015-03-23 12:09:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: Take channels and sample rate from the caps if we have no stream header - -2015-03-23 12:07:52 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: Reset the decoder if the caps change - -2015-03-23 11:57:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: Take output sample rate from the stream headers too - This way we let opusdec do the resampling if needed and don't carry - around buffers with a too high sample rate if not required. - While Opus always uses 48kHz internally, this information from the - header specifies which frequencies are safe to drop. - -2015-03-23 11:56:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusheader.c: - opusheader: Put number of channels and sample rate into the caps - https://bugzilla.gnome.org/show_bug.cgi?id=746617 - -2015-03-22 19:12:15 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: remove unused gl_thread field - -2015-03-22 19:03:19 +0100 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: fix GThread leak - https://bugzilla.gnome.org/show_bug.cgi?id=746541 - -2015-03-20 18:33:45 +0100 Nicola Murino <nicola.murino@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: fix caps leak - https://bugzilla.gnome.org/show_bug.cgi?id=746541 - -2015-03-18 11:25:42 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Add support for buffer list - https://bugzilla.gnome.org/show_bug.cgi?id=746387 - -2015-03-19 16:17:58 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Do not drop all buffers in buffer list if one fails - https://bugzilla.gnome.org/show_bug.cgi?id=746387 - -2015-03-19 13:59:42 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstdilate.c: - gaudieffects: update copyright dates of dilate - -2015-03-19 13:58:21 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstdilate.c: - gaudieffects: factorize transform code of dilate - -2015-03-19 14:04:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsconnection.c: - dtls: Pass the connection instance as data to the thread pool - No need to ref/unref the connection every time we push something on the pool. - However we have to provide non-NULL data to the pool, so let's just give it - some coffee. - -2015-03-19 13:55:53 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsconnection.c: - dtls: Remove unused thread struct field - -2015-03-19 13:30:00 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsconnection.c: - * ext/dtls/gstdtlsconnection.h: - * ext/dtls/gstdtlsenc.c: - dtls: Use a shared thread pool for the timeouts - This way we will share threads with other DTLS connections if possible, and - don't have to start/stop threads for timeouts if there are many to be handled - in a short period of time. - Also use the system clock and async waiting on it for scheduling the timeouts. - -2015-03-18 18:17:39 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsconnection.c: - dtls: Shutdown timeout thread when it's not needed - It is not needed most of the time and usually we have a thread - idling around doing nothing all the time after the first few seconds. - -2015-03-18 10:12:49 -0700 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglupload.c: - gl/docs: update some doc comments - -2015-03-18 17:40:47 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsenc.c: - dtlsenc: Clear the queue when deactivating the pad - -2015-03-18 17:38:35 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsenc.c: - * ext/dtls/gstdtlsenc.h: - dtlsenc: Handle pad activity states properly - -2015-03-18 17:35:12 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsenc.c: - dtlsenc: Don't manually activate/deactivate srcpad - -2015-03-18 10:47:15 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Separate buffer encoding functionality into a different function - https://bugzilla.gnome.org/show_bug.cgi?id=746387 - -2015-03-18 10:16:41 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Add support for buffer list - https://bugzilla.gnome.org/show_bug.cgi?id=746387 - -2015-03-18 09:39:49 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Add missing locks - https://bugzilla.gnome.org/show_bug.cgi?id=746387 - -2015-03-18 09:17:31 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Split chain functionality so it can be reused for buffer list - https://bugzilla.gnome.org/show_bug.cgi?id=746387 - -2015-03-18 13:52:38 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsenc.c: - * ext/dtls/gstdtlsenc.h: - dtlsenc: Use a GQueue instead of a GPtrArray - Using a GPtrArray as a queue is not very efficient as the whole - array has to be copied whenever an element is removed from the - beginning. - -2015-03-18 10:06:47 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsdec.c: - dtlsdec: Fix locking - Especially don't hold any mutex while adding/removing pads or pushing data. - -2015-03-18 09:57:32 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsdec.c: - dtlsdec: Add support for buffer lists - -2015-03-18 09:46:40 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsconnection.c: - * ext/dtls/gstdtlsconnection.h: - * ext/dtls/gstdtlsdec.c: - * ext/dtls/gstdtlsdec.h: - * ext/dtls/gstdtlsenc.c: - * ext/dtls/gstdtlsenc.h: - * ext/dtls/gstdtlssrtpdec.c: - * ext/dtls/gstdtlssrtpenc.c: - * ext/dtls/gstdtlssrtpenc.h: - dtls: Fix some search & replace mistakes from renaming the elements - -2015-03-17 16:49:54 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Improve memory management on chain function - Avoiding copy the buffer twice, one while mapping and other with mencpy - https://bugzilla.gnome.org/show_bug.cgi?id=746356 - -2015-03-17 16:50:41 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Fix typo in log - -2015-03-17 11:43:00 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsagent.c: - dtls: Initialize debug category earlier - Otherwise the openssl initialization will use it before initialization - -2014-11-13 20:39:11 -0500 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/audiointerleave.c: - audiointerleave: Add unit tests - Almost a copy of the "interleave" unit tests, improved to support - the thread on the src pad on GstAggregator. - https://bugzilla.gnome.org/show_bug.cgi?id=740236 - -2015-03-06 13:49:48 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiointerleave.c: - * gst/audiomixer/gstaudiointerleave.h: - audiointerleave: Set src caps in aggregate - This prevents races between the setcaps of the sink pads - https://bugzilla.gnome.org/show_bug.cgi?id=740236 - -2014-11-13 15:40:15 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/Makefile.am: - * gst/audiomixer/gstaudiointerleave.c: - * gst/audiomixer/gstaudiointerleave.h: - * gst/audiomixer/gstaudiomixer.c: - audiointerleave: Add interleave element based on audioaggregator - https://bugzilla.gnome.org/show_bug.cgi?id=740236 - -2015-03-06 16:51:12 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Print a message when a buffer is late - https://bugzilla.gnome.org/show_bug.cgi?id=740236 - -2014-11-15 17:54:51 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudioaggregator.c: - audioaggregator: Don't re-send the caps if they did not change - https://bugzilla.gnome.org/show_bug.cgi?id=740236 - -2014-11-06 17:15:17 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/Makefile.am: - * gst/audiomixer/gstaudioaggregator.c: - * gst/audiomixer/gstaudioaggregator.h: - * gst/audiomixer/gstaudiomixer.c: - * gst/audiomixer/gstaudiomixer.h: - audioaggregator: Split base class from audiomixer - Also: - - Don't modify size on early buffer - The size is the size of the buffer, not of remaining part. - - Use the input caps when manipulating the input buffer - Also store in in the sink pad - - Reply to the position query in bytes too - - Put GAP flag on output if all inputs are GAP data - - Only try to clip buffer if the incoming segment is in time or samples - - Use incoming segment with incoming timestamp - Handle non-time segments and NONE timestamps - - Don't reset the position when pushing out new caps - - Make a number of member variables private - - Correctly handle case where no pad has a buffer - If none of the pads have buffers that can be handled, don't claim to be EOS. - - Ensure proper locking - - Only support time segments - https://bugzilla.gnome.org/show_bug.cgi?id=740236 - -2015-03-07 22:08:40 -0500 Olivier Crête <olivier.crete@ocrete.ca> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Release pad object lock before dropping buffer - Otherwise, the locking order is violated and deadlocks happen. - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-03-06 20:22:13 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Only ignore pads with no buffers on timeout - When the timeout is reached, only ignore pads with no buffers, iterate - over the other pads until all buffers have been read. This is important - in the cases where the input buffers are smaller than the output buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-03-06 21:12:13 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Be more aggressive with invalid replies to our latency query - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-03-06 20:25:03 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Only advance by the buffer size when a buffer is late - https://bugzilla.gnome.org/show_bug.cgi?id=745768 - -2015-03-16 17:49:58 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/dtls/gstdtlsagent.c: - * ext/dtls/gstdtlscertificate.c: - * ext/dtls/gstdtlsconnection.c: - dtls: make sure we actually log into the right debug category - GST_DTLS_USE_GST_LOG is not defined anywhere, so - we'd just log into the default category by accident. - We use the gst logging system unconditionally now, - so might just as well remove this #if #else. - -2015-03-16 17:36:49 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/dtls/gstdtlsagent.c: - * ext/dtls/gstdtlsconnection.c: - dtls: fix some more compiler warnings - gcc-4.9.2: - gstdtlsagent.c:114:1: error: old-style function definition - gstdtlsconnection.c:253:3: error: ISO C90 forbids mixed declarations and code - gstdtlsconnection.c:291:3: error: ISO C90 forbids mixed declarations and code - gstdtlsconnection.c:391:3: error: ISO C90 forbids mixed declarations and code - gstdtlsconnection.c:434:3: error: ISO C90 forbids mixed declarations and code - gstdtlsconnection.c:773:1: error: 'BIO_s_gst_dtls_connection' was used with no prototype before its definition - gstdtlsconnection.c:773:1: error: old-style function definition - -2015-03-16 17:53:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/Makefile.am: - * ext/dtls/gstdtlsagent.c: - * ext/dtls/gstdtlscertificate.c: - * ext/dtls/gstdtlscommon.h: - * ext/dtls/gstdtlsconnection.c: - * ext/dtls/gstdtlsdec.c: - * ext/dtls/gstdtlssrtpdec.c: - dtls: Unconditionally use GStreamer debug log system - -2015-03-16 17:48:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsagent.c: - * ext/dtls/gstdtlsagent.h: - * ext/dtls/gstdtlscertificate.c: - * ext/dtls/gstdtlscertificate.h: - * ext/dtls/gstdtlscommon.h: - * ext/dtls/gstdtlsconnection.c: - * ext/dtls/gstdtlsconnection.h: - * ext/dtls/gstdtlsdec.c: - * ext/dtls/gstdtlsdec.h: - * ext/dtls/gstdtlsenc.c: - * ext/dtls/gstdtlsenc.h: - * ext/dtls/gstdtlssrtpbin.c: - * ext/dtls/gstdtlssrtpbin.h: - * ext/dtls/gstdtlssrtpdec.c: - * ext/dtls/gstdtlssrtpdec.h: - * ext/dtls/gstdtlssrtpdemux.c: - * ext/dtls/gstdtlssrtpdemux.h: - * ext/dtls/gstdtlssrtpenc.c: - * ext/dtls/gstdtlssrtpenc.h: - * ext/dtls/plugin.c: - dtls: Re-namespace from Er to Gst - -2015-03-16 17:35:29 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsconnection.c: - dtls: Fix some compiler warnings - gstdtlsconnection.c:128:32: error: passing 'const char [30]' to parameter of type 'void *' - discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] - SSL_get_ex_new_index (0, "gstdtlsagent connection index", NULL, NULL, - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - /usr/include/openssl/ssl.h:1981:43: note: passing argument to parameter 'argp' here - int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, - ^ - gstdtlsconnection.c:822:40: error: arithmetic on a pointer to void is a GNU extension - [-Werror,-Wpointer-arith] - memcpy (out_buffer, priv->bio_buffer + priv->bio_buffer_offset, copy_size); - ~~~~~~~~~~~~~~~~ ^ - -2015-03-16 17:34:05 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dtls/gstdtlsagent.c: - * ext/dtls/gstdtlscertificate.c: - * ext/dtls/gstdtlsconnection.c: - * ext/dtls/gstdtlsdec.c: - * ext/dtls/gstdtlsenc.c: - * ext/dtls/gstdtlssrtpbin.c: - * ext/dtls/gstdtlssrtpdec.c: - * ext/dtls/gstdtlssrtpdemux.c: - * ext/dtls/gstdtlssrtpenc.c: - * ext/dtls/plugin.c: - dtls: Fix indention - -2015-03-16 17:33:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * ext/Makefile.am: - * ext/dtls/Makefile.am: - * ext/dtls/gstdtlsagent.c: - * ext/dtls/gstdtlsagent.h: - * ext/dtls/gstdtlscertificate.c: - * ext/dtls/gstdtlscertificate.h: - * ext/dtls/gstdtlscommon.h: - * ext/dtls/gstdtlsconnection.c: - * ext/dtls/gstdtlsconnection.h: - * ext/dtls/gstdtlsdec.c: - * ext/dtls/gstdtlsdec.h: - * ext/dtls/gstdtlsenc.c: - * ext/dtls/gstdtlsenc.h: - * ext/dtls/gstdtlssrtpbin.c: - * ext/dtls/gstdtlssrtpbin.h: - * ext/dtls/gstdtlssrtpdec.c: - * ext/dtls/gstdtlssrtpdec.h: - * ext/dtls/gstdtlssrtpdemux.c: - * ext/dtls/gstdtlssrtpdemux.h: - * ext/dtls/gstdtlssrtpenc.c: - * ext/dtls/gstdtlssrtpenc.h: - * ext/dtls/plugin.c: - dtls: Add new DTLS plugin - This is a copy of the Ericsson DTLS plugin from - https://github.com/EricssonResearch/openwebrtc-gst-plugins/tree/master/ext/erdtls/src - https://bugzilla.gnome.org/show_bug.cgi?id=744582 - -2015-03-16 03:53:33 +1100 Jan Schmidt <jan@centricular.com> - - * gst/compositor/compositororc.orc: - compositor: Revert most of previous patch. - The calculation doesn't produce the same results. - Keep just the change to divide alpha by 255 instead of 256, - for slightly better accuracy - -2015-03-15 16:55:00 +0000 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - androidmedia: Add helpers for calling static methods - -2015-03-15 16:38:29 +0000 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - androidmedia: Fix indention - -2014-06-05 10:33:56 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - androidmedia: Add more JNI helper functions - -2014-06-02 12:37:09 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/androidmedia/Makefile.am: - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstjniutils.c: - * sys/androidmedia/gstjniutils.h: - androidmedia: Split jni code to gstjniutils.c - -2015-03-15 16:10:31 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: drop some superfluous assertions - g_return_*_if_fail() is for public API to catch - programming errors. For internal code, we should - just use g_assert() to check internal state. - -2015-03-15 15:54:01 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/mpegtsmux.c: - tests: mpegtsmux: add test for keyframe/delta flag propagation - The first output MPEG-TS packet that corresponds to a video input - buffer which had the delta flag cleared (i.e. was a keyframe) - should have the delta flag cleared as well. - This is needed e.g. by tcpserversink in order to keep track - of the last keyframe and be able to burst data to newly- - connected clients. - https://bugzilla.gnome.org/show_bug.cgi?id=706872 - -2015-03-15 14:35:15 +0000 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - gl/docs: add missing functions/objects - -2015-03-15 12:58:26 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: tentative proper context collision detection - Fixes - tee name=t ! queue ! gliamgesink t. ! queue ! glimagesink - -2014-07-18 10:44:59 +0200 Jesper Larsen <knorr.jesper@gmail.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Fix namespace of some internal functions - https://bugzilla.gnome.org/show_bug.cgi?id=733347 - -2015-03-16 00:22:14 +1100 Jan Schmidt <jan@centricular.com> - - * gst/compositor/compositororc.orc: - compositor: Fix blending functions - Correctly calculate alpha in a few places by dividing by 255, - not 256. - Fix the argb and bgra blending functions to avoid an off-by-one - error in the calculations, so painting with alpha = 0xff doesn't - ever bleed through from behind - -2015-03-15 12:06:22 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/mpegtsmux.c: - tests: mpegtsmux: add unit test for "alignment" property - https://bugzilla.gnome.org/show_bug.cgi?id=722129 - -2015-03-14 15:27:39 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: make "alignment" property more useful for packetisation - Currently the alignment property just makes sure that we - output things in multiples of align*packet_size bytes, but - with no clear maximum size. When streaming MPEG-TS over - UDP one wants buffers with a maximum packet size of 1316. - The alignment property so far would just output buffers - that are a multiple of 1316 then. - Instead we now make the alignment property output - individual buffers with the alignment size, which - is entirely backwards compatible with the expected - behaviour up until now. For efficiency reason - collect all those buffers in a buffer list and - send that downstream. - Also collect data to push downstream in a buffer - list from the adapter if we don't align things, - which is still more efficient because of the - silly way the muxer currently creates output - packets. - https://bugzilla.gnome.org/show_bug.cgi?id=722129 - -2015-03-11 23:03:24 +0800 xixi <xixi10111011@gmail.com> - - * ext/dash/gstmpdparser.c: - dashdemux: fetch wrong segment at the end of Period - Fix check for end of Period time to avoid trying - to fetch a segment that doesn't exist - https://bugzilla.gnome.org/show_bug.cgi?id=746038 - -2015-03-14 19:48:21 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * ext/gl/gstgluploadelement.c: - * gst-libs/gst/gl/gstglupload.c: - glupload: move meta-data copy into gst-gl library - In some upload implementations the out buffer has more than one references, - turning the buffer not writable, so it won't be possible to modify its - meta-data. - This patch moves the meta-data copy before increasing the reference of the out - buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=746173 - -2015-03-14 18:45:01 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: fix the slight difference between EXT_rg and ARB_rg - GL_EXT_texture_rg doesn't take sized formats for the internalformat - parameter of TexImage* but GL_ARB_texture_rg and GL(ES)3 do. - https://bugzilla.gnome.org/show_bug.cgi?id=732507 - -2015-03-14 17:29:02 +0000 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: remove hack around bug 648359 - It is already fixed - -2015-03-14 12:24:53 +0000 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: remove deprecated g_atomic function - We depend on 2.32 already - -2015-03-14 11:45:20 +0000 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: fix pad leak - Only get the pad if it is really going to be used to avoid - leaking it - -2015-03-14 18:10:24 +0000 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/generic/cube/main.cpp: - gl/examples: fixup generic cube example for NDC - translating outside the clip region doesn't work - -2015-03-14 15:38:28 +0000 Julien Isorce <j.isorce@samsung.com> - - * tests/examples/gl/sdl/.gitignore: - * tests/examples/gl/sdl/Makefile.am: - * tests/examples/gl/sdl/sdlshare2.c: - gl/examples: add sdlshare2 that uses glimagesink to output textures - https://bugzilla.gnome.org/show_bug.cgi?id=739681 - -2015-03-14 16:30:42 +0000 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/gstglimagesink.c: - glimagesink: keep window invisible when sharing output - https://bugzilla.gnome.org/show_bug.cgi?id=739681 - -2015-03-14 15:16:55 +0000 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/gstglimagesink.c: - * tests/examples/gl/generic/cube/Makefile.am: - * tests/examples/gl/generic/cube/main.cpp: - * tests/examples/gl/generic/cubeyuv/Makefile.am: - * tests/examples/gl/generic/cubeyuv/main.cpp: - * tests/examples/gl/generic/doublecube/Makefile.am: - * tests/examples/gl/generic/doublecube/main.cpp: - * tests/examples/gl/qt/mousevideooverlay/pipeline.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.cpp: - glimagesink: provide GstSample in client-draw signal - Instead of prividing texture and size directly. - And apply changes to examples. - https://bugzilla.gnome.org/show_bug.cgi?id=739681 - -2015-03-14 15:37:05 +0000 Julien Isorce <j.isorce@samsung.com> - - * tests/examples/gl/sdl/sdlshare.c: - sdlshare: use glupload and unmap frame - -2015-03-14 16:25:29 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglsyncmeta.c: - * gst-libs/gst/gl/gstglsyncmeta.h: - glsyncmeta: make context to wait and set sync explicit - otherwise we may wait on a sync object in same context by accident - -2015-03-14 15:16:01 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: fix build - Was supposed to be squashed into earlier commit. - -2015-03-14 15:15:02 +0000 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - docs: update plugin docs - -2015-03-14 14:43:37 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * sys/Makefile.am: - * sys/osxvideo/Makefile.am: - * sys/osxvideo/osxvideoplugin.c: - * sys/osxvideo/osxvideosrc.c: - * sys/osxvideo/osxvideosrc.h: - Remove unported and useless osxvideosrc element - There are other elements for this now. - -2015-03-13 18:24:43 +0000 Ramiro Polla <ramiro.polla@collabora.co.uk> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: properly escape percent sign in documentation - -2015-03-14 12:58:22 +0000 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Add NULL check in error case - Other context may be NULL if something went wrong. Avoid trying to unref - a NULL pointer. - -2015-03-14 11:01:12 +0000 Matthew Waters <matthew@centricular.com> - - * configure.ac: - gl: fix a couple of typos in configure.ac - https://bugzilla.gnome.org/show_bug.cgi?id=744020 - -2015-03-14 10:39:06 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorconvertelement.c: - * ext/gl/gstgluploadelement.c: - glupload/colorconvert: only copy timestamps if the input buffer != output - -2015-03-11 00:06:55 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h: - * gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.m: - * gst-libs/gst/gl/gstgldisplay.c: - gl: add GstGLDisplayCocoa - https://bugzilla.gnome.org/show_bug.cgi?id=746012 - -2015-03-13 09:07:16 +0000 Julien Isorce <j.isorce@samsung.com> - - * tests/examples/gl/cocoa/cocoa-videooverlay.m: - examples: initialize NSApp at the beginning - -2015-03-14 07:49:14 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: do not terminate loop in gst_gl_window_cocoa_close - It is now done in _finalize. - Fix regression introduced by - "gl/window: create the main loop/context on init/finalize" - bc7a7259f357b0065dd94e0668b5a895d83fa53a - -2015-03-13 15:34:55 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglutils.c: - gl: avoid overwriting display and context to NULL - It happens when the application provides display - and/or context. - -2015-03-13 17:41:17 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gltestsrc.c: - * gst-libs/gst/gl/gstglshader.c: - glshader: attribute locations are -1 on error - -2015-03-13 17:04:17 +0000 Neos3452 <neos3452@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - glshader: prevent from getting attributes without vertex shader - It doesn't make sense to query for vertex attributes without a vertex - shader. Moreover this is causing a crash on OSX. - https://bugzilla.gnome.org/show_bug.cgi?id=746168 - -2015-03-14 02:53:00 +1100 Jan Schmidt <jan@centricular.com> - - * ext/gl/gstglfilterbin.c: - GL: Remove annoying printf in the filterbin class_init - -2015-03-12 09:27:30 +0100 ijsf <ijsf@gmx.net> - - * sys/applemedia/avfvideosrc.m: - Restricted activeVideoMaxFrameDuration to fix frame rate - -2015-03-13 12:43:13 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: add pixel-aspect-ratio property on the bin - -2015-03-13 12:40:04 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: unref the bufferpool - -2015-03-13 12:29:54 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: forward ALL the properties on the bin - -2015-03-13 12:28:36 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgluploadelement.c: - gluploadelement: properly unref buffers that are the same as the input - basetransform doesn't unref equal input and output buffers - -2015-03-13 10:25:35 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectbulge.c: - * ext/gl/effects/gstgleffectfisheye.c: - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectsin.c: - * ext/gl/effects/gstgleffectsquare.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectstretch.c: - * ext/gl/effects/gstgleffecttunnel.c: - * ext/gl/effects/gstgleffecttwirl.c: - * ext/gl/effects/gstgleffectxray.c: - * ext/gl/gstglbumper.c: - * ext/gl/gstglcolorscale.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstglfilterapp.c: - * ext/gl/gstglfilterblur.c: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglfilterlaplacian.c: - * ext/gl/gstglfilterreflectedscreen.c: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglfiltersobel.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmosaic.c: - * ext/gl/gstgloverlay.c: - * ext/gl/gstgltransformation.c: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - gl: get the context from basemixer/basefilter - -2015-03-13 09:38:54 +0000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: retreive the gldisplay/app gl context as soon as possible - fixes the usage of gst_gl_display_filter_gl_api - -2015-03-13 09:37:46 +0000 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcontext.c: - gl/tests: fix deadlock on glcontext wrapped context test - -2015-03-12 16:46:44 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: cache indices in a buffer object - -2015-03-12 17:11:31 +0000 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Fix discont detection and buffer alignment code - Actually accumulate the sample counter to check the accumulated error - between actual timestamps and expected ones instead of just resetting - the error back to 0 with every new buffer. - Also don't reset discont_time whenever we don't resync. The whole point of - discont_time is to remember when we first detected a discont until we actually - act on it a bit later if the discont stayed around for discont_wait time. - https://bugzilla.gnome.org/show_bug.cgi?id=746032 - -2015-03-08 18:16:04 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.h: - * ext/gl/caopengllayersink.m: - * ext/gl/gstopengl.c: - caopengllayersink: implement as a bin like glimagesink - -2015-03-03 18:05:04 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: avoid deadlock when creating context on the main thread. - Make window/view creation async so that it is possible to - gst_gl_context_create from the main thread. - -2015-03-03 17:26:47 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - gl: store the list of contexts within gldisplay - Removes the reliance on the allocation query to propogate GL contexts. - Allows thread safely getting a context for the a specific thread. - -2015-03-03 16:48:24 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: unset the current shader after rendering - fixes gltestsrc ! glimagesink when gltestsrc doesn't use a shader - -2015-03-03 16:38:56 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltestsrc.h: - gltestsrc: remove usage of gldownload library object - -2015-02-28 00:30:38 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - glcontext: store the thread current context - -2015-02-26 18:26:36 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglsrcbin.c: - * ext/gl/gstglsrcbin.h: - * ext/gl/gstopengl.c: - gl: new glsrcbin element - -2015-02-26 13:45:56 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - * ext/gl/gstopengl.c: - glvideomixer: implement with glmixerbin - The relevant properties are forwarded to/from the containing bin - and sink pads. - -2015-02-26 00:20:37 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - glmixer: remove usage of upload/download objects - -2015-02-25 23:48:56 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglmixerbin.c: - * ext/gl/gstglmixerbin.h: - * ext/gl/gstopengl.c: - gl: new glmixerbin element - -2015-02-20 16:47:01 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstopengl.c: - glimagesink: implement as a bin - glupload ! glcolorconvert ! sink - Some properties are manually forwarded. The rest are available using - GstChildProxy. - The two signals are forwarded as well. - -2015-02-19 18:23:37 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglsinkbin.c: - * ext/gl/gstglsinkbin.h: - * ext/gl/gstopengl.c: - gl: new glsinkbin element - similar to glfilterbin but for sinks - -2015-02-19 14:19:59 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: don't use the library upload/convert objects - -2015-02-19 13:33:28 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglfilterbin.c: - * ext/gl/gstglfilterbin.h: - * ext/gl/gstopengl.c: - gl: new element glfilterbin - It encapsulates a confiurable GL processing element in the - upload/colorconvert/download dance required to transparently process - the majority of GstBuffer's. - -2015-02-19 13:24:59 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstgldownloadelement.c: - * ext/gl/gstgldownloadelement.h: - * ext/gl/gstopengl.c: - gl: add new gldownloadelement - Simply transforms caps to/from raw/glmemory capsfeatures - -2015-02-12 17:59:27 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglcolorconvertelement.c: - * ext/gl/gstglcolorconvertelement.h: - * ext/gl/gstopengl.c: - gl: add a new glcolorconvert element based on the glcolorconvert library object - -2015-03-11 16:56:16 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: implement propose_allocation pool handling for glmemory upload - -2015-02-11 23:29:01 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstgluploadelement.c: - * ext/gl/gstgluploadelement.h: - * ext/gl/gstopengl.c: - gl: add a new glupload element based on the glupload library object - -2015-02-11 14:48:45 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglbasemixer.c: - * ext/gl/gstglbasemixer.h: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmixerpad.h: - * ext/gl/gstglvideomixer.h: - gl: add a new glbasemixer class below glmixer - It deals with propagating the gl display/contexts throughout the - application/pipeline - -2015-02-11 01:48:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbasefilter.c: - * gst-libs/gst/gl/gstglbasefilter.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - gl: add a new glbasefilter class below glfilter - It deals with propagating the gl display/contexts throughout the - application/pipeline - -2015-02-11 01:27:28 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - glutils: expose running a query on a set of src/sink pads - -2015-03-12 12:49:40 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusenc.c: - * ext/opus/gstopusenc.h: - opusenc: replace cbr and constrained-vbr properties with an enum - It was deemed confusing before. - https://bugzilla.gnome.org/show_bug.cgi?id=744909 - -2015-03-12 10:14:50 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: advertise resize in the caps negotiation properly - -2015-03-12 01:49:58 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Add locking to fill_buffer and fix mix_buffer - The audiomixer pad struct fields may be changed from other threads - -2015-03-12 01:56:44 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - * gst/audiomixer/gstaudiomixer.h: - audiomixer: Mark a discont when we receive a new segment event - This allows us to handle new segment events correctly; either by dropping - buffers or inserting silence; for example if the offset is changed on an srcpad - connected to audiomixer. - -2015-03-12 09:46:02 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: we don't do resizing of the video frames - As we cannot do accurate texel sampling then due to the texture - coordinates being interpolated based on the output frame size. - -2015-01-20 19:53:09 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: While aggregating, sync values for all pads before converting frames - -2015-03-11 18:49:22 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/x11: don't XGetWindowAttributes every XEvent - fixes a deadlock in xcb where the X window may not exist. - https://bugzilla.gnome.org/show_bug.cgi?id=745633 - -2015-03-11 14:50:28 +0000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - gl/window: hopefully fixup compile warnings on android/ios - -2015-03-11 17:19:17 +1100 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: Remove redundant check for clearing context on reset. - The context is already cleared a few lines above. - -2015-03-11 16:55:14 +1100 Jan Schmidt <jan@centricular.com> - - * ext/dash/gstisoff.c: - * ext/dc1394/gstdc1394.c: - * ext/openjpeg/gstopenjpegenc.c: - * ext/resindvd/gstmpegdesc.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/gl/egl/gsteglimagememory.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/insertbin/gstinsertbin.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst/mxf/mxfmetadata.c: - * gst/siren/gstsirendec.c: - * gst/videomeasure/gstvideomeasure_ssim.c: - * sys/acmenc/acmenc.c: - * sys/vdpau/gstvdpvideobufferpool.c: - Remove a bunch of silly ';;' typos at the end of lines - -2015-03-06 15:31:18 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/window: create the main loop/context on init/finalize - Avoids races setting the window handle from the main thread. - https://bugzilla.gnome.org/show_bug.cgi?id=745633 - -2015-03-08 02:04:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/base/gstaggregator.h: - aggregatory: don't redefine GST_FLOW_CUSTOM_SUCCESS - -2015-03-04 11:12:32 +0100 Edward Hervey <bilboed@bilboed.com> - - * sys/androidmedia/gstamcaudiodec.c: - androidmedia: Remove unused label/variable - -2015-03-10 15:31:21 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix get_presentation_offset check. - And return 0 isntead of FALSE. - https://bugzilla.gnome.org/show_bug.cgi?id=745455 - -2015-03-02 14:00:03 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: implement get_presentation_offset. - To account for presentationTimeOffset as per section 7.2.1 . - https://bugzilla.gnome.org/show_bug.cgi?id=745455 - -2015-03-02 13:53:03 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: [API]: get_presentation_offset virtual method. - Asks the subclass for a potential time offset to apply to each - separate stream, in dash streams can have "presentation time offsets", - which can be different for each stream. - https://bugzilla.gnome.org/show_bug.cgi?id=745455 - -2015-03-06 12:24:44 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * ext/dash/gstmpdparser.c: - gstmpdparser: Really set the default value for startNumber. - + The specs ask for a default of 1, the current code only did - set a default when the field was present. - https://bugzilla.gnome.org/show_bug.cgi?id=745455 - -2015-03-09 11:11:16 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/videoparsers/gstmpegvideoparse.c: - videoparser: unused value - Value set in off will be immediately overwritten after going to next. - CID #1226476 - -2015-03-09 12:51:21 +0900 hoonhee.lee <hoonhee.lee@lge.com> - - * gst/y4m/gsty4mdec.c: - y4mdec: remove unnecessary semicolon - https://bugzilla.gnome.org/show_bug.cgi?id=745877 - -2015-03-09 12:41:59 +0900 hoonhee.lee <hoonhee.lee@lge.com> - - * tests/check/libs/gstglcontext.c: - tests: glcontext: remove unnecessary semicolon - https://bugzilla.gnome.org/show_bug.cgi?id=745875 - -2015-03-06 14:49:20 +0200 Mohammed Hassan <mohammed.hassan@jolla.com> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: update zoom param spec if video source changes its max-zoom - If the video source happens to allow max-zoom to be greater than our maximum hard coded - value of 10 then the user cannot set anything greater than our maximum specified in the - param spec. We have to update our param spec to prevent glib from capping the value - https://bugzilla.gnome.org/show_bug.cgi?id=745740 - -2015-03-07 10:28:35 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/plugin.m: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - vtdec: Register a hardware-only vtdec_hw on OSX and give it a higher rank - while having the default vtdec at secondary rank. This allows decodebin/playbin - to prefer the hardware based decoders, and if that fails to initialize because - hardware resources are busy to fall back to e.g. the libav based h264 decoder - instead of the software based vtdec (which is slower), and only fall back to - the software based vtdec if there is no higher ranked decoder available. - -2015-03-06 20:11:00 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglmixer.c: - glmixer: Don't share our downstream pool with upstream - Pool cannot have multiple owner. This can lead to spurious - pool was flushing error. - https://bugzilla.gnome.org/show_bug.cgi?id=74570 - -2015-03-05 16:28:36 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: Don't chain downstream pool - Chaining a downstream pool would lead to two owner of the same - pool. In dynamic pipeline, if one owner is removed from the pipeline - the pool will be stopped, and the rest of the pipeline will fail - since the pool will now be flushing. Also fix proposed pool caching, - filter->pool was never set, never unrefed. - https://bugzilla.gnome.org/show_bug.cgi?id=745705 - -2015-03-05 15:49:50 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Only cache pool, don't manage it - GLImage does not use any kind of internal pool. There was some - remaining code and comment stating that it was managing the - pool, and it was in fact setting the active state when doing - to ready state. - * Only create the pool if requested and in propose_allocation - * Cache the pool to avoid reallocation on spurious reconfigure - * Don't try to deactivate the pool (we don't own it) - https://bugzilla.gnome.org/show_bug.cgi?id=745705 - -2015-03-06 12:07:47 -0500 Xavier Claessens <xavier.claessens@collabora.com> - - * gst/videoparsers/gstpngparse.c: - pngparse: stop spamming info messages - https://bugzilla.gnome.org/show_bug.cgi?id=745755 - -2015-03-06 18:54:24 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstgldownload.c: - gldownload: Simplify caps feature setting code - -2015-03-06 18:15:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: Remove format info in glcolorconvert's transform_caps function instead of on every caller - ... and let glmixer actually transform the caps it is supposed to transform - instead of inventing new caps. - -2015-03-06 18:49:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - Revert "videoaggregator: Create new caps from the video-info" - This reverts commit 78215be0dfbb4e8ed4f249e161a94c644328d28d. - because it broke glvideomixer with custom caps features. - -2015-03-06 18:36:12 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Simplify caps feature setting code - -2015-03-06 14:54:41 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/rtp/gstrtph265depay.c: - rtp: donl_present variable unused - donl_present is not implemented, yet the value is set and checked a few times. - Cleaning this. - CID #1249687 - -2015-03-06 14:27:44 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegtsmux/tsmux/tsmuxstream.c: - mpegtsmux: fall through switch statement - Adding a comment makes coverity happy and quells the issue. - CID #1139748 - -2015-03-06 14:36:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Create new caps from the video-info - In case the original caps were missing some optional fields like - interlace-mode. We assume default values for those everywhere, - but they can still cause negotiation to fail if a downstream element - expects the field to be there and at a specific value. - -2015-02-25 13:52:21 +0100 Florian Zwoch <fzwoch@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: allow "capture-screen" mode to select which screen to capture via the "device-index" option - https://bugzilla.gnome.org/show_bug.cgi?id=745161 - -2015-03-05 19:09:49 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: Only use debugging if we have valid values - The debug category won't have been created/activated if it's not a - valid display - -2015-03-05 15:54:55 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/opencv/motioncells_wrapper.cpp: - motioncells: protect against not found id - If searchIdx() doesn't find the id it returns -1, which breaks - motioncelssvector.at (idx). Check for it and return if not found. - Changing a few other lines for style consistency. - -2015-03-05 15:34:09 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/opencv/gsttemplatematch.c: - opencv: remove always-true check - filter->cvImage has just been used/dereferenced, there would be an error - there if the pointer was NULL. No need to check since it will always be true. - -2015-03-04 16:13:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Calculate the duration more accurately from the capture time and numbers of samples - This should prevent any accumulating rounding errors with the duration. - -2015-03-04 16:05:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Fix the timestamp and offset calculations even more - -2015-03-04 16:04:18 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Don't subtract the duration from the capture time - We already have the real capture time, not the time when we received - the end of the packet. - -2015-03-04 13:16:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - Revert "audiomixer: Latency is twice the output buffer duration, not only once" - This reverts commit d387cf67df91b59540f32ee17b4c02f747969add. - The analysis was wrong: The first 20ms of latency are introduced by the source - already and put into the latency query, making it only necessary to cover the - additional 20ms of audiomixer inside audiomixer. - -2015-03-04 09:24:27 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusdec.c: - opusdec: fix latency query in FEC case - The max latency parameter is "the maximum time an element - synchronizing to the clock is allowed to wait for receiving all - data for the current running time" (docs/design/part-latency.txt). - https://bugzilla.gnome.org/show_bug.cgi?id=744338 - -2015-03-03 11:42:09 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: reset the parser information when caps changes - This prevents it from going into passthrough after receiving 2 - byte-stream caps (different ones) as it would keep the have_pps and - have_sps set to true and would just go into passthrough without - updating its caps. - This patch makes it reset its stream information to restart properly - when new caps are received. - https://bugzilla.gnome.org/show_bug.cgi?id=745409 - -2015-03-03 17:47:51 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: set timestamp on discont buffers - Make sure discont buffers have its timestamp set to allow downstream - to resync if needed - -2012-03-22 08:47:57 +0100 Oleksij Rempel <bug-track@fisher-privat.net> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - * gst/camerabin2/gstwrappercamerabinsrc.h: - camerabin2: check negotiated caps avoid reseting of the pipe - To avoid useless renegotiation of the pipe we can check for - negotiated caps on src_filter and compare it with requested - filter. If the caps intersect, avoid restart. - Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> - https://bugzilla.gnome.org/show_bug.cgi?id=672610 - -2015-03-02 01:08:15 +0300 Ilya Averyanov <i.averyanov@geoscan.aero> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Remove duplicate code - The muxer is already allocated in reset(), which is called soon afterwards. - https://bugzilla.gnome.org/show_bug.cgi?id=745506 - -2015-03-03 10:12:11 +0800 Song Bing <b06498@freescale.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: Set query ALLOCATION need_pool to FALSE - Set query ALLOCATION need_pool to FALSE as it only need query if can - support video overlay composition meta. - https://bugzilla.gnome.org/show_bug.cgi?id=745495 - -2015-03-04 14:38:36 +1100 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/avsamplevideosink.h: - * sys/applemedia/avsamplevideosink.m: - applemedia/avsamplesink: utilise a pull based approach of displaying video frames - Using requestMediaDataWhenReadyOnQueue the layer will execute a block - when it would like more frames. Using this we can provide the current - frame and avoid needlessly filling the layer's buffer queue causing - older frames to be displayed when under resource pressure. - -2015-03-03 15:22:38 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstgloverlay.c: - gloverlay: Fix upside down and miss-aligned JPEG - LibJPEG uses macroblock of 8x8 sample. In this element we use RGB and - Y444, two 24bit formats that are stored in 32bit pixels. This mean we - have 32x32 bytes macroblocks. For this reason, we need to allocate - our buffer slightly larger. We also need to pass the line pointer in - the right order, otherwise the image endup upside-down. - https://bugzilla.gnome.org/show_bug.cgi?id=745109 - -2015-03-03 20:03:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Latency is twice the output buffer duration, not only once - Let's assume a source that outputs outputs 20ms buffers, and audiomixer having - a 20ms output buffer duration. However timestamps don't align perfectly, the - source buffers are offsetted by 5ms. - For our ASCII art picture, each letter is 5ms, each pipe is the start of a - 20ms buffer. So what happens is the following: - 0 20 40 60 - OOOOOOOOOOOOOOOO - | | | | - 5 25 45 65 - IIIIIIIIIIIIIIII - | | | | - This means that the second output buffer (20 to 40ms) only gets its last 5ms - at time 45ms (the timestamp of the next buffer is the time when the buffer - arrives). But if we only have a latency of 20ms, we would wait until 40ms - to generate the output buffer and miss the last 5ms of the input buffer. - -2015-02-18 21:21:01 -0500 Xavier Claessens <xavier.claessens@collabora.com> - - gltransformation: normalize translations - https://bugzilla.gnome.org/show_bug.cgi?id=744763 - * Lubosz: use maxfloat for transformation range - -2015-02-18 20:41:14 -0500 Xavier Claessens <xavier.claessens@collabora.com> - - * ext/gl/gstgltransformation.c: - gltransformation: Fix doc typo - https://bugzilla.gnome.org/show_bug.cgi?id=744763 - -2015-03-03 13:45:46 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: Get rid of uploader if caps have changed - We need to update the uploader format if that caps have changed. - https://bugzilla.gnome.org/show_bug.cgi?id=745549 - -2015-03-03 16:50:30 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/wayland/wlshmallocator.c: - waylandsink: g_mkstemp is safer than mkstep - -2015-03-03 16:49:07 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/wayland/wlshmallocator.c: - Revert "waylandsink: mkstemp requires setting permission mask" - This reverts commit 1890e7355a5464fcfff58633851265b3fc7a3731. - Better to use g_mkstemp that takes care of the mask without affecting the - entire process. - -2015-03-03 16:55:26 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/gstglwindow.c: - gl: Fix context leaks - Introduced by a12ca13750a15300ab3c718ebde2984dc3d587b3 - -2015-03-03 16:23:40 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/asfmux/gstasfmux.c: - asfmux: remove unnecessary conditional - The two branches of the if conditional are identical, which means in all cases - the same gst_asf_put_guid() will be executed. Do it directly. - CID #1226448 - -2015-03-03 15:51:50 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/wayland/wlshmallocator.c: - waylandsink: mkstemp requires setting permission mask - Using mkstemp without setting the permission mask is potentially harmful. - POSIX specification of mkstemp() does not say anything about file modes, so we - need to make sure its file mode creation mask is set appropriately before - calling it. - -2015-03-02 16:45:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Reset the clock calibration when unsetting the master clock - Otherwise the old calibration will stick around for the next time we use it, - potentially giving us completely wrong times. - -2015-03-02 13:57:24 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink{audio,video}src: Add some more debug output - -2015-02-12 13:43:30 +0100 DanielD10 <d.dedisse@vogo.fr> - - * sys/decklink/gstdecklink.cpp: - decklink: Incorrect frame rate for interlaced modes - https://bugzilla.gnome.org/show_bug.cgi?id=744386 - -2015-03-01 19:57:23 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: register only one custom nsapp loop - Otherwise the pipeline stalls when running - more than one glimagesink with gst-launch. - Also only register the custom nsapp loop - when setting up the nsapp from gstgl. - -2015-03-01 16:54:10 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: instead of class_init use g_once to setup nsapp - -2015-02-26 23:04:09 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: check for deprecated constants prior to OSX 10.10 - -2015-03-01 09:43:32 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglbufferpool.c: - glbufferpool: Fix offset for odd height - We also need to recalculate the offset, since otherwise the frame - mapping will be forward two lines in the U and V planes (I420) due - to gst_video_info_align() round up the Y plane to a even number of - lines. - https://bugzilla.gnome.org/show_bug.cgi?id=745054 - -2015-03-01 00:08:42 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * tests/check/libs/gstglmemory.c: - gl-test: Port unit tests to new API - -2015-02-28 15:00:13 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: Support offset when downloading - Make sure we support offset and video alignment when downloading too. - This is currently not used (plane_start is always 0), but it makes - the code correct if we want to use that later. - -2015-02-28 13:01:16 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: Provide correct size on upload - Provide the right size to GL when uploading. Using maxsize is wrong - since we offset the data point with the memory offset and video - alignement offset. - https://bugzilla.gnome.org/show_bug.cgi?id=744246 - -2015-02-28 12:48:03 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: Provide correct size on download - Provide the right size to GL when downloading. This fixes downloading - from GLMemory that where created for libav. - https://bugzilla.gnome.org/show_bug.cgi?id=744246 - -2015-02-28 11:55:26 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - glmemory: Use fallback for partial copy - When the memory is partial copy, the texture size and videoinfo no - longer make sense. As we cannot guess what the application wants, we - safely copy into a sysmem memory. - https://bugzilla.gnome.org/show_bug.cgi?id=744246 - -2015-02-25 18:07:03 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/gl/gstgloverlay.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - glmemory: Add GstAllocationParams and alignment support - This implements support for GstAllocationParams and memory alignments. - The parameters where simply ignored which could lead to crash on - certain platform when used with libav and no luck. - https://bugzilla.gnome.org/show_bug.cgi?id=744246 - -2015-02-28 18:21:33 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: perform egl upload on the gl thread - Fixes EGLImage usage on raspberry pi - https://bugzilla.gnome.org/show_bug.cgi?id=743914 - -2015-02-27 11:07:34 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Fix scaling with rate of internal/external clock - -2015-02-27 00:26:00 +0530 Arun Raghavan <git@arunraghavan.net> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Use standard upstream latency querying logic - The same functionality is duplicated in the default latency querying - now. - -2015-02-27 00:01:41 +0530 Arun Raghavan <git@arunraghavan.net> - - * gst/liveadder/liveadder.c: - liveadder: Use default upstream latency querying logic - We can rely on the standard upstream latency querying logic and then add - our own latency. - -2015-02-26 13:20:26 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Set freed method implementation to NULL - When trying to render buffers with meta:GLTextureUpload the glimagesink crashes - with a segmentation fault. - This patch workarounds this crash setting to NULL the method implementation - after free. - https://bugzilla.gnome.org/show_bug.cgi?id=745206 - -2015-02-25 14:48:59 +0100 Roman Nowicki <r.nowicki@sims.pl> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: release existing D3D swap chain on init - https://bugzilla.gnome.org/show_bug.cgi?id=745159 - -2015-02-24 19:01:45 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/Makefile.am: - opengl: Clean Makefile.am - + Split headers from source - + Remove uneeded AM_CFLAGS, AM_LDFLAGS - + Always set OBJCFLAGS - Due to the presence of a .m and regardless of the conditional values, - automake will promote the link command to OBJC using OBJCFLAGS. Only - the basic flags (like warnings and optimization) are going to make a - difference though. - This cleanup builds up the makefile with less specific files first - toward more specific file. FLAGS are built with the basic that unused - flags will have empty variable. - -2015-02-24 12:54:54 -0500 Xavier Claessens <xavier.claessens@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: cosmetic cleanup - https://bugzilla.gnome.org/show_bug.cgi?id=745105 - -2015-02-24 19:52:59 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/gl/Makefile.am: - opengl: don't add --tag=CC twice to LIBTOOLFLAGS - -2015-02-24 14:35:37 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/Makefile.am: - opengl: Add --tag=CC to LIBTOOLCLFAGS - This is required for static build. - -2015-02-24 18:50:03 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/jpegformat/gstjpegparse.c: - * tests/check/elements/jpegparse.c: - jpegparse: interlaced doesn't mean progressive scan - Removing interlaced variable since it is meant to mean progressive scan - and that isn't used. - -2015-02-24 18:38:31 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/check/elements/jpegparse.c: - Revert "tests: check jpegparse for progressive marker" - This reverts commit 1c77d12ce8770f0e065e9c00c35d711fdef1c9f8. - "interlaced" in the caps don't mean the same thing as the SOF2 marker in the - JPEG format. This test passes because of broken behaviour. - -2015-02-24 17:41:43 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/check/elements/jpegparse.c: - tests: check jpegparse for progressive marker - -2015-02-24 14:01:04 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: Deactivate window before changing handle - When setting a new window handle, we need to ensure all implementations - will detect the change. - For that we deactivate the context before setting the window handle, then - reactivate the context - https://bugzilla.gnome.org/show_bug.cgi?id=745090 - -2015-02-24 13:58:26 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - gl/egl: Detect window handle changes - When (re)activating the context, the backing window handle might have changed. - If that happened, destroy the previous surface and create a new one - https://bugzilla.gnome.org/show_bug.cgi?id=745090 - -2015-02-24 14:20:42 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/gl/gstglapi.c: - gl: remove docbook related warnings - -2015-02-24 13:51:24 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/modplug/gstmodplug.cc: - modplug: remove unused variable - -2015-02-24 13:36:00 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/modplug/gstmodplug.cc: - modplug: not using deprecated API anymore - -2015-02-24 13:16:21 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/modplug/gstmodplug.cc: - modplug: update example pipeline command - -2015-02-24 19:03:43 +0530 Arun Raghavan <arun@centricular.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - mpegts: Fix a compiler warning - Causes the following warning on clang: - gst-dvb-section.c:567:36: error: format specifies type 'unsigned long' but the argument has type 'int' [-Werror,-Wformat] - descriptors_loop_length, end - 4 - data); - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ - -2015-02-24 23:54:13 +1100 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: only attempt use of the texture cache with GLMemory caps features - Otherwise we send rectangle textures to glimagesink - -2015-02-24 23:52:39 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/caopengllayersink.m: - caopengllayersink: render black when we don't have a texture to display - Like when the winsys asks us to redraw before the pipeline has started - -2015-02-25 00:00:48 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: allow sharing between buffers - There was no real reason why the flag was set. We should be able - to handle it. Fixes last-sample handling on gl sinks - -2015-02-24 20:34:35 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: add compat definition for gles2 - -2015-02-24 11:19:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: Don't initialize the render window swap chain while the device is lost and we're waiting for reset - https://bugzilla.gnome.org/show_bug.cgi?id=744615 - -2015-02-24 11:18:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dvideosink.c: - d3dvideosink: Deactivate the fallback buffer pool when replacing it during caps changes - https://bugzilla.gnome.org/show_bug.cgi?id=744615 - -2015-01-29 17:41:19 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - * ext/gl/caopengllayersink.h: - * ext/gl/caopengllayersink.m: - * ext/gl/gstopengl.c: - new caopengllayersink element - renders gstreamer gl scene/video frames to a caopengllayer retreivable - from the "layer" property. - -2015-01-19 12:43:23 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * sys/applemedia/Makefile.am: - * sys/applemedia/avsamplevideosink.h: - * sys/applemedia/avsamplevideosink.m: - * sys/applemedia/plugin.m: - * tests/examples/Makefile.am: - * tests/examples/avsamplesink/.gitignore: - * tests/examples/avsamplesink/Makefile.am: - * tests/examples/avsamplesink/main.m: - applemedia: new AVSampleBufferLayerSink - Renders buffers using the CALayer subclass AVSampleBufferDisplayLayer - which can be placed inside a Core Animation render tree. - -2015-02-24 19:06:18 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - gl/calayer: don't use the async callback to render - not until we can provide equivalent functionality for other window - implementations. - -2015-02-24 01:20:23 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: also supported with gles3 - -2015-02-24 14:23:49 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - libgstgl: eagl: handle CALayer resize - -2015-02-23 16:13:31 +0100 Vasilis Liaskovitis <vliaskov@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: Fix transfer_pbo memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=744977 - -2015-02-22 10:03:54 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: reduce custom main loop latency - This fix a very slow rendering rate regression that only - happens when using gst-launch, i.e. in the case where - the main thread does not run any NSApp loop. - Git bisect reported it has been introduced by the commit - e10d2417e2fe7aa4733c076984339b0d61caa169: - "move to CGL and CAOpenGLLayer for rendering". - Then the commit 7d463576271e5a4cc1070780ba1a69c971e8be1d: - "gstglwindow_cocoa: fix slow render rate" attempted to fix - the slow rendering rate problem when using gst-launch. - At least for me it does not work. I tried several - combinations, for example to flush CA transactions in the - custom app loop, as mentioned in the doc, but the only solution - that fixes the slow rendering is by reducing the loop latency. - From what I tested, no need to put less than 60ms, even if the - framerate has an interval much lower (16.6ms for 60 fps). - -2015-02-17 23:50:51 +0000 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/gstglmixerpad.h: - glmixer: fix some compiler warnings - i686-apple-darwin11-llvm-gcc-4.2 - gstglmixer.h:43: error: redefinition of typedef ‘GstGLMixer’ - gstglmixerpad.h:32: error: previous declaration of ‘GstGLMixer’ was here - gstglmixer.h:46: error: redefinition of typedef ‘GstGLMixerFrameData’ - gstglmixerpad.h:33: error: previous declaration of ‘GstGLMixerFrameData’ was here - -2015-02-21 19:07:29 +0000 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-opus.xml: - docs: update - -2015-02-21 19:07:14 +0000 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - docs: add opus elements to documentation - -2015-02-21 18:52:00 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/examples/mxf/mxfdemux-structure.c: - mxf-example: don't quit on Warning - Don't quit on Warning. - Print out a message when there is an Error or Warning. - -2015-02-21 18:47:29 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/examples/mxf/mxfdemux-structure.c: - mxf-example: always show gtk window - Show gtk window even when there are no tags, to always have visual feedback - about the pipeline running. - -2015-02-21 17:35:03 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/examples/mxf/mxfdemux-structure.c: - mxf-example: merge returns in g_value_to_string() - -2015-02-21 17:25:51 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/examples/mxf/mxfdemux-structure.c: - mxf-example: make bus_callback consistent - Simplify the bus_callback to make it consisten with other examples. - -2015-02-21 17:18:02 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/examples/mxf/mxfdemux-structure.c: - mxf-example: fix usage of argc and argv - -2015-02-21 17:02:09 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * tests/examples/camerabin2/gst-camera2.c: - camerabin examples: remove unneeded variable - ret is only used once, we don't need to store it in a variable for that. - -2015-02-21 14:42:05 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/gl/gstglmemory.c: - gstglmemory: Remove now unused transfer_upload function. - -2015-02-21 23:29:22 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: disable automatic pbo upload - until we can track where the data is/or is going to be. - -2015-02-20 13:55:05 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - * tests/check/elements/hlsdemux_m3u8.c: - hlsdemux: select correct starting position for live streams - When playing live HLS streams, the media playback starts from the - beginning of the media playlist. When playing a live HLS stream, - media playback should start from 3 fragments from the end of the - playlist. - See section 6.3.3. of the HLS draft [1] - This commit changes the logic to select 3 fragments from the end when - playing a live stream. - [1] http://tools.ietf.org/html/draft-pantos-http-live-streaming-12#page-29 - https://bugzilla.gnome.org/show_bug.cgi?id=727742 - -2015-02-20 18:42:23 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - glememory: only store and act on the map flags on first/last map/unmap - Anytime else, we have no idea how to match up map and unmaps. - We also don't know exactly how the calling code is using us. - Also fixes the case where we're trying to transfer while someone else - is accessing our data pointer or texture resulting in mismatched video - frames. - https://bugzilla.gnome.org/show_bug.cgi?id=744839 - -2015-02-19 21:21:56 -0500 Olivier Crete <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Use src_lock to protect latency related members - One has to use the src_lock anyway to protect the min/max/live so they - can be notified atomically to the src thread to wake it up on changes, - such as property changes. So no point in having a second lock. - Also, the object lock was being held across a call to - GST_ELEMENT_WARNING, guaranteeing a deadlock. - -2015-02-19 18:53:32 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Remove untrue comment - -2015-02-19 18:30:35 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Don't try to push tags while flush seeking - The downstream segment could have been flushed already, so - need to re-send the segment event before re-sending the tags. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-02-19 14:34:23 +0100 Guillaume Seguin <guillaume@segu.in> - - * ext/hls/gsthlssink.c: - hlssink: reduce playlist's EXT-X-VERSION to 3 - We are not using any features greater than the 3rd version, - so reduce to what we actually use to make it compatible with - more players - https://bugzilla.gnome.org/show_bug.cgi?id=744689 - -2015-02-19 14:30:10 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstrtpopuspay.c: - rtpopuspay: default encoding name to OPUS - https://bugzilla.gnome.org/show_bug.cgi?id=737810 - -2015-02-19 14:05:06 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstrtpopuspay.c: - rtpopuspay: make caps writable before truncating them - https://bugzilla.gnome.org/show_bug.cgi?id=737810 - -2015-02-05 10:27:51 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstrtpopuspay.c: - rtpopuspay: negotiate the encoding name - Chrome uses a different encoding name that gstreamer. - https://bugzilla.gnome.org/show_bug.cgi?id=737810 - -2015-02-19 17:21:46 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/videosignal/gstsimplevideomarkdetect.c: - simplevideomarkdetect: move offset calculations out of inner loops - the calculations for detecting the videomark is being repeated - in for loop unnecessarily. Moving this outside of for loop - such that the code need not be executed evertime the loop is executed. - https://bugzilla.gnome.org/show_bug.cgi?id=744778 - -2015-02-19 11:04:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Use the sinkpads iterator directly to query upstream latencies - While gst_aggregator_iterate_sinkpads() makes sure that every pad is only - visited once, even when the iterator has to resync, this is not all we have - to do for querying the latency. When the iterator resyncs we actually have - to query all pads for the latency again and forget our previous results. It - might have happened that a pad was removed, which influenced the result of - the latency query. - -2015-02-19 10:57:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Move gst_aggregator_get_latency_unlocked() a bit - It was between another function and its helper function before, which was - confusing when reading the code as it had nothing to do with the other - functions. - -2015-02-19 01:28:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/resindvd/rsninputselector.c: - rsninputselector: Fail the latency query if one of the upstream queries fails - -2015-02-19 01:28:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/liveadder/liveadder.c: - liveadder: Fail the latency query if one of the upstream queries fails - -2015-02-19 01:28:06 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fail the latency query if one of the upstream queries fails - -2015-02-18 19:06:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: Only set latency if we already know our caps - Otherwise we might set bogus values or GST_CLOCK_TIME_NONE. - Also make sure to reset the caps field to NULL after unreffing - the caps to prevent accidential use afterwards, and unref any - old caps before we remember new caps. - -2015-02-18 15:53:53 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Document locking order - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-02-18 15:11:14 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Rename confusinly named SRC_STREAM_LOCK macros to SRC_LOCK - This will match the name of the lock itself. It is also not a stream - lock as it not recursive and not held while pushing. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-02-18 15:06:01 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Rename confusingly named stream lock to flush lock - This lock is not what is commonly known as a "stream lock" in GStremer, - it's not recursive and it's taken from the non-serialized FLUSH_START event. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-02-18 15:04:04 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fix macro indendation - Changes no code - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-02-18 17:10:48 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - gltransform: Fix includes of graphene headers - The graphene-1.0 part should not be in the source code. This directory - is part of the cflags include. This is similar to gstreamer-1.0/ - directory. This break compilation if the include directory where - graphene is installed is not in your include path. - -2015-02-18 19:07:42 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: remove unneeded values - No need to store the GstFlowReturn when we can check if it is not OK directly - -2015-02-18 18:33:20 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: renaming GstFlowReturn variable - Having a variable named ret in a static void function is very confusing since - this usually is to store what the function will return. - -2015-02-18 18:00:48 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: remove ignored value - Value stored in ret will be ovewritten in the next iteration of the loop. Which - means it is never used. - Plus a style issue to make gst-indent happy and allow the commit. - -2015-02-18 17:41:25 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusenc.c: - opusenc: Remove g_warnings() for the deprecated audio property - Otherwise there are g_warnings() already when just using gst-inspect or - dumping a pipeline graph. - -2015-02-15 23:16:52 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dashdemux: protect against malformed isombff format - Be more careful around malformed mpds that announce using - isombff profile but actually are regular mpds - -2015-02-18 12:45:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: Deactivate the fallback pool and unref the fallback buffer when resetting - Otherwise we will still have a reference to the surface left, which would - prevent activating the sink again later. E.g. after we lost the device. - Hopefully fixes https://bugzilla.gnome.org/show_bug.cgi?id=744615 - -2015-02-17 11:53:49 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: remove unused define - -2015-02-17 11:41:27 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: use correct function to clear fragment info - Just freeing the url won't reset the byte ranges and can lead to wrong - ranges being used. - -2015-02-17 10:50:59 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: depracate bandwidth-usage in favor of bitrate-limit - Bitrate-limit is already available in the baseclass and, even though - the bandwidth-usage name is better, hls and mss already used - bitrate-limit. This patch deprecates the bandwidth-usage and maps - it to the baseclass bitrate-limite. - -2015-02-17 10:40:06 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: add bitrate-limit property - Move the property from subclasses to adaptivedemux, it allows - selecing the percentage of the measured bitrate to be used when - selecting stream bitrates - -2015-02-17 10:04:30 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlssink.c: - * ext/hls/gstm3u8playlist.c: - hlssink: allow creation of 'infinite' playlist - Allow the playlist-length to accept '0' as a value, indicating - that no segment should be removed from the playlist. This allows - generating playlists to be used as VOD when complete. - -2015-02-17 10:04:27 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlssink.c: - * ext/hls/gstm3u8playlist.c: - * ext/hls/gstm3u8playlist.h: - hlssink: remove unused attribute - the GFile attribute is never used - -2015-02-17 10:03:44 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: add connection-speed property - Allows to set a bitrate directly instead of measuring it internally - based on the received chunks. The connection-speed was removed from - mssdemux and hlsdemux as it is now in the base class - -2015-02-17 00:34:55 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/basecamerabinsrc/gstcamerabinpreview.c: - basecamerabinsrc: don't use private GMutex implementation details - Don't use private GMutex implementation details to check - whether it has been freed already or not. Just clear mutex - and GCond unconditionally in free function, they are always - inited anyway, and the free function can't be called multiple - times either. - -2015-02-16 23:54:28 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: don't use private GMutex implementation details - Don't use private GMutex implementation details to check - whether it has been freed already or not. Just turn dispose - function into finalize function which will only be called - once, that way we can just clear the mutex unconditionally. - -2015-02-17 18:17:59 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: don't deadlock if the dispatch_sync is called from the main thread - Provide a helper function to check whether we are being called from - the main thread and act appropriately. - -2015-02-17 16:41:17 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - gl/calayer: only start drawing if the parent gl context is ready - otherwise we may try to use GstGLFuncs * that hasn't been set yet - -2015-02-17 16:39:56 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: small refactor of layer/view creation into the window - -2015-02-17 01:04:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - glwindow: Remove assertion in gst_gl_window_show() for subclasses not implementing it - On Android and iOS we can't create a window ourselves, so also can't just show - one. That's not a problem and an assertion is not really needed here. - -2015-02-16 12:35:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Check if VTSessionCopyProperty() succeeds before using the result - https://bugzilla.gnome.org/show_bug.cgi?id=744585 - -2015-02-13 23:45:20 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: drop GAP events until we handle them properly - -2015-02-12 12:04:44 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/videosignal/gstsimplevideomark.c: - simplevideomark: refactor code - the calculations for drawing the videomark is being repeated - in for loop unnecessarily. Moving this outside of for loop - such that the code need not be executed evertime the loop is executed. - https://bugzilla.gnome.org/show_bug.cgi?id=744371 - -2015-02-09 11:21:35 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: Fix segment and segment event handling during seeking - Always update the segment and not only for accurate seeking and always - send a new segment event after seeks. - For non-accurate force a reset of our segment info to start from - where our seek led us as we don't need to be accurate - https://bugzilla.gnome.org/show_bug.cgi?id=743363 - -2015-02-13 16:06:34 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: use new gst_aggregator_pad_drop_buffer() - -2015-02-13 16:03:53 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: use new gst_aggregator_pad_drop_buffer() - -2015-02-13 15:53:19 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * tests/check/libs/aggregator.c: - aggregator: use new gst_aggregator_pad_drop_buffer() - -2015-02-13 15:49:50 +0000 Tim-Philipp Müller <tim@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: add gst_aggregator_pad_drop_buffer() - steal_buffer() + unref seems to be a wide-spread idiom - (which perhaps indicates that something is not quite - right with the way aggregator pad works currently). - -2015-02-12 13:32:39 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: only post latency message if anything changed - Perhaps we should check for element state as well and - only post it if in PLAYING state. - -2015-02-12 15:48:07 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/audiomixer.c: - * tests/check/elements/compositor.c: - tests: remove GST_DISABLE_PARSE guards from two tests that don't require it - -2015-01-28 12:12:26 +0530 Arun Raghavan <arun@centricular.com> - - * sys/opensles/openslessink.c: - * sys/opensles/openslessrc.c: - opensles: Make debug category naming a bit more consistent - -2015-02-13 19:12:20 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - applemedia: avfvideosrc: fix crash when non-GL memory is used - -2015-02-05 18:10:15 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Fix logic in fragment_download_finish. - This was preventing us from surfacing a meaningful error. - https://bugzilla.gnome.org/show_bug.cgi?id=743703 - -2015-02-12 22:06:17 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix handling of live streams with timeshift buffers. - By implementing get_live_seek_range. - As shown by : - gst-validate-1.0 playbin \ - uri=http://dev-iplatforms.kw.bbc.co.uk/dash/news24-avc3/news24.php - This patch handles live seeking, by setting a live seek range - comprised between now - timeShiftBufferDepth and now. - The inteersting thing with this stream is that one can actually - ask fragments up to availabilityStartTime, but it seems quite clear - in the spec that content is only guaranteed to exist up to - timeShiftBufferDepth. - One can test live seeking this way : - gst-validate-1.0 playbin \ - uri=http://dev-iplatforms.kw.bbc.co.uk/dash/news24-avc3/news24.php \ - --set-scenario seek_back.scenario - with scenario being: - description, seek=true - seek, playback-time=position+5.0, start="position-600.0", - flags=accurate+flush - This example will play the stream, wait for five seconds, then seek back - to a position 10 minutes earlier. - https://bugzilla.gnome.org/show_bug.cgi?id=744362 - -2015-02-12 22:04:10 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Set first segment time to segment start. - Otherwise as long as a seek wasn't executed, the position was - reported incorrectly: - gst-validate-1.0 playbin \ - uri=http://dev-iplatforms.kw.bbc.co.uk/dash/news24-avc3/news24.php - https://bugzilla.gnome.org/show_bug.cgi?id=744362 - -2015-02-12 17:33:50 +0100 Edward Hervey <bilboed@bilboed.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Fix debug statement - -2015-02-12 15:02:31 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstgluploadmeta.c: - gl: Add/Update more debug statements - Where possible, use the _OBJECT variants in order to track better from - which object the debug statement is coming from - Define (and use) GST_CAT_DEFAULT where applicable - Use GST_PTR_FORMAT where applicable - -2015-02-12 14:58:14 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.h: - gl: Make glcontext debug category used in more places - As a bonus it makes the egl context debug messages visible now :) - -2015-02-12 14:56:12 +0100 Edward Hervey <bilboed@bilboed.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Sprinkle more debug - -2015-02-12 11:15:31 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: set proper stream type to streams - strncmp returns 0 when it compares equal and not a - boolean - -2015-02-12 11:26:44 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: calculate stream_time used to sync pad values correctly - Use pad (input) segment to calculate the stream time from the - input timestamp, not the aggregator (output) segment. - -2015-02-12 11:11:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: Only use the duration of the sample if it is valid - -2015-01-27 13:48:42 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: track per-fragment bitrates. - And use the average to go up in resolution, and the last fragment - bitrate to go down. - This allows the demuxer to react rapidly to bitrate loss, and - be conservative for bitrate improvements. - + Add a construct only property to define the number of fragments - to consider when calculating the average moving bitrate. - https://bugzilla.gnome.org/show_bug.cgi?id=742979 - -2015-02-11 14:44:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/x265/gstx265enc.c: - x265enc: Add support for 10bit 4:2:0 and 4:4:4 formats - -2015-02-11 14:16:21 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - * ext/resindvd/rsninputselector.c: - * ext/x265/gstx265enc.c: - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst/audiomixer/gstaudiomixer.c: - * gst/frei0r/gstfrei0rmixer.c: - * gst/inter/gstinteraudiosrc.c: - * gst/liveadder/liveadder.c: - * gst/videomeasure/gstvideomeasure_ssim.c: - Improve and fix LATENCY query handling - This now follows the design docs everywhere, especially the maximum latency - handling. - https://bugzilla.gnome.org/show_bug.cgi?id=744106 - -2015-02-10 15:55:50 +0800 Song Bing <b06498@freescale.com> - - * tests/examples/camerabin2/gst-camera2.c: - camerabin examples: memory leak in camerabin examples code - should unref caps after set to profile. profile will ref it. - https://bugzilla.gnome.org/show_bug.cgi?id=744219 - -2015-02-10 15:53:21 +0800 Song Bing <b06498@freescale.com> - - * tests/examples/camerabin2/gst-camerabin2-test.c: - camerabin examples: memory leak in camerabin examples code - should unref after set object. The object will be refed when set - property. - https://bugzilla.gnome.org/show_bug.cgi?id=744219 - -2015-02-10 16:18:34 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslesringbuffer.c: - openslesringbuffer: Only allocate at most half the number of internal buffers as external audioringbuffer ones - Otherwise we might end up reading too much from the audioringbuffer, which - would result in reading silence. - -2015-02-10 16:01:19 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Apply the diff between element and pipeline "base" time in all cases - Even if both clocks have the same rate, we need to apply this diff. Only when - it's the same clock we don't, as it's our clock then. - -2015-02-10 15:30:44 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Add the diff between the pipeline base time and when we start to play - Add the diff between the external time when we went to playing and - the external time when the pipeline went to playing. Otherwise we - will always start outputting from 0 instead of the current running - time. - -2015-02-10 14:53:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Actually include the change mentioned in the last commit - -2015-02-10 14:48:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideo{src,sink}: Sample the internal clock immediately after starting the device - Otherwise we might stay at 0.0s for too long because we will take the first - timestamp we ever see as 0.0... which will be after we started the device. - -2015-02-10 10:56:37 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: When receiving timeout before caps, make sure to also advance our frame counter - Otherwise we will directly go EOS on the next non-timeout. - -2015-02-10 10:49:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Pause srcpad task on flow errors - Otherwise we will call the task function over and over again until - upstream finally handled the flow return and shuts us down. - -2015-02-09 00:59:30 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fix buffer selection when duration=-1 - If the src framerate and videoaggreator's output framerate were - different, then we were taking every single buffer that had duration=-1 - as it came in regardless of the buffer's start time. This caused the src - to possibly run at a different speed to the output frames. - https://bugzilla.gnome.org/show_bug.cgi?id=744096 - -2015-02-09 21:04:17 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - decklink: Fix compiler warning with gcc - gstdecklink.cpp: In member function 'virtual HRESULT GStreamerDecklinkInputCallback::VideoInputFrameArrived(IDeckLinkVideoInputFrame*, IDeckLinkAudioInputPacket*)': - gstdecklink.cpp:498:22: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] - if (capture_time > m_input->clock_start_time) - ^ - gstdecklink.cpp:503:22: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] - if (capture_time > m_input->clock_offset) - ^ - -2015-02-09 17:17:37 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklink{audio,video}src: Implement clock slaving if the pipeline clock is not the decklink clock - -2015-02-09 17:15:21 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudio{src,sink}: Only start streams / scheduled playback if there is a videosrc at this point - -2015-02-09 17:04:27 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Don't provide a clock - The audio source only works together with the video source, and the video - source is already providing a clock. - -2015-02-09 16:18:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosink.cpp: - decklinkaudiosink: Throttle reading from the ringbuffer - The driver has an internal buffer of unspecified and unconfigurable size, and - it will pull data from our ring buffer as fast as it can until that is full. - Unfortunately that means that we pull silence from the ringbuffer unless its - size is by conincidence larger than the driver's internal ringbuffer. - The good news is that it's not required to completely fill the buffer for - proper playback. So we now throttle reading from the ringbuffer whenever - the driver has buffered more than half of our ringbuffer size by waiting - on the clock for the amount of time until it has buffered less than that - again. - -2015-02-09 15:19:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosink.cpp: - decklinkaudiosink: Start scheduled playback when going to PLAYING - The ringbuffer's acquire() is too early, and ringbuffer's start() will only be - called after the clock has advanced a bit... which it won't unless we start - scheduled playback. - -2015-02-09 21:18:24 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideotexturecache.m: - * sys/applemedia/vtdec.c: - vtdec: fix texture sharing on iOS - Move GLES calls to the context thread. Fix - CVOpenGLESTextureCacheCreateTextureFromImage usage on iOS. - -2015-02-09 20:44:50 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - libgstgl: set user data and GDestroyNotify for wrapped textures - -2015-02-08 21:53:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink{audio,video}src: Take the capture times from the pipeline clock - Not from the decklink clock. Both will return exactly the same time once the - decklink clock got slaved to the pipeline clock and received the first - observation, but until then it will return bogus values. But as both return - exactly the same values, we can as well use the pipeline clock directly. - -2015-02-08 14:32:22 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: don't set element factory details - This is an abstract base class, not an element. - -2015-02-08 01:19:42 +1100 Rob Clark <rob@ti.com> - - * gst/dvdspu/gstspu-vobsub-render.c: - dvdspu: some optimizations - Detect invisible pixels, and skip gstspu_vobsub_blend_comp_buffers() - when there are only invisible pixels. This significantly reduces the - CPU load in cases of DVDs which don't use the clip_rect to exclude - processing for parts of the screen where the video is visible. - https://bugzilla.gnome.org/show_bug.cgi?id=667221 - -2015-02-08 05:06:48 +1100 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: Avoid warning if the video for a still frame arrives after the SPU - When we don't have a segment on the video pad yet during a still frame - don't freak out. - -2015-02-08 04:51:13 +1100 Jan Schmidt <jan@centricular.com> - - * ext/resindvd/gstmpegdemux.c: - resindvd: Don't send meaningless segment position downstream - Don't place a meaningless value in the position field in - outgoing segments - values have to be in the range start->stop. - https://bugzilla.gnome.org/show_bug.cgi?id=740558 - -2015-02-06 16:22:26 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/aiff/aiffparse.c: - Revert "aiffparse: make sure we have data before handling sink event" - This reverts commit a4baabb48d252214d3833b502c7903d9f15f3502. - -2015-02-06 15:10:55 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/aiff/aiffparse.c: - aiffparse: make sure we have data before handling sink event - Check AIFF_PARSE_DATA is True before handling sink event, if not goto exit. - -2015-02-05 15:57:59 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudiomixer.h: - audiomixer: remove now-unused base_time field in object structure - -2015-02-06 10:59:27 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Streamline latency calculations - Min latency can never be invalid, latency property can never be invalid - either. So no need to check for all these things in various places. - -2015-02-06 10:36:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: If upstream has no max latency but the subclass has, take the subclass max latency - -2015-02-06 10:33:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fix min>max latency error check - We have to include the upstream latency, our own latency and the subclass - latency in the calculations. - FIXME: This is still not entirely correct - -2015-02-06 10:30:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Don't add the latency property to the max latency - It has no meaning for the max latency and is only used to increase the min - latency. - -2015-02-06 12:53:15 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/vao.h: - glproto/vao: only supported in core for ES 3.0+ - Was causing horizontally flipped video for frame 2 onward on android - -2015-02-05 13:31:18 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/faac/gstfaac.c: - faac: relace parsed with framed in aac caps - For AAC it should always be 'framed' and not 'parsed' - -2015-02-05 11:39:55 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/faac/gstfaac.c: - faac: fix output caps to negotiate with some muxers - Add parsed/framed=true to allow negotiation with some - muxers that required parsed input. Encoders already provide - parsed/framed output so it should say so in caps. - -2015-02-05 15:48:41 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/compositor.c: - tests: compositor: add unit test for proper segment.base handling - As adjusted by gst_pad_set_offset(), or when doing segment seeks - or looping for example. - -2015-02-05 15:23:04 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/audiomixer.c: - tests: audiomixer: add unit test for proper segment.base handling - As adjusted by gst_pad_set_offset(), or when doing segment seeks - or looping for example. See previous audiomixer commit. - -2015-02-05 16:02:54 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Remove weird and wrong segment handling - There's no reason why audiomixer should override the segment - base of upstream with whatever value it got from a SEEK event, - or even worse... with 0 if there was no SEEK event yet. This - broke synchronization if upstream provided a segment base other - than 0, e.g. when using pad offsets. - Also that this code did things conditional on the element's state - should've been a big warning already that something is just wrong. - If this breaks anything else now, let's fix it properly :) - Also don't do fancy segment position trickery when receiving a - segment event. It's just not correct. - -2015-02-05 12:24:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslesringbuffer.c: - openslesringbuffer: Only pre-roll a single buffer - There is no reason to pre-roll more buffers here as we have our own ringbuffer - with more segments around it, and we can immediately provide more buffers to - OpenSL ES when it requests that from the callback. - Pre-rolling a single buffer before starting is necessary though, as otherwise - we will only output silence. - Lowers latency a bit, depending on latency-time and buffer-time settings. - -2015-02-05 12:22:46 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslesringbuffer.c: - openslesringbuffer: Allocate at most 4 internal buffers - 4 is the "typical" number of buffers defined by Android's OpenSL ES - implementation, and its code is optimized for this. Also because we - have our own ringbuffer around this, we will always have enough - buffering on our side already. - Allows for more efficient processing. - -2015-02-05 12:21:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslessink.c: - * sys/opensles/openslessrc.c: - openslessink/src: Lower default buffer time to 200ms like alsasink - -2015-02-05 16:46:32 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: ensure that the input upload/colorconvert are always available - -2015-02-05 11:06:10 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: log the converted caps - -2015-02-05 11:05:02 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: restrict EGL and UploadMeta to RGBA - other formats are highly untested. - -2015-02-05 11:04:05 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: don't intersect with the input caps - that limits our formats to whatever is in the input caps - -2015-02-04 14:10:13 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/gl/gstglfilter.c: - gl: fix memory leak - In gst_gl_filter_fixate_caps () it can goto done without freeing the memory of - the tmp GstStructure. This makes it go out of scope and leak. - CID #1265765 - -2015-02-04 11:52:26 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/opencv/MotionCells.cpp: - motioncells: initialize class variables - Some variables are not initialized in the constructor. It is highly unlikely - they are used before being set, but it is safer to initialize them. - CID #1197704 - -2015-02-03 18:13:25 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/winks/kshelpers.c: - ksvideosrc: Fix missing brace warning - There is more but it's from ks.h GUID initializer, which is shipped - this way with mingw. - -2015-02-03 17:44:34 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/winks/gstksvideodevice.c: - * sys/winks/gstksvideodevice.h: - * sys/winks/gstksvideosrc.c: - ksvideosrc: Fix buffer handling - The pseudo buffer pool code was using gst_buffer_is_writable() - alone to try and figure-out if cached buffer could be reused. - It needs to check for memory writability too. Also check map - result and fix map flags. - https://bugzilla.gnome.org/show_bug.cgi?id=734264 - -2015-02-03 17:05:06 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: avoid leaking force keyunit event when going to NULL - Do not set to NULL before unreffing the event or it will leak - -2013-03-18 08:15:00 +0000 Anton Gritsay <anton@angri.ru> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: parse force key unit events with the correct function - Otherwise it won't be parsed and bogus values would be used. - https://bugzilla.gnome.org/show_bug.cgi?id=696032 - -2015-01-26 20:42:25 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: remove update segment logic - This is not needed in 1.x series anymore - -2015-02-03 10:59:16 -0300 Aurélien Zanelli <aurelien.zanelli@darkosphere.fr> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: don't mark streams as needing a new segment on flush - The flush is called on discont and we shouldn't output a new segment - each time a discont happens. So this commit remove the mark for a new - segment when flushing streams by propagating the 'hard' flag passed - on the flusing from the base class. - https://bugzilla.gnome.org/show_bug.cgi?id=743363 - -2015-02-03 17:32:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/corevideotexturecache.m: - corevideotexturecache: Add some assertions instead of just dereferencing NULL - -2015-02-03 17:29:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/corevideotexturecache.m: - corevideotexturecache: Don't unconditionally use the CoreMedia meta on iOS - We might instead have a CoreVideo meta. - -2015-02-03 14:55:32 +0000 Tim-Philipp Müller <tim@centricular.com> - - * common: - Undo accidental common module rewind - in commit 7d463576 - -2015-02-03 15:38:40 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Don't dereference NULL frames when draining/flushing - -2015-02-03 15:30:08 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: remove the egl caps from the src pads - we don't actually support producing EGLImage buffers anywhere. - -2015-02-03 13:32:47 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: put GstGLSyncMeta on output buffers - allows thread safely using the provided output buffer in a separate - thread - -2015-02-03 00:35:26 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: only try the glmemory upload for sysmem/glmemory caps features - Allows selecting/testing the upload path with explicit caps features. - -2015-02-03 00:26:20 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: add missing initilisation of tex_target when copying - fixes: - glcolorscale ! video/x-raw\(meta:GstVideoGLTextureUploadMeta\) ! - glimagesink - -2015-02-03 00:15:30 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: allow NULL buffer for accept vfunc - -2015-02-03 00:13:07 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: remove unsed convert field in private struct - -2015-02-03 00:11:06 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - glupload/download/convert: provide transform_caps functions - Allows finer grain decisions about formats and features at each - stage of the pipeline. - Also provide propose_allocation for glupload besed on the supported - methods. - -2015-02-03 11:07:58 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * common: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gstglwindow_cocoa: fix slow render rate - In gst_gl_window_cocoa_draw we used to just call setNeedsDisplay:YES. That was - creating an implicit CA transaction which was getting committed at the next - runloop iteration. Since we don't know how often the main runloop is running, - and when we run it implicitly (from gst_gl_window_cocoa_nsapp_iteration) we only - do so every 200ms, use an explicit CA transaction instead and commit it - immediately. CA transactions nest and debounce automatically so this will never - result in extra work. - -2015-02-02 23:40:16 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.h: - gstglcaopengllayer: use the correct rectangle type for iOS and OS X - -2015-02-02 21:07:48 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.h: - glcolorconvert: use the correct caps feature for supported caps - glcolorconvert currently only supports converting between GLMemory - targets. - -2015-02-02 20:51:31 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsyncmeta: don't use the gst debug object variants - We are not a GObject or any inferable GstMiniObject supported by - the gst debug system. Also fixes a segfault. - -2015-01-30 18:51:17 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglmemory.c: - gl: update unit test for glmemory api change - -2015-01-30 15:13:27 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: clobber the alpha channel by default - this can be disabled with the ignore-alpha property - -2015-01-30 12:32:17 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - Revert "libgstgl: gstglcaopengllayer: set the layer as opaque" - This reverts commit 6f152d381ca21595cdc823f32341c8f2fe71b9c7. - The layer shouldn't be always opaque, it should be made a property. - -2015-01-30 12:22:25 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - libgstgl: gstglcaopengllayer: set the layer as opaque - -2015-01-29 16:30:34 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Add FIXME comment about possibility of non-Apple YCbCr422 rectangular textures - -2015-01-29 16:26:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Only use GL_TEXTURE_RECTANGLE with OpenGL - It's not defined for GLES. - -2015-01-30 00:28:18 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/corevideotexturecache.h: - * sys/applemedia/corevideotexturecache.m: - * sys/applemedia/vtdec.c: - applemedia: rework GL texture sharing - Use YUV instead of RGB textures, then convert using the new apple specific - shader in GstGLColorConvert. Also use GLMemory directly instead of using the - GL upload meta, avoiding an extra texture copy we used to have before. - -2015-01-28 00:53:59 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fix CMBlockBufferRef leak - Fix huge leak that went unnoticed for too long. Oops. - -2015-01-28 00:48:27 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - libgstgl: run a custom shader to convert YUV to RGB on mac and ios - When GL_APPLE_ycbcr_422 is available, run a custom shader to convert - GL_TEXTURE_RECTANGLE textures from YUV to RGB. - See https://www.opengl.org/registry/specs/APPLE/ycbcr_422.txt - -2015-01-28 00:43:09 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfassetsrc.m: - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/coremediabuffer.h: - * sys/applemedia/vtenc.c: - applemedia: don't call CVPixelBufferLockBaseAddress when doing texture sharing - When doing texture sharing we don't need to call CVPixelBufferLockBaseAddress to - map the buffer in CPU. This cuts about 10% relative cpu time from a vtdec ! - glimagesink pipeline. - -2015-01-28 00:13:46 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstgluploadmeta.c: - gl: initial support for texture targets other than GL_TEXTURE_2D - Make GstGLMemory hold the texture target (tex_target) the texture it represents - (tex_id) is bound to. Modify gst_gl_memory_wrapped_texture and - gst_gl_download_perform_with_data to take the texture target as an argument. - This change is needed to support wrapping textures created outside libgstgl, - which might be bound to a target other than GL_TEXTURE_2D. For example on OSX - textures coming from VideoToolbox have target GL_TEXTURE_RECTANGLE. - With this change we still keep (and sometimes imply) GL_TEXTURE_2D as the - target of textures created with libgstgl. - API: modify GstGLMemory - API: modify gst_gl_memory_wrapped_texture - API: gst_gl_download_perform_with_data - -2015-01-22 13:18:23 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gstglcolorconvert: micro optimization - Don't call glClear && glClearColor at each draw since we're going to draw the - whole viewport anyway. Gets rid of a glFlush triggered by glClear on OSX. - -2015-01-22 13:17:11 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideobuffer.c: - * sys/applemedia/corevideobuffer.h: - * sys/applemedia/qtkitvideosrc.m: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtenc.c: - applemedia: corevideobuffer: make mapping the CVPixelBuffer in CPU optional - Mapping is not necessary and impacts performance when doing texture sharing with - downstream - -2015-01-22 13:11:46 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gstglcolorconvert: relax caps features check - Require caps to have the GST_CAPS_FEATURE_MEMORY_GL_MEMORY feature but allow - them to have more features. - -2015-01-28 16:43:59 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusenc.c: - * ext/opus/gstopusenc.h: - opusenc: change audio property to audio-type - This is now an enum with values generic (default) and voice. - https://bugzilla.gnome.org/show_bug.cgi?id=740891 - -2015-01-29 23:45:15 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl/win32: fixup compilation - -2015-01-29 11:54:35 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstwavescope.c: - audiovisualizer: remove double-setting of render function - No need to set the audiovisualizer->render function twice. Once is enough. - -2015-01-29 22:25:00 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glwindow: make showing a window explicit - Also fixes the cgl context always displaying a window to render to for - every GstGLContextCocoa created - -2015-01-26 17:06:29 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Cleanup locking around AggregatorPad flush related fields - And document the locking - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-26 13:11:05 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: keep chain functions as dumb as possible. - + A pad chain function has no business checking other pads, - that's what the aggregate thread is for. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-26 11:32:47 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.c: - aggregator: More fixes around locking when accessing protected private fields - In some more places we were accessing GstAggregator->segment - and GstAggregator->seqnum without holding the GST_OBJECT_LOCK - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-26 11:29:08 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst/audiomixer/gstaudiomixer.c: - aggregator: Make the PAD_LOCK private - Instead of using the GST_OBJECT_LOCK we should have - a dedicated mutex for the pad as it is also associated - with the mutex on the EVENT_MUTEX on which we wait - in the _chain function of the pad. - The GstAggregatorPad.segment is still protected with the - GST_OBJECT_LOCK. - Remove the gst_aggregator_pad_peak_unlocked method as it does not make - sense anymore with a private lock. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-26 11:25:54 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst/audiomixer/gstaudiomixer.c: - * tests/check/libs/aggregator.c: - aggregator: Hide GstAggregatorPad buffer and EOS fileds - And add a getter for the EOS. - The user should always use the various getters to access - those fields - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 19:09:13 -0500 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Make flush start/stop test non-racy - The flush stop could have happened between the source trying - to push the segment event and the buffer, this would cause a warning. - Prevent that by taking the source's stream lock while flushing. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-22 17:41:24 -0500 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Replace racy timeout based tested with drain query - Using the drain query, we can be certain that the buffer has done going - through the aggregator by taking the stream locks. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 18:41:43 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Document locking of GstAggregatorPrivate members - Most of them are protected by the object lock, specify - which ones use a different lock. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 18:47:09 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.h: - aggregator: Document how the segment is protected - Document that it can only be accessed with the object lock. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 19:44:57 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Protect all latency related members with the object lock - The locking was not consistent, now consistently use the object lock. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 19:43:12 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst-libs/gst/video/gstvideoaggregator.c: - aggregator: Document locking for gst_aggregator_get_latency_unlocked() - Renamed it to _unlocked() to make it clear. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 19:35:25 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Protect the srcpad caps negotiation with the stream lock - Instead of adding another lock, use the srcpad stream lock, which is already - taken anyway to push out the new caps if needed. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 19:33:18 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Protect the tags with the object lock - The tags related variables were sometimes protected, sometimes not and - sometimes atomic. Put them all under the object lock. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 19:32:34 -0500 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Avoid race in caps negotiation - With the current audiomixer, the input caps need to be the same, - otherwise there is an unavoidable race in the caps negotiation. So - enforce that using capsfilters - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 18:53:20 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Consistenly lock the flow_return state - Use the object's lock to protect it. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 18:47:40 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Clear GstAudioInfo the the caps - When clearing the caps, also clear the matching GstAudioInfo - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 18:45:36 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Consistently lock some members - Some members sometimes used atomic access, sometimes where not locked at - all. Instead consistently use a mutex to protect them, also document - that. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-21 18:39:24 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Don't reset caps on flush - A flush event doesn't invalidate the previous caps event. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-14 14:45:06 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Lock access to members of GstAggregatorPad - Take the pad's object lock before accessing members of the - GstAggregatorPad structure. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-14 14:38:09 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: Protect exported pad members with the pad's object lock - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-14 14:35:15 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst/audiomixer/gstaudiomixer.c: - aggregator: Replace event lock with pad's object lock - Reduce the number of locks simplify code, what is protects - is exposed, but the lock was not. - Also means adding an _unlocked version of gst_aggregator_pad_steal_buffer(). - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-09 22:01:00 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Protect data with the same mutex as GCond - Whenever a GCond is used, the safest paradigm is to protect - the variable which change is signalled by the GCond with the same - mutex that the GCond depends on. - https://bugzilla.gnome.org/show_bug.cgi?id=742684 - -2015-01-29 02:28:38 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: If getting a timeout before having caps, just advance our position - This can happen if this is a live pipeline and no source produced any buffer - and sent no caps until an output buffer should've been produced according to the - latency. - This fix is similar in spirit to commit be7034d1 by Sebastian for audiomixer. - -2015-01-29 17:31:09 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/calayer: add resize callback based on the bounds rectangle - -2015-01-29 15:26:21 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - gl/caopengllayer: draw asynchronously - This essentially makes the CAOpenGLLayer draw every refresh cycle. - -2015-01-28 17:59:42 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: don't segfault if we have a NULL draw/resize/close callback - -2015-01-28 17:16:14 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - cgl/calayer: use a callback instead of hardcoding the draw functionality - -2015-01-28 17:13:05 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/Makefile.am: - cgl: install the gl context and gl layer headers - -2015-01-28 17:05:14 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - cgl: add a header for the CAOpenGLLayer support - -2015-01-28 17:02:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Always lock the mutex before starting the streams - -2015-01-28 16:58:27 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Fix deadlock - -2015-01-28 15:48:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink{audio,video}sink: Only start scheduled playback once both sources are ready and we are in PLAYING - Otherwise we might start the scheduled playback before the audio or video streams are - actually enabled, and then error out later because they are enabled to late. - We enable the streams when getting the caps, which might be *after* we were - set to PLAYING state. - -2015-01-28 15:26:17 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink{audio,video}src: Only start the streams once both sources are ready and we are in PLAYING - Otherwise we might start the streams before the audio or video streams are - actually enabled, and then error out later because they are enabled to late. - We enable the streams when getting the caps, which might be *after* we were - set to PLAYING state. - -2015-01-28 14:21:40 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Make sure our clock never returns NONE, always advances and does not jump when going from PAUSED to PLAYING - It basically behaves the same as the audio clocks. - -2015-01-28 12:20:05 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Handle the clock returning GST_CLOCK_TIME_NONE properly - -2015-01-28 11:41:17 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideo{sink,src}: Make elements more similar to the audio elements by enabling the video input/output only when getting the actual caps - This will also make it easier later to support caps changes and support - selecting the mode based on the caps if that should ever be implemented. - -2015-01-26 19:02:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Properly report caps if mode!=auto and handle caps changes properly for mode=auto - -2015-01-26 18:27:10 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Don't release input device twice on errors in set_caps() - -2015-01-27 11:25:53 +0100 Philippe Normand <philn@igalia.com> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/dispmanx: fix build - Commit ab48bb6f0f55091662e595a001e178154ce60cdb changed the API of - GstGLWindow. - -2015-01-27 14:52:47 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: more compatibility defines for gles2 systems - -2015-01-27 12:15:43 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - glmemory: add some thread safety for gl operations - -2015-01-27 11:53:51 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - glmemory: use pbo's for download - In order to use pbo's efficiently, the transfer operation has to - be separated from the use of the downloaded data which requires some - rearchitecturing around glcolorconvert/gldownload and elements - -2015-01-27 11:04:07 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/base.h: - glprototypes: add some (un)map buffer variants for GL/GLES - -2015-01-26 17:51:22 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: use audio_%02u and video_%02u names for pads - Instead of using the default ghostpad%u naming. The audio_/video_ - names are more common in demuxers - -2015-01-26 15:33:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklinkaudiosrc: Release the audio input on errors, not the video input - -2015-01-26 13:46:44 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/aiff/aiffparse.c: - aiffparse: remove unnecessary variable - The bps variable is declared with value aiff->bps, read once and never written. - aiff->bps can be used directly instead. - -2015-01-26 12:49:45 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/aiff/aiffparse.c: - aiffparse: fix which stop variable is used in assignment - Assignment is done to variable segment.stop when the intention was to assign to - local variable stop. Instead of overwriting it, the value is now clamped and - segment.stop is set to it soon after. - CID #1265772 - -2015-01-26 09:22:23 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fix crash when receiving buffer without timestamps - Unset out buffer in clip function when we unref the buffer to be - clipped, otherwise aggregator will continue to use the already- - freed buffer. Fixes crash when buffers without timestamps are - being fed to aggregator. Partly because aggregator ignores the - error flow return. - https://bugzilla.gnome.org/show_bug.cgi?id=743334 - -2015-01-18 18:05:31 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * docs/plugins/Makefile.am: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * sys/Makefile.am: - * sys/directdraw/Makefile.am: - * sys/directdraw/gstdirectdrawplugin.c: - * sys/directdraw/gstdirectdrawsink.c: - * sys/directdraw/gstdirectdrawsink.h: - * win32/MANIFEST: - * win32/vs6/libgstdirectdraw.dsp: - * win32/vs8/libgstdirectdraw.vcproj: - Remove unported directdraw plugin - This API has been deprecated for eternities and microsoft - stopped shipping the headers in 2010 accoding to wikipedia, - so let's just remove it and focus on bringing the plugins - based on the newer APIs up to snuff. - -2014-03-26 17:43:33 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/aiff/aiffmux.c: - aiffmux: write padding byte at end of SSND chunk if needed - AIFF chunks are supposed to be even aligned. - Aligning the SSND chunk will allow the aiff muxer to properly write - chunks (like the ID3 one) at the end of the file. - https://bugzilla.gnome.org/show_bug.cgi?id=727402 - -2015-01-23 12:44:22 +0100 Edward Hervey <bilboed@bilboed.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Free leaked GstStructure - Coverity CID : 1256565 - -2015-01-23 12:41:29 +0100 Edward Hervey <bilboed@bilboed.com> - - * ext/gl/gstgltestsrc.c: - gltestsrc: Ensure variable is initialized before usage - Coverity CID: 1256569 - -2015-01-23 12:26:16 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/codecparsers/dboolhuff.c: - codecparsers: Indent file - Someone's been commiting without using gst-indent :) - -2015-01-23 12:24:52 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/nalutils.h: - codecparsers: Add READ_UE_MAX macro - READ_UE_ALLOWED was almost exclusively used with min == 0, which doesn't - make much point for unsigned integers. - Add a READ_UE_MAX variant and use that instead. Also replaced two usages - of CHECK_ALLOWED (a,0,something) by CHECK_ALLOWED_MAX (a, something) - -2015-01-23 12:28:42 +0530 Arun Raghavan <arun@centricular.com> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Fix GAP flag setting on non-black frames - The previous commit fixed setting the GAP flag on black frames, but - incorrectly dropped the flag on repeated pushes of the same video - buffer. - -2015-01-23 17:27:42 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglcontext.c: - * tests/check/libs/gstglupload.c: - gl/tests: update glwindow api change - -2015-01-23 16:52:25 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - gl/window/eagl: fix a couple of typos - -2015-01-23 16:39:44 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglwindow.h: - glwindow: cleanup/reorganize functions/members into logical groups - -2015-01-23 15:02:55 +1100 Matthew Waters <matthew@centricular.com> - - * sys/applemedia/corevideotexturecache.m: - applemedia: update for gstgl cocoa -> cgl change - -2015-01-23 14:18:12 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/qt/qglwtextureshare/cocoa_utils.mm: - gl/qt/examples: update for NSOpenGL -> CGL change - -2015-01-23 14:11:48 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glwindow: remove width/height from _draw() - Depending on the platform, it was only ever implemented to 1) set a - default surface size, 2) resize based on the video frame or 3) nothing. - Instead, provide a set_preferred_size () that elements/applications - can use to request a certain size which may be ignored for - videooverlay/other cases. - -2015-01-22 21:43:51 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - glcontext/cocoa: avoid destroying a possibly 0 GSource id - -2015-01-20 22:01:39 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcaopengllayer.m: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: move to CGL and CAOpenGLLayer for rendering - Removes the use of NSOpenGL* variety and functions. Any Cocoa - specific functions that took/returned a NSOpenGL* object now - take/return the CGL equivalents. - -2015-01-22 16:08:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - glcontext/cocoa: add debug category - -2015-01-22 10:50:23 +0530 Arun Raghavan <arun@centricular.com> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Fix GAP flag setting on black frames correctly - This did not actually work since the video_buffer was set to NULL after - the first black frame. - Reported by: Patrik Oldsberg <patrik.oldsberg@ericsson.com> - -2015-01-21 23:37:10 +0530 Arun Raghavan <arun@centricular.com> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Fix max value of the timeout property - Reported by: Patrik Oldsberg <patrik.oldsberg@ericsson.com> - -2015-01-21 23:35:55 +0530 Arun Raghavan <arun@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264: Implement the preset interface - Will be useful when we want to set presets on the encoder via encodebin - or such. - -2015-01-21 15:31:21 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: sync with base class in -base - https://bugzilla.gnome.org/show_bug.cgi?id=742875 - -2015-01-21 15:06:21 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: ensure default query/event handlers are used - Sync audiovisualizer class implementation to the one in gst-plugins-base. This - commit matches 9dd0e6cccc971d8a6bcca4e9e4d2ee1dbb20fffa in that module. - https://bugzilla.gnome.org/show_bug.cgi?id=742875 - -2015-01-21 10:18:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/siren/decoder.c: - * gst/siren/encoder.c: - siren: Make some local variables non-static for thread-safety - Otherwise we will override values from another thread if we encode - or decode frames at the same time in different threads. - -2015-01-21 10:17:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/apexsink/gstapexsink.c: - * ext/audiofile/gstafsink.c: - * ext/audiofile/gstafsrc.c: - * ext/bs2b/gstbs2b.c: - * ext/dash/gstmpdparser.c: - * ext/faac/gstfaac.c: - * ext/gl/gstglfilterreflectedscreen.c: - * ext/openh264/gstopenh264enc.cpp: - * ext/voamrwbenc/gstvoamrwbenc.c: - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gstvc1parser.c: - * gst-libs/gst/gl/gstglupload.c: - * gst/adpcmenc/adpcmenc.c: - * gst/freeverb/gstfreeverb.c: - * gst/librfb/d3des.c: - * gst/mpeg1sys/buffer.c: - * gst/mpegpsmux/crc.h: - * gst/patchdetect/gstpatchdetect.c: - * gst/tta/filters.h: - * gst/vbidec/gstvbidec.c: - * gst/vbidec/vbidata.c: - * sys/dvb/camapplication.c: - * sys/dvb/camtransport.c: - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dxr3/dxr3videosink.c: - * sys/linsys/gstlinsyssdisink.c: - * sys/qcam/gstqcamsrc.c: - Constify some static arrays everywhere - -2015-01-21 08:49:23 +0100 Edward Hervey <bilboed@bilboed.com> - - * po/POTFILES.in: - po: Fix list of files tracked - sfsink/sfsrc haven't been ported (and therefore dist'ed) in 1.x - -2014-12-09 09:58:03 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: minor debug update - Only show PTS/DTS when they are valid, and include the stream id - -2015-01-20 14:55:05 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: do not skip the first fragment - Avoid advancing fragment right after downloading the header. If it - is the header, by default, don't advance to the next fragment. - -2015-01-20 16:57:15 +0100 Piotr Drąg <piotrdrag@gmail.com> - - * po/POTFILES.in: - po: update POTFILES - https://bugzilla.gnome.org/show_bug.cgi?id=743251 - -2015-01-16 19:32:15 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: expose stereo-high profile - Exposing stereo-high profile as a compatible profile of multiview-high - if the maximum number of encoded views in the stream is two. - https://bugzilla.gnome.org/show_bug.cgi?id=743174 - -2015-01-19 17:31:26 +0100 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: parse SPS subset - This patch calls gst_h264_parser_parse_subset_sps() when a - SPS subset NAL type is found. - All the bits required for parsing the SPS subset in NALs were - already there, just we need to call them when the this NAL type - is found. - With this parsing, the number of views (minus 1) attribute is - filled, which was a requirement for negotiating the stereo-high - profile. - https://bugzilla.gnome.org/show_bug.cgi?id=743174 - -2013-03-19 14:23:00 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: add initial support for MVC NAL units. - Initial support for MVC NAL units. It is only needed to propagate the - complete set of NAL units downstream at this time. - https://bugzilla.gnome.org/show_bug.cgi?id=696135 - Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2015-01-20 09:23:02 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: add explicit cast to make clang happy - Fixes compilation - -2015-01-15 17:44:45 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: refactor chunk downloading flow - Add more power to the chunk_received function (renamed to data_received) - and also to the fragment_finish function. - The data_received function must parse/decrypt the data if necessary and - also push it using the new push_buffer function that is exposed now. The - default implementation gets data from the stream adapter (all available) - and pushes it. - The fragment_finish function must also advance the fragment. The default - implementation only advances the fragment. - This allows the subsegment handling in dashdemux to continuously download - the same file from the server instead of stopping at every subsegment - boundary and starting a new request - -2015-01-19 12:37:23 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/compositor/blend.c: - compositor: fix illegal memory access in blend function with negative ypos - https://bugzilla.gnome.org/show_bug.cgi?id=741115 - -2015-01-19 08:37:59 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: add log message about segment time information - For debugging purposes - -2015-01-19 08:36:42 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix multi-period playback - If we say it is the first segment after a new period it will resync - the segment.start value and all buffers will be late for the new period - we are trying to play. Otherwise we want to keep the segment.start with - the previous value to allow the running time to smoothly increase - -2015-01-19 11:23:52 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix compiler warning with clang - gstdashdemux.c:1330:13: error: implicit conversion from enumeration type 'enum _GstAdaptiveDemuxFlowReturn' to different enumeration type - 'GstFlowReturn' [-Werror,-Wenum-conversion] - ret = GST_ADAPTIVE_DEMUX_FLOW_SUBSEGMENT_END; - ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -2015-01-18 21:05:44 +0100 Nicola Murino <nicola.murino@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: fix memleak - https://bugzilla.gnome.org/show_bug.cgi?id=743142 - -2015-01-18 17:25:35 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * gst/real/Makefile.am: - * gst/real/gstreal.c: - * gst/real/gstreal.h: - * gst/real/gstrealaudiodec.c: - * gst/real/gstrealaudiodec.h: - * gst/real/gstrealvideodec.c: - * gst/real/gstrealvideodec.h: - Remove real plugin which is no longer needed and has never been ported - Decoders for these formats exist in gst-libav, if anyone - still has a need for them. - -2015-01-18 17:10:37 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * docs/plugins/Makefile.am: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/gst-plugins-bad-plugins.args: - * ext/Makefile.am: - * ext/mythtv/Makefile.am: - * ext/mythtv/gstmythtvsrc.c: - * ext/mythtv/gstmythtvsrc.h: - * gst-plugins-bad.spec.in: - Remove libgmyth-based MythTV source element which was never ported - gmyth seems to be unmaintained upstream, and no one has asked - for this to be ported for a very long time, so let's just - remove it. Neither debian nor Fedora seem to ship libgmyth - any longer, and in any case it's most likely deprecated by - the UPnP support in MythTV. - -2015-01-17 10:06:40 +1100 Lasse Laursen <lasse@lasselaursen.com> - - * gst-libs/gst/gl/gstglapi.h: - glapi: fix compilation with latest MSVC - https://bugzilla.gnome.org/show_bug.cgi?id=743041 - -2015-01-15 12:57:59 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: use the correct size for the pbo - It was missing the GstVideoAlignment padding which could cause GL - errors related to overrunning the size of the pbo. - -2015-01-16 16:18:35 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: prevent early EOS when switching at last fragment - Check if there is a next fragment before advancing to avoid causing - a bitrate switch (and maybe exposing new pads) only to push EOS. - This causes playback to stop with an error instead of properly - finishing with EOS message. - -2015-01-13 14:22:02 +0000 David Waring <david.waring@rd.bbc.co.uk> - - * ext/dash/gstmpdparser.c: - dashdemux: Fix detection for the end of segment. - The segment start time is calculated as the offset into the current segment. - The old condition to detect the end of period (i.e. segment start time > - period start + period duration) failed when the period start was not 0 since - the segment start time does not take the period start time into account. - Fix this detection by only comparing the segment start to the period duration. - https://bugzilla.gnome.org/show_bug.cgi?id=733369 - -2015-01-14 23:11:15 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: remove unused segment attribute - It was never used, only initialized - -2015-01-12 17:40:47 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: implement ISOBMFF profile handling - The ISOBMFF profile allows definind subsegments in a segment. At those - subsegment boundaries the client can switch from one representation to - another as they have aligned indexes. - To handle those the 'sidx' index is parsed from the stream and the - entries point to pts/offset of the samples in the stream. Knowing that - the entries are aligned in the different representation allows the client - to switch mid fragment. In this profile a single fragment is used per - representation and the subsegments are contained in this fragment. - To notify the superclass about the subsegment boundary the chunk_received - function returns a special flow return that indicates that. In this case, - the super class will check if a more suitable bitrate is available and will - change to the same subsegment in this new representation. - It also requires special handling of the position in the stream as the - fragment advancing is now done by incrementing the index of the subsegment. - It will only advance to the next fragment once all subsegments have been - downloaded. - https://bugzilla.gnome.org/show_bug.cgi?id=741248 - -2015-01-12 11:57:02 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/Makefile.am: - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstisoff.c: - * ext/dash/gstisoff.h: - dashdemux: parse the sidx index from isobmff streams - Allows dashdemux to identify the subsegments in the stream and - switch bitrates when needed - -2015-01-09 16:43:03 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: check for profiles - Check for available profiles to enable certain features for - dash playback. For now we check for the ISOFF On Demand 2011 profile. - -2015-01-13 10:16:22 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: add a special return to signal subsegment boundary - The subsegment boundary return tells the adaptivedemux that it can - try to switch to another representation as the stream is at a suitable - position for starting from another bitrate. - -2015-01-13 10:15:21 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Actually use the byte range for the fragment url - Otherwise we would always download the full fragment. This would - make handling subsegments in DASH impossible. - -2015-01-13 10:13:47 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: allow downloads of headers only - In order to get some subsegment information, subclasses might want - to download only the headers to have enough data (the index) - to decide where to start downloading from the subsegment. - -2015-01-12 18:22:14 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: refactor common code to function - Reuse the same function when finishing downloading and signaling to - the download loop thread to get the next fragment or abort - -2015-01-09 17:19:54 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: inform subclass when headers/index are being downloaded - This allows the subclasses to know if the chunks that are downloaded are - part of the header or of the index and will parse the parts that are - of their interest. - -2015-01-15 16:11:24 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: a few leak fixes - -2015-01-15 13:16:07 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/uridownloader/gstfragment.c: - fragment: fix caps and buffer leaks in get_property - -2015-01-14 17:43:51 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/hls/gsthlsdemux.h: - hlsdemux: remove unused fragments_cache field - -2015-01-14 16:42:25 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/hls/gsthlsdemux.c: - hlsdemux: a few leak fixes - -2015-01-12 21:22:06 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/bs2b/gstbs2b.c: - bs2b: implement the preset interface - Instead of a preset property implement the preset interface in a read-only - fashion. - -2015-01-12 12:11:01 +0100 Stefan Sauer <ensonic@users.sf.net> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-bs2b.xml: - docs: add new bs2b plugin and element - -2015-01-10 21:41:12 +0100 Christoph Reiter <reiter.christoph@gmail.com> - - * configure.ac: - * ext/Makefile.am: - * ext/bs2b/Makefile.am: - * ext/bs2b/gstbs2b.c: - * ext/bs2b/gstbs2b.h: - bs2b: add new plugin (Effect/Audio, crossfeed) - https://bugzilla.gnome.org/show_bug.cgi?id=611689 - -2015-01-15 13:13:51 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - interaudiosink: Make sure that buffer time is always bigger than period time - -2015-01-15 12:49:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Also consider max-lateness property value before dropping late frames - -2015-01-15 14:09:43 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideotexturecache.m: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - vtdec: implement the GL texture upload meta - -2015-01-09 00:16:17 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/corevideotexturecache.h: - * sys/applemedia/corevideotexturecache.m: - avfvideosrc: implement the GL texture upload meta - -2015-01-15 09:47:45 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixerpad.h: - * ext/gl/gstglvideomixer.c: - glvideomixer: don't upload if alpha <= 0 - Implemented using a upload_buffer vfunc within GstGLMixer allowing - NULL uploaded buffers. - -2015-01-15 09:45:21 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: remove spurious gst_video_info_align - That will be taken care of by the calling code (typically a bufferpool). - The GstVideoAlignment is purely informational to compute plane data sizes. - -2015-01-14 23:48:16 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/compositor/compositor.c: - compositor: Document the zorder pad property from gstvideoaggregator - -2015-01-14 23:47:19 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Nitpick spacing/punctuation in debug logging - -2015-01-14 16:33:53 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Stop scheduled playback shortly in PAUSED->PLAYING if it was running already - This fixes handling of flushing seeks, where we will get a PAUSED->PLAYING - state transition after the previous one without actually going to PAUSED - first. - -2015-01-14 16:01:07 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosink.h: - decklinkvideosink: Don't schedule too late frames in prepare() - Otherwise we will overflow the internal buffer of the hardware - with useless frames and run into an error. This is necessary until - this bug in basesink is fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=742916 - -2015-01-14 15:54:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosink.h: - decklinkvideosink: Keep track of the time when we went to PLAYING for the external clock too - Otherwise we're adding an offset of the time the pipeline was in PLAYING - already to the running time when converting it to our internal clock. - -2015-01-14 13:32:51 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Enable QoS and set max-lateness to 20ms - -2015-01-12 17:24:52 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/codecparsers/gsth264parser.c: - h264parser: fix stack smashing - Ensure that we do not trust the bitstream when filling a table - with a fixed max size. - Additionally, the code was not quite matching what the spec says: - - a value of 3 broke from the loop before adding an entry - - an unhandled value did not add an entry - The reference algorithm does these things differently (7.3.3.1 - in ITU-T Rec. H.264 (05/2003)). - This plays (apparently correctly) the original repro file, with - no stack smashing. - Based on a patch and bug report by André Draszik <git@andred.net> - -2015-01-14 22:08:43 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixerpad.h: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * tests/check/libs/gstglcolorconvert.c: - gl: split glcolorconvert usage from glupload - the separation allows the transfer operation to occur in a separate - thread/time which may increase performance in specific circumstances. - -2015-01-14 12:39:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: offset the data pointer for upload for GstVideoAlignment - otherwise we attempt to read from the padding data - -2015-01-14 00:08:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - glmemory: use pbo's for upload - -2015-01-13 23:47:06 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: relax the GLMemory uploader check for input caps features - As there may be a sysmem caps features with GLMemory filled buffers. - e.g. - videotestsrc ! glimagesink - -2015-01-13 11:32:03 -0800 Zaheer Abbas Merali <zaheermerali@gmail.com> - - * configure.ac: - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264enc.cpp: - Revert "Revert "openh264: fix to work with released versions and master of upstream"" - This reverts commit 329f0ccba1aa604da1bd80293fd1fe717447df5d. - -2014-12-17 09:19:52 -0800 Zaheer Abbas Merali <zaheermerali@gmail.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264: remove all trace output to console from encoder - -2015-01-13 19:56:24 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - decklink: Use BT2020 colorspace for UltraHD resolutions - -2015-01-13 19:55:37 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - decklink: Fix indention once again - -2015-01-13 16:49:07 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: handle the return of the setup function - Make the class future proof by handling the gboolean return of the setup - function. So if/when a child class uses this the base class is ready. - -2015-01-13 16:46:10 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - Revert "audiovisualizer: remove unused value" - This reverts commit 25c97570834d6de1c14424e71221d19eb0d33ee3. - It is preferable to handle the retun of the setup function. - -2015-01-13 17:44:17 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Get our own "start time" instead of the one of the pipeline - decklinkvideosink might be added later to the pipeline, or its state might - be handled separately from the pipeline. In which case the running time when - we (last) went into PLAYING state will be different from the pipeline's. - However we need our own start time to tell the Decklink API, which running - time should be displayed at the moment we go to PLAYING and start scheduled - rendering. - -2015-01-13 17:00:51 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintersubsink.c: - * gst/inter/gstintersubsrc.c: - * gst/inter/gstintervideosink.c: - inter: Use a #define for the default value of the channel property - -2015-01-13 16:58:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintervideosrc.c: - * gst/inter/gstintervideosrc.h: - intervideosrc: Make the timeout configurable after which we start showing a black frame - -2015-01-13 15:42:26 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: remove unused value - klass->setup (scope) will always return TRUE since all children of this class - do so, no need to store the return. Besides, the value is overwritten a few - lines down before it is used. - Change helps keep files in sync after: - -base commit a91d521a3602f33083405467db9454d422b9da1b - -2015-01-13 14:54:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/compositor/compositor.c: - compositor: Don't do any conversions if the pad is completely transparent anyway - -2015-01-12 12:58:27 +0100 Branislav Katreniak <bkatreniak@nuvotechnologies.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintervideosrc.c: - inter: silence messages for flushed / created samples - These messages are logged periodically and polute the log - https://bugzilla.gnome.org/show_bug.cgi?id=741592 - -2014-12-25 23:10:19 +0100 Nicola Murino <nicola.murino@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: fix memleak - https://bugzilla.gnome.org/show_bug.cgi?id=741943 - -2014-12-25 22:59:42 +0100 Nicola Murino <nicola.murino@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: fix some memory leaks - https://bugzilla.gnome.org/show_bug.cgi?id=741943 - -2014-12-31 17:45:53 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * tests/check/libs/gstglcontext.c: - glcontext: allow wrapped contexts to be utilised like non-wrapped contexts - Fill in the missing pieces like get_proc_address, the gl function vtable - -2015-01-12 21:25:14 +0100 Stefan Sauer <ensonic@users.sf.net> - - * gst-libs/gst/video/.gitignore: - * gst/compositor/.gitignore: - * tests/check/pipelines/.gitignore: - gitignore: ignore more files - -2015-01-12 15:33:09 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - visual: use unused value - ret is assigned but not used and in the next cycle of the loop it is overwritten - with default_prepare_output_buffer (). If there is a flow error the function - should return instead. - CID #1226475 - -2015-01-12 16:10:31 +0100 Stefan Sauer <ensonic@users.sf.net> - - * common: - Automatic update of common submodule - From f2c6b95 to bc76a8b - -2015-01-12 15:57:53 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - decklink: Initialize refcount of our C++ classes in the constructor - CID 1262288 - CID 1262287 - CID 1262289 - -2015-01-12 14:22:47 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstdilate.c: - gaudieffects: stored value is overwritten - Value from left_luminance is assigned to out_luminance here, but that stored - value is not used before it is overwritten in the next cycle of the loop. - Removing assignation. - CID #1226473 - -2015-01-12 12:50:33 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: fix dead code - found is initialized to FALSE to then only be used in two conditional statements - that will always be false, making the blocks inside them dead code. Looking back - in the file's history the setting of the variable's value before it is checked - was dropped as part of the port to 0.11, bringing that value setting back. - https://bugzilla.gnome.org/show_bug.cgi?id=742638 - -2015-01-11 20:40:34 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: minor optimisation when scanning for SCRs - Bail out early when we're scanning for SCR, no need to - parse stuff we're not going to use nor interested in. - -2015-01-11 01:08:08 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/mpg123/gstmpg123audiodec.c: - mpg123: fix compiler warning and simplify checks in set_caps - https://bugzilla.gnome.org/show_bug.cgi?id=740195 - -2015-01-03 13:06:45 +0100 Carlos Rafael Giani <dv@pseudoterminal.org> - - * ext/mpg123/gstmpg123audiodec.c: - mpg123: rework set_format code so mpg123audiodec works with decodebin/playbin - The old code was using gst_caps_normalize() and was generally overly - complex. Simplify by picking sample rate and number of channels from - upstream and the sample format from the allowed caps. If the format caps - is a list of strins, just pick the first one. And if the srcpad isn't - linked yet, use the default format (S16). - https://bugzilla.gnome.org/show_bug.cgi?id=740195 - -2015-01-10 15:34:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: Disable hack for NSApp iteration with a special #define - The hack causes deadlocks and other interesting problems and it really - can only be fixed properly inside GLib. We will include a patch for - GLib in our builds for now that handles this, and hopefully at some - point GLib will also merge a proper solution. - A proper solution would first require to refactor the polling in - GMainContext to only provide a single fd, e.g. via epoll/kqueue - or a thread like the one added by our patch. Then this single - fd could be retrieved from the GMainContext and directly integrated - into a NSRunLoop. - https://bugzilla.gnome.org/show_bug.cgi?id=741450 - https://bugzilla.gnome.org/show_bug.cgi?id=704374 - -2015-01-10 15:40:30 +1100 Jan Schmidt <jan@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - inter: interaudiosrc - fixate layout for default caps - Makes interaudiosrc produce valid audio caps in the absence of any other - guidance by adding to the pad template and fixate function - -2015-01-09 21:51:40 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Remove pointless atomic - It is only modified from the streaming thread - -2015-01-09 21:30:36 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fix query leak - -2015-01-09 17:56:09 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstwavescope.c: - audiovisualizer: remove check for below zero for unsigned value - CLAMP checks both if value is '< 0' and '> max'. Value will never be a negative - number since it is an unsigned integer. Removing that check and only checking if - it is bigger than max and setting it appropriately. - Also converting the previous instance of this into MIN() for consistency. - CID 1139793 - -2014-12-02 10:10:39 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: expose compatible profiles to downstream - Some video bitstreams report a too restrictive set of profiles. If a video - decoder was to strictly follow the indicated profile, it wouldn't support that - stream, whereas it could in theory and in practice. So we should relax the - profile restriction for allowing the decoder to get connected with parser. - https://bugzilla.gnome.org/show_bug.cgi?id=739992 - -2015-01-09 16:43:39 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Print jitter from clock waiting in the debug logs - -2015-01-09 14:42:34 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/audiovisualizers/gstwavescope.c: - audiovisualizer: remove check if below zero for unsigned value - CLAMP checks both if y is '< 0' and '> h1'. y will never be a negative number - since it is an unsigned integer. Removing that check and only checking if it - bigger than h1 and setting it to that max approprietaly. - CID 1139792 - -2015-01-08 16:24:29 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: cache current file position in the list - Avoids iterating the list everytime to look for the next segment - to be used (or to advance to the next one). - -2015-01-08 15:46:49 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - hlsdemux: simplify next segment checking functions - Optimize loop by moving condition outside of it and reuse the - find_next_fragment function to check if there is next instead of - replicating the same loop - -2015-01-08 13:03:11 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: cache total duration to avoid iterating at every query - Duration queries can be done a few times per second and would cause - the segment list to be traversed for every one. Caching the duration - prevents that. - -2015-01-08 18:15:27 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Post LATENCY message when the mode changes - Different modes have different framerates, and thus different latencies. We - might need to reconfigure the latency of the pipeline. - -2015-01-08 18:14:38 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Fix compiler warning - -2015-01-08 16:42:31 +0100 Florian Langlois <florian.langlois@fr.thalesgroup.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklinkvideosrc: Add automatic mode detection - https://bugzilla.gnome.org/show_bug.cgi?id=739284 - -2015-01-08 15:54:18 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/hls/m3u8.c: - hlsdemux: g_return_if_fail in function with return type - Need to use g_return_val_if_fail() when the function returns a type, in this - case a gboolean - -2015-01-08 15:36:04 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/rtp/gstrtph265pay.c: - rtp: value truncated too short creates dead code - type is truncated to 0-31 with "& 0x1f", but right after that it is checks if - the value is equivalent to GST_H265_NAL_VPS, GST_H265_NAL_SPS, and - GST_H265_NAL_PPS (which are 32, 33, and 34 respectively). Obviously, this will - never be True if the value is maximum 31 after the truncation. - The intention of the code was to truncate to 0-63. - -2015-01-08 15:27:44 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/rtp/gstrtph265depay.c: - rtp: fix nal unit type check - After further investigation the previous commit is wrong. The code intended to - check if the type is 39 or the ranges 41-44 and 48-55. Just like gsth265parse.c - does. Type 40 would not be complete. - -2015-01-08 13:47:09 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/rtp/gstrtph265depay.c: - rtp: fix dead code and check for impossible values - nal_type is the index for a GstH265NalUnitType enum. There are two types of dead - code here: - First, after checking if nal_type is >= 39 there are two OR conditionals that - check if the value is in ranges higher than that number, so if nal_type >= 39 - falls in the True branch those other conditions aren't checked and if it falls - in the False branch and they are checked, they will always also be False. They - are redundant. - Second, the enum has a range of 0 to 40. So the checks for ranges higher than 41 - should never be True. - Removing this redundant checks. - CID 1249684 - -2015-01-08 14:47:16 +0100 Florian Zwoch <fzwoch@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: Unlock the stream lock while waiting for pending frames to be completed in finish() - We might otherwise deadlock because gst_vtenc_enqueue_buffer() can be - called again and will take the stream lock again from another thread. - https://bugzilla.gnome.org/show_bug.cgi?id=742174 - -2015-01-08 08:46:48 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: implement _has_next_fragment to avoid busy looping - It will allow the demuxer to wait for a fragment to be available instead - of busy looping polling the playlist for a new fragment - -2015-01-08 12:55:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - decklink: Add a dummy value to the video connection mapping table for auto - -2015-01-08 12:48:22 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkaudiosrc.h: - decklinkaudiosrc: Add property to select the audio input connection - -2015-01-08 12:23:53 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - decklink: Add XLR and RCA audio connection enums - -2015-01-08 12:17:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklinkvideosrc: Add auto value for the connection property - This will use the default/auto connection for video capturing, and can - be set via the Decklink configuration tools. - -2015-01-08 12:13:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Fix indention once again - -2015-01-06 14:02:38 +0100 Florian Langlois <florian.langlois@fr.thalesgroup.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklink: Add property for configuring the input connection of the video sources - -2015-01-08 09:35:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: Don't init and clear static GMutex / GCond - We would potentially use it from the main loop later in - gst_gl_window_cocoa_init_nsapp() if it timed out before. - -2015-01-07 16:53:41 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: remove logically dead code - Soon after setting two variables to 1, the code checks if their values are - different from each other. This would never be true. Removing this. - CID 1226443 - -2015-01-07 16:40:25 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/videoparsers/gstpngparse.c: - * gst/videoparsers/gstpngparse.h: - Revert "pngparse: improve parsing of the image" - This reverts commit 59e7f0597d1cc524174e847de7b91407922304c8. - This patch should not have been pushed, see - https://bugzilla.gnome.org/show_bug.cgi?id=740058#c3 - -2015-01-07 16:26:57 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/opencv/gsthanddetect.c: - handdetect: remove unneeded check - Variable hands is already checked to contain a value previously at the beginning - of the current block (in line 504). There is no need to check again. This is - logically dead code. - CID 1197693 - -2014-11-13 15:56:07 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/videoparsers/gstpngparse.c: - * gst/videoparsers/gstpngparse.h: - pngparse: improve parsing of the image - Everytime a buffer is being provided from baseparse, we are parsing all the data from the beginning. - But since we would have already parsed some of the data in the previous iterations, - it doesnt make much sense to keep parsing the same everytime. - Hence skipping the data which is already read in previous iterations to improve the parsing performance. - https://bugzilla.gnome.org/show_bug.cgi?id=740058 - -2015-01-07 15:32:05 +0100 Florian Langlois <florian.langlois@fr.thalesgroup.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Fix latency values for sources - -2015-01-07 10:23:31 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - hlsdemux: remove duplicate call to uri_join - -2015-01-07 09:30:00 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - hlsdemux: skip checking '#EXT-X-' token for all entries - Put this common check before to avoid repeating it for all possible - entries to save some cycles - -2015-01-07 09:21:33 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/m3u8.c: - hlsdemux: avoid using g_list_append for creating segments list - Use g_list_prepend and reverse it at the end to skip traversing the - same list for every new segment - -2014-06-20 12:38:59 -0600 Thomas Bluemel <tbluemel@control4.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Don't use approximate duration for fragment buffer pts - The duration values in playlists are approximate only, and for - playlist versions 2 and older they are only rounded integer values. - They cannot be used to timestamp buffers. This resulted in playback - gaps and skips because the actual duration of fragments is slightly - different. The solution is to only set the pts of the very first - buffer processed, not for each fragment. - -2015-01-06 18:44:15 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: only update segment if we have a valid PTS - Otherwise we set the position to GST_CLOCK_TIME_NONE and it disrupts - bitrate switching - -2015-01-07 11:31:30 +0530 Rajat Verma <rajat.verma@st.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: fix crash while setting bitrate in caps structure - q->bitrate is a guint64, but G_TYPE_INT may read fewer bits - off the stack, and if we pass more then the NULL sentinel - may not be found at the right place, which in turn might - lead to crashes. - https://bugzilla.gnome.org/show_bug.cgi?id=741751 - -2015-01-02 00:59:00 +0000 Duncan Palmer <dpalmer@digisoft.tv> - - * gst/videoparsers/gsth264parse.c: - h264parse: Fix periodic SPS/PPS sending work after a seek - Reset the interval variable to have SPS/PPS sending work after - a (backwards) seek. - https://bugzilla.gnome.org/show_bug.cgi?id=742212 - -2015-01-05 21:26:22 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: fix deadlock with pad object lock - The image capture mutex and the pad object lock would cause a race - if the pad query was made right when the image probe was running. - The image probe needs the capture mutex and the querying would need - the pad object lock. - -2015-01-05 15:16:15 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: simplify weird if/else clause - It is not an if/else situation but an if error abort otherwise - just continue. Remove else to make it more readable - -2014-04-04 16:45:51 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Implement live seeking - hlsdemux assumes that seeking is not allowed for live streams, - however seek is possible if there are sufficient fragments in the - manifest. For example the BBC have live streams that contain 2 hours - of fragments. - The seek code for both live and on-demand is common code. The - difference between them is that an offset has to be calculated - for the timecode of the first fragment in the live playlist. - When hlsdemux starts to play a live stream, the possible seek range - is between 0 and A seconds. After some time has passed, the beginning of - the stream will no longer be available in the playlist and the seek - range is between B and C seconds. - Seek range: - start 0 ........... A - later B ........... C - This commit adds code to keep a note of the B and C values - and the highest sequence number it has seen. Every time it updates the - media playlist, it walks the list of fragments, seeing if there is a - fragment with sequence number > highest_seen_sequence. If so, the values - of B and C are updated. The value of B is used when timestamping - buffers. - It also makes sure the seek range is never closer than three fragments - from the end of the playlist - see 6.3.3. "Playing the Playlist file" - of the HLS draft. - https://bugzilla.gnome.org/show_bug.cgi?id=725435 - -2015-01-05 17:58:54 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: prepare for supporting seeks in live streams - Add function to allow subclasses to specify seeking range for - live streams - https://bugzilla.gnome.org/show_bug.cgi?id=725435 - -2015-01-04 17:15:37 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: don't use iterator when setting flush pending on pads - -2015-01-04 16:57:05 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: check if pads are ready more efficiently - No need to use an iterator for this which creates a temporary - structure every time and also involves taking and releasing the - object lock many times in the course of iterating. Not to mention - all that GList handling in gst_aggregator_iterate_sinkpads(). - -2015-01-04 12:59:19 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.h: - aggregator: name vfunc arguments consistently - -2014-12-31 20:47:24 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * tests/check/Makefile.am: - tests: nodist for orc generated code - -2015-01-01 15:46:00 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: add g-i transfer and scope annotations - -2015-01-01 14:10:05 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: register names of iterate_sinkpads functions with debug system - -2015-01-01 14:03:02 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: reduce debug messages for taking/releasing logs to TRACE level - Don't spam debug log with this stuff. - -2014-12-31 18:16:21 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: move property member into private structure - Our locking (or lack thereof) while accessing this also - looks generally quite dodgy. - -2014-12-31 14:50:58 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: remove empty dispose function - -2014-12-30 23:58:34 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: give private functions namespace prefix - Especially the GST_DEBUG_FUNCPTR ones. - -2014-12-31 12:35:06 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.h: - aggregator: fix up some docs comments in header - -2014-12-30 23:44:46 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: remove now-unused system clock member - -2014-12-30 19:43:43 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstglvideomixer.c: - glmixer, glvideomixer: update for GstAggregatorPadForeachFunc change - -2014-12-30 19:26:47 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: update for aggregator start/stop vfunc change - -2014-12-30 19:22:01 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: make GstAggregatorPadForeachFunc take an GstAggregatorPad - -2014-12-30 18:01:34 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: update for aggregator start/stop vfunc change - -2014-12-30 17:56:35 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: update for aggregator start/stop vfunc change - -2014-12-30 17:50:17 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: bring start/stop vfunc semantics in line with other baseclasses - Sub-class should not have to chain up to GstAggregator's start/stop - vfuncs, same as in GstBaseSrc, GstBaseSink, GstBaseTransform etc. - -2014-12-30 15:29:36 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: fix output-block-size property description - -2014-12-30 08:07:18 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: only typefind when we have a minimum amount of data - For small amounts some data might be mistyped and it would cause - the pipeline to fail. For example if you have AAC inside mpegts, - for small amounts, the AAC samples would cause the typefinder to - think it is AAC and not mpegts. - https://bugzilla.gnome.org/show_bug.cgi?id=736061 - -2014-12-29 11:49:51 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - decklink: Add support for 4K / UHD modes - -2014-12-29 11:49:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - decklink: Fix indention - -2014-12-29 10:44:53 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: do not try to ref null pointer - Playlists might be missing the availability start time, so check for - it before trying to ref the object - -2014-12-29 10:44:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: run gst-indent on mpdparser - Run gst-indent on mpdparser to have it stop complaining on every - commit - -2014-12-28 18:26:49 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: remove pointless GST_DEBUG_FUNCPTR - Not useful for GObject vfuncs. - -2014-12-28 18:24:21 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: remove duplicate pad parent_class variable - G_DEFINE_TYPE already provides one, just need to use it. - -2014-12-28 18:22:57 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.h: - aggregator: add _CAST() variants for cast macros - -2014-12-28 01:13:33 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.h: - * gst-libs/gst/video/gstvideoaggregator.h: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - aggregator: make padding larger - Esp. the class structures, can't have enough - spare space for virtual functions. - -2014-12-28 00:58:04 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/siren/gstsiren.h: - * gst/siren/gstsirendec.h: - * gst/siren/gstsirenenc.h: - siren: remove unneeded structure padding - Public headers are private and not installed. - -2014-12-27 16:15:41 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Log to the pad instead of the element - More correct way of doing the same thing as before - -2014-12-27 15:50:17 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: Point to compositor for the pad properties documentation - -2014-12-27 15:49:47 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/compositor/compositor.c: - compositor: Document the pad properties - -2014-12-27 15:49:39 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Document the pad properties - -2014-12-27 09:49:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Make sure that the minimum latencies are never GST_CLOCK_TIME_NONE - -2014-12-27 09:42:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Wait for the minimum latency, not the maximum - The minimum latency is the latency we have to wait at least - to guarantee that all upstreams have produced data. The maximum - latency has no meaning like that and shouldn't be used for waiting. - -2014-12-27 04:21:36 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Clamp the min latency at the max if it's greater - -2014-12-27 04:21:26 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Print the sinkpad name while logging latency queries - Very useful while debugging. - -2014-12-27 04:19:52 +0530 Nirbheek Chauhan <nirbheek@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Take the stream lock when iterating sink pads - When iterating sink pads to collect some data, we should take the stream lock so - we don't get stale data and possibly deadlock because of that. This fixes - a definitive deadlock in _wait_and_check() that manifests with high max - latencies in a live pipeline, and fixes other possible race conditions. - -2014-12-26 23:05:43 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: do not set source state with lock - It might be racy with the image probe thread as it uses the capture - mutex just like the start-capture handler from camerabin. The - start-capture would be waiting for the source's streaming thread - to stop to be able to set the source state to ready while the - probe would be blocked waiting to acquire the capture mutex. - It causes a deadlock. - -2014-12-26 10:17:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: use the drain query instead of flush - The flush might clear any pending captures that are still in - queues being processed while the drain query will wait for those - to be properly done - -2014-12-26 22:45:41 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: improve timestamp code - Use a combination of the running time and CMClockGetTime from AVF to compute - timestamps. - -2014-12-26 11:48:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/gdp/gstgdppay.c: - gdppay: use public API for accessing stream header arrays in caps - Don't rely on core implementation details, which are private and - may change. It's also not needed here, the performance impact is - close to none. Also copy buffer before changing its metadata. - -2014-12-26 11:29:12 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/gdpdepay.c: - tests: gdpdepay: update for internal gdp refactoring - This test uses some internal/private API, so needs to - be updated for recent changes. - -2014-12-26 11:27:38 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/gdp/dataprotocol.c: - * gst/gdp/dataprotocol.h: - * gst/gdp/gstgdppay.c: - gdppay: refactor payloading code a little - Get rid of some indirections and inefficiencies, - just payload things directly which gives us more - control over what memory is allocated where and - how and makes things much simpler. In particular, - we can now allocate the payload header plus the - GstMemory to represent it in one go. - -2014-12-15 00:41:22 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/gdp/dataprotocol.c: - * gst/gdp/dataprotocol.h: - * gst/gdp/gstgdppay.c: - * gst/gdp/gstgdppay.h: - * tests/check/elements/gdpdepay.c: - gdppay: refactor a little - Get rid of now-useless packetizer struct and just - call internal functions directly. Also remove - version property which is now defunct, not least - because we create the packetizer with the - version in the init function before a version - can be set. - -2014-12-13 16:46:07 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/gdppay.c: - tests: gdppay: initialise memory of buffers used in unit test - -2014-12-13 15:23:48 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/gdp/dataprotocol.c: - * gst/gdp/dataprotocol.h: - gdppay: optimise payloading of buffers with multiple memories - Add function to calculate a payload CRC across multiple memories - so we don't have to merge buffers with multiple memories just to - calculate the CRC. Also make CRC calculation function static, - since it's not used outside dataprotocol.h and move special-casing - of length = 0 -> CRC = 0 into CRC function (from caller). - Perhaps more importantly, since payload CRC is off by default: - don't map buffer (and possibly merge memories in the process) - if we are not going to use it to calculate a CRC anyway. - -2014-12-13 15:19:16 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/gdp/dataprotocol.c: - * gst/gdp/dataprotocol.h: - gdppay: dataprotocol: drop bogus const - Doesn't really make sense given that we map - it and possibly merge memories and such. - -2014-11-24 12:18:36 -0700 Vijay Jayaraman <Vijay.Jayaraman@echostar.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: typefind might fail if first buffer is too short - If typefind fails, check to see if the buffer is too short for typefind. If this is the case, - prepend the decrypted buffer to the pending buffer and try again the next time around. - https://bugzilla.gnome.org/show_bug.cgi?id=740458 - -2014-08-27 16:26:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/Makefile.am: - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: port to adaptive base class - Conflicts: - ext/hls/gsthlsdemux.c - ext/hls/gsthlsdemux.h - -2014-12-23 01:51:50 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: check if element exists before setting it to null - Under certain error conditions it might happen that the element - has been freed already and trying to set it to NULL causes an - assertion - -2014-12-23 01:51:10 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: make sure task has stopped before freeing it - Otherwise the thread will be running and its memory will get freed. - This leads to memory corruption - -2014-12-23 01:48:41 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix segment start when exposing new streams - Segment start needs only to be updated when starting the streams - or after a seek, doing it during bitrate changes will cause the - running time to go discontinuous (jump back to a previous ts) - and QOS will drop buffers - -2014-12-19 02:22:47 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: allow subclass to use new pads group when switching bitrate - Fix pad groups switching when bitrate changes to allow HLS to use this feature - -2014-12-23 12:24:48 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: If getting a timeout before having caps, just advance our position - This can happen if this is a live pipeline and no source produced any buffer - and sent no caps until the an output buffer should've been produced according - to the latency. - -2014-12-23 12:15:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Make sure to release the current buffer in reset() - If we didn't output the last one in aggregate because we were shutting down - earlier we might otherwise leak it. - -2014-12-23 11:45:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - * gst/audiomixer/gstaudiomixer.h: - * tests/check/elements/audiomixer.c: - audiomixer: Change blocksize property to output-buffer-duration in time format - This makes the interface of audiomixer independent of the actual caps. - -2014-12-23 11:45:05 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Don't leak flush-start events - -2014-12-23 10:24:27 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Also change the default latency to 0, not just the minimum - -2014-12-23 09:52:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fix docs and default value of the latency property - -2014-12-22 22:19:52 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Also include the subclass latency in the result of the latency query - -2014-12-22 22:11:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Use the src query implementation of aggregator as the default case - -2014-12-22 22:11:13 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Use the src query implementation of aggregator as the default case - -2014-12-22 16:45:05 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/bayer/gstbayer2rgb.c: - bayer2rgb: take into account filter in transform_caps function - Fixes criticals when filter caps are passed. - Also fix wrong GST_DEBUG_OBJECT use. - https://bugzilla.gnome.org/show_bug.cgi?id=741863 - -2014-12-22 15:26:37 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Post a latency message if the value of the latency property changes - -2014-12-22 15:03:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Wake up the src thread after handling a latency query - Due to changed latencies or changed live-ness we might have to - adjust if we wait on a deadline at all and how long. - -2014-12-22 15:00:36 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Don't count the number of times we need to wake up but instead check all conditions for waiting again - This simplifies the code and also makes sure that we don't forget to check all - conditions for waiting. - Also fix a potential deadlock caused by not checking if we're actually still - running before starting to wait. - -2014-12-22 11:49:08 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Instead of crashing if no corresponding frame is found, ignore this - ... and hope that everything will be fine. This shouldn't really happen but - previously happened during shutdown. It should be fixed in videoencoder now, - but better be on the safe side here. - -2014-12-22 11:46:05 +0100 Sebastian Dröge <sebastian@centricular.com> - - * MAINTAINERS: - MAINTAINERS: Update my mail address - -2014-12-21 07:47:25 -0500 Stefan Sauer <ensonic@users.sf.net> - - * gst/audiomixer/Makefile.am: - audiomixer: fix build flag order - Have the libraries/inlcudes from plugins-bad first to avoid picking up the installed version. - Fixes the build when the local api changed. - -2014-12-20 12:24:53 -0500 Stefan Sauer <ensonic@users.sf.net> - - * gst/freeverb/GstFreeverb.prs: - * gst/freeverb/Makefile.am: - freeverb: add a few presets - -2014-12-19 13:18:50 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * tests/check/libs/gstglcolorconvert.c: - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - gltest: Port to new API - https://bugzilla.gnome.org/show_bug.cgi?id=740900 - -2014-12-19 12:22:12 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - glbufferpool: Always recalculate buffer size - Actually we should always recalculate buffer size since our buffer size - even when not-padded is smaller for many sub-sampled formats. This is - because we don't add padding between the planes. - https://bugzilla.gnome.org/show_bug.cgi?id=740900 - -2014-12-19 12:12:08 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglmemory.h: - glmemory: No need for padding - A memory object cannot be put on stack, so no need for padding. - -2014-12-19 12:11:08 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/gl/gstgloverlay.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstgluploadmeta.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - gl: Add support for GstVideoAlignment - This allow saving a copy with libav video decoders or decoders with - similar padding requirement. - https://bugzilla.gnome.org/show_bug.cgi?id=740900 - -2014-11-22 11:25:23 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - glmemory: Handle upload/download flags from map - Problem was that if buffer was mapped READWRITE (state of buffers from - libav right now), mapping it READ/GL will not upload. This is because the - flag is only set when the buffer is unmapped. We can fix this by setting - the flags in map. This result in already mapped buffer that get mapped - to be read in GL will be uploaded. The problem is that if the write - mapper makes modification afterward, the modification will never get - uploaded. - https://bugzilla.gnome.org/show_bug.cgi?id=740900 - -2014-12-13 21:47:38 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: Handle custom stride with OPENGL3 - https://bugzilla.gnome.org/show_bug.cgi?id=740900 - -2014-12-19 15:05:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkaudiosrc.h: - decklink: Fix various compiler warnings with gcc - -2014-12-19 14:50:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - decklink: Re-add the COM initialization code for Windows - Untested, and we will never deinitialize COM again. - -2014-12-19 14:38:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - decklink: Remove in-same-pipeline detection code for audio/video elements of the same device - This causes deadlocks sometimes for some reason. - -2014-12-19 14:35:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosink.h: - decklinkvideosink: Implement clock slaving - -2014-12-19 13:52:08 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkvideosink.cpp: - decklinkvideosink: Add some more debug output for when frames are scheduled - -2014-12-19 13:28:29 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkaudiosrc.h: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklink: Add property for configuring the buffer size of the sources - -2014-12-19 13:24:10 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkaudiosrc.h: - decklinkaudiosrc: Implement timestamp jitter and discont handling - -2014-12-19 12:37:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Our capture time is the end timestamp of the buffer, subtract the duration - -2014-12-19 12:30:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkaudiosrc.h: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklink: Allow for a maximum of 5 packets to be queued up - In case downstream is a bit slow with consuming packets at times. - -2014-12-19 12:03:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosrc.cpp: - decklink: Implement latency query in sources and remember selected mode - -2014-12-18 18:30:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/capture.cpp: - * sys/decklink/capture.h: - * sys/decklink/gstdecklinksink.cpp: - * sys/decklink/gstdecklinksink.h: - * sys/decklink/gstdecklinksrc.cpp: - * sys/decklink/gstdecklinksrc.h: - decklink: Remove obsolete files - -2014-12-18 17:31:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/Makefile.am: - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkaudiosrc.cpp: - * sys/decklink/gstdecklinkaudiosrc.h: - * sys/decklink/gstdecklinkvideosrc.cpp: - * sys/decklink/gstdecklinkvideosrc.h: - decklink: Add initial version of audio and video sources - -2014-12-13 17:23:31 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/Makefile.am: - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - * sys/decklink/gstdecklinkaudiosink.cpp: - * sys/decklink/gstdecklinkaudiosink.h: - * sys/decklink/gstdecklinkvideosink.cpp: - * sys/decklink/gstdecklinkvideosink.h: - decklink: Initial version of the audio/video sink rewrite - -2014-12-19 13:04:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - * gst/audiomixer/gstaudiomixer.h: - audiomixer: Track discont-time per pad instead of globally - We do discont handling per pad, not per element! - -2014-12-15 16:27:16 +0100 Branko Subasic <branko@axis.com> - - * ext/curl/gstcurlsmtpsink.c: - * ext/curl/gstcurlsmtpsink.h: - curlsmtpsink: add final boundary to all multipart emails - Corrected the final boundary mechanism so that a final boundary is - added to each mail with multipart content that is sent, - not just to the last one. - https://bugzilla.gnome.org/show_bug.cgi?id=741553 - -2014-12-18 23:33:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: We're only EOS if all our pads are actually EOS - Having a buffer or not on the pad is irrelevant. - -2014-12-18 22:42:14 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: The pad's size is always supposed to be the whole buffer size - And the offset the offset into that buffer. Changing the size will - cause all kinds of assumptions to fail and cause crashes. - -2014-12-18 22:04:38 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Don't try to map NULL buffers - -2014-12-18 22:03:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Make sure to always update the pad's videoinfo together with buffers - Otherwise the videoinfo and the buffer content can go out of sync. - -2014-12-18 11:48:37 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/compositor/compositor.c: - compositor: Fix memory leak when no buffer is available for a pad currently - CID 1258718 - -2014-12-18 10:54:05 +0100 Sebastian Dröge <sebastian@centricular.com> - - * common: - Automatic update of common submodule - From ef1ffdc to f2c6b95 - -2014-12-17 22:01:23 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/x265/gstx265enc.c: - x265enc: reuse the gstvideo proxy getcaps - The caps query is implementing the same logic as the default - handler from the base class. Reuse it to simplify code. - -2014-12-17 21:52:13 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/opus/gstopusenc.c: - opusenc: plug ref leak of template caps - the pad template caps is already a new ref. No need to copy. - -2014-12-17 19:51:32 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst/audiomixer/gstaudiomixer.c: - aggregator: Add function to allow subclasses to set their own latency - For audiomixer this is one blocksize, for videoaggregator this should - be the duration of one output frame. - -2014-12-17 19:37:22 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Make sure to not have pads being behind the current offset - We would break sync between the different streams then. - -2014-12-17 17:54:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst/audiomixer/gstaudiomixer.c: - * gst/compositor/compositor.c: - * tests/check/libs/aggregator.c: - aggregator: Add a timeout parameter to ::aggregate() - When this is TRUE, we really have to produce output. This happens - in live mixing mode when we have to output something for the current - time, no matter if we have enough input or not. - -2014-12-17 18:20:15 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Add queues after the (live) sources in the unit test - -2014-12-17 12:20:54 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: improve timestamping and latency reporting - Use AVF provided timings to timestamp output buffers. Use the running time at - the time the first buffer is produced to base timestamps on. Report 1-frame - latency based on the negotiated framerate instead of hardcoding 4ms latency. - -2014-12-15 22:24:26 -0500 Raimo Järvi <raimo.jarvi@gmail.com> - - * sys/dshowdecwrapper/gstdshowaudiodec.cpp: - * sys/dshowdecwrapper/gstdshowaudiodec.h: - * sys/dshowdecwrapper/gstdshowutil.cpp: - * sys/dshowdecwrapper/gstdshowutil.h: - * sys/dshowdecwrapper/gstdshowvideodec.cpp: - dshowdecwrapper: Remove dependency on ATL - This fixes compiling with Visual C++ Express - that doesn't include ATL. - https://bugzilla.gnome.org/show_bug.cgi?id=677223 - -2014-12-04 23:30:23 -0500 Matthew Bader <matt@hyperlobic.net> - - * sys/dshowsrcwrapper/gstdshow.cpp: - * sys/dshowsrcwrapper/gstdshowvideosrc.cpp: - dshowsrcwrapper: Added support for image/jpeg and h264 - https://bugzilla.gnome.org/show_bug.cgi?id=741188 - -2014-12-16 19:49:35 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/libs/aggregator.c: - tests: fix aggregator unit test after property renaming - -2014-12-16 17:37:12 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Implement get_next_time() - -2014-12-16 17:33:01 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Some minor cleanup - -2014-12-05 18:19:54 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * gst-libs/gst/video/gstvideoaggregator.c: - aggregator: make the src pad task drive the pipeline for live pipelines - This removes the uses of GAsyncQueue and replaces it with explicit - GMutex, GCond and wakeup count which is used for the non-live case. - For live pipelines, the aggregator waits on the clock until either - data arrives on all sink pads or the expected output buffer time - arrives plus the timeout/latency at which time, the subclass - produces a buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=741146 - -2014-12-08 15:18:25 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: always try to use newer buffers - instead of dropping them for being too old. This ensures that - the newest buffer is always used for rendering - -2014-12-16 13:35:14 +0100 Wim Taymans <wtaymans@redhat.com> - - * ext/directfb/dfbvideosink.c: - * ext/sdl/sdlvideosink.c: - * ext/wayland/wlwindow.c: - * sys/directdraw/gstdirectdrawsink.c: - * sys/pvr2d/gstpvrvideosink.c: - * sys/vdpau/gstvdpvideopostprocess.c: - rectangle: clear rectangle struct before use - -2014-12-15 15:21:50 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusparse.c: - opusparse: fix frame size determination - https://bugzilla.gnome.org/show_bug.cgi?id=741321 - -2014-06-19 21:32:09 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst/mxf/mxfdemux.c: - * gst/mxf/mxfdemux.h: - * gst/mxf/mxftypes.h: - mxfdemux: Use IndexTableSegments. - This speeds up seeking drastically. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732294 - -2014-12-14 01:29:26 +0100 Sebastian Rasmussen <sebras@hotmail.com> - - * tests/check/libs/aggregator.c: - tests/aggregator: Use correct type when setting property - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=741495 - -2014-05-08 10:41:03 +0530 Sudip Jain <sudip.jain@linaro.org> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: scan more bytes to find initial PCRs - Fixes playback of Samsung-Colorful-Variety-1080i.ts. - https://bugzilla.gnome.org/show_bug.cgi?id=729768 - -2014-12-12 20:57:28 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264enc.cpp: - Revert "openh264: fix to work with released versions and master of upstream" - This reverts commit 15394aa70543f55c54fa8a474805224f4138f76c. - The latest release (v1.1) does not have pkg-config support - yet, so this plugin won't be built with the latest release. - Cerbero uses the latest release, so this makes cerbero - builds fail, which expect the plugin to be built. - We can re-commit this once there's a release that includes - pkg-config support. - -2014-12-12 10:05:23 -0800 Zaheer Abbas Merali <zaheermerali@gmail.com> - - * configure.ac: - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264enc.cpp: - openh264: fix to work with released versions and master of upstream - -2014-12-12 11:21:27 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst/debugutils/gstwatchdog.c: - watchdog: GstElement->state is protected with the OBJECT_LOCK - Not the STATE_LOCK. - gst_watchdog_feed was already always called with the OBJECT_LOCK taken. - -2014-11-27 20:48:24 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - videoaggregator: Hide some more fields from the API - + Add some documentation - -2014-12-12 00:30:21 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/onvif/Makefile.am: - onvif: fix 'make dist' - -2014-12-11 21:01:48 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix seek event handling - Properly do seeking and avoid only seeking when the segment was updated. - It would cause seeks after the stream was EOS to fail, for example. - https://bugzilla.gnome.org/show_bug.cgi?id=738920 - -2014-11-17 19:26:53 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/onvif/gstrtponviftimestamp.c: - * gst/onvif/gstrtponviftimestamp.h: - * tests/check/elements/rtponvif.c: - rtponviftimestamp: Automatically discover the ntp-offset by default. - This only works if no packets are pushed in before the pipeline goes - to playing. So it helps to have a live source. - https://bugzilla.gnome.org/show_bug.cgi?id=731769 - -2014-06-05 15:06:33 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * gst/onvif/Makefile.am: - * gst/onvif/gstrtponvif.c: - * gst/onvif/gstrtponvifparse.c: - * gst/onvif/gstrtponvifparse.h: - * tests/check/elements/rtponvif.c: - add rtponvifextract element - https://bugzilla.gnome.org/show_bug.cgi?id=731769 - -2014-04-28 11:07:17 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * configure.ac: - * gst/onvif/Makefile.am: - * gst/onvif/gstrtponvif.c: - * gst/onvif/gstrtponviftimestamp.c: - * gst/onvif/gstrtponviftimestamp.h: - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/rtponvif.c: - add rtponviftimestamp element - https://bugzilla.gnome.org/show_bug.cgi?id=731769 - -2014-12-08 11:02:51 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: fix position/texcoord attrib index usage - https://bugzilla.gnome.org/show_bug.cgi?id=741231 - -2014-12-11 18:17:02 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltercube.c: - glfiltercube: use a shader everywhere - -2014-12-11 18:15:02 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstgloverlay.c: - * ext/gl/gstgltransformation.c: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: fixup vao and vbo usage for legacy GL - -2014-12-11 14:57:18 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgleffects.c: - gleffects: don't abort when setting the effect to 0,1,2 - -2014-12-10 12:48:33 +1100 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/sdl/sdlshare.c: - gl/examples: fixup sdl example for gluPerspective removal - -2014-12-09 08:38:55 -0800 Nick Stoughton <nstoughton@aether.com> - - * configure.ac: - * sys/bluez/gstavdtputil.c: - bluez: support compile-time distinction between bluez4 and bluez5 - Signed-off-by: Nick Stoughton <nstoughton@aether.com> - https://bugzilla.gnome.org/show_bug.cgi?id=738626 - -2014-12-10 18:23:02 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: check the return from update_manifest correctly - It is a GstFlowReturn and not a boolean - -2014-12-10 09:24:17 +0000 David Waring <david.waring@rd.bbc.co.uk> - - * ext/dash/gstmpdparser.c: - dashdemux: Change period when setting by period id. - Make gst_mpd_client_set_period_id set the current period index when it finds a - period with a matching period id. - https://bugzilla.gnome.org/show_bug.cgi?id=741322 - -2014-12-10 15:27:49 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: fix reverse playback fragment tracking - Rework reverse fragment traversing with repetition fields to prevent - NULL pointer deref and avoid never advancing a fragment as the variable - is unsigned and would always be non-negative. - CID #1257627 - CID #1257628 - -2014-12-11 00:02:26 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: bump rank to PRIMARY - -2014-12-10 22:36:53 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: negotiate profile and level with downstream - -2014-12-10 19:44:01 +1100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: report latency - -2014-12-05 16:20:08 +0000 David Waring <david.waring@rd.bbc.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: Find current segment in the streams that have just been setup - Using demux->streams will just skip the whole loop as demux->streams will - always be NULL at that point - https://bugzilla.gnome.org/show_bug.cgi?id=741285 - -2014-12-09 05:03:11 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst/geometrictransform/gstmirror.c: - mirror: Needs remap when the mode changes. - This caused the user to think the mode wasn't taken into account. - -2014-12-09 04:28:17 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst/videoparsers/gsth264parse.c: - Revert "h264parse: expose compatible profiles to downstream" - This reverts commit 3910cbe7ce1a67ed5506f87e4c5a005c168d0e6c. - -2014-12-08 08:53:00 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: do not try to unlock not locked mutex - A misplaced unlock was causing an assertion for playback with a - set stop time - -2014-12-08 08:24:17 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/Makefile.am: - gst-libs: build order: uridownloader before adaptivedemux - Otherwise make install fails - -2014-12-05 16:33:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: Add properties to specify the maximum keyframe interval in frames and seconds - -2014-12-05 16:15:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Fix conversion of the bitrate property and our internal bitrate storage - The property is in kbit/s and we store it in bit/s, so just multiply and - divide by 1000. No need to put a factor of 8 in there. - kVTCompressionPropertyKey_AverageBitRate is also in bit/s according to - its documentation. - -2014-12-05 13:12:59 +0530 Arun Raghavan <git@arunraghavan.net> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Fix a memory leak - Frees the source ARGB black frame that we use to create the black frame - in our target format. - -2014-12-02 10:10:39 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: expose compatible profiles to downstream - Some video bitstreams report a too restrictive set of profiles. If a video - decoder was to strictly follow the indicated profile, it wouldn't support that - stream, whereas it could in theory and in practice. So we should relax the - profile restriction for allowing the decoder to get connected with parser. - https://bugzilla.gnome.org/show_bug.cgi?id=739992 - -2013-05-01 11:17:02 +0800 Chun-wei Fan <fanchunwei@src.gnome.org> - - * sys/dshowvideosink/dshowvideofakesrc.cpp: - * sys/dshowvideosink/dshowvideosink.cpp: - * sys/dshowvideosink/dshowvideosink.h: - dshowvideosink: Port to 1.0 and new GLib threading API - This updates the dshowvideosink to work with the GStreamer 1.0.x APIs, and - avoids the use of deprecated GLib threading API that are now used since - GLib 2.32+ - https://bugzilla.gnome.org/show_bug.cgi?id=699364 - -2014-12-04 01:46:43 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssmanifest.c: - * ext/smoothstreaming/gstmssmanifest.h: - mssdemux: add live support - Implement the functions of adaptivedemux to have live support - enabled. This allows mssdemux to refresh the Manifest periodically - -2014-12-04 15:52:44 -0500 Matthew Bader <matt@hyperlobic.net> - - * sys/dshowdecwrapper/CMakeLists.txt: - * sys/dshowdecwrapper/gstdshowaudiodec.cpp: - * sys/dshowdecwrapper/gstdshowaudiodec.h: - * sys/dshowdecwrapper/gstdshowdecwrapper.h: - * sys/dshowdecwrapper/gstdshowvideodec.cpp: - * sys/dshowdecwrapper/gstdshowvideodec.h: - dshowdecwrapper: Port to 1.x - https://bugzilla.gnome.org/show_bug.cgi?id=740945 - -2014-12-01 16:40:24 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * configure.ac: - * sys/vcd/vcdsrc.c: - vcdsrc: port to 1. - https://bugzilla.gnome.org/show_bug.cgi?id=547661 - -2014-12-04 12:21:04 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: fix getting current position in segments when after last one - For live streams this makes a difference when resyncing after a - Manifest refresh, otherwise it doesn't know where to restart - -2014-12-02 23:27:29 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: support manifests with repetition fragments - Read the "r" attribute from fragments to support fragments nodes - that use repetition to have a shorter Manifest xml. - Instead of doing: - <c d="100" /> - <c d="100" /> - You can use: - <c d="100" r="2" /> - -2014-11-22 01:01:50 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/Makefile.am: - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - * ext/smoothstreaming/gstmssmanifest.c: - * ext/smoothstreaming/gstmssmanifest.h: - mssdemux: port to adaptivedemux base class - -2014-12-03 16:13:17 -0500 Matthew Bader <matt@hyperlobic.net> - - * sys/dshowsrcwrapper/gstdshowaudiosrc.cpp: - * sys/dshowsrcwrapper/gstdshowvideosrc.cpp: - dshowsrcwrapper: Fixed null caps comparison - https://bugzilla.gnome.org/show_bug.cgi?id=741086 - -2014-12-04 02:12:08 -0200 Flávio Ribeiro <email@flavioribeiro.com> - - * ext/hls/gsthlssink.c: - * ext/hls/gstm3u8playlist.c: - hlssink: remove unnecessary title on EXTINF tag - According to the HLS spec the remainder of the line following - the comma on EXTINF tag is not required. This patch removes - the fake title and saves some bytes on the playlist. - https://bugzilla.gnome.org/show_bug.cgi?id=741096 - -2014-12-04 20:37:51 +0530 Ramprakash Jelari <ramprakash.jelari@e-consystems.com> - - * ext/gl/gstopengl.c: - gl: Rename gst-launch-0.10 to gst-launch-1.0 in docs - -2014-12-04 15:42:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/Makefile.am: - decklink: Fix make distcheck - And properly dist all headers and source files. - -2014-12-03 18:31:06 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: release threads waiting for manifest update on shutdown - For live streams, also unblock threads that might be waiting for a manifest - update when stopping the pipeline. - Also add some more debug messages - -2014-12-03 13:52:07 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: use gst_task_stop instead of gst_task_pause - To avoid race conditions with gst_task_stop(); gst_task_join() with - another thread doing gst_task_pause(), the joining thread would be - waiting for the task to stop but it would never happen. So just - use gst_task_stop() everywhere to prevent more mutexes - -2014-12-03 12:48:42 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix deadlock when stopping streams - Remember to unlock the manifest's lock when leaving the download task. - -2014-12-03 16:01:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/linux/DeckLinkAPIDispatch.cpp: - decklink: Fix compiler warnings with gcc in the dispatcher - -2014-12-03 15:30:43 +0100 Philippe Normand <philn@igalia.com> - - * gst-libs/gst/gl/gstglsyncmeta.h: - glsyncmeta: add G_END_DECLS - -2014-12-03 15:07:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/win/DeckLinkAPI.h: - * sys/decklink/win/DeckLinkAPI_i.c: - decklink: Update Windows SDK headers to 10.3.1 - No idea where the DecklinkAPIDispatch.cpp comes from on Windows, - but this should still work. Will just become a problem once we - use other parts of the API. - -2014-12-03 14:42:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/Makefile.am: - * sys/decklink/osx/DeckLinkAPI.h: - * sys/decklink/osx/DeckLinkAPIConfiguration.h: - * sys/decklink/osx/DeckLinkAPIDeckControl.h: - * sys/decklink/osx/DeckLinkAPIDiscovery.h: - * sys/decklink/osx/DeckLinkAPIDispatch.cpp: - * sys/decklink/osx/DeckLinkAPIModes.h: - * sys/decklink/osx/DeckLinkAPIStreaming.h: - * sys/decklink/osx/DeckLinkAPITypes.h: - * sys/decklink/osx/DeckLinkAPIVersion.h: - decklink: Update OS X SDK headers to 10.3.1 - -2014-12-03 14:39:13 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/linux/DeckLinkAPI.h: - * sys/decklink/linux/DeckLinkAPIConfiguration.h: - * sys/decklink/linux/DeckLinkAPIDeckControl.h: - * sys/decklink/linux/DeckLinkAPIDiscovery.h: - * sys/decklink/linux/DeckLinkAPIDispatch.cpp: - * sys/decklink/linux/DeckLinkAPIModes.h: - * sys/decklink/linux/DeckLinkAPITypes.h: - decklink: Update Linux SDK headers to 10.3.1 - -2014-12-03 10:06:09 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: remove unused error variable - CID #1256556 - -2014-12-03 09:45:58 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: remove more get_duration checks - Subclasses must implement get_duration function. If they do not know - the duration they can return GST_CLOCK_TIME_NONE - -2014-12-03 09:40:34 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: all subclasses must implement get_duration - CID #1256557 - -2014-12-02 23:29:20 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: make sure to always stop the stream on EOS - For On-Demand streams, always stop the tasks for streams that reached - EOS - -2014-12-03 08:02:58 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: try cgl before glx - It was already done by commit - f506e80686eedc66912583db11914ec3f713b478 - but it has been broken by commit - 45ec777cea0e69b2597d1ec02b18ec31d618c920 - -2014-12-03 07:46:50 +0000 Julien Isorce <j.isorce@samsung.com> - - * tests/check/elements/.gitignore: - tests: add glimagesink unit test to .gitignore - -2014-12-02 15:52:54 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: fix double unref of object - the datetime is already released by the end of the function - -2014-10-10 11:24:08 +0100 David Waring <david.waring@rd.bbc.co.uk> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Find the current period in a live stream - Start from the correct period on a live stream - https://bugzilla.gnome.org/show_bug.cgi?id=737421 - -2014-12-02 10:06:00 +0000 David Waring <david.waring@rd.bbc.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix period selection for live streams - Fix period selection and properly error out when update cannot be done - https://bugzilla.gnome.org/show_bug.cgi?id=725298 - -2014-07-09 10:11:40 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtbase: Improve last PCR detection - When dealing with random-access content (such as files), we initially - search for the last PCR in order to figure out duration and to handle - other position estimation such as those used in seeking. - Previously, the code looking for that last PCR would search in the last - 640kB of the file going forward, and stop at the first PCR encountered. - The problem with that was two-fold: - * It wouldn't really be the last PCR (it would be the first one within - those last 640kB. In case of VBR files, this would put off duration - and seek code slightly. - * It would fail on files with bitrates higher than 52Mbit/s (not common) - Instead this patch modifies that code by: - * Scanning over the last 2048kB (allows to cope with streams up to 160Mbit/s) - * Starts by the end of the file, going over chunks of 300 MPEG-TS packets - * Doesn't stop at the first PCR detected in a chunk, but instead records all - of them, and only stop searching if there was "at least" one PCR within - that chunk - This should improve duration reporting and seeking operations on VBR files - https://bugzilla.gnome.org/show_bug.cgi?id=708532 - -2014-12-01 11:47:29 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Only activate warning for real streams - streams with stream_type 0xff are PCR-only streams, it's normal not - to have a pad for them. - -2014-12-01 12:14:20 +0100 Jürgen Slowack <jurgen.slowack@barco.com> - - * ext/x265/gstx265enc.c: - * ext/x265/gstx265enc.h: - x265enc: add qp property - QP property enables CQP mode and sets the QP for P slices. - -2014-12-01 10:59:32 +0100 Thijs Vermeir <thijs.vermeir@barco.com> - - * tests/examples/gl/cocoa/cocoa-videooverlay.m: - gl/cocoa: Fix example on Mac OS X 10.10 - Using NSApp directly seems to confuse something, as the compiler - was expecting an id<NSFileManagerDelegate>. Switched to using - [NSApplication sharedApplication], and specified the delegate - protocol on the window class as well. - Similar to https://bugzilla.gnome.org/show_bug.cgi?id=738740 - -2014-12-01 10:27:43 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/Makefile.am: - * gst-libs/gst/adaptivedemux/Makefile.am: - gst-libs: Fix dependency build - adaptivedemux depends on uridownloader and video depends on base - -2014-12-01 09:48:41 +0100 Thomas Klausner <wiz@danbala.tuwien.ac.at> - - * configure.ac: - configure: Do comparisons in a portable way with = instead of == - https://bugzilla.gnome.org/show_bug.cgi?id=740953 - -2014-11-30 21:54:38 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: reworking live manifest update wait - Check if the stream is live before checking if it is EOS as a live - stream might be considered EOS when it just needs to wait for a manifest - update to proceed with the next fragments - -2014-11-29 10:28:09 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: fix manifest update locking - To avoid unlocking a not locked mutex - -2014-11-29 10:27:25 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: Fix segment for manifests that won't start at 0 - For live streams, the manifest might start at an advanced position. Avoid - using segment start=0 to have playback start immediately - -2014-11-29 10:26:31 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: replace the streams with the new mpd client's streams - Otherwise it won't update with the new segment info from the playlist - update - -2014-11-29 10:25:45 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: when updating the manifest, set the uri - This will allow dashdemux to create the correct full path URIs to - continue downloading fragments - -2014-08-26 16:45:46 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/Makefile.am: - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: port to adaptive demux - -2014-11-22 17:27:03 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - adaptivedemux: also clear flushing state on pads before restarting - During flushing seeks the flushing flow return will propagate up to the - source element and all pads are going to have the flushing flag set. - So before restarting also remove that flag together with the EOS one. - We don't do that when pushing the flush stop event because our event - handler for the proxypad will drop all events. - -2014-11-21 20:42:09 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * configure.ac: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/adaptivedemux/Makefile.am: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.c: - * gst-libs/gst/adaptivedemux/gstadaptivedemux.h: - adaptivedemux: add adaptivedemux base class - https://bugzilla.gnome.org/show_bug.cgi?id=735848 - -2014-11-29 13:16:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/gdp/gstgdppay.c: - gdppay: minor caps event payloading optimisation - Avoid creation of buffer we're just going to throw - away two lines later anyway. - -2014-11-29 13:15:36 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/gdp/gstgdppay.c: - gdppay: fix some memory leaks - -2014-11-30 00:42:17 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: require GL_ARB_ES2_compatibility for opengl3 - until we generate gl3 compliant shaders - https://bugzilla.gnome.org/show_bug.cgi?id=740012 - -2014-11-30 00:18:55 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: properly handle the !opengl3 case - https://bugzilla.gnome.org/show_bug.cgi?id=740012 - -2014-11-28 17:31:07 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - decklinksink: Drop too late frames and start scheduled playback at the correct time - -2014-11-28 16:04:54 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/gl/gstglfilterapp.c: - glfilterapp: fix unused variable compiler warning - When GST_GL_HAVE_OPENGL is 0 or unset. - -2014-11-28 15:06:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksrc.cpp: - decklinksrc: For the source, unsetting the callback already deletes it - -2014-11-14 11:19:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - decklinksink: Wait for the pipeline clock instead of the decklink clock - Otherwise we're going to starve other elements if the decklink clock - is slower than the pipeline clock, or starts much later. - Of course this will still cause problems if the decklink clock and ours are - completely out of sync, or running at a very different rate. But this at least - works better now. - -2014-11-14 10:58:53 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - * sys/decklink/gstdecklinksink.h: - decklinksink: Schedule video frames according to their timestamps, not according to a frame counter - -2014-11-14 11:02:01 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - decklinksink: Add some FIXME comments about synchronization - -2014-11-14 10:38:33 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/capture.cpp: - * sys/decklink/gstdecklinksrc.cpp: - * sys/decklink/gstdecklinksrc.h: - decklinksrc: Sample the pipeline clock for the timestamps instead of coming up with our own - If we just count the frames and calculate timestamps from that, all frames - will arrive late in the sink as we have a live source here. Instead take - the pipeline clock at capture time as reference. - -2014-11-28 14:50:18 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/capture.h: - * sys/decklink/gstdecklinksrc.cpp: - * sys/decklink/gstdecklinksrc.h: - decklinksrc: Handle callback/delegate object the same way as in the sink - Potentially fixes crashes. - -2014-11-28 14:46:06 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - * sys/decklink/gstdecklinksink.h: - decklinksink: Don't crash when going to READY another time - We have to handle the callback object a bit different: - a) it needs a virtual destructor - b) we need to set the callback to NULL when we're done with the output - c) create a new one every time - https://bugzilla.gnome.org/show_bug.cgi?id=740616 - -2014-11-28 10:23:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/compositor/compositor.c: - compositor: Failure to map a video frame is not just a warning - Also add some warning debug output if mapping a output buffer fails - -2014-11-28 10:22:44 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Failure to map a video frame is not just a warning - -2014-11-28 14:08:40 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/Makefile.am: - glfilterapp is now available on gles2 as well so build it - -2014-11-28 13:04:21 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - gl: fixup compat definition for GLuint64 for OS X - -2014-11-28 11:56:10 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - gl: add compat definition for GLuint64 for android - ../../../../gst-libs/gst/gl/glprototypes/sync.h:41:23: error: unknown type name 'GLuint64' - GLuint64 timeout)) - -2014-11-28 02:21:49 +0900 Danny Song <danny.song.ga@gmail.com> - - * gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c: - basecamerasrc: fix typo in docs - https://bugzilla.gnome.org/show_bug.cgi?id=740815 - -2014-11-28 11:11:43 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglsyncmeta.c: - glsync: fix build with desktop gl - -2014-11-28 11:04:22 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorscale.c: - gl: fix typo in #if - GST_GL_API_HAVE_OPENGL doesn't exist - -2014-11-28 10:59:46 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectssources.h: - * ext/gl/gstglcolorscale.c: - * ext/gl/gstgleffects.c: - * gst-libs/gst/gl/gstglsyncmeta.c: - gl: fix various build errors without desktop gl - -2014-11-28 10:03:18 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: fix build error - gstgldisplay.c:234:541: error: 'return' with no value, in function returning non-void [-Werror] - g_return_if_fail (GST_IS_GL_DISPLAY (display)); - -2014-11-27 21:05:45 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * ext/gl/gstglbumper.c: - * ext/gl/gstglcolorscale.c: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgleffects.c: - * ext/gl/gstglfilterapp.c: - * ext/gl/gstglfilterblur.c: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglfilterlaplacian.c: - * ext/gl/gstglfilterreflectedscreen.c: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglfiltersobel.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmosaic.c: - * ext/gl/gstgloverlay.c: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltransformation.c: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - gldisplay: implement runtime GL api filtering - Needed so that the pipeline/application can limit the choice of GL api - to what it supports - -2014-11-27 16:17:50 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/gl/Makefile.am: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfiltercube.h: - * ext/gl/gstglimagesink.c: - * ext/gl/gstopengl.c: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * tests/examples/gl/generic/cube/main.cpp: - * tests/examples/gl/generic/cubeyuv/main.cpp: - * tests/examples/gl/generic/doublecube/main.cpp: - * tests/examples/gl/generic/recordgraphic/main.cpp: - * tests/examples/gl/qt/mousevideooverlay/pipeline.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.cpp: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp: - * tests/examples/gl/sdl/sdlshare.c: - gl: remove the use of glu - -2014-10-17 15:22:24 +0200 Matthew Waters <matthew@centricular.com> - - * configure.ac: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - * gst-libs/gst/gl/glprototypes/sync.h: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglsyncmeta.c: - * gst-libs/gst/gl/gstglsyncmeta.h: - gl: add a sync meta for synchronizing across GL contexts - A context can create a GLsync object that can be waited on in order - to ensure that GL resources created in one context are able to be - used in another shared context without any chance of reading invalid - data. - This meta would be placed on buffers that are known to cross from - one context to another. The receiving element would then wait - on the sync object to ensure that the data to be used is complete. - -2014-10-17 15:08:29 +0200 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/Makefile.am: - * gst-libs/gst/gl/glprototypes/all_functions.h: - * gst-libs/gst/gl/glprototypes/sync.h: - glprototypes: add sync function definitions - -2014-11-17 18:06:20 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfilterapp.c: - * ext/gl/gstopengl.c: - glfilterapp: port to gles2 and gl3 - -2014-11-14 23:24:48 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgloverlay.c: - * ext/gl/gstgloverlay.h: - gloverlay: support gl3 - -2014-11-14 00:20:10 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - glvideomixer: add support for gl3 - -2014-11-13 21:30:38 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfiltercube.h: - glfiltercube: add a gl3 code path - -2014-11-13 15:09:04 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglfiltershader.c: - glfiltershader: support gl3 - -2014-11-13 12:12:46 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - gltransformation: support gl3 - -2014-11-12 23:48:32 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectssources.c: - gleffects: support gl3 whereever gles2 is supported - -2014-11-12 23:47:13 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglcolorscale.c: - * ext/gl/gstglcolorscale.h: - glcolorscale: support gl3 - -2014-11-12 22:49:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - glfilter: add a gl3 code path using vao's and vbo's - -2014-11-12 22:48:04 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglframebuffer.c: - glframebuffer: add support for gl3 - -2014-10-23 22:35:20 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - glcolorconvert: add support for gl3 - -2014-10-21 22:18:51 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: use vbo's and vao's for gl3 - -2014-10-21 19:30:38 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - glshader add support for gl3 - -2014-10-19 08:09:37 +0400 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - glx: ask for a GL3 core context - -2014-11-27 21:22:44 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Minor cleanup - -2014-11-26 15:02:14 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/compositor/compositor.c: - * gst/compositor/compositorpad.h: - compositor: Implement rescaling of the input via pad properties - compositor has now the same interface as glvideomixer. - -2014-11-27 20:34:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Copy over more fields from the relevant video-info - gst_video_info_set_format() will reset the complete video-info, but - we want to keep values like the PAR, colorimetry and chroma site. - Otherwise we risk setting different values on the srcpad caps than - what is actually inside the buffers. - -2014-11-27 20:25:29 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Directly use the converters video-info instead of recalculating it - -2014-11-27 19:52:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Do source pad negotiation only from the aggregated function - Otherwise we might negotiate from the sinkpad streaming threads at - the same time as on the srcpad streaming thread, and then all kinds - of crazy bugs happen that don't make any sense at all. - -2014-11-27 18:46:03 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - videoconvert: Hide all conversion related fields - And do not delay the setting of the conversion_info - https://bugzilla.gnome.org/show_bug.cgi?id=740768 - -2014-11-27 16:43:39 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Do not try to resize a buffer to a negative size on EOS - -2014-11-26 18:24:05 +0100 Thibault Saunier <tsaunier@gnome.org> - - * ext/gl/gstglmixer.c: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.h: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - videoaggregator: Expose vmethods to set converters and prepare/clean frames - This gives more flexibility to the subclasses and permits to remove the - GstVideoAggregatorClass->disable_frame_conversion ugly API. - WARNING: This breaks the API as it removes the disable_frame_conversion - field - API: - + GstVideoAggregatorClass->find_best_format - + GstVideoAggregatorPadClass->set_format - + GstVideoAggregatorPadClass->prepare_frame - + GstVideoAggregatorPadClass->clean_frame - - GstVideoAggregatorClass->disable_frame_conversion - https://bugzilla.gnome.org/show_bug.cgi?id=740768 - -2014-11-26 15:41:37 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst/debugutils/gstwatchdog.c: - * gst/debugutils/gstwatchdog.h: - watchdog: Handle FLUSHING seek events even in PAUSED state - https://bugzilla.gnome.org/show_bug.cgi?id=740757 - -2014-11-26 15:43:12 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst/debugutils/gstwatchdog.c: - * gst/debugutils/gstwatchdog.h: - watchdog: Properly handle PAUSED state - In PAUSED state we should just preroll, so get one buffer - and stop monitoring. - https://bugzilla.gnome.org/show_bug.cgi?id=740757 - -2014-10-31 11:01:47 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Let a full renegotiation happen after removing the last pad - With the current code, we will end up setting the preferred downstream - format as the srcpad format, and it might not be accepted by the next - sinkpad to be added. We should instead let the next sinkpad reconfigure - everything. - -2014-11-27 13:40:56 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: add quality property - -2014-11-27 13:33:07 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/vtenc.c: - vtenc: set profile and level in caps - -2014-11-27 18:09:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Unref buffer with the correct function - -2014-11-27 18:09:14 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: Handle failure of memory allocation gracefully - -2014-11-27 18:04:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: Use g_try_malloc() in the appropriate places - g_malloc() aborts if allocation fails, it's pointless to check against NULL - afterwards. That's why g_try_malloc() exists. - -2014-11-27 17:11:13 +0100 Edward Hervey <bilboed@bilboed.com> - - * common: - Automatic update of common submodule - From f32cfcd to ef1ffdc - -2014-11-27 10:48:43 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: support RGB16/BGR16 video format download - https://bugzilla.gnome.org/show_bug.cgi?id=740801 - -2014-11-27 13:01:19 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: only attempt a resize when the window has already resized - fixes a black startup screen on wayland - -2014-11-27 11:47:38 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - gl/wayland: implement resizing the window using the right mouse button - -2014-11-26 22:05:10 +0530 Arun Raghavan <git@arunraghavan.net> - - * common: - * configure.ac: - build: Use newer AX_PTHREAD instead of ACX_PTHREAD - -2014-11-26 14:36:42 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - * sys/Makefile.am: - * sys/qtwrapper/Makefile.am: - * sys/qtwrapper/audiodecoders.c: - * sys/qtwrapper/codecmapping.c: - * sys/qtwrapper/codecmapping.h: - * sys/qtwrapper/imagedescription.c: - * sys/qtwrapper/imagedescription.h: - * sys/qtwrapper/qtutils.c: - * sys/qtwrapper/qtutils.h: - * sys/qtwrapper/qtwrapper.c: - * sys/qtwrapper/qtwrapper.h: - * sys/qtwrapper/videodecoders.c: - Remove unported and obsolete qtwrapper plugin code - QuickTime is deprecated, we want new plugins based - on avfoundation (osx) or dxva/mediafoundation (windows). - -2014-11-27 01:27:19 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: support fixed dimensions on both sides of the element - Fixes: - width=320,height=240 ! glfilter ! width=800,height=600 - width=230,height=240 ! glfilter ! width=600 - ... ! glfilter ! width=800 - -2014-11-25 13:33:07 +1100 Matthew Waters <matthew@centricular.com> - - * configure.ac: - gl: fix automagic disabling of desktop GL - If configure finds GL + GLES2 but the user passes --enable-gles2 and - the two GL API's cannot be built against together, configure was still - allowing the desktop GL stack to be built. - -2014-11-26 13:06:21 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Also sync pad properties to the controller if conversion is disabled - -2014-11-26 12:35:52 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/compositor/compositor.c: - * gst/compositor/compositorpad.h: - compositor: Remove unused zorder pad property - It's handled in videoaggregator already. - -2014-11-23 23:49:50 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/nalutils.h: - codecparsers: fix some compiler warnings - i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 - "warning: comparison is always true due to limited - range of data type" - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=740673 - -2014-11-25 18:53:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/compositor/compositor.c: - compositor: GstVideoMeta is supported just fine, tell upstream about that - Also provide a GstVideoBufferPool to upstream just in case. - -2014-11-24 13:25:55 +0000 Tim-Philipp Müller <tim@centricular.com> - - * sys/winks/gstksvideodevice.c: - * sys/winks/ksvideohelpers.c: - winks: fix debug message format issues - And print last bits of GUID properly instead - of printing nonsense. - https://bugzilla.gnome.org/show_bug.cgi?id=733055 - -2014-11-25 08:24:16 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: fix some compiler warnings - i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 - "warning: comparison is always true due to limited - range of data type" - https://bugzilla.gnome.org/show_bug.cgi?id=740674 - -2014-11-24 19:53:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: use pkg-config to detect X11 - Like we do in -base and -good now. - https://bugzilla.gnome.org/show_bug.cgi?id=731047 - -2014-11-24 19:21:29 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Use a fixed number of slices by default - -2014-11-24 19:16:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Add some more encoding properties - Merged from https://github.com/EricssonResearch/openwebrtc-gst-plugins - based on a patchset by Robert Swain <robert.swain@ericsson.com> - -2014-11-24 18:40:53 +0530 Ramprakash Jelari <ramprakash.jelari@e-consystems.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: Fix unused variable warning by moving declaration where it is actually used - -2014-11-24 14:07:19 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklink.h: - decklink: Add support for 2k modes - -2014-11-24 13:56:56 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - decklink: HD1080i50 is 50 frames per second - -2014-11-24 17:58:42 +0530 Ramprakash Jelari <ramprakash.jelari@e-consystems.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix format string compiler warning - -2014-11-24 17:18:44 +0530 Ramprakash Jelari <ramprakash.jelari@e-consystems.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - dvbsection: Fix format string compiler warning - -2014-11-24 16:54:42 +0530 Ramprakash Jelari <ramprakash.jelari@e-consystems.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegtsdescriptor: Fix format string compiler warning - gstmpegtsdescriptor.c:778:16: warning: format specifies type 'unsigned long' but the argument has type 'int' [-Wformat] - -2014-11-24 11:32:33 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Fix valid compiler warning - gstglupload.c:442:32: error: if statement has empty body [-Werror,-Wempty-body] - if (upload->texture_ids[i]); - ^ - -2014-11-24 10:43:23 +0100 Philippe Normand <philn@igalia.com> - - * gst-libs/gst/gl/egl/Makefile.am: - gl: ship the gstglcontext_egl.h header - It is required by gsteglimagememory.h. - https://bugzilla.gnome.org/show_bug.cgi?id=740611 - -2014-11-23 21:43:20 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/gstglshadervariables.c: - gl: shadervariables: make parsing of floats locale-independent - Floating point numbers are written differently in different - locales, e.g. in many countries 1/2 = 0,5 instead of 0.5, and - strtod will not be able to parse "0.5" correctly in such a - locale. - -2014-11-24 02:52:24 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshadervariables.c: - glshadervariables: also trim \r as well as \n - -2014-11-05 20:18:06 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstglmixer.c: - * gst-libs/gst/gl/egl/gsteglimagememory.c: - * gst-libs/gst/gl/egl/gsteglimagememory.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * tests/check/libs/gstglupload.c: - glupload: rearchitecture for non GLMemory inputs/outputs - Allows other memory types to be implemented/returned/used by the caller. - -2014-11-14 10:55:14 +0900 Wonchul Lee <wonchul86.lee@lge.com> - - * gst/rawparse/gstrawparse.c: - rawparse: send SEEKING query upstream first - Sometimes rawparse does not handle the seeking query - properly, the rawparse should send the query upstream - first. For example, upstream could support seeking in - TIME format (but not in BYTE format), so the BYTE format - seeking query that rawparse sends in push mode would - fail. - https://bugzilla.gnome.org/show_bug.cgi?id=722764 - -2014-11-21 15:46:49 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: let VT pick the bitrate by default - -2014-11-20 10:23:30 -0800 Aleix Conchillo Flaqué <aleix@oblong.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: fix rtp/rtcp sink event memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=740451 - -2014-11-20 16:04:34 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: set H264_Baseline_AutoLevel on OSX as well - -2014-11-20 15:50:18 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: disable the reorder queue for baseline streams - -2014-11-20 09:41:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Fix divide by zero in the picture buffer length calculation - -2014-11-20 09:13:58 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * ext/gl/gstglimagesink.c: - glimagesink: critical error while seek playback-test(stop state) - If we seek when media is in stop state, playback-test gives - critical error, since context of glimagesink is destroyed during stop. - But since context is not present, we need not handle send_event in glimagesink - Hence adding a condition to check if context is valid. - https://bugzilla.gnome.org/show_bug.cgi?id=740305 - -2014-11-19 17:17:06 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Unblock events/queries immediately if the pad is flushing - https://bugzilla.gnome.org/show_bug.cgi?id=740376 - -2014-11-19 17:15:02 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Drop serialized events/queries if the pad is flushing - https://bugzilla.gnome.org/show_bug.cgi?id=740376 - -2014-11-19 17:03:41 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Block serialized events/queries until the pad has consumed all buffers - Otherwise the caps of the pad might change while the subclass still works with - a buffer of the old caps, assuming the the current pad caps apply to that - buffer. Which then leads to crashes and other nice effects. - https://bugzilla.gnome.org/show_bug.cgi?id=740376 - -2014-11-19 17:02:40 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Don't output 0-duration buffers at the segment end - https://bugzilla.gnome.org/show_bug.cgi?id=740376 - -2014-11-19 17:03:33 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fix typo in debug output - -2014-11-17 14:05:01 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fix up QoS handling for live sources - Only attempt adaptive drop when we are not live - https://bugzilla.gnome.org/show_bug.cgi?id=739996 - -2014-11-17 14:00:10 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: add _get_latency() for subclass usage - API: gst_aggregator_get_latency - https://bugzilla.gnome.org/show_bug.cgi?id=739996 - -2014-11-17 09:36:52 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: build errors when GST_GL_HAVE_OPENGL is 0 - Moving variables within #if GST_GL_HAVE_OPENGL, which are not going to be used otherwise. - and which are needed only when OpenGl is present - https://bugzilla.gnome.org/show_bug.cgi?id=740235 - -2014-11-17 11:10:35 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * tests/examples/opencv/gsthanddetect_test.c: - examples: relicense opencv gsthanddetect_test to LGPLv2+ - The GPL3 license header was copy'n'pasted from a - neighbouring source file by mistake, the original - code was not GPL3 licensed, but fell under the - default GStreamer license, which is LGPLv2+. - https://bugzilla.gnome.org/show_bug.cgi?id=685655 - -2014-11-17 18:50:28 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: add read-only context property - -2014-11-17 18:50:04 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: add read-only context property - -2014-11-11 17:08:25 +0900 Hyunjun Ko <zzoonis@gmail.com> - - * tests/examples/opencv/gst_element_print_properties.c: - opencv-example: Use g_snprintf instead of sprintf - https://bugzilla.gnome.org/show_bug.cgi?id=739846 - -2014-11-16 20:32:56 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: drop explicit comparisons against 0 for true/false - -2014-11-16 11:00:14 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Only use convertRectToBacking on OSX >= 10.7 - It does not exist before and older versions also don't have - support for HiDPI displays anyway. - https://bugzilla.gnome.org/show_bug.cgi?id=740201 - -2014-11-16 10:57:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/gstglapi.h: - gl: Use numeric OSX version instead of the macro - The macro is not defined on older OSX versions and evaluates to 0. - https://bugzilla.gnome.org/show_bug.cgi?id=740201 - -2014-11-15 21:59:48 +0000 Tim-Philipp Müller <tim@centricular.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: fix possible crash by passing 64 bits for 64-bit queue property - https://bugzilla.gnome.org/show_bug.cgi?id=740191 - -2014-11-14 10:40:31 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/capture.cpp: - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklinksrc.cpp: - decklink: Fix indention - -2014-11-10 10:01:24 +0100 Gwenole Beauchesne <gb.devel@gmail.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix derivation of MaxPicNum variable. - The logic to compute the MaxPicNum variable was reversed. In paricular, - MaxPicNum is double MaxFrameNum only if field_pic_flag is set to 1. - https://bugzilla.gnome.org/show_bug.cgi?id=739291 - -2014-11-13 12:01:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Don't override the application delegate - Otherwise interesting things will happen in Cocoa applications, like - infinite event loops that block the NSApplication loop forever. - This was only needed for GNUStep and thus can safely be removed now. - -2014-11-13 11:58:07 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * tests/examples/gl/cocoa/cocoa-videooverlay.m: - gl/cocoa: Remove GNUStep support - Until gcc and GNUStep properly support Objective-C blocks and other - "new" features of Objective-C we can't properly support them without - making the code much more ugly. - https://bugzilla.gnome.org/show_bug.cgi?id=739152 - -2014-11-12 18:06:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosink.h: - interaudiosink: Make sure to store at least period-time samples at once in the adapter - It's better to create some more silence than having the source pull multiple - short buffers out of the adapter and insert silence between them. - -2014-11-12 16:45:12 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: fix build on iOS - -2014-11-12 15:35:36 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/coremediabuffer.c: - coremediabuffer: set ->pixel_buf for CVPixelBuffer buffers - Fix a bug for which we never actually set ->pixel_buf to non-NULL for - CVPixelBuffer buffers. - -2014-06-06 13:57:30 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/faad/gstfaad.c: - faad: set channel positions using the appropriate API - https://bugzilla.gnome.org/show_bug.cgi?id=731038 - -2014-11-12 13:58:56 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Stop showing the current frame after 1 second, not after 30 frames - -2014-11-12 09:41:53 +0000 Julien Isorce <j.isorce@samsung.com> - - * tests/check/Makefile.am: - tests: add CFLAGS and LADD for glimagesink unit test - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732694 - -2014-11-12 11:52:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Add new enable-frame-skip property and disable it by default - Otherwise e.g. videotestsrc ! openh264enc ! ... will drop every second frame - because otherwise the target bitrate can't be reached without loosing too - much quality. - -2014-11-12 09:59:53 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: fix compilation on < 10.9 - -2014-11-12 11:44:07 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: don't set the upload to NULL on the drain query - https://bugzilla.gnome.org/show_bug.cgi?id=732694 - -2014-11-11 17:04:48 +0900 Hyunjun Ko <zzoonis@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - gl: Correct invalid comment text - -2014-11-11 23:54:44 +0000 Julien Isorce <j.isorce@samsung.com> - - * tests/check/Makefile.am: - * tests/check/elements/glimagesink.c: - gl: add unit test that checks for glimagesink drain query handling - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732694 - -2014-11-11 23:49:59 +0000 Julien Isorce <j.isorce@samsung.com> - - * ext/gl/gstglimagesink.c: - glimagesink: release stored buffers on drain query - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732694 - -2014-11-11 23:43:42 +0000 Julien Isorce <j.isorce@samsung.com> - - * gst-libs/gst/gl/gstglwindow.c: - gl: do not raise a critical msg if the backend does not handle window events - Fix "assertion 'window_class->handle_events != NULL' failed" - if not using a X11 window. - -2014-11-11 18:01:54 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: enable the hw encoder on OSX - -2014-11-11 12:00:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - decklinksink: Check the correct variable for failure - If we can't get an output, we would otherwise just use it later and crash. - -2014-11-11 11:18:19 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - interaudiosrc: Make sure we have a writable buffer before we start changing metadata - -2014-11-11 11:15:35 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Set the GAP flag on repeated buffers - videorate does the same and it allows optimizations downstream. - -2014-11-11 11:12:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - interaudiosrc: Set the GAP flag on buffers that only contain silence - -2014-11-11 14:23:55 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: remove the width/height fields from the caps to support frame resizing - It was previously only occuring with sysmem caps features - https://bugzilla.gnome.org/show_bug.cgi?id=739334 - -2014-11-10 17:42:20 +0100 Aurélien Zanelli <aurelien.zanelli@darkosphere.fr> - - * gst-libs/gst/codecparsers/gsth264parser.h: - h264parser: fix GstH264ParserResult documentation typo - https://bugzilla.gnome.org/show_bug.cgi?id=739906 - -2014-11-10 16:01:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/.gitignore: - tests: Add x265enc unit test to .gitignore - -2014-11-09 20:53:34 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/videoparsers/gstpngparse.c: - pngparse: optimise reading of png files - Read PNG data chunk in one go by letting the parser - base class know the size we need, so that it doesn't - drip-feed us small chunks of data (causing a lot of - reallocs and memcpy in the process) until we have - everything. - Improves parsing performance of very large PNG files - (65MB) from ~13 seconds to a couple of millisecs. - https://bugzilla.gnome.org/show_bug.cgi?id=736176 - -2014-11-09 19:23:47 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/examples/mpegtsmux/mpts_test2.c: - examples: remove pointless mpegtsmux example - Serves no purpose, is not even hooked up to the - build system, has hard coded file names and paths, - and can easily be replaced with a gst-launch line. - https://bugzilla.gnome.org/show_bug.cgi?id=739844 - -2014-11-09 10:25:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: Don't pretend to support reconfiguration - We will run into an assertion in set_caps() if we try to change - caps while the source is already running. Don't try to find new - caps in GstBaseSrc::negotiate() to prevent caps changes. - -2014-10-09 13:11:48 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: set seq_layer_sent to FALSE on reset() - https://bugzilla.gnome.org/show_bug.cgi?id=738526 - -2014-10-09 13:03:56 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - * gst/videoparsers/gstvc1parse.h: - vc1parse: implement asf to *-frame-layer stream-format - This commit add an helper to convert a frame to frame-layer format and - use it to implement these two stream-format conversion: - - asf --> sequence-layer-frame-layer - - asf --> frame-layer - In simple/main profile, we basically have a raw frame, so building a - frame layer isn't too complicated. But in advanced profile, the first - frame-layer should contain sequence-header, entrypoint, and frame and - each keyframe should contain entrypoint, so we have to handle these - carefully. - https://bugzilla.gnome.org/show_bug.cgi?id=738526 - -2014-10-09 10:38:40 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: check output format at negotiation time - Add an helper to check that output stream-format is coherent with - profile and header-format. It also check if we know how to do the - conversion if the input stream-format differs from selected - output-format. - So, in case output stream-format is not allowed, it will now fail at - negotiation rather than in pre_push_frame. - https://bugzilla.gnome.org/show_bug.cgi?id=738526 - -2014-09-30 15:35:38 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: add some asf related stream-format conversions - This commit introduces an helper to convert an ASF frame to BDUs format with - startcodes and use this helper to implements following stream-format - conversions: - - asf --> bdu - - asf --> sequence-layer-bdu - - asf --> sequence-layer-raw-frame - https://bugzilla.gnome.org/show_bug.cgi?id=738526 - -2014-09-30 15:28:55 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - * gst/videoparsers/gstvc1parse.h: - vc1parse: add some simple stream-format conversion - It add the support of following stream-format conversion: - - bdu --> sequence-layer-bdu - - bdu-frame --> sequence-layer-bdu-frame - - frame-layer --> sequence-layer-frame-layer - For these conversion, the only requirements is to push a sequence-layer - buffer prior to data. - https://bugzilla.gnome.org/show_bug.cgi?id=738526 - -2014-09-30 14:53:25 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: prepare the stream-format conversion code and add the simplest ones - It prepares the template for stream-format conversion and it implements - the following conversion: - - sequence-layer-bdu --> bdu - - sequence-layer-bdu-frame --> bdu-frame - - sequence-layer-frame-layer --> frame-layer - Work is done in the pre_push_frame() method. - https://bugzilla.gnome.org/show_bug.cgi?id=738526 - -2014-09-05 17:57:47 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: do not override last known stream error - https://bugzilla.gnome.org/show_bug.cgi?id=736141 - -2014-11-07 19:30:18 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssmanifest.c: - * ext/smoothstreaming/gstmssmanifest.h: - mssdemux: seeks in the manifest never fail - Set void as the return and remove error handling as it could - never fail - -2014-11-07 19:16:47 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: make sure flushes have the same seqnum as the seek event - They are part of the same operation and should preserve the seqnum - -2014-11-07 19:09:15 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: simplify seek to eos handling - Remove redundant flush stop pushing and remove a goto to make - the code flow simpler - -2014-09-17 15:22:59 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: send missing FLUSH_STOP/EOS when no seeking period is found - https://bugzilla.gnome.org/show_bug.cgi?id=736800 - -2014-11-07 15:50:51 +0100 Josep Torra <n770galaxy@gmail.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: set the HEADER flag on buffers containing SPS or PPS - -2014-11-07 15:41:15 +0100 Josep Torra <n770galaxy@gmail.com> - - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gsth265parse.h: - h265parse: set the HEADER flag on buffers containing VPS, SPS or PPS - -2014-11-07 11:41:01 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - * pkgconfig/gstreamer-gl.pc.in: - gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include - It's architecture dependent and should not be placed into the include - directory as the assumption is that all those headers are architecture - independent. - https://bugzilla.gnome.org/show_bug.cgi?id=739767 - -2014-11-07 00:16:12 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/smoothstreaming/gstmssmanifest.c: - smoothstreaming: initialise new GstH264NalUnit fields - CID #1251107. - -2014-11-06 23:58:06 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: don't make gst_glimage_sink_handle_events call _ensure_gl_setup - gst_glimage_sink_handle_events can be called from the overlay interface and from - the main thread before GL is setup. Before this change, that would call - _ensure_gl_setup() and deadlock on OSX. - Change things so that it's always safe to call gst_glimage_sink_handle_events() - without stuff deadlocking. - -2014-11-06 23:55:20 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: fix possible deadlock on osx - Remove gst_glimage_sink_handle_events call in gst_glimage_sink_init. It was - unnecessary and when the element was instantiated from the main thread, caused a - deadlock in OSX creating the context (thread). - -2014-11-06 13:22:17 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: add realtime and allow-frame-reordering properties - -2014-11-07 10:01:59 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: clamp the resize width/height to >= 1 to avoid a GL error - -2014-11-06 17:36:15 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Print a warning into the debug log on generating black frames - -2014-11-06 17:21:39 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintervideosink.c: - intervideosink: Add some debug output in the render function - -2014-11-06 11:53:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: don't unnecesarily set src_caps - https://bugzilla.gnome.org/show_bug.cgi?id=739374 - -2014-10-29 22:55:47 +0100 Matej Knopp <matej.knopp@gmail.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: don't unnecesarily set src_caps - https://bugzilla.gnome.org/show_bug.cgi?id=739374 - -2014-11-06 18:43:01 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - glutils: only attempt getting the app context when we don't already have a display - avoids querying/messaging the world on each frame - -2014-11-06 18:37:23 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: fail context creation if glGetString returns NULL - -2014-10-29 12:24:16 +0100 Lubosz Sarnecki <lubosz@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glimagesink: implement gst_video_overlay_handle_events - https://bugzilla.gnome.org/show_bug.cgi?id=736035 - -2014-11-04 15:16:33 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - interaudiosrc: Fix compiler warning about unused variables - gstinteraudiosrc.c: In function 'gst_inter_audio_src_create': - gstinteraudiosrc.c:339:27: error: variable 'buffer_samples' set but not used [-Werror=unused-but-set-variable] - guint64 period_samples, buffer_samples; - ^ - -2014-11-04 14:56:55 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstinteraudiosrc.h: - * gst/inter/gstintersurface.c: - * gst/inter/gstintersurface.h: - interaudio: Make buffer size and latency handling more explicit and add properties for them - This now makes audio work more reliable without disconts. - -2014-11-04 13:59:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - interaudiosink: Use the bpf from the audio info instead of hardcoding 4 - -2014-11-04 13:58:44 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - interaudio: Only flush the ringbuffer on the sink side - -2014-11-04 13:46:46 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - interaudiosink: Flush the adapter when we get new caps - Ideally we would drain the source but that would require more coordination - between sink and source than what we currently have. - -2014-11-04 09:52:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - gl/cocoa: include gl3.h in configure too for consistency with gstglapi.h - -2014-11-03 20:45:03 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/insertbin/gstinsertbin.c: - insertbin: Add doc for the ignored user-data in action signals - -2014-11-03 23:24:33 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: use NSAutoreleasePool to free resize data - Otherwise when resizing the window you will also get messages like: - class NSConcreteMapTable autoreleased with no pool in place - just leaking - class NSConcreteValue autoreleased with no pool in place - just leaking - class NSConcreteValue autoreleased with no pool in place - just leaking - class __NSCFDictionary autoreleased with no pool in place - just leaking - -2014-11-03 23:08:09 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglapi.h: - gl/cocoa: include gl3.h to have GL_CONTEXT_PROFILE_MASK - -2014-11-03 23:07:34 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: make sure to turn on frame rectangle changes notifications - Default value of property postsFrameChangedNotifications is YES - but it is worth to explicitly enable it. - -2014-11-03 23:02:17 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: fix uncaught exception 'unrecognized selector sent to instance' - Need to set the ':' as the reshape method now takes one parameter. - For the story, the GstGLNSView was previously inheriting from - NSOpenGLView which has a reshape function without any parameter. - Now the GstGLNSView inherits from NSView and we re-use the reshape - function manually. - -2014-11-03 22:59:41 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: fix compiler warning - Use the reshape function after being defined. The other way - would have been to declare the reshape function in the header. - gstglwindow_cocoa.m: In function '-[GstGLNSView drawRect:]': - gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape' - gstglwindow_cocoa.m:555: warning: (Messages without a matching method signature - gstglwindow_cocoa.m:555: warning: will be assumed to return 'id' and accept - gstglwindow_cocoa.m:555: warning: '...' as arguments.) - -2014-11-03 16:54:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Negotiate framerate with downstream - Prefer the closest framerate to the input framerate though. - -2014-11-03 16:24:33 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintervideosrc.c: - inter*src: No need to set caps manually on the pad - basesrc does that for us already. - -2014-11-03 16:13:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Swap source/destination parameters of gst_video_converter_frame() - -2014-11-03 15:19:48 +0100 Wim Taymans <wtaymans@redhat.com> - - * gst/inter/gstintervideosrc.c: - inter: fix order of arguments - -2014-11-03 10:05:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - interaudio: Set all required fields on the template caps - https://bugzilla.gnome.org/show_bug.cgi?id=739542 - -2014-11-03 00:17:41 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - gl: fix Since marker for gst_gl_window_run_navigation() - -2014-11-02 23:24:39 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/inter/gstintersurface.c: - inter: don't leak surface name - -2013-09-03 11:11:54 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: start pushing data again when a pad gets linked later - The whole not_linked optimisation is really a bit dodgy here, but - let's leave it in place for now and at least start pushing data - again when a pad got linked later, in which case we should get a - RECONFIGURE event. - -2013-09-02 23:36:43 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/mpegdemux/gstmpegdemux.c: - * gst/mpegdemux/gstmpegdemux.h: - * gst/mpegdemux/plugin.c: - mpegdemux: namespace fixes - -2014-11-02 19:26:20 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: post QoS messages when dropping frames due to QoS - -2014-11-02 19:12:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/audiovisualizers/gstaudiovisualizer.h: - audiovisualizer: fix boilerplate macros - -2014-11-02 17:18:12 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/hls/gsthlsdemux.c: - * ext/smoothstreaming/gstmssdemux.c: - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATED - -2014-11-02 17:17:46 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/gsthlsdemux.c: - hls: fix indentation - -2014-10-29 18:18:07 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/gl/gstglshadervariables.c: - glshader: Fix memory leak - Memory is only freed in the TRUE clause of the if conditional. Free in the else - clause as well. - Also, consolidate g_malloc + sprintf into a g_strdup_printf(). - CID #1212171 - https://bugzilla.gnome.org/show_bug.cgi?id=739368 - -2014-11-01 10:10:27 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/opus/gstrtpopusdepay.c: - * ext/opus/gstrtpopuspay.c: - rtpopus: Use OPUS encoding name - Both Firefox and Chrome uses OPUS as the encoding in their SDP. - Adding this now defacto standard name remove the need for special - case in SDP parsing code. - https://bugzilla.gnome.org/show_bug.cgi?id=737810 - -2014-10-31 17:32:56 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: add type of stream to debug log - Makes it faster to debug why certain streams are not showing - -2014-10-31 17:32:39 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: do not unlock not locked mutex - -2014-10-31 10:45:19 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: fix comments that confuse gtk-doc - GTK-Doc uses a special syntax for code documentation. A multiline comment that - starts with an additional '*' marks a documentation block that will be processed - by the GTK-Doc tools. So GTK-Doc is confused if a comment block starts with that - additional '*' but isn't meant to be processed. Removing this additional '*'. - https://bugzilla.gnome.org/show_bug.cgi?id=739444 - -2014-10-31 12:52:50 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: resize the viewport correctly on a caps change - with force-aspect-ratio=true, if the width or height changed, the - viewport wasn't being updated to respect the new video width and height - until a resize occured. - -2014-10-31 12:52:07 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: advertise support for changing input caps mid-stream - https://bugzilla.gnome.org/show_bug.cgi?id=739334 - -2014-10-31 12:30:53 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow.c: - gl: sprinkle some Since markers - -2014-10-30 14:27:38 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - mpegts: remove storage of never used values - Both _parse_atsc_mgt() and _parse_atsc_vct () change the value of the variable - data just before returning. The new value is never used since data is a pointer - declared at the beginning of the function and going out of scope just after the - new value is stored. - https://bugzilla.gnome.org/show_bug.cgi?id=739404 - -2014-10-30 17:06:01 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstsolarize.c: - gaudieffects: remove < 0 comparison on guint32 - Current CLAMP checks both if the value is below 0 or above 255. Considering it - is an unsigned value it can never be less than zero, so that comparison is - unnecessary. Switching to using if just for the upper bound. - CID #1139796 - -2014-10-30 16:05:14 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstsolarize.c: - gaudieffects: declare floor and ceiling as constants - -2014-10-30 15:49:01 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/gaudieffects/gstdilate.c: - gaudieffects: stored value is overwritten - Value from left_luminance is assigned to out_luminance here, but that stored - value is not used before it is overwritten in the next cycle of the loop. - Removing assignation. - CID #1226473 - -2014-10-24 16:52:42 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: do not remove programs on EOS - As a consequence, tsdemux won't remove its pads anymore on EOS. - Fixes the case when mpegtsbase is not able to process new packets - after EOS as the corresponding pids aren't known anymore because - the programs were removed and the pes/psi were kept, preventing the - PAT to be parsed again. - https://bugzilla.gnome.org/show_bug.cgi?id=738695 - -2014-04-21 11:48:22 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/siren/common.c: - siren: fix sample rate list - It was using a 24000/24000/48000, but I think it meant to use - 24000/32000/48000. Not 100% sure... - https://en.wikipedia.org/wiki/G.722.1 has the list of supported - bitrates. It's not clear whether the "flag" code maps to this, - however. - Coverity 206072 - -2014-10-30 14:49:05 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: remove storage of never used values - These two values are stored just before the function returns and they go out of - scope. - -2014-06-10 09:33:40 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusenc.c: - * ext/opus/gstopusenc.h: - opusenc: update output segment stop time to match clipped samples - This will let oggmux generate a granpos on the last page that properly - represents the clipped samples at the end of the stream. - -2014-10-30 18:45:04 +0530 Arun Raghavan <arun@accosted.net> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Trivial documentation fix - -2014-10-30 23:08:00 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: don't get the current caps from GstVideoInfo for the srcpad - It's missing the caps features needed. - -2014-10-30 18:57:59 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - * tests/examples/gl/qt/qglwtextureshare/pipeline.cpp: - * tests/examples/gl/sdl/sdlshare.c: - gl/examples: update for other-context property removal - -2014-10-30 16:48:00 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.h: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.h: - glcontext: add more functionality to wrapped contexts - Implements get_current_context() and get_proc_address() for wrapped - contexts. - -2014-10-30 12:43:09 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - glshader: advertise the default vertex and fragment shaders on desktop GL - -2014-05-22 13:13:14 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: h264: recognize SVC NAL units. - Identify SVC NAL units and tag them as such. This is necessary for - gst_h264_parser_parse_slice_hdr() to fail gracefully, if the user - did not perform the check himself. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-10-29 14:53:15 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix number of list0 {,non-}anchor refs. - Fix copy-paste error in gst_h264_sps_mvc_copy() where num_anchor_refs_l0 - and num_non_anchor_refs_l0 were incorrectly initialized from list1. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-10-29 13:51:40 +0000 Tim-Philipp Müller <tim@centricular.com> - - * win32/common/libgstcodecparsers.def: - Update .def for new API - -2014-10-29 13:15:51 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: sprinkle some gtk-doc Since: markers for new API - -2014-10-29 12:22:14 +0100 Lubosz Sarnecki <lubosz@gmail.com> - - * ext/gl/gstglimagesink.c: - satisfy gst-indent - -2014-10-29 22:23:13 +1000 Jan Schmidt <jan@centricular.com> - - * ext/gl/gstglfiltercube.c: - glfiltercube: Fix typo in property description - -2014-10-29 22:23:02 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: Initialise nalu extension type to NONE - Always set a default NALU extension type, and override it - when we find a supported extension, to avoid having it unset/random - for unsupported NALU extensions - -2014-10-07 16:28:03 +1100 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - h264parser: Fix frame packing SEI parsing - -2014-03-25 14:08:44 +0100 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst/videoparsers/gsth264parse.c: - codecparsers: h264: add support for Frame Packing Arrangement SEI message. - This parses the frame_packing_arragement() payload in SEI message. - This information can be used by decoders to appropriately rearrange the - samples which belong to Stereoscopic and Multiview High profiles. - https://bugzilla.gnome.org/show_bug.cgi?id=685215 - Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-03-08 18:17:16 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst/videoparsers/gsth264parse.c: - codecparsers: h264: add support for Stereo Video Information SEI message. - Add the necessary payload parsing support for stereo_video_info. - https://bugzilla.gnome.org/show_bug.cgi?id=685215 - Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> - -2012-10-01 13:36:45 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: h264: parse seq_parameter_set_mvc_extension(). - https://bugzilla.gnome.org/show_bug.cgi?id=685215 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2012-09-26 18:46:36 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: h264: parse MVC syntax elements. - https://bugzilla.gnome.org/show_bug.cgi?id=685215 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-10-29 22:58:37 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/mpegtsparse.c: - tsparse: Handle backward and discont timestamps better. - Assume that small backward PCR jumps are just from upstream packet - mis-ordering and don't reset timestamp tracking state - assuming that - things will be OK again shortly. - Make the threshold for detecting discont between sequential buffers - configurable and match the smoothing-latency setting on tsparse - to better cope with data bursts. - -2014-10-29 22:58:37 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/mpegtsparse.h: - tsparse: Implement timestamp/retimestamping of output buffers - When the set-timestamps property is set, use PCRs on the provided - (or autodetected) pcr-pid to apply (or replace) timestamps on the - output buffers, using piece-wise linear interpolation. - This allows tsparse to be used to stream an arbitrary mpeg-ts file, - or to smooth jittery reception timestamps from a network stream. - The reported latency is increased to match the smoothing latency if - necessary. - -2014-10-29 10:09:35 +0100 Vincent Abriou <vincent.abriou@st.com> - - * configure.ac: - configure.ac: auto decision to include GL library fails - The part of the configure.ac that consist to check if we - can include both GL and GLES2 at the same time is failing. - Indeed, in the case NEED_GLES2=yes and NEED_OPENGL=auto, - HAVE_OPENGL variable is updated whereas it should be HAVE_GL - variable that has to be updated (HAVE_OPENGL variable is not - used in the rest of the configure.ac). - https://bugzilla.gnome.org/show_bug.cgi?id=739348 - Signed-off-by: Vincent Abriou <vincent.abriou@st.com> - Reviewed-by: Benjamin GAIGNARD <benjamin.gaignard@linaro.org> - -2014-10-29 10:37:38 +0000 Luis de Bethencourt <luis.bg@samsung.com> - - * gst-libs/gst/codecparsers/gstmpeg4parser.c: - codecparsers: remove ignored increment of return - 'return val++;' returns the value before it is incremented because the post - increment happens after the statement. Removing the unused increment. - https://bugzilla.gnome.org/show_bug.cgi?id=739345 - -2014-10-29 08:27:57 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * ext/gl/gstglmixer.c: - glmixer:fix incorrect parameter passed to handle_set_context - -2014-10-28 21:42:31 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/webp/gstwebpdec.h: - * gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h: - * gst/camerabin2/gstwrappercamerabinsrc.h: - * sys/uvch264/gstuvch264_src.h: - Add some missing G_END_DECLS - -2014-10-28 17:44:47 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/faad/gstfaad.c: - faad: fix wrong unrefs in set_format error code path - -2014-10-28 18:27:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: get the config from the correct pool - -2014-10-28 18:01:27 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: avoid uninitialized variable size when chaining multiple glfilters - https://bugzilla.gnome.org/show_bug.cgi?id=739277 - -2014-10-28 18:01:01 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: gst-indent file - -2014-10-28 17:31:37 +1100 Matthew Waters <matthew@centricular.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.h: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.h: - * tests/check/libs/gstglcontext.c: - glcontext: add api for retreiving the current context and api - that is current in the calling thread. - -2014-10-21 19:03:08 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/glprototypes/Makefile.am: - * gst-libs/gst/gl/glprototypes/all_functions.h: - * gst-libs/gst/gl/glprototypes/vao.h: - glprototypes: add vertex attribute array definitions - -2014-10-27 17:57:46 +0100 Sebastian Dröge <sebastian@centricular.com> - - * common: - Automatic update of common submodule - From 84d06cd to 7bb2bce - -2014-10-27 15:34:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintervideosrc.c: - inter: Use 64-bit safe scaling functions - -2014-10-27 12:43:53 +0000 Tim-Philipp Müller <tim@centricular.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: reflow switch case statement a bit - Make it clear there's no 'break' missing at the end - of the case SYS_DVBT, and pacify coverity (CID 1249689). - -2014-06-12 16:59:46 +0200 L. Sorin <sorin@axis.com> - - * ext/curl/gstcurlsshsink.c: - * ext/curl/gstcurlsshsink.h: - curlsshsink: use the locally defined types - Just a matter of coding style, makes the code a bit tidier... - https://bugzilla.gnome.org/show_bug.cgi?id=731581 - -2014-10-26 15:45:20 +0000 Tim-Philipp Müller <tim@centricular.com> - - * Makefile.am: - Parallelise 'make check-valgrind' - -2014-10-26 15:44:05 +0000 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: check for more openh264 API that we need - -2014-10-25 18:50:42 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/Makefile.am: - * tests/check/elements/audiomixer.c: - tests: fix audiomixer test on big endian systems - -2014-10-24 21:42:58 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: correctly capitalize DiSEqC - -2014-10-24 20:12:23 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: rework _output_frontend_stats() - Retry stat reporting ioctls on EINTR - -2014-10-24 19:30:25 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add checks on allowed DVB-T bandwidths - -2014-10-24 19:12:33 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add fixme note on DTV_LNA setting - Rephrase another comment while at it - -2014-10-24 18:57:40 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add missing logic for additional bandwidths - New 1.712, 5 and 10 MHz bandwidths were been ignored - at set/get prop. - -2014-10-24 15:53:59 +0200 Edward Hervey <bilboed@bilboed.com> - - * configure.ac: - configure.ac: Use libsrtp.pc if present - -2014-10-23 17:42:27 +0300 Vootele Vesterblom <vov@bang-olufsen.dk> - - * gst/rawparse/gstrawparse.c: - rawparse: fix handling of segment event in sink event handler - -2014-10-24 00:35:22 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: override the caps query in order to 'convert' capsfeatures - Otherwise, it is only possible for the sink pads and the src pads to - have the exact same caps features. We can convert from any feature - to another feature so support that. - -2014-10-23 23:55:48 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: override the accept caps query in order to 'convert' capsfeatures - Otherwise, it is only possible for the sink pads and the src pads to - have the exact same caps features. We can convert from any feature - to another feature so support that. - -2014-08-14 23:29:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - gl: propogate other-context using GstContext - -2014-10-20 03:07:08 -0600 Brendan Long <self@brendanlong.com> - - * ext/dash/README: - dash: Remove obsolete README. - https://bugzilla.gnome.org/show_bug.cgi?id=738848 - -2014-10-22 19:34:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - interaudio: Add support for arbitrary raw audio formats - -2014-10-22 19:31:31 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintervideosink.c: - * gst/inter/gstintervideosrc.c: - * gst/inter/gstintervideosrc.h: - intervideo: Add support for arbitrary video formats - -2014-10-22 19:28:48 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintervideosrc.c: - inter: Truncate the caps as part of the fixating - -2014-10-22 19:08:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - interaudio: Fix timestamp, latency and period handling - -2014-10-22 18:41:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - interaudio: Use GST_DEBUG_OBJECT() instead of GST_DEBUG() - -2014-10-22 18:40:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosink.h: - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstinteraudiosrc.h: - * gst/inter/gstintersurface.h: - interaudio: Properly pass through caps from the sink to the source - Otherwise a magic capsfilter after the source is required with - exactly the same caps as the input. - -2014-10-22 18:13:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintersurface.c: - * gst/inter/gstintersurface.h: - inter: Clean up surfaces after the last user is gone - -2014-10-22 18:07:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosink.c: - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintersubsink.c: - * gst/inter/gstintersubsrc.c: - * gst/inter/gstintersurface.c: - * gst/inter/gstintervideosink.c: - * gst/inter/gstintervideosrc.c: - inter: Whitespace cleanup - -2014-10-22 18:03:13 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintersurface.h: - * gst/inter/gstintervideosink.c: - * gst/inter/gstintervideosink.h: - * gst/inter/gstintervideosrc.c: - * gst/inter/gstintervideosrc.h: - intervideo: Properly pass through caps from the sink to the source - Otherwise a magic capsfilter after the source is required with - exactly the same caps as the input. - This would've failed before with invalid buffer sizes: - gst-launch-1.0 videotestsrc ! intervideosink intervideosrc ! "video/x-raw,width=640,height=480" ! xvimagesink - -2014-10-22 15:07:04 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawparse.c: - rawparse: Check for 0-size after adjusting the size for the frame size - If we don't have a complete raw audio frame we would otherwise still - ask for a 0 sized buffer from the adapter. - -2014-10-22 14:43:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawparse.c: - rawparse: Don't try to retrieve 0 byte buffers from the adapter in multi-frame mode - -2014-10-22 13:03:30 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: improve openh264 check - The openh264 API is still unstable, so check for - structure member that we need to prevent building - against an older incompatible version. - -2014-10-22 12:36:36 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: simplify openh264 check - Of course PTHREADS_CFLAGS is not used anywhere now - for the check, but that was the case before as well. - -2014-10-21 16:21:08 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Fix compiler warning - gstglwindow_cocoa.m: In function '-[GstGLNSView drawRect:]': - gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape' - gstglwindow_cocoa.m:555: warning: (Messages without a matching method signature - gstglwindow_cocoa.m:555: warning: will be assumed to return 'id' and accept - gstglwindow_cocoa.m:555: warning: '...' as arguments.) - -2014-10-21 15:42:32 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Fix locking - The object lock only protects the session, as we modify - the session from other threads when the bitrate property - is changed. Don't hold it much longer than for session - related things. - And we need to release the video decoder stream lock before - enqueueing a frames. It might wait for our callback to dequeue - a frame from another thread, which will then take the stream - lock too and deadlock. - -2014-10-21 13:01:45 +0100 Tim-Philipp Müller <tim@centricular.com> - - * common: - Automatic update of common submodule - From a8c8939 to 84d06cd - -2014-10-21 13:28:50 +0200 Stefan Sauer <ensonic@users.sf.net> - - * configure.ac: - configure: use a macro to check for pthread - Replace the hardcoded -lpthread in most of the places with $PTHREAD_LIBS. For - openh264 also add $PTHREAD_LIBS to OPENH264_LIBS until upstream ships a .pc - file. - -2014-10-21 12:58:39 +0200 Stefan Sauer <ensonic@users.sf.net> - - * README: - * common: - Automatic update of common submodule - From 36388a1 to a8c8939 - -2014-10-21 12:39:14 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: reset end_of_playlist attribute when we receive a seek - https://bugzilla.gnome.org/show_bug.cgi?id=738696 - -2014-10-20 18:25:08 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst/audiomixer/gstaudiomixer.c: - audiomixer: critical error for blocksize, timeout min/max values - Audiomixer blocksize, cant be 0, hence adjusting the minimum value to 1 - timeout value of aggregator is defined with MAX of MAXINT64, - but it cannot cross G_MAXLONG * GST_SECOND - 1 - Hence changed the max value of the same - https://bugzilla.gnome.org/show_bug.cgi?id=738845 - -2014-10-21 06:04:10 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: fixup eglimage include path - -2014-10-21 02:52:05 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fixate the parts of the caps we don't know how to deal with - fixes glvideomixer with video/x-raw,width=foo i.e. no format field. - -2014-10-18 10:03:43 +0200 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglfilter.c: - glbufferpool: add the GstVideoGLTextureUploadMeta buffer pool option - -2014-10-20 10:34:27 +1100 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.h: - * gst/compositor/compositor.c: - videoaggregator: operate on caps rather than video info - Otherwise the CapsFeatures will be lost along with the possibility - of multiple output types and formats. - https://bugzilla.gnome.org/show_bug.cgi?id=738129 - -2014-09-19 11:37:56 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: introduce a helper to make sequence-layer - It will be useful to implement stream-format conversion. - https://bugzilla.gnome.org/show_bug.cgi?id=738526 - -2014-10-20 02:27:15 -0600 Brendan Long <self@brendanlong.com> - - * configure.ac: - gl: Check for GLU before trying to use it in configure.ac - https://bugzilla.gnome.org/show_bug.cgi?id=738816 - -2014-10-20 15:02:28 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstglmemory.c: - glcolorconvert: support RGB16/BGR16 video format upload - https://bugzilla.gnome.org/show_bug.cgi?id=738842 - -2014-10-09 15:12:01 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * tests/check/libs/vc1parser.c: - vc1parser: fix expected level in sequence-layer parsing unit test - Sequence-layer used for unit test have a level set to 2 which should - match the medium level, not the high. - https://bugzilla.gnome.org/show_bug.cgi?id=738230 - -2014-10-09 15:05:55 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst-libs/gst/codecparsers/gstvc1parser.h: - vc1parser: fix level values for simple/main profile - In simple profile, level set to 0 or 2 indicate low and medium level - respectively. In main profile, level set to 0, 2 or 4 indicate low, - medium and high level respectively. - Level values are defined in Annex J.1.2 of the SMPTE 421M. - https://bugzilla.gnome.org/show_bug.cgi?id=738230 - -2014-08-02 11:29:37 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: send initial GAP event on sparse streams for faster startup with playbin - Signal sparse streams properly in stream-start event and force sending - of pending sticky events which have been stored on the pad already and - which otherwise would only be sent on the first buffer or serialized - event (which means very late in case of subtitle streams). Playsink in - playbin waits for stream-start or another serialized event, and if we - don't do this it will wait for the multiqueue to run full before - starting playback, which might take a couple of seconds. - https://bugzilla.gnome.org/show_bug.cgi?id=734040 - -2014-10-20 12:30:50 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: GAP detection - All pads of a stream are now added at the beginning. In order to cope with - streams that don't get any data (forever or for a long time) we detect gaps - and push out GAP events when needed. - Cleanups and commenting by Jan Schmidt <jan@centricular.com> - https://bugzilla.gnome.org/show_bug.cgi?id=734040 - -2014-10-01 16:17:46 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - * gst/videoparsers/gstvc1parse.h: - vc1parse: select caps according to wmv format at negotiation - Some VC1 decoder can have different caps according to wmv format, ie - WMV3 or WVC1. - So instead of keeping the first available caps, we interserct with - current WMV format. - https://bugzilla.gnome.org/show_bug.cgi?id=738532 - -2014-10-20 11:22:54 +0200 Stefan Sauer <ensonic@users.sf.net> - - * configure.ac: - configure: add pthread to the configure check for openh264 - -2014-10-20 09:47:27 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/rtmp/gstrtmpsink.c: - rtmpsink: Declare sink variable that was forgotten in last commit - -2014-10-19 20:35:41 +0200 Havard Graff <havard.graff@gmail.com> - - * ext/rtmp/gstrtmpsink.c: - rtmpsink: Free URI string in finalize() - https://bugzilla.gnome.org/show_bug.cgi?id=738674 - -2014-10-17 21:26:52 -0700 Brion Vibber <brion@pobox.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Fix for building on Mac OS X 10.10 - Using NSApp directly seems to confuse something, as the compiler - was expecting an id<NSFileManagerDelegate>. Switched to using - [NSApplication sharedApplication], and specified the delegate - protocol on the window class as well. - https://bugzilla.gnome.org/show_bug.cgi?id=738740 - -2014-10-19 14:57:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Use kVTProfileLevel_H264_Baseline_AutoLevel only on iOS - It is not required on OSX apparently and was only added in 10.9.6 there. - Calculating the correct level from the configuration is not trivial, so let's - just not set a level at all here. - -2014-10-19 14:51:40 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * sys/applemedia/vtenc.c: - vtenc: VTCompressionSessionPrepareToEncodeFrames only exists since 10.9.6 - Check with configure for it instead of using one of the availability macros - as those wouldn't work as expected with minor versions. - -2014-10-19 14:32:31 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Remove unused #define - -2014-10-19 13:44:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/rtp/Makefile.am: - rtpbad: Fix make dist by removing non-existing file from EXTRA_DIST - It's used by the rtp plugin in gst-plugins-good for VP8 but not needed - or used here. - -2014-10-17 16:51:27 +0200 Thijs Vermeir <thijsvermeir@gmail.com> - - * gst/rtp/Makefile.am: - rtpbad: include plugins base cflags (fix build on jenkins) - -2014-10-16 10:34:01 +0200 Thijs Vermeir <thijsvermeir@gmail.com> - - * configure.ac: - * gst/rtp/Makefile.am: - * gst/rtp/gstrtp.c: - * gst/rtp/gstrtph265depay.c: - * gst/rtp/gstrtph265depay.h: - * gst/rtp/gstrtph265pay.c: - * gst/rtp/gstrtph265pay.h: - rtp: add h265 RTP payloader + depayloader - -2014-10-15 15:25:55 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/curl/gstcurlbasesink.c: - curlbasesink: strip newlines from curl debug messages - The messages we receive in the custom log handler might end with a newline and - are not \0 terminated. Copy the messages, trim and terminate them. - -2014-10-15 15:24:12 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/curl/gstcurlbasesink.c: - curlbasesink: small code cleanup - Use a local var and save a local var. - -2014-10-15 16:52:09 +0200 Thijs Vermeir <thijsvermeir@gmail.com> - - * tests/check/Makefile.am: - * tests/check/elements/x265enc.c: - tests/x265enc: add simple unit test - -2014-03-05 16:39:30 +0100 Thijs Vermeir <thijsvermeir@gmail.com> - - * configure.ac: - * ext/Makefile.am: - * ext/x265/Makefile.am: - * ext/x265/gstx265enc.c: - * ext/x265/gstx265enc.h: - x265enc: add x265 encoder element - -2014-10-14 14:00:11 +0200 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgldeinterlace.c: - gldeinterlace: ref the uploaded buffer - Instead of the possibly non-GL input buffer. - -2014-10-14 16:41:51 +0200 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - glfilter: add uploaded_buffer field - -2014-09-22 09:44:14 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: parse frame header when stream format is ASF/raw for simple/main profile - When stream-format is ASF or sequence-layer-raw-frame, we basically have - a raw frame so we can parse it to extract some information such the - keyframe flag. The only requirement is to have a valid sequence-header. - This commit parse the frame header and set the DELTA_UNIT buffer flag in - case the frame is not a keyframe. - https://bugzilla.gnome.org/show_bug.cgi?id=738519 - -2014-10-14 10:51:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/libde265/libde265-dec.c: - libde265: Change rank to SECONDARY, gst-libav has PRIMARY rank - -2014-09-17 10:38:44 +0200 Joachim Bauch <bauch@struktur.de> - - * configure.ac: - * ext/Makefile.am: - * ext/libde265/Makefile.am: - * ext/libde265/gstlibde265.c: - * ext/libde265/libde265-dec.c: - * ext/libde265/libde265-dec.h: - * gst-plugins-bad.spec.in: - Integrate libde265 into gst-plugins-bad. - -2014-10-13 14:05:24 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: just assume none header-format when no codec_data is present - https://bugzilla.gnome.org/show_bug.cgi?id=738449 - -2014-10-14 09:19:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Set reorder length to 0 if we can't calculate it - Instead of leaving it at whatever value it had before. - -2014-10-13 13:28:57 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Only finalize the other context in finalize() - Otherwise we change a value of a property when going to READY state, - which is unexpected behaviour. - -2014-10-13 13:27:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: Call the pad's parent class finalize method - -2014-10-13 13:27:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglmixer.c: - glmixer: Only finalize the other context in finalize() - Otherwise we change a value of a property when going to READY state, - which is unexpected behaviour. - -2014-10-13 13:25:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltestsrc.h: - gltestsrc: Add other-context property - -2014-10-13 11:56:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Don't leak other-context - -2014-10-13 11:53:47 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - glmixer: Add other-context property - -2014-10-12 21:25:16 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvb: make interleaving a prop and proxy on dvbbasebin - DTV_INTERLEAVING is currently used only for DTBM. This is - congruent with the v4l dvb API where the different interleaving - modes where added for v5.7 - -2014-10-12 18:30:38 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add transmission mode checks for DVB-T/T2 - These and every sanity check leading to a warning - (we have a few in place) should come handy when - debuging failed tunning scenarios. - -2014-10-12 13:34:09 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: docs, drop v5 API change history comments < .5 - We only support from minor 5 and up now. Also add a - note about the recently added preliminar DTMB support. - -2014-10-12 13:08:13 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add missing DVB-T2 bandwidth types - DVB-T2 supports 5, 10 and 1.712 MHz - Order of the enum values (new values after _AUTO) - has been kept congruent with the one in the v4l - API for consistency - -2014-10-07 10:37:33 +0200 Benjamin Gaignard <benjamin.gaignard@linaro.org> - - * ext/wayland/gstwaylandsink.c: - waylandsink: do not render twice the same buffer - Do not try to render a buffer that is already being rendered. - This happens typically during the initial rendering stage as the first - buffer is rendered twice: first by preroll(), then by render(). - This commit avoids this assertion failure: - CRITICAL: gst_wayland_compositor_acquire_buffer: assertion - 'meta->used_by_compositor == FALSE' failed - https://bugzilla.gnome.org/show_bug.cgi?id=738069 - Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> - Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> - -2014-07-24 16:53:53 +0200 Tifaine Inguere <tifaine.inguere@st.com> - - * ext/wayland/wlwindow.c: - waylandsink : Allow surface to catch input events - If waylandsink is the owner of the display then it is in charge - of catching input events on the surface. - https://bugzilla.gnome.org/show_bug.cgi?id=733682 - Signed-off-by: Tifaine Inguere <tifaine.inguere@st.com> - Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> - -2014-07-02 13:29:55 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlbuffer.c: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - waylandsink: take into account the case where a pool may be destroyed together with GstWlDisplay - There are two cases covered here: - 1) The GstWlDisplay forces the release of the last buffer and the pool - gets destroyed in this context, which means it unregisters all the - other buffers from the GstWlDisplay as well and the display->buffers - hash table gets corrupted because it is iterating. - 2) The pool and its buffers get destroyed concurrently from another - thread while GstWlDisplay is finalizing and many things get corrupted. - -2014-07-01 11:43:20 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wlbuffer.c: - * ext/wayland/wlbuffer.h: - * ext/wayland/wlvideoformat.h: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: stack the video subsurface into another subsurface that covers the whole render rectangle - The main reason behind this is that when the video caps change and the video - subsurface needs to resize and change position, the wl_subsurface.set_position - call needs a commit in its parent in order to take effect. Previously, - the parent was the application's surface, over which there is no control. - Now, the parent is inside the sink, so we can commit it and change size smoothly. - As a side effect, this also allows the sink to draw its black borders on - its own, without the need for the application to do that. And another side - effect is that this can now allow resizing the sink when it is in top-level - mode and have it respect the aspect ratio. - -2014-06-20 16:24:36 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wlshmallocator.c: - * ext/wayland/wlvideoformat.c: - * ext/wayland/wlvideoformat.h: - waylandsink: rename video format conversion functions to indicate they are about wl_shm - Needed to add linux_dmabuf format conversion functions later - -2014-06-23 17:27:01 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wlbuffer.c: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - waylandsink: remove the ugly gst_wl_display_stop() now that this mechanism is not needed anymore - Because we no longer have a custom buffer pool that holds a reference - to the display, there is no way for a cyclic reference to happen like - before, so we no longer need to explicitly call a function from the - display to release the wl_buffers. - However, the general mechanism of registering buffers to the display - and forcibly releasing them when the display is destroyed is still - needed to avoid potential memory leaks. The comment in wlbuffer.c - is updated to reflect the current situation. - -2014-06-23 16:40:02 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/Makefile.am: - * ext/wayland/gstwaylandsink.c: - * ext/wayland/waylandpool.c: - * ext/wayland/waylandpool.h: - * ext/wayland/wlshmallocator.c: - * ext/wayland/wlshmallocator.h: - waylandsink: replace the custom buffer pool with an allocator - This reduces the complexity of having a custom buffer pool, as - we don't really need it. We only need the custom allocation part. - And since the wl_buffer is no longer saved in a GstMeta, we can - create it and add it on the buffers in the sink's render() - function, which removes the reference cycle caused by the pool - holding a reference to the display and also allows more generic - scenarios (the allocator being used in another pool, or buffers - being allocated without a pool [if anything stupid does that]). - This commit also simplifies the propose_allocation() function, - which doesn't really need to do all these complicated checks, - since there is always a correct buffer pool available, created - in set_caps(). - The other side effect of this commit is that a new wl_shm_pool - is now created for every GstMemory, which means that we use - as much shm memory as we actually need and no more. Previously, - the created wl_shm_pool would allocate space for 15 buffers, no - matter if they were being used or not. - -2014-06-20 14:47:57 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/Makefile.am: - * ext/wayland/gstwaylandsink.c: - * ext/wayland/waylandpool.c: - * ext/wayland/waylandpool.h: - * ext/wayland/wlbuffer.c: - * ext/wayland/wlbuffer.h: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - waylandsink: rework the mechanism for keeping buffers out of the pool until wl_buffer::release - This also removes the GstWlMeta and adds a wrapper class for wl_buffer - which is saved in the GstBuffer qdata instead of being a GstMeta. - The motivation behind this is mainly to allow attaching wl_buffers on - GstBuffers that have not been allocated inside the GstWaylandBufferPool, - so that if for example an upstream element is sending us a buffer - from a different pool, which however does not need to be copied - to a buffer from our pool because it may be a hardware buffer - (hello dmabuf!), we can create a wl_buffer directly from it and first, - attach it on it so that we don't have to re-create a wl_buffer every - time the same GstBuffer arrives and second, force the whole mechanism - for keeping the buffer out of the pool until there is a wl_buffer::release - on that foreign GstBuffer. - -2014-10-09 08:20:15 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * ext/schroedinger/gstschrodec.c: - schrodec: optimize parse logic - Header will be read each and everytime parse function will be called - which is not necessary since until we have complete data, - we need not parse the header again. - https://bugzilla.gnome.org/show_bug.cgi?id=737984 - -2014-10-10 13:05:49 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/fluidsynth/gstfluiddec.c: - fluiddec: don't leak incoming caps event - https://bugzilla.gnome.org/show_bug.cgi?id=738291 - -2014-10-09 18:18:02 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: fix framesize when input is frame-layer - frame-layer header is represented as a sequence of 32 bit unsigned - integer serialized in little-endian byte order, so framesize is on the - first 3 bytes. - SMPTE 421M Annex L. - https://bugzilla.gnome.org/show_bug.cgi?id=738243 - -2014-10-07 17:05:04 +0200 Antonio Ospite <ao2@ao2.it> - - * gst/midi/midiparse.c: - midiparse: mention fluiddec instead of fluidsynth - The element name is actually fluiddec even if it uses fluidsynth. - https://bugzilla.gnome.org/show_bug.cgi?id=738223 - -2014-10-09 11:51:16 +0200 Antonio Ospite <ao2@ao2.it> - - * ext/fluidsynth/gstfluiddec.c: - fluiddec: fix some memory leaks - https://bugzilla.gnome.org/show_bug.cgi?id=738223 - -2014-10-09 04:11:00 -0400 David Woodhouse <dwmw2@infradead.org> - - * gst/pcapparse/gstpcapparse.c: - * gst/pcapparse/gstpcapparse.h: - pcapparse: Add support for LINKTYPE_RAW - Also, strictly speaking, these numbers aren't DLT_*; they are LINKTYPE_* because - libpcap translates from internal OS-specific DLT_ numbering to the portable - LINKTYPE_ number space when writing files. - https://bugzilla.gnome.org/show_bug.cgi?id=738206 - -2014-10-09 14:51:56 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * tests/check/elements/audiomixer.c: - test: use G_GSIZE_FORMAT in audiomixer test - https://bugzilla.gnome.org/show_bug.cgi?id=738227 - -2014-10-07 16:57:27 +1100 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/aggregator.c: - tests/aggregator: add timeout handling test for the timeout parameter - -2014-10-06 21:46:24 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst/audiomixer/gstaudiomixer.c: - aggregator: add latency query handling - -2014-10-06 18:33:52 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: support unresponsive pads - Render unresponsive pads with the last video frame received. - -2014-10-06 18:23:03 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - aggregator: add a timeout property determining buffer wait time - Determines the amount of time that a pad will wait for a buffer before - being marked unresponsive. - Network sources may fail to produce buffers for an extended period of time, - currently causing the pipeline to stall possibly indefinitely, waiting for - these buffers to appear. - Subclasses should render unresponsive pads with either silence (audio), the - last (video) frame or what makes the most sense in the given context. - -2014-10-06 18:10:38 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - videoaggregator: remove the use of the queued buffer on sink pads - That data is now held by the aggregator class - -2014-10-09 11:46:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: expose parsed profile, tier and level to downstream - https://bugzilla.gnome.org/show_bug.cgi?id=732239 - -2014-10-09 01:18:16 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: expose parsed profile and level to downstream - Set parsed profile and level in src caps. - https://bugzilla.gnome.org/show_bug.cgi?id=732239 - -2014-10-09 10:54:35 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Add support for HiDPI displays - Without this our GL surface would be upscaled after rendering - by Cocoa, which would reduce image quality. - -2014-10-09 12:28:11 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: output why we cannot convert a buffer - -2014-10-09 12:25:55 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: fix planar YUV download - - sample the u and v planes properly - - output the correctly scaled u and v planes for different chroma block sizes - -2014-10-08 21:51:12 +0300 Vivia Nikolaidou <n.vivia@gmail.com> - - * ext/gl/gstgloverlay.c: - gloverlay: And fix another unused variable compiler warning - -2014-10-08 21:49:25 +0300 Vivia Nikolaidou <n.vivia@gmail.com> - - * ext/gl/gstgloverlay.c: - gloverlay: Fix unused variable compiler warning when compiling without desktop GL - -2014-09-26 13:55:20 +0530 Anuj Jaiswal <anuj.jaiswal@samsung.com> - - * ext/zbar/gstzbar.c: - zbar: Add YVU9 and YUV9 to ZBAR_YUV_CAPS - https://bugzilla.gnome.org/show_bug.cgi?id=737407 - -2014-09-28 10:51:09 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * ext/gl/gltestsrc.c: - * ext/gl/gstgltestsrc.c: - gltestsrc: implement checkers pattern with GLSL - https://bugzilla.gnome.org/show_bug.cgi?id=737505 - -2014-10-07 15:24:10 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/hlsdemux_m3u8.c: - hlsdemux: Fix M3U8 parsing unit test after API changes - -2014-10-02 10:37:57 -0600 Thomas Bluemel <tbluemel@control4.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Fix accessing invalidated memory - In gst_hls_demux_get_next_fragment() the next fragment URI gets - stored in next_fragment_uri, but the gst_hls_demux_updates_loop() - can at any time update the playlist, rendering this string invalid. - Therefore, any data (like key, iv, URIs) that is taken from a - GstM3U8Client needs to be copied. In addition, accessing the - internals of a GstM3U8Client requires locking. - https://bugzilla.gnome.org/show_bug.cgi?id=737793 - -2014-10-07 12:12:04 +0200 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/mpegts.h: - mpegts: fix typos in comments - https://bugzilla.gnome.org/show_bug.cgi?id=738072 - -2014-10-07 23:04:30 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: fix UYVY download green screen - -2014-10-07 22:50:22 +1100 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolrconvert: fix YUY2 download - - The shader was outputing the wrong values compared with raw - videotestsrc. - - deal with the texture edge properly. - - properly sample the 2x1 rectangle for the u and v values - - don't double sample the y value - -2014-10-06 21:25:30 +0300 Vivia Nikolaidou <n.vivia@gmail.com> - - * ext/curl/gstcurlsmtpsink.c: - curlsmtpsink: Set CURLOPT_UPLOAD to 1 to not use VRFY and other unneeded commands - Fixes the sink with SMTP servers that disable VRFY for spam protection. - http://sourceforge.net/p/curl/bugs/1389/ - -2014-09-17 16:48:02 +0200 Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Replace GMainContext with GAsyncQueue (v2) - The previous implementation kept accumulating GSources, - slowing down the iteration and leaking memory. - Instead of trying to fix the main context flushing, replace - it with a GAsyncQueue which is simple to flush and has - less overhead. - https://bugzilla.gnome.org/show_bug.cgi?id=736782 - -2014-10-06 13:09:00 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Handle seek event in READY state - -2014-07-21 11:07:19 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst/audiomixer/gstaudiomixer.c: - * gst/audiomixer/gstaudiomixer.h: - audiomixer: Set the sinkpad segments basetime after seeking - Otherwise stream offset and running time comparison will not be - correct, leading to segfaults after seeks - -2014-05-28 16:29:37 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst/audiomixer/Makefile.am: - * gst/audiomixer/gstaudiomixer.c: - * gst/audiomixer/gstaudiomixer.h: - * tests/check/elements/audiomixer.c: - audiomixer: Port to GstAggregator - https://bugzilla.gnome.org/show_bug.cgi?id=737183 - Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - -2014-09-23 15:59:10 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Do not wrongly set the aggregator.segment - The aggregator.segment is not to be initialized by the subclasses but - by the aggregator itself. Moreover, initializing it on start would make - us loose the information coming from the initial seek. - -2014-07-30 11:57:46 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Make sure not to unref a NULL pointer - -2014-08-05 15:36:30 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Set seqnum only when segments are received. - -2014-08-02 18:25:01 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Add a streaming lock so to secure flush start action - Without a lock that is taken in FLUSH_START we had a rare race where we - end up aggregating a buffer that was before the whole FLUSH_START/STOP - dance. That could lead to very wrong behaviour in subclasses. - -2014-07-18 13:58:55 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Query seeking when a seek failed to see if it was expected - And do not worry if seeking failed on a stream that is not seekable - -2014-07-18 01:41:26 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: set future seqnum before propagating the seek event. - So the seqnum is properly set for the following events. - -2014-07-08 16:16:55 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Store segment when seeked in READY for later use - -2014-10-06 16:44:51 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264plugin.c: - openh264: Use a MARGINAL rank for the encoder and decoder - They work but for now we prefer others until these are extensively tested. - -2014-10-01 10:57:26 +0200 Lihua Liu <lihual@axis.com> - - * ext/curl/gstcurlsmtpsink.c: - curlsmtpsink: Email with multipart content-type should end with a final boundary - Add final boundary for each of the sending out emails from smtpsink. - https://bugzilla.gnome.org/show_bug.cgi?id=736134 - -2014-10-06 11:44:12 +0100 Vineeth T M <vineeth.tm@samsung.com> - - * gst/videoparsers/gstmpegvideoparse.c: - * gst/videoparsers/gstvc1parse.h: - videoparser: comment unused GST_BASE_PARSE_FRAME_FLAG_PARSING - GST_BASE_PARSE_FRAME_FLAG_PARSING value is wrong, and the same flag is - not being used presently. Hence changing the value and commenting it out. - This needs to be included in baseparse.h later on - https://bugzilla.gnome.org/show_bug.cgi?id=737411 - -2014-10-04 20:55:08 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: make denoise work - https://bugzilla.gnome.org/show_bug.cgi?id=737894 - -2014-10-06 10:11:47 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Unmap and free GstVideoFrames as needed after conversion and errors - -2014-10-06 10:11:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Unref the taglist in GstAggregator::stop() - -2014-10-03 20:42:58 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add preliminary support for DTMB - Previously known as DMB-T/H, this is the - terrestial DTV broadcast standard currently - used by the People's Republic of China, - Hong Kong, Laos and Macau (officially), - and by Malaysia, Iraq, Jordan, Syria and - Lebanon (experimentally). - -2014-10-03 20:20:30 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add missing standard transmission modes - These apply to ISDB-T, DVB-T2 and DTMB - Order of the enum values (new rates after _AUTO) - has been kept congruent with the one in the v4l - API for consistency. - -2014-10-03 20:03:27 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add missing DTMB guard intervals - -2014-10-03 19:55:02 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add missing DVB-T2 guard intervals - According to the v4l-dvb API docs, these are only - used for DVB-T2 at the moment. - Order of the enum values (new rates after _AUTO) - has been kept congruent with the one in the v4l - API for consistency. - -2014-10-03 19:20:03 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: fix typo in GstMpegtsExtendedEventDescriptor doc - -2014-10-03 19:06:21 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add _MUTABLE_PLAYING to tuning props - The element can (re)tune while playing so basically - every property used at set_fe_params() can be set - in state <= PLAYING. - -2014-10-03 17:22:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: The codec can only do baseline so simplify the code a bit - and declare this also on the srcpad caps. - With baseline profile there are no B-frames or frame reordering. - -2014-10-03 17:20:28 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: On ::finish() stop trying if the decoder returned that no output is available - -2014-10-03 13:54:22 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264enc.cpp: - * ext/openh264/gstopenh264plugin.c: - openh264: Run gst-indent over everything - -2014-10-03 13:52:32 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/Makefile.am: - openh264: Remove unused codecparsers lib - -2014-10-02 16:46:25 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264enc.cpp: - openh264: Add FIXME comment about missing API in openh264 - -2014-10-02 16:33:30 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Try to handle frame reordering - As openh264 has no way to attach any IDs to input frames that we then get on - the output frames, we have to assume that the input has valid PTS. We just - take the frame with the oldest PTS, and if there is no PTS information we take - the one with the oldest DTS. - -2014-10-02 16:23:37 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Don't drop videocodec frames if we can't decode them *yet* - Fixes jittery playback of streams with B frames. - -2014-10-02 16:21:37 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: GstVideoDecoder works on frames, not sub-frames (e.g. NALs) - And we can just pass complete AUs to the decoder without problems. - -2014-10-02 16:19:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: As we require NAL alignment from upstream we don't need to parse anything - -2014-10-02 15:48:51 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Properly drain codec on ::finish() - -2014-10-02 15:22:14 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Properly drain the encoder on ::finish() - -2014-10-02 14:36:45 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: We always get a single frame as output, not a NAL - No need to accumulate NALs. - -2014-10-02 14:20:21 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Fix up caps and stride handling - -2014-10-02 14:15:49 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Add support for GstVideoMeta - This will allow upstream elements to work more efficiently. - -2014-10-02 14:12:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Add support for GstVideoMeta - This will make operation with various sinks faster for free. - -2014-10-02 14:08:49 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Optimize frame copying a bit - -2014-10-02 14:06:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Don't forget to unref the input state - -2014-10-02 14:03:43 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Fix various crashes on ::stop() - -2014-10-02 14:00:06 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Remove invalid sprops-parameter-set handling - This only exists on RTP caps, not H264 caps. - -2014-10-02 13:53:01 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264enc.cpp: - openh264enc: Don't set caps manually - This will break the order of events in GStreamer. - -2014-10-02 13:49:14 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/openh264/gstopenh264dec.cpp: - openh264dec: Fix input state handling and propagation of upstream caps fields - -2014-10-03 13:45:26 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * ext/Makefile.am: - * ext/openh264/Makefile.am: - * ext/openh264/gstopenh264dec.cpp: - * ext/openh264/gstopenh264dec.h: - * ext/openh264/gstopenh264enc.cpp: - * ext/openh264/gstopenh264enc.h: - * ext/openh264/gstopenh264plugin.c: - openh264: Add OpenH264 based encoder/decoder elements - These are the openh264 elements released under the BSD-2 license - by Ericsson as part of the OpenWebRTC project. - https://github.com/EricssonResearch/openwebrtc-gst-plugins - https://bugzilla.gnome.org/show_bug.cgi?id=737788 - -2014-09-18 17:14:22 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Do not to release VIDEO_AGGREGATOR_LOCK while setting format info - We should be able to always keep the VIDEO_AGGREGATOR_LOCK while - negotiating caps, this patch introduce that change. - That also implies that we do not need the SETCAPS_LOCK anymore because - now VIDEO_AGGREGATOR_LOCK guarantees that setcaps is not called from - several threads and the gst_aggregator_set_caps method is now - protected. - https://bugzilla.gnome.org/show_bug.cgi?id=735042 - -2014-10-03 12:34:15 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Take lock to ensure set_caps is not called concurently - Avoiding to be in an inconsistent state where we do not have - actual negotiate caps set as srccaps and leading to point where we - try to unref ->srccaps when they have already been set to NULL. - https://bugzilla.gnome.org/show_bug.cgi?id=735042 - -2014-09-29 10:15:39 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/aiff/aiffparse.c: - * gst/camerabin2/gstwrappercamerabinsrc.c: - * gst/coloreffects/gstchromahold.c: - * gst/dvdspu/gstdvdspu.c: - * gst/mpegtsmux/mpegtsmux.c: - * gst/mxf/mxfdemux.c: - * gst/rawparse/gstrawparse.c: - * gst/sdp/gstsdpdemux.c: - gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGS - There are unnecessary definitions for disabling deprecation warnings. - Since GLIB_DISABLE_DEPRECATION_WARNINGS is not needed anymore in these files, - removing the same. - https://bugzilla.gnome.org/show_bug.cgi?id=737559 - -2014-10-01 16:19:02 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: unref caps when it is empty in renegotiate() - https://bugzilla.gnome.org/show_bug.cgi?id=737724 - -2014-10-02 10:26:43 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Fix calculation of the frame size for COLOR_FormatYUV420Planar - https://bugzilla.gnome.org/show_bug.cgi?id=734156 - -2014-10-01 17:22:59 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Also copy over the chroma siting and colorimetry when deciding on a conversion - -2014-10-01 17:18:05 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Revert the last commit and handle resolutions differences properly - This is about converting the format, not about converting any widths and - heights. Subclasses are expected to handler different resolutions themselves, - like the videomixers already do properly. - -2014-10-01 17:11:16 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: GstVideoConverter currently can't rescale and will assert - Leads to ugly assertions instead of properly erroring out: - CRITICAL **: gst_video_converter_new: assertion 'in_info->width == out_info->width' failed - -2014-10-01 16:04:36 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Always update our viewport if Cocoa tells us something has changed - The visible rect and bounds might be the same as before, but Cocoa - might've changed our viewport without us nothing. This happens if - you hide the view and show it again. - -2014-10-01 11:55:13 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Handle NSView::renewGState() properly - Don't update the screen until we redraw, this prevents flickering during - scrolling, clipping, resizing, etc - -2014-10-01 00:53:59 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/fluidsynth/gstfluiddec.c: - fluiddec: don't crash on 0-sized input buffers - https://bugzilla.gnome.org/show_bug.cgi?id=737658 - -2014-09-30 14:58:06 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * configure.ac: - gltransformation: requires graphene 1.0.0 - -2014-09-25 17:01:31 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * ext/gl/gstgltransformation.c: - gltransformation: graphene multiplication order has changed - https://bugzilla.gnome.org/show_bug.cgi?id=733510 - -2014-09-30 20:39:36 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: update element documentation - -2014-09-30 18:26:34 +1000 Matthew Waters <matthew@centricular.com> - - * tests/check/Makefile.am: - * tests/check/libs/.gitignore: - * tests/check/libs/gstglcolorconvert.c: - tests/glcolorconvert: do reorder checking for rgba formats - -2014-09-30 14:46:14 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: convert xRGB into ARGB properly - The alpha channel might not be the last component so check which one - it is in and clobber that one instead. - -2014-09-30 01:45:20 +1000 Matthew Waters <matthew@centricular.com> - - * tests/check/libs/gstglmemory.c: - tests/glmemory: add simple transfer test - tests transferring to/from the GL with a 1x1 RGBA pixel. - -2014-09-30 01:38:05 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: unset the opposite corresponding transfer flags when mapped with write - fixes consistency with consecutive gst_memory_map()'s with - flags & GST_MAP_WRITE - -2014-09-29 09:33:42 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Update viewport according to the current clipping - We have to update the GL viewport if the NSView is only partially - visible. Otherwise the content of the frame will be visibly offset. - -2014-09-29 10:01:27 +0200 Jesper Larsen <knorr.jesper@gmail.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: do not discard on discont if PES start - If a discontinuity in the stream is detected, data is discarded until - a new PES starts. If the first packet after the discontinuity is also - the start of a PES, there is no reason to discard the packets. - https://bugzilla.gnome.org/show_bug.cgi?id=737569 - -2014-07-31 22:57:40 +0100 David Waring <davidjw@rd.bbc.co.uk> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dash: Use GstUri to join URIs - -2014-09-29 10:49:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: Improve the NSApplication initialization - This is only for non-Cocoa apps but previously caused a 2 second - waiting during startup for Cocoa apps. This is unacceptable. - Instead we now check a bit more extensive if something actually - runs on the GLib default main context, and if not don't even - bother waiting for something to happen from there. - -2014-09-29 09:24:49 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: NSView::drawRect() should call into reshape too - We a) need to render again because part of the window was - obscured and b) might need to reshape because of clipping - changes. - -2014-09-26 14:21:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Call UI related API from the application main thread - -2014-09-26 13:05:27 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Switch to a plain NSView subclass instead of NSOpenGLView - We don't and can't use NSOpenGLView as it's supposed to be used and - it gets into our way by being to clever in various situations. - -2014-09-29 08:54:29 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: Initialize variable - Avoids the following warning: - gstglcontext.c:647:58: error: 'prev' may be used uninitialized in - this function [-Werror=maybe-uninitialized] - -2014-09-28 18:03:09 +0200 Josep Torra <n770galaxy@gmail.com> - - * gst-libs/gst/video/Makefile.am: - video: fix build in gst-uninstalled setup - Include the base video lib appropriately and resort all of them as - thaytan suggested. - -2014-09-29 00:23:57 +1000 Jan Schmidt <jan@centricular.com> - - * tests/examples/gl/qt/qglwtextureshare/README: - * tests/examples/gl/qt/qglwtextureshare/gstthread.cpp: - * tests/examples/gl/qt/qglwtextureshare/gstthread.h: - * tests/examples/gl/qt/qglwtextureshare/pipeline.cpp: - * tests/examples/gl/qt/qglwtextureshare/pipeline.h: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp: - * tests/examples/gl/qt/qglwtextureshare/qglwtextureshare.pro: - examples: Fix Qt/GL qglwtextureshare example for X11 - We need to pass the X11 display to GstGL or else it will - use its own X11 Display pointer, and the GL Context won't get shared - correctly on newer X servers - -2014-09-28 20:21:50 +1000 Jan Schmidt <jan@centricular.com> - - * tests/examples/gl/qt/.gitignore: - * tests/examples/gl/qt/README: - * tests/examples/gl/qt/mousevideooverlay/main.cpp: - * tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.pro: - * tests/examples/gl/qt/mousevideooverlay/pipeline.cpp: - * tests/examples/gl/qt/mousevideooverlay/pipeline.h: - * tests/examples/gl/qt/mousevideooverlay/qrenderer.cpp: - * tests/examples/gl/qt/mousevideooverlay/qrenderer.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/main.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.pro: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp: - * tests/examples/gl/qt/qglwtextureshare/qglwtextureshare.pro: - * tests/examples/gl/qt/videooverlay/Debug/videooverlay: - * tests/examples/gl/qt/videooverlay/videooverlay.pro: - examples: port GL/Qt examples to Qt5 - Update the GL Qt integration examples for Qt5 changes and for GstGL - signal signature changes. - -2014-09-29 00:32:05 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: fixup error in sharegroup comment - -2014-09-29 00:27:30 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gltestsrc.c: - * ext/gl/gstgltestsrc.c: - Revert accidental push: "gltestsrc: implement checkers pattern with GLSL" - This reverts commit eae09179f0b4eb584c8fc7b6560d8fc8e86eed4c. - -2014-09-29 00:24:28 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: detect the sharegroup case where the context are in different chains - In the end they will lead to the same root context in the tree so check that - for equality. - -2014-09-28 10:51:09 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * ext/gl/gltestsrc.c: - * ext/gl/gstgltestsrc.c: - gltestsrc: implement checkers pattern with GLSL - -2014-09-28 21:18:32 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: silence a warning with empty input caps - discovered with the doublecube example - gst_caps_get_features: assertion 'index < GST_CAPS_LEN (caps)' failed - -2014-09-28 20:37:04 +1000 Matthew Waters <matthew@centricular.com> - - * tests/examples/gl/generic/cube/main.cpp: - * tests/examples/gl/generic/cubeyuv/main.cpp: - * tests/examples/gl/generic/doublecube/main.cpp: - * tests/examples/gl/generic/recordgraphic/main.cpp: - examples/gl: update for signal signature change - -2014-09-28 16:58:42 +1000 Matthew Waters <matthew@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: don't create converters when the subclass doesn't want them - fixes a critical with glvideomixer after - 35bd1969f912cecda0fb5df9595a005e6ddf4e7a - CRITICAL **: gst_video_converter_new: assertion 'in_info->width == out_info->width' failed - -2014-09-26 22:29:56 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgloverlay.c: - gloverlay: fix zero output frames with YUY2/UYVY - also, be nice and disable blending for other elements - -2014-09-26 22:22:06 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgloverlay.c: - gloverlay: protect desktop gl specific tokens with #if - -2014-09-26 12:28:10 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgloverlay.c: - gloverlay: free the image memory every time the location changes - fixes a memory leak - -2014-09-25 20:48:59 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/Makefile.am: - gloverlay: Include into the build with GLES2 only too - -2014-09-26 01:45:22 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgltestsrc.c: - gltestsrc: free the shader on stop - -2014-09-26 01:34:54 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: fix blending with low-alpha sources - We also need to apply the blend paramaters to the alpha channel otherwise - the output of the blend will appear black at low alpha values (< 0.2). - -2014-09-26 01:14:35 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstgloverlay.c: - * ext/gl/gstgloverlay.h: - * ext/gl/gstopengl.c: - gloverlay: reimplement everything - - update for shaders - - add alpha property - - image placement properties shamelessly borrowed from gdkpixbufoverlay - - image placement properties are GstController able - - use GstGLMemory for the overlay image data - - add support for gles2 - -2014-09-25 16:04:33 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/dvdspu/gstdvdspu.c: - * gst/jp2kdecimator/jp2kcodestream.c: - * gst/jpegformat/gstjifmux.c: - * gst/nuvdemux/gstnuvdemux.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - style: remove unnecessary break statements - Code flow never arrives to these break statements due to the gotos preceding - them. So the breaks are unnecessary, as discussed in bug 736942. - https://bugzilla.gnome.org/show_bug.cgi?id=737370 - -2014-09-25 15:45:57 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * ext/mpeg2enc/gstmpeg2enc.cc: - mpeg2enc: break statement unnecessary - Code flow never arrives to the break statements due to the goto's. So the - breaks are unnecessary. - https://bugzilla.gnome.org/show_bug.cgi?id=736942 - -2014-09-25 16:13:19 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Switch from our custom main loop to a GMainLoop - Simplifies code a lot and makes it more similar to the other backends. - -2014-09-25 16:12:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: Clear the current GL context when it should happen - -2014-09-24 12:42:23 +0200 Lihua Liu <lihual@axis.com> - - * ext/curl/gstcurlsmtpsink.c: - curlsmtpsink: Email with multipart content-type should end with a final boundary - Add final boundary for each of the sending out emails from smtpsink. - https://bugzilla.gnome.org/show_bug.cgi?id=736134 - -2014-09-25 10:14:41 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/curl/gstcurlbasesink.c: - * ext/curl/gstcurlhttpsink.c: - curl*sink: add more logging - -2014-09-25 08:05:50 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/curl/gstcurlbasesink.c: - curlbasesink: add a debug function - If gstreamer is build with logging enabled, add a debug function and output - verbose messages to the log instead of stderr. - -2014-09-24 22:24:49 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/curl/gstcurlhttpsink.c: - curlhttpsink: only add content-disposition header if a filename is set - The header is optional and therefore we better omit it if we don't have a filename. - -2014-09-24 22:06:21 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/curl/gstcurlbasesink.c: - curlbasesink: don't replace specific error messages with a generic one - Only set an error if we haven't set one already. - -2014-09-24 21:07:20 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/curl/gstcurltlssink.c: - curltlssink: swap check - Lets check for NULL first, as that is the default anyway. - -2014-07-29 16:12:26 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst/videoparsers/gsth264parse.c: - h264parse: Return flushing if we get chained while being set to READY - Or not negotiated in the case we would be actually not negotiated - Currently we are getting assertions from - gst_pb_utils_add_codec_description_to_tag_list because of NULL - caps. - https://bugzilla.gnome.org/show_bug.cgi?id=737186 - -2014-09-09 13:12:31 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: mark first buffer as discont after restarting a download task - Mark first buffer as discont after restarting a download task, so - downstream can reset its state to properly handle the new fragment. - Related issue: https://bugzilla.gnome.org/show_bug.cgi?id=736318 - https://bugzilla.gnome.org/show_bug.cgi?id=736319 - -2014-09-19 22:32:39 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: push a time segment when restarting streaming - This should inform demuxers/decoders downstream that the stream is - about to start from a new position and they should flush accordingly - https://bugzilla.gnome.org/show_bug.cgi?id=736319 - -2014-09-24 16:55:49 +0200 Wim Taymans <wtaymans@redhat.com> - - * gst-libs/gst/video/Makefile.am: - * gst-libs/gst/video/bad-video-orc-dist.c: - * gst-libs/gst/video/bad-video-orc-dist.h: - * gst-libs/gst/video/bad-video-orc.orc: - * gst-libs/gst/video/gstcms.c: - * gst-libs/gst/video/gstcms.h: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/videoconvert.c: - * gst-libs/gst/video/videoconvert.h: - video: use video lib conversion code instead of copy - -2014-09-18 17:26:37 +0530 Anuj Jaiswal <anuj.jaiswal@samsung.com> - - * ext/mplex/gstmplex.cc: - mplex: break statement unnecessary - One more code flow issue where it never arrives to the break statement due to - the goto. So the break is unnecessary. - Plus two coding style fixes. - https://bugzilla.gnome.org/show_bug.cgi?id=736895 - -2014-09-24 22:42:58 +1000 Jan Schmidt <thaytan@noraisin.net> - - * gst/debugutils/gstchopmydata.c: - chopmydata: Transfer timestamps to output buffers - Allows using chopmydata as a simple repacketizer - -2014-09-19 09:51:48 +0530 Anuj Jaiswal <anuj.jaiswal@samsung.com> - - * sys/androidmedia/gstamcaudiodec.c: - androidmedia: break statements unnecessary - Code flow never arrives to the break statements due to the goto's. So the - breaks are unecessary. Second part to commit a3958ae65b - https://bugzilla.gnome.org/show_bug.cgi?id=736940 - -2014-09-19 09:59:41 +0530 Anuj Jaiswal <anuj.jaiswal@samsung.com> - - * sys/androidmedia/gstamcvideodec.c: - androidmedia: break statement unnecessary - Code flow never arrives to the break statements due to the goto's. So the - breaks are unecessary. - https://bugzilla.gnome.org/show_bug.cgi?id=736942 - -2014-09-18 16:13:58 -0400 Joshua M. Doe <oss@nvl.army.mil> - - * sys/dshowsrcwrapper/gstdshow.cpp: - * sys/dshowsrcwrapper/gstdshow.h: - * sys/dshowsrcwrapper/gstdshowaudiosrc.cpp: - * sys/dshowsrcwrapper/gstdshowvideosrc.cpp: - dshowsrcwrapper: avoid error when set_caps called twice - If set_caps is called in a running state, return immediately if the caps - haven't changed. If the pins are already connected, disconnect them. - https://bugzilla.gnome.org/show_bug.cgi?id=736926 - -2014-09-24 14:29:37 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: skip input frames with an alpha of 0 - -2014-09-24 13:13:19 +1000 Matthew Waters <matthew@centricular.com> - - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltestsrc.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - gl: download whenever we have sysmem capsfeatures - Otherwise we could pass on a RGBA formatted buffer and downstream would - misinterpret that as some other video format. - Fixes pipelines of the form - gleffects ! tee ! xvimagesink - -2014-09-19 01:22:14 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/gsettings/org.freedesktop.gstreamer.default-elements.gschema.xml.in: - gsettings: Fix typo in description - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=736933 - -2014-09-23 17:32:59 +0100 Luis de Bethencourt <luis.bg@samsung.com> - - * gst/mpegpsmux/psmuxstream.c: - mpegpsmux: refactor duplicate else branches - Unknown case should assert if reached instead of just assuming the max buffer - size. - https://bugzilla.gnome.org/show_bug.cgi?id=736460 - -2014-09-19 09:54:11 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: initialize sent_codec_tag before using it - https://bugzilla.gnome.org/show_bug.cgi?id=736951 - -2014-09-22 17:14:29 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * gst/videofilters/gstzebrastripe.c: - videofilters: Add support for more YUV formats - https://bugzilla.gnome.org/show_bug.cgi?id=737111 - -2014-08-21 02:14:40 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltestsrc.h: - gltestsrc: add Mandelbrot fractal pattern. - https://bugzilla.gnome.org/show_bug.cgi?id=735131 - -2014-08-21 02:13:58 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * ext/gl/gltestsrc.c: - * ext/gl/gltestsrc.h: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltestsrc.h: - gltestsrc: implement snow pattern with GLSL. - https://bugzilla.gnome.org/show_bug.cgi?id=735131 - -2014-09-23 12:02:18 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: fallback to upload if contexts cannot share GL resources - Fixes pipelines of the form - gleffects ! tee ! glimagesink - as tee does not pass on the allocation query. - -2014-09-23 12:01:04 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - glcontext: add gst_gl_context_can_share - Which determines whether two GstGLContext's can share sharable - OpenGL resources. - -2014-09-22 20:01:27 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/check/libs/gstglupload.c: - gl/tests: update for upload API changes - -2014-09-22 10:08:17 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl: Let gst_gl_context_get_thread() return a new reference to the GThread - Otherwise it might go away in the meantime and the caller has some random pointer. - -2014-09-22 11:10:42 +0530 Anuj Jaiswal <anuj.jaiswal@samsung.com> - - * gst-libs/gst/gl/gstglfilter.c: - gl: consecutive return, break statement - Signed-off-by: Anuj Jaiswal <anuj.jaiswal@samsung.com> - https://bugzilla.gnome.org/show_bug.cgi?id=736939 - -2014-09-22 12:21:22 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/debug.h: - gl/debug: desktop GL does not have the KHR suffixes - -2014-09-22 11:59:30 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/gtk/fxtest/fxtest.c: - * tests/examples/gl/gtk/gtkvideooverlay/main.cpp: - examples/gl/gtk: use the sync bus callback to set the window handle - And output error messages. - -2014-09-19 18:59:01 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add missing FEC rates - Order of the enum values (new rates after _AUTO) - has been kept congruent with the one in the v4l - API for consistency. - -2014-09-21 13:32:29 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl: add since markers for new API - -2014-09-21 21:42:41 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: add debug line for freeing textures - -2014-09-21 21:36:49 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - glupload: provide the output buffer that is rendered into - Allows callers to properly reference count the buffers used for - rendering. - Fixes a redraw race in glimagesink where the previous buffer - (the one used for redraw operations) is freed as soon as the next - buffer is uploaded. - 1. glimagesink uploads in _prepare() to texture n - 1.1 glupload holds buffer n - 2. glimagesink _render()s texture n - 3. glimagesink uploads texture n+1 - 3.1 glupload free previous buffer which deletes texture n - 3.2 glupload holds buffer n+1 - 4. glwindow resize/expose - 5. glimagesink redraws with texture n - The race is that the buffer n (the one used for redrawing) is freed as soon as - the buffer n+1 arrives. There could be any amount of time and number of - redraws between this event and when buffer n+1 is actually rendered and thus - replaces buffer n as the redraw source. - https://bugzilla.gnome.org/show_bug.cgi?id=736740 - -2014-09-21 21:30:58 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - glcontext: add API to retreive the thread that context is active in - -2014-09-19 15:32:33 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmixer.c: - gl: Removed unreachable break, unused variable - https://bugzilla.gnome.org/show_bug.cgi?id=736957 - -2014-09-19 14:36:39 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Fix encoder to work on iOS - iOS has special stride requirements that we don't know yet, so copy - input buffers into buffers allocated by iOS for now. - Later we should check the stride and probably provide a buffer pool for these - buffers so upstream can directly write in there. - -2014-09-19 14:32:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/corevideobuffer.c: - applemedia: We need to map the coremedia buffers in non-readonly mode - Our buffers claim to be writable so other elements expect to be able - to write there without losing their changes. - -2014-09-18 18:16:59 +0200 Philippe Normand <philn@igalia.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: lock client mutex before entering the retry_failover block - This is consistent with the case where the block execution is - triggered by the goto invoked after the current_variant update. - https://bugzilla.gnome.org/show_bug.cgi?id=736919 - -2014-09-12 02:36:47 -0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: synchronize with the download loop thread to signal it to continue - If EOS or ERROR happens before the download loop thread has reached its - g_cond_wait() call, then the g_cond_signal doesn't have any effect and - the download loop thread stucks later. - https://bugzilla.gnome.org/show_bug.cgi?id=735663 - -2014-09-12 02:35:44 -0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: synchronize with the download loop thread to signal it to continue - If EOS or ERROR happens before the download loop thread has reached its - g_cond_wait() call, then the g_cond_signal doesn't have any effect and - the download loop thread stucks later. - https://bugzilla.gnome.org/show_bug.cgi?id=735663 - -2014-08-29 12:38:12 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: synchronize with the download loop thread to signal it to continue - If EOS or ERROR happens before the download loop thread has reached its - g_cond_wait() call, then the g_cond_signal doesn't have any effect and - the download loop thread stucks later. - https://bugzilla.gnome.org/show_bug.cgi?id=735663 - -2014-09-17 17:27:53 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: fix clearing of eos state in pads - The internal pad still keeps its EOS flag and event as it can be assigned - after the flush-start/stop pair is sent. The EOS is assigned from the streaming - thread so this is racy. - To be sure to clear it, it has to be done after setting the source to READY to - be sure that its streaming thread isn't running. - https://bugzilla.gnome.org/show_bug.cgi?id=736012 - -2014-09-17 17:27:25 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: fix clearing of eos state in pads - The internal pad still keeps its EOS flag and event as it can be assigned - after the flush-start/stop pair is sent. The EOS is assigned from the streaming - thread so this is racy. - To be sure to clear it, it has to be done after setting the source to READY to - be sure that its streaming thread isn't running. - https://bugzilla.gnome.org/show_bug.cgi?id=736012 - -2014-09-17 14:51:53 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: fix clearing of eos state in pads - The internal pad still keeps its EOS flag and event as it can be assigned - after the flush-start/stop pair is sent. The EOS is assigned from the streaming - thread so this is racy. - To be sure to clear it, it has to be done after setting the source to READY to - be sure that its streaming thread isn't running. - https://bugzilla.gnome.org/show_bug.cgi?id=736012 - -2014-09-18 17:49:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Let the encoder automatically choose a h264 level - We should negotiate these things via caps... - -2014-09-18 13:45:33 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Use 0 instead of G_MAXDOUBLE as the max keyframe interval - 0 means no limit, which was meant here with G_MAXDOUBLE probably. - -2014-09-18 13:42:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Expected duration is supposed to be the duration of the stream, not a frame - Just don't set it for now, it isn't really needed. - -2014-09-18 11:39:53 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * tests/check/libs/vc1parser.c: - vc1parser: add unit test for sequence-layer parsing - Check that a sequence-layer header is successfully parsed. - https://bugzilla.gnome.org/show_bug.cgi?id=736871 - -2014-09-18 11:49:13 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst-libs/gst/codecparsers/gstvc1parser.c: - vc1parser: take care of endianness when parsing sequence-layer - sequence-layer is serialized in little-endian byte order except for - STRUCT_C which is serialized in big-endian byte order. - But since STRUCT_A and STRUCT_B fields are defined as unsigned int msb - first, we have to pass them as big-endian to their parsing function. So - we basically use temporary buffers to convert them in big-endian. - See SMPTE 421M Annex J and L. - https://bugzilla.gnome.org/show_bug.cgi?id=736871 - -2014-09-18 13:11:05 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: Properly handle keyframes - Especially set the SYNC_POINT flag on keyframes. - -2014-09-18 14:24:13 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: removed an unwanted initialization and a variable - https://bugzilla.gnome.org/show_bug.cgi?id=736863 - -2014-09-17 12:24:39 +0200 Jerome Laheurte <jlaheurte@quividi.com> - - * sys/dshowsrcwrapper/BUILD.txt: - * sys/dshowsrcwrapper/CMakeLists.txt: - * sys/dshowsrcwrapper/gstdshow.cpp: - * sys/dshowsrcwrapper/gstdshowaudiosrc.cpp: - * sys/dshowsrcwrapper/gstdshowaudiosrc.h: - * sys/dshowsrcwrapper/gstdshowfakesink.cpp: - * sys/dshowsrcwrapper/gstdshowvideosrc.cpp: - * sys/dshowsrcwrapper/gstdshowvideosrc.h: - dshowsrcwrapper: Port to 1.0 - https://bugzilla.gnome.org/show_bug.cgi?id=732283 - -2014-09-18 12:53:11 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - camerabin2: removed redundant initialization - https://bugzilla.gnome.org/show_bug.cgi?id=736853 - -2014-09-17 15:50:23 +0530 Anuj Jaiswal <anuj.jaiswal@samsung.com> - - * ext/faad/gstfaad.c: - faad: logical disjunction consecutive return, break unnecessary - https://bugzilla.gnome.org/show_bug.cgi?id=736790 - -2014-09-17 11:49:22 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: enable header-format conversion - In fact we support header-format conversion which is done in - update_caps() method. - https://bugzilla.gnome.org/show_bug.cgi?id=736786 - -2014-09-18 10:30:04 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Fix compilation - -2014-09-18 09:47:06 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Handle 0/1 framerates correctly by not calculating their frame duration - -2014-09-17 17:37:12 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - atdec: Fix some compiler warnings with newer clang - -2014-09-17 17:10:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Prepare encoder after setup - This will allow encoding to happen faster on the first frame. - -2014-09-17 17:08:57 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: Only drain the encoder in ::finish(), not on every frame - Otherwise quality and bitrate will be bad. - -2014-09-17 15:39:26 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Error out if encoding returned an error - Otherwise we will just continue consuming frames until all memory is filled - up and the app crashes. - -2014-09-17 14:56:05 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Check for errors from VTCompressionSessionCompleteFrames() - -2014-09-17 14:55:24 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Properly scale timestamps for the API and set invalid values - -2014-09-17 14:54:39 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Properly scale timestamps for the API and set invalid values - -2014-09-17 13:19:04 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/plugin.m: - * sys/applemedia/vth264decbin.c: - * sys/applemedia/vth264decbin.h: - * sys/applemedia/vth264encbin.c: - * sys/applemedia/vth264encbin.h: - applemedia: Remove old code that is of no use anymore - -2014-09-16 17:38:53 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: forge sequence-layer from seq_hdr instead of seq_layer - If we don't have a seq_layer_buffer, we also don't have a valid - seq_layer because there are set together in - gst_vc1_parse_handle_seq_layer(). - So when output header format is sequence-layer and when we don't have a - seq_layer_buffer, we forge one from seq_hdr. - https://bugzilla.gnome.org/show_bug.cgi?id=736781 - -2014-09-17 10:39:26 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - applemedia: Unconditionally use VideoToolbox on iOS if available - Because we do weak linking now we can always compile it in and check at - runtime if it is actually available or not. - -2014-09-17 10:38:20 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/plugin.m: - applemedia: Do weak linking with the VideoToolbox framework - It does not exist on older OSX and iOS but we still want to - be able to use it when it's available. - -2014-09-16 12:06:35 +0200 Ognyan Tonchev <ognyan@axis.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: do not leak buffer pool in error case - https://bugzilla.gnome.org/show_bug.cgi?id=736735 - -2014-09-16 15:59:58 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: fix sequence-layer/frame-layer endianness - Sequence-layer and frame-layer are serialized in little-endian byte - order except for STRUCT_C and framedata fields as described in SMPTE 421M Annex - L. - https://bugzilla.gnome.org/show_bug.cgi?id=736750 - -2014-09-16 16:51:28 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: Port to GstVideoEncoder base class - -2014-09-16 16:13:16 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtenc.c: - vtenc: Use correct instance struct size - -2014-09-16 15:48:11 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Fix compiler warnings - values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat] - -2014-09-16 15:02:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/coremediactx.c: - * sys/applemedia/coremediactx.h: - * sys/applemedia/dynapi-internal.h: - * sys/applemedia/dynapi.c: - * sys/applemedia/dynapi.h: - * sys/applemedia/mtapi.c: - * sys/applemedia/mtapi.h: - * sys/applemedia/vtapi.c: - * sys/applemedia/vtapi.h: - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: Port to the real VideoToolbox API instead of using our dlopen() wrapper - It's a public framework since a long time. - -2014-09-16 11:42:34 +0200 Ognyan Tonchev <ognyan@axis.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: do not leak pool in error cases - https://bugzilla.gnome.org/show_bug.cgi?id=736732 - -2014-09-16 11:43:02 +0200 Ognyan Tonchev <ognyan@axis.com> - - * sys/vdpau/gstvdpdecoder.c: - vdpdecoder: do not leak pool - https://bugzilla.gnome.org/show_bug.cgi?id=736733 - -2014-09-16 11:41:43 +0200 Ognyan Tonchev <ognyan@axis.com> - - * ext/gl/gstgltestsrc.c: - gltestsrc: do not leak pool in error cases - https://bugzilla.gnome.org/show_bug.cgi?id=736730 - -2014-09-16 11:42:13 +0200 Ognyan Tonchev <ognyan@axis.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: do not leak pool - https://bugzilla.gnome.org/show_bug.cgi?id=736731 - -2014-09-16 11:41:16 +0200 Ognyan Tonchev <ognyan@axis.com> - - * ext/gl/gstglmixer.c: - glmixer: do not leak pool in error cases - https://bugzilla.gnome.org/show_bug.cgi?id=736729 - -2014-09-16 13:21:22 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/vmnc/vmncdec.c: - vmncdec: modify wrong packetized mode logic - packetized mode is being set when framerate is being set - which is not correct. Changing the same by checking the - input segement format. If input segment is in TIME it is - Packetized, and if it is in BYTES it is not. - https://bugzilla.gnome.org/show_bug.cgi?id=736252 - -2014-09-16 11:24:37 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/webp/gstwebpdec.c: - webpdec: Remove unused variable - -2014-09-16 13:19:25 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * ext/webp/gstwebpdec.c: - webpdec: modify wrong packetized mode logic - packetized mode is being set when framerate is being set - which is not correct. Changing the same by checking the - input segement format. If input segment is in TIME it is - Packetized, and if it is in BYTES it is not. - https://bugzilla.gnome.org/show_bug.cgi?id=736252 - -2014-09-16 01:15:31 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/templatematch.c: - templatematch: Compare the correct loop variables - -2014-09-15 15:42:41 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: No need to set kVTVideoDecoderSpecification_EnableHardwareAcceleratedVideoDecoder on iOS - -2014-09-15 15:36:44 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - configure: And make the preprocessor check work properly - -2014-09-15 15:25:46 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - configure: Do the AM_CONDITIONAL() after finally setting the variable - -2014-09-15 15:12:31 +0300 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * sys/applemedia/vtdec.c: - applemedia: Don't include VideoToolbox on iOS < 8.0 - It's private API and does not work without a jailbroken device. - -2014-09-15 13:33:45 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Also refetch the playlist after the first fragment failure - Previously we only refetched the playlist if downloading a fragment - has failed once. We should also do that if it failed a second or third time, - chances are that the playlist was updated now and contains new URIs. - -2014-09-15 11:59:32 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dash: Actually retry 3 times as advertised instead of 2 - -2014-09-15 11:59:19 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hls: Actually retry 3 times as advertised instead of 2 - -2014-09-13 20:49:16 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/vtdec.c: - vtdec: Fix compilation on iOS 8.0 - -2014-09-11 14:36:31 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: fix malformed sequence layer header and STRUCT_C - This commit fix several issues with sequence layer header forging on - update_caps(): - - 0x00000004 unsigned integer is before STRUCT_C. - - Set reserved bits of STRUCT_C to their values for simple/main - profiles in sequence layer header format and ASF header format. - - Sequence layer shall be represented as a sequence of 32 bits unsigned - integers and shall be serialized in little-endian byte order except - for STRUCT_C which shall be serialized in big-endian byte-order. - See SMPTE 421M Annex L for more details about sequence layer format. - https://bugzilla.gnome.org/show_bug.cgi?id=736474 - -2014-09-12 14:49:44 +0200 Edward Hervey <bilboed@bilboed.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: Use proper variable for delivery system - We want to check the delivery system is ISDBT (and not the modulation - which we check later in that case). - CID #1238439 - -2014-09-12 09:30:04 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix trivial coding style issue - https://bugzilla.gnome.org/show_bug.cgi?id=736531 - -2014-09-11 18:33:20 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/mpegtsdemux/pesparse.h: - tsdemux: fix overflow of packet_length field of PESHeader - packet_length is defined as a guint16 in the PESHeader structure. This - definition match the specification. But since we add 6 bytes to the - packet_length value (length of start_code + stream_id + packet_length), - we can overflow the guint16 when the value in the PES header is greater - than 65529. - So use a guint32 instead of a guint16 to avoid overflow. - https://bugzilla.gnome.org/show_bug.cgi?id=736490 - -2014-09-10 15:39:44 -0300 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: improve position detection when a download restart - Query other src pads before falling back to the position of the last - known pushed segment (which can be far ahead in time). - https://bugzilla.gnome.org/show_bug.cgi?id=736421 - -2014-09-10 15:43:05 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: improve position detection when a download restart - Query other src pads before falling back to the position of the last - known pushed segment (which can be far ahead in time). - https://bugzilla.gnome.org/show_bug.cgi?id=736421 - -2014-09-11 16:21:30 +0400 Belozorov Semen <skiminokD@gmail.com> - - * gst/mpegpsmux/mpegpsmux_h264.c: - mpegpsmux: fix memory leak when converting H.264 avc to byte-stream format - Fix memory leak for input stream with caps "video/x-h264,stream-format=avc". - https://bugzilla.gnome.org/show_bug.cgi?id=736426 - -2014-09-10 19:27:27 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/aiff/aiffmux.c: - aiffmux: allocate byte writer on stack - -2014-09-10 19:19:32 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/asfmux/gstasfobjects.c: - * gst/asfmux/gstasfparse.c: - asfmux: allocate byte readers on the stack - -2014-09-10 10:58:03 +0200 Jesper Larsen <knorr.jesper@gmail.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - tsdemux: clear mutex resources in dispose - https://bugzilla.gnome.org/show_bug.cgi?id=736390 - -2014-09-10 17:24:39 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/mpg123/gstmpg123audiodec.c: - * ext/opus/gstopusdec.c: - * gst/adpcmenc/adpcmenc.c: - * sys/opensles/openslessrc.c: - * sys/uvch264/gstuvch264_src.c: - Fix up one-element lists in template caps - -2014-09-10 16:38:52 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix bogus BGRA caps - Remove 0.10-style endianness/*_mask/bpp/depth fields. - -2014-09-10 19:16:53 +1000 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - build: don't AC_SUBST intermediate values - -2014-09-09 12:01:47 +0200 Vasilis Liaskovitis <vliaskov@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - GstGLWindow: Introduce navigation thread - This thread dispatches navigation events. It is needed to avoid deadlocks - between window backend threads that emit navigation events (e.g. X11/GMainLoop - thread) and consumers of navigation events such as glimagesink, see - https://bugzilla.gnome.org/show_bug.cgi?id=733661 - GstGlWindow_x11 thread is changed to invoke the navigation thread for navigation - dispatching, instead of emiting the event itself. Othe backends beside X11 do - not dispatch navigation events yet, but should use this thread when dispatching - these events in the future. - The navigation thread is currently part of GstGLWindow and not implemented in - separate subclasses / backends. This will be needed in the future. - gst_gl_window_x11_get_surface_dimensions is also changed to use a cached value - of the window's width, height. These values are now retrieved in the X11 - thread, function gst_gl_window_x11_handle_event. This change is needed because - otherwise the XGetWindowAttributes gets called from the navigation thread, - leading to xlib aborting due to multithreaded access (if XInitThreads is not - called before, as is the case for gst-launch) - -2014-09-05 13:58:19 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: retry opening the frontend on EINTR - -2014-09-05 13:32:09 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: assorted doc & spelling fixes - -2014-09-07 01:30:16 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/dataurisrc/gstdataurisrc.c: - Revert "dataurisrc: Remove unnecessary else if condition" - This reverts commit 3024ae9c38490817a76c83feab3c8472989cafad. - The *buf can be NULL or not depending if the caller of gst_pad_get_range - function provided or not a buffer. - -2014-09-05 16:11:08 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/hlsdemux_m3u8.c: - tests: hlsdemux: fix compilation - In file included from /home/thiagoss/gst/head/gstreamer/gst/gst.h:54:0, - from /home/thiagoss/gst/head/gstreamer/libs/gst/check/gstcheck.h:34, - from elements/hlsdemux_m3u8.c:27: - ../../ext/hls/gstfragmented.h:8:28: error: redundant redeclaration of ‘fragmented_debug’ [-Werror=redundant-decls] - GST_DEBUG_CATEGORY_EXTERN (fragmented_debug); - Move the definition of the category to after the declaration. - -2014-09-05 12:56:13 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - hlsdemux: And fix Makefile yet again - -2014-09-05 12:25:01 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - * tests/check/elements/hlsdemux_m3u8.c: - hlsdemux: Include the m3u8.c file directly in the test because of an automake bug - $(top_srcdir) doesn't seem to work with _SOURCES because that would be too - obvious. - http://lists.gnu.org/archive/html/automake/2013-09/msg00005.html - -2014-09-05 09:53:15 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/aiff/aiffparse.c: - aiffparse: Fix handling of 64 bit floating point data - In gst_aiff_parse_create_caps if and else-if conditions - are duplicated. - https://bugzilla.gnome.org/show_bug.cgi?id=736090 - -2014-09-05 08:51:30 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/gstfacedetect.c: - * ext/opencv/gstfacedetect.h: - facedetect: Add new property min-stddev - face detection will be performed only if image standard deviation is - greater that min-stddev. Default min-stddev is 0 for backward - compatibility. This property will avoid to perform face detection on - images with little changes improving cpu usage and reducing false - positives - https://bugzilla.gnome.org/show_bug.cgi?id=730510 - -2014-07-07 10:52:57 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - gltransformation: fix issues and expose mvp matrix - * aspect should not be 0 on init - * rename fovy to fov - * add mvp to properties as boxed graphene type - * fix transformation order. scale first - * clear color with 1.0 alpha - https://bugzilla.gnome.org/show_bug.cgi?id=734223 - -2014-09-04 21:41:54 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - hlsdemux: Also get the m3u8.c source file from the $(top_srcdir) for the test - Should fix make distcheck for real now. - -2014-09-04 19:01:45 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - hlsdemux: Use $(top_srcdir) instead of $(top_builddir) for the include path - -2014-09-04 18:21:38 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: Don't send flush events to deactivated pads - https://bugzilla.gnome.org/show_bug.cgi?id=736012 - -2014-09-04 18:21:25 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Don't send flush events to deactivated pads - https://bugzilla.gnome.org/show_bug.cgi?id=736012 - -2014-09-04 18:20:58 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Don't send flush events to deactivated pads - https://bugzilla.gnome.org/show_bug.cgi?id=736012 - -2014-09-04 17:52:35 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - hlsdemux: Compile the m3u8.c directly instead of re-using the .o file - -2014-09-04 17:50:16 +0300 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/hlsdemux_m3u8.c: - hlsdemux: Add unit test for parsing of M3U8 playlists - Ported from https://github.com/ylatuya/gst-plugins-bad - This still has some unit tests for alternative renditions and - seeking, which are commented out for the time being until we - support them properly. - -2014-09-04 17:49:23 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Properly assign offsets to the files if we accumulate them instead of reading from the playlist - -2014-09-04 13:38:21 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/dataurisrc/gstdataurisrc.c: - dataurisrc: Remove unnecessary else if condition - In gst_data_uri_src_create(), buf cannot be NULL, hence - else if (*buf != NULL) will be invalid so removing the - else if condition and adding a check to unreference buf - in else condition, just in case - https://bugzilla.gnome.org/show_bug.cgi?id=735861 - -2014-09-02 18:06:53 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: simplify ISDB-T launch line example - -2014-09-02 12:13:01 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: delay locking till actually needed - Get rid of unneeded locking at prop setting by doing - it only when tuning the frontend at _tune_fe() - -2014-09-02 12:11:44 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/dataurisrc/gstdataurisrc.c: - dataurisrc: Make get_uri() threadsafe - https://bugzilla.gnome.org/show_bug.cgi?id=735861 - -2014-09-01 17:41:50 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcaudiodec.h: - amcaudiodec: Remove hack for Google MP3 decoder - The first buffer does not contain more garbage than any other MP3 decoder - outputs and we don't really know how much we have to drop or not. - After this change the output has the same duration as with mad. - -2014-09-01 08:24:57 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/videofilters/gstzebrastripe.c: - zebrastripe: Refactor to remove duplicate code - gst_zebra_stripe_transform_frame_ip_planarY - gst_zebra_stripe_transform_frame_ip_YUY2 - gst_zebra_stripe_transform_frame_ip_AYUV - all above 3 functions do the same functionality except for offset and pixel stride. - Hence moving the functionality to a single funtion. - https://bugzilla.gnome.org/show_bug.cgi?id=735032 - -2014-08-29 18:55:32 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix description for modulation prop - -2014-08-29 17:16:09 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add basic checks on ISDB-T parameters - Also add a routine for checking wrong delsys/modulation - combinations right before tuning (only implemented for - ISDB-T for now). - -2014-08-29 18:09:07 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: add support for additional modulation types - -2014-08-29 13:26:12 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: drop FIXME on _ISDBT_LAYER_ENABLED prop - Valid values range from 1 to 7 as stated. - DTV_ISDBT_LAYER_ENABLED bitmask is built from - OR-ing 0x1 0x2 0x4. If all bits are set - (0x00000111 = 7) it means all layers should be - demodulated. - -2014-08-29 19:26:40 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/assrender/gstassrender.c: - assrender: remove code that can't be reached - If this code could ever be reached, it would leak - memory (CID 1231979), but gst_caps_get_features() - never returns NULL, so that can't happen. - -2014-08-29 19:24:52 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: remove code that can't be reached - If this code could ever be reached, it would leak - memory (CID 1231977), but gst_caps_get_features() - never returns NULL, so that can't happen. - -2014-08-28 20:12:07 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: fix up handling of input caps corner cases - Do more elaborate validation of the input caps: what fields - are required and/or not allowed. Don't assume AVC3 format - input without codec_data field is byte-stream format. Fix - up some now-unreachable code (CID 1232800). - -2014-08-28 16:42:30 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Add missing break to switch - CID 1232801 - -2014-08-28 11:37:56 +0300 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawparse.c: - rawparse: Reset negotiation state when going back to READY - After going back to READY we can accept new format settings again. - -2014-08-22 15:18:59 -0600 Thomas Bluemel <tbluemel@control4.com> - - * configure.ac: - * ext/hls/Makefile.am: - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Support OpenSSL for AES decryption of HLS fragments - https://bugzilla.gnome.org//show_bug.cgi?id=735248 - -2014-08-26 16:21:42 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * tests/examples/gl/qt/qglwtextureshare/glcontextid.h: - * tests/examples/gl/qt/qglwtextureshare/gstthread.h: - * tests/examples/gl/qt/qglwtextureshare/main.cpp: - * tests/examples/gl/qt/qglwtextureshare/pipeline.cpp: - * tests/examples/gl/qt/qglwtextureshare/pipeline.h: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp: - * tests/examples/gl/qt/qglwtextureshare/qglwtextureshare.pro: - gl: qglwtextureshare demo fixes and cleanup - 1. glcontextid function is replaced by gstreamer gst_gl_context_new_wrapped . - 2. call gst_init before gst_gl_display_new , seems gst_gl_display_new depends - on gst_allocator_register , which only worked after gst_init called - 3. flush gstreamer OpenGL context before using shared texture, fix - flicker problem. - https://bugzilla.gnome.org/show_bug.cgi?id=735566 - -2014-08-27 13:40:42 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl: Add GSTGLAPI macro to the debug callback function - Fixes the Windows build. - https://bugzilla.gnome.org/show_bug.cgi?id=735565 - -2014-08-28 09:53:17 +0300 Blake Tregre <blake.tregre@gmail.com> - - * gst/librfb/rfbdecoder.c: - rfbsrc: Clamp out of bounds resolutions to prevent segfaults - https://bugzilla.gnome.org/show_bug.cgi?id=726801 - -2014-08-27 14:47:25 +0200 Carlos Rafael Giani <dv@pseudoterminal.org> - - * configure.ac: - gl: do not check for GL/GLU/EGL/GLES2 libs if disabled in configuration - https://bugzilla.gnome.org/show_bug.cgi?id=735522 - -2014-08-26 12:38:52 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - egl: Wrap KHR_create_context flags in an ifdef - EGL_CONTEXT_FLAGS_KHR and EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR - don't exist in the Android NDK. Wrap their usage in an #ifdef - EGL_KHR_create_context to fix the build there. - -2014-08-21 12:32:10 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: don't consider unknown stream-format as avc - It should try to use bytestream in these cases that the format - is set to _FORMAT_NONE as it seems that is what the 'else' clause - for bytestream can handle (by defaulting to _FORMAT_BYTESTREAM). - -2014-08-25 13:33:15 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * tests/check/elements/h264parse.c: - h264parse: tests: fix caps for avc format - If it has a codec_data field, it should also use the stream-format=avc as - codec_data doesn't make sense otherwise and the default should - be bytestream - -2014-08-25 15:21:39 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/inspect/plugin-mpegpsmux.xml: - docs: add mpegpsmux and mpegtsmux - -2014-08-25 15:20:59 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/inspect/plugin-audiomixer.xml: - docs: add audiomixer to docs - -2014-08-25 15:20:16 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/inspect/plugin-aiff.xml: - docs: add aiff elements to docs - -2014-08-25 14:56:15 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.prerequisites: - * docs/plugins/gst-plugins-bad-plugins.signals: - docs: plugins: misc updates - -2014-08-25 14:43:49 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/plugins/Makefile.am: - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.types: - docs: move GstPhotography interface docs into the library docs - Now that we have docs for the libs. - -2014-08-25 12:21:36 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/sndfile/gstsf.c: - sndfile: don't decode formats that are better handled by other elements - In particular: flac, ogg, pcm, au, aiff, wav. - https://bugzilla.gnome.org/show_bug.cgi?id=722316 - -2014-08-22 16:49:10 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - egl: fallback to a non-debug context if a debug one fails - The text for EGL_KHR_create_context added the possiblity for ES - contexts to ask for a debug context however that has not been - fully realized by all implementations. Fallback to a non-debug - context when the implementation errors. - -2014-08-05 14:06:07 -0400 Youness Alaoui <kakaroto@kakaroto.homelinux.net> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Add support for RTP/RTCP mixing if data arrives on RTCP pad - https://bugzilla.gnome.org/show_bug.cgi?id=734321 - -2014-08-21 16:24:06 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: fix abort in error code path with newer glib - Don't forget to unlock mpd client again when erroring out. - Fixes abort when g_mutex_clear() is called on a locked mutex. - -2014-07-02 12:49:44 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - gstopengl: add introspection support - https://bugzilla.gnome.org/show_bug.cgi?id=734482 - -2014-08-05 12:07:08 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * tests/examples/gl/gtk/switchvideooverlay/main.cpp: - examples: fix gtk+ 3.14 deprecation error - https://developer.gnome.org/gtk3/3.13/GtkWidget.html#gtk-widget-set-double-buffered - https://bugzilla.gnome.org/show_bug.cgi?id=734482 - -2014-07-07 10:52:06 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: expose context - * expose context in draw / reshape callbacks - * add context property - https://bugzilla.gnome.org/show_bug.cgi?id=734482 - -2014-07-07 10:51:28 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - glshader: expose opengl handle in getter - https://bugzilla.gnome.org/show_bug.cgi?id=734482 - -2014-08-20 09:37:01 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - gl: check null before unref GstGLDisplay - -2014-08-21 10:03:07 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/debug.h: - gl: add prototype definition for KHR_debug - -2014-08-20 23:24:12 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - glcontext: implement the debug callback - For both GL_KHR_debug and ARB_debug_output. This allows us to - receive errors and other hints from the GL instead of querying after - every GL operation. - -2014-08-20 23:23:06 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/Makefile.am: - * gst-libs/gst/gl/glprototypes/all_functions.h: - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - * gst-libs/gst/gl/gstglapi.h: - gl: add prototypes for KHR_debug/ARB_debug_output - -2014-08-19 17:17:33 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: unref pad reference when removing internal source in error - Avoids leaking the pad in error situations - -2014-08-19 16:01:58 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: read language from ContentComponent node as a fallback - If the language is not specified in the AdaptationSet, use the ContentComponent - node to get it. We only get it if there is only a single ContentComponent as - it doesn't seem clear on what to do if there are multiple entries - https://bugzilla.gnome.org/show_bug.cgi?id=732237 - -2014-06-25 15:55:32 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/dash/Makefile.am: - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: push language code tag - Language code tag is retrieved from the AdaptationSet language - property. - https://bugzilla.gnome.org/show_bug.cgi?id=732237 - -2014-08-19 20:14:22 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - gl: don't take an extra ref on the display on set_context - gst_context_get_gl_display() returns a ref. Don't take another in - gst_object_replace(). - -2014-08-19 17:01:36 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglmixer.c: - glmixer: unref the GstGLUpload in the pad if freed while running - Dynamic pipelines that get and release the sink pads will finalize - the pad without going through gst_gl_mixer_stop() which is where the - upload object is usually freed. Don't leak objects in such case. - -2014-08-14 23:51:21 -0400 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * ext/gl/gstglmixer.c: - glvideomixer: avoid gl resource race condition between different thread - https://bugzilla.gnome.org/show_bug.cgi?id=734830 - -2014-08-19 14:44:29 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: don't clobber unnecessary GstVideoInfo fields - otherwise we might clobber other important fields such as the frame rate. - -2014-08-19 14:43:42 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: get the attribute from the correct shader - -2014-08-19 14:23:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: unref the window on navigation event - plugs a memory leak - -2014-08-19 00:01:28 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: remove pads when resetting the element - Otherwise the pads will be there if it is restarted and the stream - can be a completely different one. - https://bugzilla.gnome.org/show_bug.cgi?id=734394 - -2014-08-17 01:42:05 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparser: h264: Use proper bit_reader api while parsing buffering_period SEI - https://bugzilla.gnome.org/show_bug.cgi?id=734970 - -2014-08-14 10:19:13 +0530 Vineeth T M <vineeth.tm@samsung.com> - - * gst/videofilters/gstscenechange.c: - scenechange: fix crash on startup - gst_video_frame_map() was using the oldinfo GstVideoInfo - before it's been populated, resulting in a crash right - at the start. - https://bugzilla.gnome.org/show_bug.cgi?id=734763 - -2014-08-14 15:26:53 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - androidmedia: Make sure to unblock any thread waiting on the drain condition variable when errors happen - -2014-08-14 15:24:21 +0300 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcaudiodec.h: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideodec.h: - * sys/androidmedia/gstamcvideoenc.c: - * sys/androidmedia/gstamcvideoenc.h: - androidmedia: Fix draining logic to let the base class handle EOS events - https://bugzilla.gnome.org//show_bug.cgi?id=734775 - -2014-08-11 21:25:41 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/parsechannels.c: - dvbbasebin: fix parsing of freqs in some ZAP files - Change avoids attempting to convert to kHz if unneeded. - There are quite some ZAP format variants out there. Among - their subtle little differences, some store transponder - frequencies in Mhz and others in kHz. The latter been the - most common variant. - -2014-08-07 19:37:01 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: get rid of remaining trailing whitespace - -2014-08-07 19:19:36 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: wrap around known-interruptible ioctls - Also get rid of the asumption that some requests like - FE_SET_TONE or FE_SET_VOLTAGE only error out with -1 - -2014-08-07 14:00:40 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: drop gst_dvbsrc_retry_ioctl for retry macro - LOOP_WHILE_EINTR macro makes it easier to handle - assorted ioctl argp types. Functionality is otherwise - equivalent. - -2014-08-12 12:35:00 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/dvbbasebin.c: - * sys/dvb/dvbbasebin.h: - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvbsrc: dvbbasebin: add 'tune' signal - It works the same as the 'tune' property that is used only to signal - the element that it should tune, but it is more natural to be used - as a signal rather than a property. - It is also proxied at the dvbbasebin element - -2014-08-07 15:25:32 +0200 Thibault Saunier <thibault.saunier@collabora.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Do not switch playlist on trick modes - Instead always use the low bandwith playlist making things go smoother - as the current heuristic is rather set for normal playback, and - currently it does not behave properly. - https://bugzilla.gnome.org/show_bug.cgi?id=734445 - -2014-07-21 14:42:47 +0200 Thibault Saunier <thibault.saunier@collabora.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: No need to have a I-Frame list to do trick modes - It just works cleanly without any index and there is no real reason for - that limitation. Also, there are very few stream with that feature. - https://bugzilla.gnome.org/show_bug.cgi?id=734445 - -2014-08-05 17:13:13 +0200 Thibault Saunier <thibault.saunier@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Do not tweak segments on reverse playback - We can't compare the first buffer start and the segment start in that - case... playback is going backward! - https://bugzilla.gnome.org/show_bug.cgi?id=734445 - -2014-08-13 16:57:15 +0200 Valentin PONS <valx76@gmail.com> - - * ext/opencv/gstfacedetect.c: - facedetect: Use NULL to disable eyes/nose/mouth - Without printing a warning about it - https://bugzilla.gnome.org/show_bug.cgi?id=734623 - -2014-08-10 22:58:22 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - glbufferpool: fix allocator leak in some cases - Spotted by Sebastian Rasmussen. - https://bugzilla.gnome.org/show_bug.cgi?id=734523 - -2014-08-11 12:32:04 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/assrender/gstassrender.c: - assrender: save a few ref/unref pairs - The event/query functions already have a reference to the element, avoid - ref/unref in the functions handling caps queries and events. - -2014-08-11 12:31:17 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/assrender/gstassrender.c: - assrender: remove obsolete fixme - -2014-08-11 12:22:44 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/assrender/gstassrender.c: - assrender: improve negotiation - Check if downstream supports overlay meta, if possible use it and - if not fallback to no-overlay caps - https://bugzilla.gnome.org/show_bug.cgi?id=733916 - -2014-08-11 12:21:28 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/assrender/gstassrender.c: - assrender: always intersect with the filter caps - Avoids returning values that peers can't use - https://bugzilla.gnome.org/show_bug.cgi?id=733916 - -2014-08-11 11:35:01 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: improve negotiation - Check if downstream supports overlay meta, if possible use it and - if not fallback to no-overlay caps - https://bugzilla.gnome.org/show_bug.cgi?id=733916 - -2014-08-11 11:33:28 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: always intersect with the filter in getcaps - Avoids returning unsupported caps to peers - https://bugzilla.gnome.org/show_bug.cgi?id=733916 - -2014-08-11 23:38:40 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: fix up doc comment for set_src_caps - It does not occur 'later' anymore - https://bugzilla.gnome.org/show_bug.cgi?id=732662 - -2014-08-07 19:54:36 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: push the caps event as soon as we receive it - Along with the required mandatory dependent events. - Some elements need to perform an allocation query inside - ::negotiated_caps(). Without the caps event being sent prior, - downstream elements will be unable to answer and will return - an error. - https://bugzilla.gnome.org/show_bug.cgi?id=732662 - -2014-08-11 16:01:32 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * ext/webp/Makefile.am: - * ext/webp/gstwebp.c: - * ext/webp/gstwebpenc.c: - * ext/webp/gstwebpenc.h: - webenc: Add WebP image encoder - https://bugzilla.gnome.org/show_bug.cgi?id=733087 - -2014-08-09 01:29:30 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/sbc/gstsbcenc.c: - sbcenc: Unref output caps in error cases - gst_caps_intersect() returns a reference to a caps object which in - the normal case is consumed, but in error cases must be unreferenced. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734521 - -2014-08-08 14:08:19 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/opus/gstopusenc.c: - opusenc: Unref pad template caps after usage - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734517 - -2014-08-09 11:41:17 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst/inter/gstintertest.c: - inter: Unref bus after usage - gst_pipeline_get_bus() returns a reference to a bus that needs to - be unreferenced after usage. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734525 - -2014-08-09 11:45:41 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * tests/examples/gl/clutter/clutteractor.c: - * tests/examples/gl/clutter/clutteractortee.c: - * tests/examples/gl/gtk/fxtest/fxtest.c: - examples/gl: unref bus and element after usage - gst_pipeline_get_bus() and gst_bin_get_by_interface() both - return references that need to be unreferenced after usage. - https://bugzilla.gnome.org/show_bug.cgi?id=734527 - -2014-08-10 19:12:01 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - docs: update for git master - -2014-08-10 19:05:43 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/inspect/plugin-rtpvp8.xml: - docs: remove rtpvp8 plugin docs, the elements are now in -good - -2014-08-10 18:07:28 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/gl/gstglcolorscale.c: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglmosaic.c: - * ext/gl/gstgloverlay.c: - * ext/gl/gstglvideomixer.c: - opengl: update element docs for 1.x - -2014-08-10 17:48:50 +0100 Tim-Philipp Müller <tim@centricular.com> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/inspect/plugin-eglglessink.xml: - docs: remove eglglessink from docs as it no longer exists - -2014-08-09 11:36:38 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: Unref elements after usage - gst_bin_get_by_name() and gst_bin_get_by_interface() both return - references to elements that need to be unreferenced after usage. - https://bugzilla.gnome.org/show_bug.cgi?id=734524 - -2014-08-09 01:27:53 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/openal/gstopenalsink.c: - * ext/openal/gstopenalsrc.c: - openal: Unref pad template caps after usage - https://bugzilla.gnome.org/show_bug.cgi?id=734520 - -2014-08-10 12:29:04 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/ladspa/gstladspafilter.c: - ladspa: fix up broken patch merge - Sorry, should've been commit --amend - -2014-08-09 13:24:00 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * sys/pvr2d/gstpvrvideosink.c: - pvrvideosink: Avoid leaking bufferpool configuration - gst_buffer_pool_get_config() returns a copy to the bufferpool's - configuration, which must be passed to gst_structure_free() after - use if not given away to gst_buffer_pool_set_config(). - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734537 - -2014-08-09 13:22:42 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * sys/directsound/gstdirectsoundsrc.c: - directsoundsrc: Avoid leaking copy of caps object - gst_pad_get_pad_template_caps() returns a reference which is unreferenced, - so creating a copy using gst_caps_copy() results in a reference leak. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734536 - -2014-08-09 13:20:41 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * sys/applemedia/vtenc.c: - vtenc: Avoid leaking caps object and its copy - gst_pad_get_pad_template_caps() returns a reference which is unreferenced, - so creating a copy using gst_caps_copy() results in a reference leak. Also - the caps are pushed as an event downstream, but this doesn't consume the - caps so it must still be unreferenced. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734534 - -2014-08-09 13:17:17 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * sys/androidmedia/gstamcvideoenc.c: - amcvideoenc: Avoid leaking copy of caps object - gst_pad_get_pad_template_caps() returns a reference which is unreferenced, - so creating a copy using gst_caps_copy() results in a reference leak. - Also remove the incorrect comment to avoid confusion in the future. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734533 - -2014-08-09 13:12:14 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst/interlace/gstinterlace.c: - interlace: fix caps refcounting - tcaps was unrefed when it shouldn't have been unrefed - in some cases. - https://bugzilla.gnome.org/show_bug.cgi?id=734531 - -2014-08-09 13:09:52 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: Avoid leaking copy of caps object - gst_pad_get_pad_template_caps() returns a reference which is unreferenced, - so creating a copy using gst_caps_copy() results in a reference leak. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734528 - -2014-08-09 11:17:44 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Unref allowed caps after usage - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734522 - -2014-08-09 01:25:21 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/ladspa/gstladspafilter.c: - ladspa: Unref pad template caps after usage - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734519 - -2014-08-09 01:25:21 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/ladspa/gstladspafilter.c: - ladspa: Unref pad template caps after usage - https://bugzilla.gnome.org/show_bug.cgi?id=734519 - -2014-08-09 01:23:50 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/directfb/dfbvideosink.c: - dfbvideosink: Unref pad template caps after usage - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734518 - -2014-08-10 11:35:41 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/Makefile.am: - * tests/check/pipelines/.gitignore: - * tests/check/pipelines/colorspace.c: - tests: remove defunct test code for old colorspace element - https://bugzilla.gnome.org/show_bug.cgi?id=734538 - -2014-08-09 13:27:00 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * tools/element-templates/srcpad: - element-maker: Avoid leaking copy of caps object - gst_pad_get_pad_template_caps() returns a reference which is unreferenced, - so creating a copy using gst_caps_copy() results in a reference leak. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734539 - -2014-08-09 14:27:34 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/gsm/gstgsmenc.c: - gstgsmenc: Unref caps object after usage - gst_audio_encoder_set_output_format() does not consume caps, so - unreference that object instead. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734544 - -2014-08-09 14:24:59 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/opus/gstopusheader.c: - opus: Improve annotation of internal function - https://bugzilla.gnome.org/show_bug.cgi?id=734543 - -2014-08-06 18:11:20 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: support downloading segments in reverse order - When a seek with a negative rate is requested, find the target - segment where gstsegment.stop belongs in and then download from - this segment backwards until the first segment. - This allows proper reverse playback. - -2014-08-07 19:18:49 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - glvideomixer: add a background property - That's compatible with the compositor/videomixer property - https://bugzilla.gnome.org/show_bug.cgi?id=731954 - -2014-08-06 13:27:04 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/faad/gstfaad.c: - ext:faad: Set rank to SECONDARY as the libav decoder is concidered better - https://bugzilla.gnome.org/show_bug.cgi?id=676131 - -2014-08-06 16:48:03 +0300 Vasilis Liaskovitis <vliaskov@gmail.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - GstGLWindow, GstGLImagesink, x11: Scale navigation events on resized windows - If window is resized, GstStructure pointer values have to be rescaled to - original geometry. A get_surface_dimensions GLWindow class method is added for - this purpose and used in the navigation send_event function. - https://bugzilla.gnome.org/show_bug.cgi?id=703486 - -2014-08-06 08:15:38 -0400 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: don't determine if frame needs upload by pointer compare - https://bugzilla.gnome.org/show_bug.cgi?id=734269 - -2014-08-05 11:45:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - mpegtspacketizer: Store PCR time/byte offsets in 64 bit integers - 32 bit integers are going to overflow, especially the PCR offset to - the first PCR will overflow after about 159 seconds. This makes playback - of streams stop at 159 seconds as suddenly the timestamps are starting - again from 0. Now we have a few more years time until it happens again - and 64 bits are too small. - -2014-08-05 10:42:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - Revert "mpegtspacketizer: Convert PCR times to GStreamer times before comparing them against 500 * GST_MSECOND" - This reverts commit 9f186c6ab32c1e949916d385186b2d400190add6. - That commit was actually completely wrong, nevermind. - -2014-08-05 10:36:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Convert PCR times to GStreamer times before comparing them against 500 * GST_MSECOND - Otherwise it will believe to detect PCR gaps already when there's a very small - gap of a few milliseconds, breaking playback of some files. - -2014-07-31 17:40:30 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> - - * sys/dvb/gstdvbsrc.h: - dvbsrc: remove srcpad leftover - The element is inheriting its srcpad from basesrc - -2014-08-01 18:02:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - decklinksink: Initialize pixel format to bmdFormat8BitYUV - https://bugzilla.gnome.org/show_bug.cgi?id=725871 - -2014-08-01 16:40:49 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers_h264: initialize some fields of pic_timing structure - Otherwise pic timing structure can have invalid cpb_removal_delay, - dpb_output_delay or pic_struct_present_flag which are blindly retrieved - in h264parse. - https://bugzilla.gnome.org/show_bug.cgi?id=734124 - -2014-08-01 16:58:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - decklinksink: Catch errors during data flow and error out properly - Otherwise we will just deadlock the thread if e.g. scheduling a video - frame fails for whatever reason. - -2014-07-31 20:52:39 -0300 Thiago Santos <thiagoss@osg.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: return the error to the source immediately to stop faster - When flushing, this will prevent dashdemux from trying to download more - fragments or more chunks of the same fragment before stopping. - Also improves the error handling to not transform everything non-ok into - an error. - https://bugzilla.gnome.org/show_bug.cgi?id=734014 - -2014-07-29 02:11:54 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: avoid timestamp overflows - Cause timing to break in the pipeline that can lead to a stall - https://bugzilla.gnome.org/show_bug.cgi?id=733837 - -2014-08-01 13:14:03 +0200 Edward Hervey <edward@collabora.com> - - * po/POTFILES.in: - po: Remove files no longer present - They were removed when sndfile was ported to 1.x - -2014-08-01 12:38:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklink.cpp: - decklink: 59.94fps is 60000/1001, not 30000/1001 - And also change 30/1 to 60/1 for one 60fps mode. - -2014-08-01 17:51:08 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gl/docs: remove superflous 'the' - -2014-08-01 16:41:13 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstgldisplay.c: - gl: document GST_GL_* environment variables - https://bugzilla.gnome.org/show_bug.cgi?id=733245 - -2014-08-01 10:01:18 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - gl/tests: update for API changes - -2014-07-31 18:55:33 +0200 Edward Hervey <edward@collabora.com> - - * Makefile.am: - * common: - Makefile: Add usage of build-checks step - Allows building checks without running them - -2014-07-31 18:46:33 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - glcontext: add a destroy function - that just calls the subclass - -2014-07-31 18:36:58 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/x11: silence runtime warning - g_main_loop_quit: assertion 'loop != NULL' failed - -2014-07-31 15:18:04 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: use the plane offsets to compute the size of the data pointer - Certain elements expect that there be a certain number of lines - that they can write into. e.g. for odd heights, I420, YV12, NV12, - NV21 (and others) Y lines are expected to have exactly twice the - number of U/UV lines. - https://bugzilla.gnome.org/show_bug.cgi?id=733717 - -2014-07-31 14:07:29 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstgluploadmeta.c: - glmemory: use GstVideoInfo everywhere - Simplifies a lot of the calling code - https://bugzilla.gnome.org/show_bug.cgi?id=733717 - -2014-07-30 16:32:01 -0300 Robert Jobbagy <jobbagy.robert@gmail.com> - - * ext/opencv/gstfaceblur.c: - * ext/opencv/gstfaceblur.h: - * ext/opencv/gstfacedetect.c: - * ext/opencv/gstfacedetect.h: - faceblur: facedetect: add properties to faceblur - Makes faceblur have the same properties as facedetect. Also improves - the standard defaults and makes them the same in the 2 elements - -2014-07-30 16:30:39 -0300 Robert Jobbagy <jobbagy.robert@gmail.com> - - * ext/opencv/gstfaceblur.c: - * ext/opencv/gstfaceblur.h: - faceblur: post message when profile loading fails - -2014-07-30 16:07:17 -0300 Robert Jobbagy <jobbagy.robert@gmail.com> - - * ext/opencv/gstfaceblur.c: - * ext/opencv/gstfacedetect.c: - facedetect: faceblur: update launch line examples - Reflect 1.0 and more useful examples - -2014-07-29 13:25:22 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: keep the uploaded buffer around on successful redisplay - We might need it later to perform a redisplay. GstGLUpload will take - of releasing the previous buffer when it receives a new buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=733726 - -2014-07-29 11:47:55 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemory.c: - glmemory: reenable the texture_rg support for !eagl - The GST_GL_HAVE_PLATFORM_EAGL is always defined we need to compare - against the value instead. - -2014-07-28 19:11:41 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> - - * tests/check/elements/.gitignore: - * tests/check/libs/.gitignore: - tests: gitignore: update with new tests - -2014-07-28 16:55:15 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> - - * tests/files/blue-square.png: - tests: files: adds missing file from previous commit - This is required for the templatematch test to work - -2014-07-28 15:45:09 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> - - * tests/check/Makefile.am: - * tests/check/elements/templatematch.c: - * tests/files/Makefile.am: - tests: templatematch: add test to check that we use the correct rgb format - templatematch should use the same RGB format that opencv uses (BGR), make sure - we keep it that way with this test. - https://bugzilla.gnome.org/show_bug.cgi?id=678485 - -2012-06-15 13:19:06 +0100 David Rothlisberger <david.rothlisberger@youview.com> - - * ext/opencv/gsttemplatematch.c: - opencv templatematch: Set caps to BGR order - templatematch operates on BGR data. In fact, OpenCV's IplImage always - stores color image data in BGR order -- this isn't documented at all in - the OpenCV source code, but there are hints around the web (see for - example - http://www.cs.iit.edu/~agam/cs512/lect-notes/opencv-intro/opencv-intro.html#SECTION00041000000000000000 - and http://www.comp.leeds.ac.uk/vision/opencv/iplimage.html ). - gst_templatematch_load_template loads the template (the image to find) - from disk using OpenCV's cvLoadImage, so it is stored in an IplImage in - BGR order. But in gst_templatematch_chain, no OpenCV conversion - functions are used: the imageData pointer of the IplImage for the video - frame (the image to search in) is just set to point to the raw buffer - data. Without this fix, that raw data is in RGB order, so the call to - cvMatchTemplate ends up comparing the template's Blue channel against - the frame's Red channel, producing very poor results. - -2014-07-28 13:10:35 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> - - * ext/opencv/gsttemplatematch.c: - templatematch: mark pads as proxy caps - Allows negotiation to happen properly - -2012-06-25 20:37:01 +0100 William Manley <william.manley@youview.com> - - * ext/opencv/gsttemplatematch.c: - templatematch: Produce a warning message if we can't load a template image - -2012-06-20 15:22:52 +0100 William Manley <william.manley@youview.com> - - * ext/opencv/gsttemplatematch.c: - templatematch: Match rectangle grows redder with increased match certainty - This is useful for debugging your matches as it indicates how certain the - match was in addition to its position. - -2012-06-20 15:05:40 +0100 William Manley <william.manley@youview.com> - - templatematch: Allow changing template property on the fly - Previously changing the template property resulted in an exception - thrown from cvMatchTemplate, because "dist_image" (the intermediate - match-certainty-distribution) was the wrong size (because the - template image size had changed). - Locking has also been added to allow changing the properties (e.g. the - pattern to match) while the pipeline is playing. - * gst_element_post_message is moved outside of the lock, because it will - call into arbitrary user code (otherwise, if that user code calls into - gst_templatematch_set_property on this same thread it would deadlock). - * gst_template_match_load_template: If we fail to load the new template - we still unload the previous template, so this element becomes a no-op - in the pipeline. The alternative would be to keep the previous template; - I believe unloading the previous template is a better choice, because it - is consistent with the state this element would be in if it fails to - load the very first template at start-up. - Thanks to Will Manley for the bulk of this work; any errors are probably - mine. - -2012-06-01 16:07:34 +0100 David Rothlisberger <david.rothlisberger@youview.com> - - * ext/opencv/gsttemplatematch.c: - templatematch: Pass video through when nothing to match against - The early return was bypassing the call to gst_pad_push. With no - filter->template (and thus no filter->cvTemplateImage) the rest of this - function is essentially a no-op (except for the call to gst_pad_push). - This (plus the previous commit) allows templatematch to be - enabled/disabled without removing it entirely from the pipeline, by - setting/unsetting the template property. - -2012-06-20 15:05:06 +0100 William Manley <william.manley@youview.com> - - * ext/opencv/gsttemplatematch.c: - templatematch: Remove no-op call to gst_templatematch_load_template - We have just set filter->template to NULL, so - gst_templatematch_load_template did nothing. - -2014-07-08 19:18:48 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: clarify units for freq and symbol-rate - -2014-07-07 18:52:20 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvbsrc: add preliminary support for ISDB-T/Tb - ISDB-T and ISDB-Tb (the Brazilian variant) are the - terrestial DTV standards used by Japan, Philippines, - Maldives, Thailand, most South American countries - and Botswana. Changeset adds the set of previously - missing (and required) ISDB-T parameters, adapter - and frontend setup logic and proxies the new - properties on dvbbasebin. - Tested to work with the live aerial broadcast by - Tv Paraíba HD in Campina Grande (Brazil). - https://bugzilla.gnome.org/show_bug.cgi?id=732875 - -2014-07-05 03:08:00 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvbsrc: make slof/lof1/lof2 settable properties - Allows proper tuning around high/low band boundaries when using - non "standard" LNBs. - Not all LNBs (Low noise block down converters) are made equal. - This is particularly true for universal LNBFs, where, even though - there are seemingly standard values for the local oscillator - frequencies, these can vary from manufacturer to manufacturer - and LNB model. Change also proxies the new LNB properties in - dvbbasebin. - https://bugzilla.gnome.org/show_bug.cgi?id=732818 - -2014-07-27 13:26:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: silence gsignal warning - instance '0xblah' has no handler with id '13' - -2014-07-26 13:27:51 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: do not give references to probes - They are kept until the probes are removed but they will never be - removed as the refcount of the element won't get to 0 because the - probes own references (cyclic refs). As the probes should only be - running as long as the element is running there is no need to - secure a ref for them. - Removes 3 leaked refs of wrappercamerabinsrc - -2014-07-26 12:46:01 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: use gst_object_ref to make it easier to track refs - Helps debugging - -2014-07-26 12:38:42 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: unref request pads - Do not forget to unref output-selector requested pads - -2014-04-21 23:05:48 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/jpegformat/gstjpegparse.c: - * gst/jpegformat/gstjpegparse.h: - jpegparse: port to baseparse - https://bugzilla.gnome.org/show_bug.cgi?id=728356 - -2014-07-24 12:25:36 +0300 Vasilis Liaskovitis <vliaskov@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glwindow/11: Emit signals for mouse and key navigation events - https://bugzilla.gnome.org/show_bug.cgi?id=703486 - -2014-07-24 12:23:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - glwindow: Constify string parameters to the send_*_event() functions - -2014-07-24 13:05:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: remove extra argument from debug call - -2014-07-07 00:20:01 +0300 Vasilis Liaskovitis <vliaskov@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: Add navigation interface and callbacks for GstGLWindow mouse/key signals - https://bugzilla.gnome.org/show_bug.cgi?id=703486 - -2014-07-06 23:39:47 +0300 Vasilis Liaskovitis <vliaskov@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - GstGLWindow : Add mouse-event and key-event signals for navigation - https://bugzilla.gnome.org/show_bug.cgi?id=703486 - -2014-07-23 10:25:31 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * ext/gl/gstgleffects.c: - * ext/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglframebuffer.c: - gl: fix multi gl object leaks - 1. fix FBO leaks in decide_allocation - 2. fix texture leaks in decide_allocation and reset - 3. fix texture leaks in FBO incomplete error path - -2014-07-23 13:55:06 -0300 Thiago Santos <ts.santos@osg.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: only flush buffers if renegotiation is needed - This avoid extra overhead when taking sequential pictures that woudln't - need renegotiation - -2014-07-23 13:37:05 -0300 Thiago Santos <ts.santos@osg.samsung.com> - - * gst/camerabin2/gstcamerabin2.c: - * gst/camerabin2/gstwrappercamerabinsrc.c: - camerabin: handle EOS on the pipeline - Make camerabin handle EOS to the pipeline to allow standard pipeline - close where an EOS is sent to the whole pipeline before setting it to NULL. - -2014-07-21 18:22:18 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Do not scan for keyframe when in push mode. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733490 - -2014-07-21 18:21:41 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Do not scan for a keyframe in non-accurate mode. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733490 - -2014-07-01 10:24:44 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/gdp/gstgdppay.c: - gdppay: remove obsolete code - Buffers have no caps in 1.0 - -2014-07-01 10:07:40 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/gdp/gstgdppay.c: - * gst/gdp/gstgdppay.h: - * tests/check/elements/gdppay.c: - gdppay: put all sticky events in streamheader - Use the sticky events to compose the streamheader as they are the - ones that are persisted to config new pads linked. Instead of storing - them ourselves rely on the pad storage that already orders it for us - https://bugzilla.gnome.org/show_bug.cgi?id=732596 - -2014-07-21 21:03:26 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/gstfacedetect.c: - facedetect: improve enum GstFaceDetectUpdates descriptions - https://bugzilla.gnome.org/show_bug.cgi?id=730509 - -2014-05-21 12:59:57 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/gstfacedetect.c: - facedetect: make updates on_change works as expected - https://bugzilla.gnome.org/show_bug.cgi?id=730509 - -2014-07-22 12:42:36 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * gst/pnm/gstpnmenc.c: - * gst/pnm/gstpnmenc.h: - pnmenc: Port PNM Encoder to use GstVideoEncoder Class - https://bugzilla.gnome.org/show_bug.cgi?id=731943 - -2014-06-18 11:44:54 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmutils.c: - pnmdec: Patch to handle max value - Convert the image values from 0-maxvalue to 0-255 when - 'decoding' the pnm image - https://bugzilla.gnome.org/show_bug.cgi?id=731773 - -2014-07-15 16:42:57 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/kate/gstkatedec.c: - * ext/kate/gstkateutil.c: - katedec: handle segment event earlier - Delaying the segment event to when caps are decided can cause issues as - the first thing katedec does on its chain function it doing a segment clip. - It will lead to an assertion if the segment format is undefined - https://bugzilla.gnome.org/show_bug.cgi?id=733226 - -2014-07-15 16:41:51 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/kate/gstkatedec.c: - katedec: handle streamheaders in caps - Properly handle the caps event by configuring the kate decoding lib using the - available streamheaders. This makes it possible to decode kate subtitles when - the stream is seeked before katedec gets the initial buffers that are usually - the streamheaders. - https://bugzilla.gnome.org/show_bug.cgi?id=733226 - -2014-07-21 17:34:52 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - openjpeg: Don't remember -lopenjp2 as libs when falling back to openjpeg1 - -2014-07-21 11:07:28 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * tests/examples/gl/sdl/Makefile.am: - gl: Reorder CFLAGS to include in-source dirs first in examples - https://bugzilla.gnome.org/show_bug.cgi?id=733426 - -2014-05-06 09:28:14 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * configure.ac: - openjpeg: Win32-compatible OpenJPEG-2.0 detection - OpenJPEG 2.0 API uses stdcall on W32 by default. This prevents normal - autoconf library macros from finding its functions. - A more compatible check is to acutally link a program that includes a - real header. - https://bugzilla.gnome.org/show_bug.cgi?id=733487 - -2014-07-21 10:14:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Fix unitialized variable compiler warning - gstopenni2src.cpp:721:14: error: variable 'oni_ts' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized] - } else if (src->color->isValid () && src->sourcetype == SOURCETYPE_COLOR) { - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - gstopenni2src.cpp:752:26: note: uninitialized use occurs here - GST_BUFFER_PTS (buf) = oni_ts - src->oni_start_ts; - ^~~~~~ - gstopenni2src.cpp:721:10: note: remove the 'if' if its condition is always true - } else if (src->color->isValid () && src->sourcetype == SOURCETYPE_COLOR) { - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - gstopenni2src.cpp:721:14: error: variable 'oni_ts' is used uninitialized whenever '&&' condition is false [-Werror,-Wsometimes-uninitialized] - } else if (src->color->isValid () && src->sourcetype == SOURCETYPE_COLOR) { - ^~~~~~~~~~~~~~~~~~~~~~ - gstopenni2src.cpp:752:26: note: uninitialized use occurs here - GST_BUFFER_PTS (buf) = oni_ts - src->oni_start_ts; - ^~~~~~ - gstopenni2src.cpp:721:14: note: remove the '&&' if its condition is always true - } else if (src->color->isValid () && src->sourcetype == SOURCETYPE_COLOR) { - ^~~~~~~~~~~~~~~~~~~~~~~~~ - gstopenni2src.cpp:642:18: note: initialize the variable 'oni_ts' to silence this warning - uint64_t oni_ts; - ^ - = 0 - -2014-07-17 16:25:54 +0200 Fabrice Bellet <fabrice@bellet.info> - - * gst-libs/gst/codecparsers/gstmpeg4parser.c: - parser: mpeg4: fix vlc table used for sprite trajectory - The vlc table members cbits, cword and values were assigned in the wrong - order, causing the mpeg4 parser to fail when handling sprite - trajectories. - https://bugzilla.gnome.org/show_bug.cgi?id=733322 - -2014-07-18 15:09:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Make statistics message more generic for other adaptive streaming demuxers to reuse - https://bugzilla.gnome.org/show_bug.cgi?id=725828 - -2014-02-25 11:58:57 +0100 Alexander Zallesov <zallesov@gmail.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Provide statistics about time to download playlists and fragments - https://bugzilla.gnome.org/show_bug.cgi?id=725828 - -2014-07-19 18:04:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.4.0 === - -2014-07-19 17:27:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.4.0 - -2014-07-19 16:45:25 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2014-07-19 12:47:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - po: Update translations - -2014-07-16 18:27:15 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: set src to ready when there are no pending buffers - Setting to ready will block waiting for buffers to be reclaimed, so flush - before setting to null to make sure no buffers are pending - https://bugzilla.gnome.org/show_bug.cgi?id=733072 - -2014-07-17 10:05:47 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/examples/gl/gtk/fxtest/pixbufdrop.c: - examples: fix compilation of gl fxtest example on win32 with Gtk+ 3.0 - https://bugzilla.gnome.org/show_bug.cgi?id=733063 - -2014-07-17 00:11:48 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslesringbuffer.c: - openslesringbuffer: Provide the size of our array to GetDestinationOutputDeviceIDs - Otherwise it does not and just fails. It needs to know the size of the - array to not write too much to it. - -2014-07-17 00:11:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslessink.c: - openslessink: Silence some error debug output to log output - These are not really errors, just unsupported features we don't - necessarily need. - -2014-07-16 16:57:35 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Reset flow_return *after* stopping the srcpad task. - Otherwise it might be set in an already running aggregate function. - -2014-07-10 13:18:21 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Flush sinkpads when stopping - All values are meaningless in that case, so we should make sure that - we clean everything - -2014-07-10 13:15:55 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Do not forget to reset the flow return when stoping - Setting it to FLUSHING when the element is not started, and to OK - when it starts. - -2014-07-08 16:48:08 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Handle event seqnum - -2014-07-13 16:07:02 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst/mxf/mxfmux.c: - mxfmux: Avoid taking unnecessary ref - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733123 - -2014-07-16 16:31:27 +0300 Mart Raudsepp <leio@gentoo.org> - - * configure.ac: - gl: Include GL_CFLAGS while checking for GL typedefs - Otherwise those checks may fail at configure time if they contain extra - include paths, while at build time they are included, potentially causing - incompatible typedefs between system GL headers and gstreamer compatibility - prototypes. - https://bugzilla.gnome.org/show_bug.cgi?id=733248 - -2014-07-16 16:29:10 +0300 Mart Raudsepp <leio@gentoo.org> - - * configure.ac: - gl: Always include EGL_CFLAGS in GL_CFLAGS when EGL_LIBS is added to GL_LIBS - They should be handled in tandem, in case any EGL provider could require some - CFLAGS and set them (possibly once moved to prefer pkg-config files), - such as for a custom header location. - -2014-03-17 16:09:46 +0100 Piotr Drąg <piotrdrag@gmail.com> - - * po/POTFILES.in: - po: update POTFILES - https://bugzilla.gnome.org/show_bug.cgi?id=726555 - -2014-07-15 13:29:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: Open Direct3D devices in a threadsafe way - Otherwise we'll get crashes when using the device from multiple - threads, e.g. when using multiple sinks at once. - https://bugzilla.gnome.org/show_bug.cgi?id=707523 - -2014-07-11 21:15:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/curl/gstcurlsftpsink.c: - * ext/curl/gstcurlsshsink.c: - curlsshsink: Include gst.h and other stuff before anything else - -2014-07-11 10:40:42 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: Fix caps filter caps proxying - The notify signal is triggered when caps is changed. But instead of - proxying the fixed caps, we query for the caps. Hence, when we go to - READY state, we endup setting template caps on the proxied caps - filter instead of NULL, which leads to negoitation failure. Correctly - proxy NULL caps if this is the new caps. Fixes not negotiated error - when running in cheese. Also fix a leak of caps string in one of the - trace. - https://bugzilla.gnome.org/show_bug.cgi?id=732741 - -2014-07-11 13:58:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/Makefile.am: - gl: Always build gstglmixer, not only when full OpenGL support is enabled - -2014-07-11 13:25:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/curl/gstcurlsftpsink.c: - * ext/curl/gstcurlsshsink.c: - curl: Use winsock2 instead and the GLib macro for checking if we're on Windows - -2014-07-11 13:25:18 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/MotionCells.cpp: - motioncells: Use no network API if not required - -2014-07-11 13:21:21 +0200 Alexey Pavlov <alexpux@gmail.com> - - * ext/curl/gstcurlsftpsink.c: - * ext/curl/gstcurlsshsink.c: - * ext/opencv/MotionCells.cpp: - ext: Include winsock.h on Windows when required - https://bugzilla.gnome.org/show_bug.cgi?id=733052 - -2014-07-11 12:13:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.3.91 - -2014-07-11 12:04:07 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/Makefile.am: - * gst-libs/gst/gl/Makefile.am: - gl: Link to all required libraries but not more - -2014-07-11 12:01:12 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/Makefile.am: - video: Properly include headers in Makefile.am - and don't set noinst_HEADERS twice. - -2014-07-11 11:05:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2014-07-11 09:43:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/plugin.m: - atdec: Change rank to MARGINAL until it can properly handle multichannel audio - https://bugzilla.gnome.org/show_bug.cgi?id=727757 - -2014-07-11 09:41:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - * ext/gl/Makefile.am: - * ext/gl/gstglmixer.c: - * ext/gl/gstglmixer.h: - * ext/gl/gstglmixerpad.h: - * ext/gl/gstglmosaic.h: - * ext/gl/gstglvideomixer.h: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - gl: Move GstGLMixer to the plugin for now - It depends on GstAggregator and we don't want to install headers - for that yet. - https://bugzilla.gnome.org/show_bug.cgi?id=732207 - -2014-07-11 09:33:57 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/Makefile.am: - * gst-libs/gst/video/Makefile.am: - * gst-libs/gst/wayland/Makefile.am: - * pkgconfig/Makefile.am: - libs: Don't install headers and pc files for libgstwayland/badvideo/badbase - These will disappear after 1.4.0 and it would be rather annoying if - people started depending on them. - https://bugzilla.gnome.org/show_bug.cgi?id=732207 - -2014-07-10 15:52:46 +0100 Philip Withnall <philip.withnall@collabora.co.uk> - - * ext/opus/gstopusheader.c: - opus: Fix a double-unref in the Opus header code - The headers were never getting reffed when being added to the headers - list, which is later unreffed-and-freed by the caller (e.g. - gst_opus_parse_parse_frame()). - https://bugzilla.gnome.org/show_bug.cgi?id=733013 - -2014-07-11 08:54:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/vi.po: - po: Update translations - -2014-07-10 11:29:41 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Add CAT section and CA descriptor support - https://bugzilla.gnome.org/show_bug.cgi?id=732986 - -2014-07-10 11:24:12 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - mpegts: Add parsing for CA descriptor (0x05) - https://bugzilla.gnome.org/show_bug.cgi?id=732986 - -2014-07-07 11:52:18 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - camerabin2: Flush downstream after setting src to READY - v4l2src requires all buffers to come back in order to cleanly stop - streaming. Flushing the pipline should force all buffers to come - back. - https://bugzilla.gnome.org/show_bug.cgi?id=732741 - -2014-07-06 11:28:34 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * tests/icles/dccp/call/DCCPClient.c: - * tests/icles/dccp/call/DCCPServer.c: - tests/icles/dccp: Release reference to parent - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732977 - -2014-07-09 15:03:42 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - glimagesink: Keep aspect ratio by default - The expected default behaviour for video sink is to maintain the - aspect ratio. Fix the default value to reflect this. The property - default was already TRUE, but the value was not initially TRUE. - -2014-07-06 01:55:50 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: No need to check for NULL before calling g_free() - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732789 - -2014-07-06 01:55:16 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: Don't confuse slice allocator with regular one - Previously selector_bytes and private_data_bytes were sometimes allocated and - free using the normal allocator and sometimes using the slice allocator. - Additionally prefer g_strdup() to g_memdup() for strings. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732789 - -2014-07-09 07:50:13 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: Fix dvb linkage leaks - CID #1224130 - -2014-07-04 14:04:47 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * tests/examples/mpegts/ts-parser.c: - mpegts: use getter for egde linkage descriptor type - https://bugzilla.gnome.org/show_bug.cgi?id=730914 - -2014-07-04 14:02:22 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - mpegts: docs: add missed *_free methods - https://bugzilla.gnome.org/show_bug.cgi?id=730914 - -2014-06-24 19:18:56 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: fix annotation - https://bugzilla.gnome.org/show_bug.cgi?id=730914 - -2014-07-09 07:38:38 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: Add padding to public structures - Allows use to add API in the future without breaking ABI. We broke the API/ABI - once between 1.2 and 1.4, let's try to avoid this in the future even if this - is an unstable library. - https://bugzilla.gnome.org/show_bug.cgi?id=730914 - -2014-07-08 15:43:32 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - mpegts: atsc: fix leak of short name - -2014-07-08 14:56:13 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: fix leak of language code - -2014-07-06 23:30:53 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: Fix some more the locking logic in update_src_caps - We need the GST_OBJECT_LOCK only to iterate the sinkpads, nothing else. - https://bugzilla.gnome.org/show_bug.cgi?id=732750 - -2014-07-06 22:16:48 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fix broken locking in update_src_caps function - We would unlock an already-unlocked mutex that we never re-locked. - https://bugzilla.gnome.org/show_bug.cgi?id=732750 - -2014-07-06 16:17:06 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: fix locking - We would unlock a mutex we never locked on SEGMENT - events. - -2014-07-04 21:00:38 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/opencv/gstfacedetect.c: - facedetect: Make cascades dir a little more portable - -2014-07-04 20:55:11 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/opencv/gsthanddetect.c: - * ext/opencv/gsthanddetect.h: - handdetect: Use already mapped image - No need to map again the image, it's already handled by the base class. - -2014-07-04 20:39:49 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/opencv/gsthanddetect.c: - handdetect: Move size warning in set_caps so it's called once - -2014-07-04 20:33:41 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/opencv/gstfaceblur.c: - * ext/opencv/gstfaceblur.h: - faceblur: Port to OpencvVideoFilter base class - This fixes issue whit black frames when special memory, like GlMemory is - in used. - https://bugzilla.gnome.org/show_bug.cgi?id=732756 - -2014-07-04 20:31:50 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/opencv/gstopencvvideofilter.c: - cvvideofilter: Don't try to make buffer writable - First this is handle by base transform, hence this is a no-op, and if it wasn't it - would lead to a buffer copy being leaked, and then an unreffed buffer being - pushed downstream. - https://bugzilla.gnome.org/show_bug.cgi?id=732756 - -2014-07-04 20:30:20 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/opencv/gstopencvvideofilter.c: - cvvideofilter: Check buffer_map return value - Check the resturn value and cleanly fail if we could not mapped the buffers. - https://bugzilla.gnome.org/show_bug.cgi?id=732756 - -2014-07-04 03:19:42 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * ext/mimic/gstmimdec.c: - mimdec: Print invalid fourcc in error message in hex - Previously this was printed as characters which caused later processing - of the error message to sometimes warn about non-UTF-8 characters. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732715 - -2014-07-04 03:20:22 +0200 Sebastian Rasmussen <sebras@hotmail.com> - - * gst/aiff/aiffparse.c: - aiffparse: Print invalid fourcc in error message in hex - Previously this was printed as characters which caused later processing - of the error message to sometimes warn about non-UTF-8 characters. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732715 - -2014-07-04 17:51:58 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * configure.ac: - configure: fix uninitialized variables with --disable-external - https://bugzilla.gnome.org/show_bug.cgi?id=732744 - -2014-07-01 12:34:44 +0530 Arun Raghavan <arun@accosted.net> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Add proper clean up of OpenNI2 objects - https://bugzilla.gnome.org/show_bug.cgi?id=732535 - -2014-07-01 12:18:45 +0530 Arun Raghavan <arun@accosted.net> - - * ext/openni2/gstopenni2src.cpp: - * ext/openni2/gstopenni2src.h: - openni2src: Don't embed C++ objects in our GObject - Since C++ objects shoudl be properly constructed, we keep only pointers - to them and manually construct them on the heap. - https://bugzilla.gnome.org/show_bug.cgi?id=732535 - -2014-07-01 12:18:19 +0530 Arun Raghavan <arun@accosted.net> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Close device when stopping the stream - https://bugzilla.gnome.org/show_bug.cgi?id=732535 - -2014-07-01 11:58:36 +0530 Arun Raghavan <arun@accosted.net> - - * ext/openni2/gstopenni2src.cpp: - * ext/openni2/gstopenni2src.h: - openni2src: Fix timestamping - OpenNI2 makes no guarantees of timestamp starting from zero, just that - it will be a millisecond timestamp. Make timestamps start from zero - manually so things work correctly. - https://bugzilla.gnome.org/show_bug.cgi?id=732535 - -2014-07-01 11:56:59 +0530 Arun Raghavan <arun@accosted.net> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Make the location property not be mandatory - Our calls to device open already handle the unset location case (by - opening any available device). - https://bugzilla.gnome.org/show_bug.cgi?id=732535 - -2014-07-01 11:56:15 +0530 Arun Raghavan <arun@accosted.net> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Open device on NULL->READY - https://bugzilla.gnome.org/show_bug.cgi?id=732535 - -2014-07-01 11:53:46 +0530 Arun Raghavan <arun@accosted.net> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Fix deadlock when _get_caps() is called before READY - The object lock was not being dropped in the empty case. Restructured - the code a bit to make this sort of error less likely. - https://bugzilla.gnome.org/show_bug.cgi?id=732535 - -2014-07-01 11:51:21 +0530 Arun Raghavan <arun@accosted.net> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Mark element as a live source - https://bugzilla.gnome.org/show_bug.cgi?id=732535 - -2014-07-03 19:10:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: Always lock the D3D surfaces in write mode - Locking them in readonly mode can give different stride to mapping - in write mode, which then causes rendering to be broken. - Happened on all (many?) NVIDIA GPUs. - Thanks to voskater15@gmail.com for hinting at the problem. - https://bugzilla.gnome.org/show_bug.cgi?id=712809 - -2014-07-03 19:05:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dhelpers: Swap UV planes properly for YV12 as compared to I420 - If we only do it in one place colors will look funny. - -2014-07-03 17:53:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amc: Properly integrate COLOR_QCOM_FormatYVU420SemiPlanar32m again - https://bugzilla.gnome.org/show_bug.cgi?id=732683 - -2014-07-03 15:07:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - amcaudiodec: audio/mpeg is always MPEG 1 layer 3 - Configuring e.g. layer 2 on such a decoder usually fails unless - it additionally also accepts audio/mpeg-L2. - -2014-07-03 14:15:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Don't dereference NULL if we have no PCR yet - Can happen sometimes if the duration is requested before we - received enough data with a PCR. - -2014-07-03 21:39:19 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - tsdemux: Add locking around mpegtspacketiser groups. - Otherwise occasionally DURATION queries can crash, if they happen at - the wrong moment. - -2014-07-03 09:00:32 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - glcocoa: initalize NSApp asap when using gst-launch - See https://bugzilla.gnome.org/show_bug.cgi?id=732661 - -2014-07-02 12:54:45 +0200 Alessandro Decina <alessandro.d@gmail.com> - - * configure.ac: - * sys/applemedia/Makefile.am: - * sys/applemedia/plugin.m: - applemedia: enable vtdec and vtenc only on >= 10.8 where VideoToolbox is public - Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=723670 - -2014-07-02 04:54:29 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * sys/applemedia/vtdec.c: - vtdec: avoid segfault when output isn't configured - This can help when the callback is called during/after videodecoder - base class shut down - https://bugzilla.gnome.org/show_bug.cgi?id=728435 - -2014-07-02 00:27:12 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * sys/applemedia/vtdec.c: - vtdec: ignore the dropped flag if buffer was received - Apparently there is some issue with VT that makes it mark the dropped - flag even though the buffer was decoded. - https://bugzilla.gnome.org/show_bug.cgi?id=728435 - -2014-07-02 10:31:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - * sys/d3dvideosink/d3dvideosink.c: - d3dvideosink: Don't leak all surfaces - This was broken when disabling the buffer pool exporting. - Also disable buffer pool a bit more efficient... - -2014-07-02 10:01:34 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: PostMessage() takes integers as last parameters, not pointers - -2014-07-02 09:59:02 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: Remove unused variable - -2014-07-02 17:38:13 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/qt/qglwtextureshare/.gitignore: - * tests/examples/gl/qt/qglwtextureshare/moc_gstthread.cpp: - * tests/examples/gl/qt/qglwtextureshare/moc_pipeline.cpp: - * tests/examples/gl/qt/qglwtextureshare/moc_qglrenderer.cpp: - * tests/examples/gl/qt/qglwtextureshare/qglwtextureshare: - gl/examples: gitignore generated files - -2014-07-01 08:36:53 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * tests/examples/gl/qt/qglwtextureshare/glcontextid.h: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp: - gl : fix qglwtextureshare demo - -2014-06-23 11:53:11 +0200 Göran Jönsson <goranjn@axis.com> - - * gst/debugutils/gstwatchdog.c: - watchdog: Only create a new GSource if we have a main context - We can still get OOB events while stopping the watchdog element, and while - stopping it we destroy the main context. - Also let the GSource own a reference to the element for additional safety. - https://bugzilla.gnome.org/show_bug.cgi?id=732554 - -2014-07-01 12:52:39 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: reset QoS on segment event - https://bugzilla.gnome.org/show_bug.cgi?id=732540 - -2014-07-01 16:54:00 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * tests/check/libs/h264parser.c: - tests: h264parser: add test to identify EOSEQ / EOS NALs. - Check that end_of_seq() [EOSEQ] and end_of_stream [EOS] NAL units - are correctly parsed and the reported NAL unit size yields 1 byte, - i.e. the only NalHeaderBytes in there. - https://bugzilla.gnome.org/show_bug.cgi?id=732553 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-25 17:19:00 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * tests/check/elements/h264parse.c: - tests: h264parse: add test for byte-stream/au output. - Check that conversion to byte-stream/au formats work and that we - can effectively drop broken/invalid NAL units from the resulting - access unit buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=732203 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-25 18:47:55 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * tests/check/elements/h264parse.c: - tests: h264parse: check SEI buffering_period() message is output. - If an SEI NAL unit with a buffering_period() message is inserted - between an SPS and PPS NAL unit, check that the output buffer still - contain it. i.e. make sure that this SEI message is not dropped. - https://bugzilla.gnome.org/show_bug.cgi?id=732156 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-26 09:44:26 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: fix collection of access units to preserve config headers. - Always use a GstAdapter when collecting access units (alignment="au") - in either byte-stream or avcC format. This is required to properly - preserve config headers like SPS and PPS when invalid or broken NAL - units are subsequently parsed. - More precisely, this fixes scenario like: - <SPS> <PPS> <invalid-NAL> <slice> - where we used to reset the output frame buffer when an invalid or - broken NAL is parsed, i.e. SPS and PPS NAL units were lost, thus - preventing the next slice unit to be decoded, should this also - represent any valid data. - https://bugzilla.gnome.org/show_bug.cgi?id=732203 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-25 13:14:10 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: improve conditions for skipping NAL units. - Carefully track cases when skipping broken or invalid NAL units is - necessary. In particular, always allow NAL units to be processed - and let that gst_h264_parse_process_nal() function decide on whether - the current NAL needs to be dropped or not. - This fixes parsing of streams with SEI NAL buffering_period() message - inserted between SPS and PPS, or SPS-Ext NAL following a traditional - SPS NAL unit, among other cases too. - Practical examples from the H.264 AVC conformance suite include - alphaconformanceG, CVSE2_Sony_B, CVSE3_Sony_H, CVSEFDFT3_Sony_E - when parsing in stream-format=byte-stream,alignment=au mode. - https://bugzilla.gnome.org/show_bug.cgi?id=732203 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-25 11:06:41 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: introduce new state tracking variables. - Improve parser state tracking by introducing new flags reflecting - it: "got-sps", "got-pps" and "got-slice". This is an addition for - robustness purposes. - Older have_sps and have_pps variables are kept because they have - a different meaning. i.e. they are used for deciding on when to - submit updated caps or not, and rather mean "have new SPS/PPS to - be submitted?" - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-24 13:55:13 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: fix and optimize NAL collection function. - Use gst_h264_parser_identify_nalu_unchecked() to identify the next - NAL unit. We don't want to parse the full NAL unit, but only the - header bytes and possibly the first RBSP byte for identifying the - first_mb_in_slice syntax element. - Also fix check for failure when returning from that function. The - only success condition for that is GST_H264_PARSER_OK, so use it. - https://bugzilla.gnome.org/show_bug.cgi?id=732154 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-07-01 16:09:28 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: h264: clarifications and documentation fixes. - Fix documentation for GstH264NalUnit. The @ref_idc part was totally - unbalanced. Also add a note about @offset and @size fields to remind - that this is relative to the start of the NAL unit, thus including - the header bytes. - -2014-07-01 15:46:17 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix identification of EOSEQ and EOS NALs. - An end_of_seq() [EOSEQ] or end_of_stream() [EOS] NAL unit is really - one byte long because this shall include the NalHeaderBytes (1) too. - The NALU.offset starts from the first byte of the header. - This is the proper fix to commit d37f842. In practice, this fixes - parsing of FRExt1_Panasonic_D and FRExt2_Panasonic_C, that include - additional frames after an EOSEQ. - https://bugzilla.gnome.org/show_bug.cgi?id=732553 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-27 12:24:49 +0200 Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> - - * ext/rtmp/gstrtmpsrc.c: - rtmpsrc: Report limited bandwidth - Makes uridecodebin treat this source as a stream source, - allowing timeshifting. - https://bugzilla.gnome.org/show_bug.cgi?id=732335 - -2014-07-01 10:03:05 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * tests/check/libs/mpegts.c: - mpegts: Expose GstMpegtsDescriptor free function - Nothing earth shattering, but avoids people having to use g_boxed_free() - -2014-06-30 19:15:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemory.c: - eagl: Disable usage of R and RG textures on iOS - They don't work currently and just render zeroes, while the - fallback code path with LUM and LUM_ALPHA textures still works. - https://bugzilla.gnome.org/show_bug.cgi?id=732390 - -2014-06-30 11:54:41 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/opencv/gstfaceblur.c: - faceblur: release the haar cascade - -2014-06-30 12:22:07 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - * tests/check/libs/aggregator.c: - aggregator: Avoid destroying sources we do not own - + Unref the maincontext in a new dispose function - + Make sure to remove all sources on dispose - https://bugzilla.gnome.org/show_bug.cgi?id=732445 - -2014-06-16 12:35:13 +0200 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/vtenc.c: - vtenc: fix memory leak - The pixel buffer release callback is called if the void * - dataPtr given to the CVPixelBufferCreateWithPlanarBytes - is not NULL. - According to the documentation dataPtr is supposed to be a - "plane description block" but no specific type is given. - https://bugzilla.gnome.org/show_bug.cgi?id=711847 - -2014-06-30 00:22:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gstsegmentation.cpp: - segmentation: Release memory storage in finalize - -2014-06-30 00:18:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gsttextoverlay.c: - textoverlay: Release memory storage and resize image when caps change - -2014-06-30 00:15:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gsttemplatematch.c: - templatematch: Release cvImages when reloading templates are changing caps - -2014-06-30 00:12:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gstpyramidsegment.c: - pyramidsegment: Release image when changing caps or reusing the element - -2014-06-30 00:09:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gsthanddetect.c: - handdetect: Release memory storage - -2014-06-30 00:07:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gstfaceblur.c: - faceblur: Release memory storage - And also release cvImages and memory storage when changing caps or reusing the - element. - -2014-06-30 00:05:53 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gstedgedetect.c: - edgedetect: Don't leak cvImages when caps are changing or the element is reused - -2014-06-29 23:42:52 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gstpyramidsegment.c: - pyramidsegment: Release memory storage when finalizing - -2014-06-29 23:33:20 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/schroedinger/gstschroenc.c: - schroenc: Remove obsolete FIXME comment - -2014-06-29 23:31:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/schroedinger/gstschroenc.c: - schroenc: Don't leak all input buffers - -2014-06-29 23:22:13 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/h264parse.c: - h264parse: Fix memory leak in unit test - -2014-06-29 22:30:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gsttextoverlay.c: - textoverlay: Free text buffer in finalize - -2014-06-29 22:26:47 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Chain up to the parent class' finalize function - -2014-06-29 22:25:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Make sure to always unref the display - Even if we didn't create a context yet. - -2014-06-29 22:20:51 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintersubsrc.c: - * gst/inter/gstintersubsrc.h: - intersubsrc: basesrc is already creating a pad for us, no need to do it twice - -2014-06-29 22:18:41 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/yadif/gstyadif.c: - * gst/yadif/gstyadif.h: - yadif: basetransform is creating pads for us already, don't do it twice - -2014-06-29 21:57:32 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/libs/gstglupload.c: - glupload: Fix memory leak in unit test - -2014-06-29 21:53:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/libs/gstglcontext.c: - glcontext: Fix memory leaks in unit test - -2014-06-29 21:34:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * tests/check/libs/mpegts.c: - mpegts: Fix memory leaks in the test and the library - Currently uses g_boxed_free() in the unit test, this needs to - be fixed properly when cleaning up the API. - https://bugzilla.gnome.org/show_bug.cgi?id=730914 - -2014-06-29 21:05:27 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/assrender/gstassrender.c: - assrender: Make static caps actually static - Otherwise we leak once caps instance on every function call. - -2014-06-29 21:01:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: Free property strings when disposing the instance - -2014-06-29 20:58:40 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstintersubsink.c: - * gst/inter/gstintersubsrc.c: - intersubsink/src: Free channel string when finalizing the instance - -2014-06-29 20:13:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: Fix compiler warning when compiling with G_DISABLE_ASSERT - -2014-06-29 20:11:58 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: Fix compiler warnings when compiling with G_DISABLE_ASSERT - -2014-06-28 23:26:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/kate/gstkateenc.c: - * ext/kate/gstkateparse.c: - * ext/kate/gstkatespu.c: - * ext/kate/gstkateutil.c: - kate: Use G_GSIZE_FORMAT instead of unportable %zu - -2014-06-28 17:02:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/bad-video-orc-dist.c: - * gst-libs/gst/video/bad-video-orc-dist.h: - badvideo: Update dist generated ORC files - -2014-06-28 17:01:52 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/bad-video-orc.orc: - * gst-libs/gst/video/gstcms.c: - * gst-libs/gst/video/gstcms.h: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/videoconvert.c: - * gst-libs/gst/video/videoconvert.h: - badvideo: Rename videoconvert functions to prevent conflicts with static linking - https://bugzilla.gnome.org/show_bug.cgi?id=728443 - -2014-06-28 11:20:43 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/libs/aggregator.c: - tests: aggregator: fix various leaks in the tests - -2014-06-28 09:43:48 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/elements/compositor.c: - compositor: tests: Fix pad leak - Remember to unref requested pad - -2014-06-28 09:35:21 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/dataurisrc/gstdataurisrc.c: - dataurisrc: fix leak as gst_buffer_replace adds its own ref - So unref the buffer after that otherwise it leaks - -2014-06-28 09:34:05 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: always store or unref the buffer on the _chain function - Otherwise it leaks, and it is very common to go to flushing when the - pipeline is stopping, leaking a buffer. - -2014-06-28 09:32:32 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: always unref the buffer on _finish function - Otherwise the user doesn't know if it was unref'd or not - -2014-06-28 09:31:55 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: add dispose/finalize functions - Add functions to be able to cleanup the mutex/cond and pending buffers - on the aggregator and on its pad - -=== release 1.3.90 === - -2014-06-28 11:30:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.3.90 - -2014-06-28 11:27:15 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2014-06-28 10:43:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/inter/gstinteraudiosrc.c: - interaudiosrc: Fail in set_caps() if the caps can't be parsed - -2014-06-27 17:35:32 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/elements/camerabin.c: - tests: camerabin: fix caps leak in test - The gst_query_set_caps_result doesn't take ownership of caps - -2014-06-27 17:27:25 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: fix caps leaks - Fix leak of caps event and of caps objects when setting caps on - sink and src pads - -2014-06-27 17:00:03 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/kate/gstkateutil.c: - kate: unref events when freeing events list - Instead of just feeing the queue structs - -2014-06-27 16:58:47 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/kate/gstkateenc.c: - kateenc: fix segment event leak - gst_event_replace increments the refcount - -2014-06-27 12:50:02 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - mpegts: atsc: avoid calling g_convert with 0-sized input - Avoids an assertion. The cached string will be assigned an empty string - as its value when size is 0. - -2014-06-27 10:53:20 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst/videoparsers/gsth264parse.c: - * win32/common/libgstcodecparsers.def: - codecparsers: h264: fix memory leak in GstH264PPS. - The gst_h264_parse_pps() function dynamically allocates the slice - group ids map array, so that needs to be cleared before parsing a - new PPS NAL unit again, or when it is no longer needed. - Likewise, a clean copy to the internal NAL parser state needs to be - performed so that to avoid a double-free corruption. - https://bugzilla.gnome.org/show_bug.cgi?id=707282 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-26 17:18:47 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: h264: fix typo in GstH264VUIParams description. - -2014-01-31 17:07:42 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst/videoparsers/gsth264parse.c: - codecparsers: h264: add support for Recovery Point SEI message. - The recovery point SEI message helps a decoder in determining if the - decoding process would produce acceptable pictures for display after - the decoder initiates random access or after the encoder indicates - a broken link in the coded video sequence. - This is not used in the h264parse element, but it could help debugging. - https://bugzilla.gnome.org/show_bug.cgi?id=723380 - -2014-03-25 12:01:55 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/nalutils.c: - * gst-libs/gst/codecparsers/nalutils.h: - codecparsers: h264: add nal_reader_skip_long() helper. - Add nal_reader_skip_long() helper function to allow an arbitrary number - of bits to be skipped. The former nal_reader_skip() function is too - limited to the actual cache size. - Use this new function to simplify gst_h264_parser_parse_sei_message() - default case, that skips unsupported payloads. - v2: made args consistent from header to source file. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-27 00:09:08 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fix a refcount error when keeping the buffer - We take a ref on the pad's buffer at the beginning so we need to - unref when we are done in all cases. - -2014-06-26 15:59:35 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gstvp8rangedecoder.c: - codecparsers: vp8: move up built-in range decoder private data. - Use the first _gst_reserved[] slot to hold the built-in range decoder - private data. The first slot was formerly the buffer size, which was - then promoted to semi-public namespace when it got integrated as git - commit 2940ac6. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-26 11:25:37 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: free pixel swizzling information - -2014-06-26 11:15:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - glmixer: remove redundant/unused lock - Use the GstObject lock instead - -2014-06-26 11:12:49 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - glmixer: remove redundant creation and free of GPtrArrays - Also plugs a memory leak - -2014-06-26 10:54:38 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - glmixer: plug a memory leak for the caps - gst_query_set_caps_result() takes a ref on the caps - -2014-06-26 10:53:16 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: plug a memory leak of the srccaps - -2014-06-26 10:31:02 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - glmixer: intersect with the filtercaps if available - -2014-06-26 10:30:41 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h: - gl: update gles2 compatability header - -2014-06-25 14:50:05 +0200 Edward Hervey <bilboed@bilboed.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.h: - * gst-libs/gst/mpegts/gst-scte-section.h: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/tsmux/tsmux.c: - * gst/mpegtsmux/tsmux/tsmux.h: - * gst/mpegtsmux/tsmux/tsmuxstream.c: - * gst/mpegtsmux/tsmux/tsmuxstream.h: - * sys/dvb/camconditionalaccess.c: - * sys/dvb/camconditionalaccess.h: - * sys/dvb/camdevice.c: - * sys/dvb/camdevice.h: - * sys/dvb/camswclient.c: - * sys/dvb/camswclient.h: - * sys/dvb/camutils.c: - * sys/dvb/camutils.h: - * sys/dvb/dvbbasebin.c: - * tests/check/libs/mpegts.c: - * tests/examples/mpegts/ts-parser.c: - mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_ - It was previously a mix and match of both variants, introducing just too much - confusion. - The prefix are from now on: - * GstMpegts for structures and type names (and not GstMpegTs) - * gst_mpegts_ for functions (and not gst_mpeg_ts_) - * GST_MPEGTS_ for enums/flags (and not GST_MPEG_TS_) - * GST_TYPE_MPEGTS_ for types (and not GST_TYPE_MPEG_TS_) - The rationale for chosing that is: - * the namespace is shorter/direct (it's mpegts, not mpeg_ts nor mpeg-ts) - * the namespace is one word under Gst - * it's shorter (yah) - -2014-06-25 14:13:55 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegtssection: Free data in error cases - Data is marked as "transfer full", if we have an error we need to - free it. - -2014-06-25 22:05:37 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: pass through the allocation query when in passthrough mode - Otherwise two GL elements on either side will fail to use the same - GL context. - -2014-06-25 21:50:40 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: prefer passthrough for non-sysmem caps - -2014-06-25 18:23:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/Makefile.am: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstopengl.c: - glshader: enable glshader on GLES2 - -2014-06-24 19:37:17 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstglcolorscale.c: - glcolorscale: do passthrough on same caps - See https://bugzilla.gnome.org/show_bug.cgi?id=732178 - -2014-06-24 19:35:01 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: handle NULL decide_query which means passthrough - See https://bugzilla.gnome.org/show_bug.cgi?id=732178 - -2014-06-24 19:23:01 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: prepend intersection to src caps - Prefer to stay in the same memory space if possible. - Also it let a chance to do passthrough. - See https://bugzilla.gnome.org/show_bug.cgi?id=732178 - -2014-06-22 13:14:27 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/Makefile.am: - * ext/gl/gstglvideomixer.c: - * ext/gl/gstopengl.c: - gl: enable glvideomixer on GLES2 - -2014-06-24 22:15:53 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.h: - dvbsrc: add copyright/license stub to header - -2014-06-24 20:52:54 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvbsrc: documentation fixes - -2014-06-25 12:00:34 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: bas output width/height on the pad properties - Allows automatic negotiation of the size in the following case: - gst-launch-1.0 glvideomixer name=m sink_0::xpos=0 sink_1::xpos=320 ! glimagesink \ - videotestsrc ! m. \ - videotestsrc pattern=1 ! m. - https://bugzilla.gnome.org/show_bug.cgi?id=731878 - -2014-06-25 10:18:48 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: don't clobber already allocated shader - -2014-06-24 16:32:22 +0200 Sebastian Rasmussen <sebrn@axis.com> - - * ext/curl/gstcurlftpsink.c: - * ext/curl/gstcurlsftpsink.c: - curls?ftpsink: Fix memory leaks due to new error handling - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732174 - -2014-06-24 16:04:57 +0200 Edward Hervey <bilboed@bilboed.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: More doc fixes - Still not done :( - -2014-06-24 15:41:36 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * gst-libs/gst/mpegts/gst-dvb-section.h: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: more annotation fixes - -2014-06-01 10:44:23 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst/mpegtsdemux/tsdemux.c: - * tests/examples/mpegts/ts-parser.c: - mpegts: change to GType and from gchar[] to gchar* - https://bugzilla.gnome.org/show_bug.cgi?id=730914 - -2014-06-24 23:51:24 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstopengl.c: - gl: XInitThreads when env variable is set - This is too allow gst-launch debugging with multiple GL contexts as - well as avoiding segfaulting innocent gtk+ apps that have not called - XInitThreads. - https://bugzilla.gnome.org/show_bug.cgi?id=731525 - -2014-06-24 23:33:30 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gl: add a scary note about initializing thread support for the winsys - We cannot do it as the winsys may crash if we initialize too late. - Example, GLX contexts with Intel drivers: - Intel requires the X Display to be the same in order to share GL - resources across GL contexts. These GL contexts are generally - accessed from different threads. Without winsys support it is - nearly impossible to guarentee that concurrent access will not - occur. This concurrent access could result in crashes or abortion - by the winsys (xcb). - https://bugzilla.gnome.org/show_bug.cgi?id=731525 - -2014-06-24 14:05:14 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * tests/check/libs/mpegts.c: - mpegts: Fix descriptor_from_dvb_service - Various leaks/overwrites issues - -2014-06-24 13:46:17 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst/geometrictransform/gstgeometrictransform.c: - * gst/geometrictransform/gstperspective.c: - all: Don't declare variables in 'for' loops - -2014-06-24 11:27:15 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/base/Makefile.am: - badbase: Use the correct LDFLAGS for creating libraries - Otherwise we won't e.g. create .dlls on Windows - -2014-06-24 08:01:21 +0200 Edward Hervey <edward@collabora.com> - - * gst/compositor/Makefile.am: - compositor: Fix Makefile CFLAGS/LIBADD ordering - We want to use the libraries from -bad if/when present - -2014-06-23 20:44:23 +0200 Eric Trousset <etrousset@awox.com> - - * sys/d3dvideosink/d3dhelpers.c: - * sys/d3dvideosink/d3dhelpers.h: - d3dvideosink: Release D3D surfaces when shutting down the sink - https://bugzilla.gnome.org/show_bug.cgi?id=726026 - -2014-06-23 20:33:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslessrc.c: - openslessrc: Classification of the element factory should be Source/ not Src/ - https://bugzilla.gnome.org/show_bug.cgi?id=727811 - -2014-06-23 22:40:23 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: don't clobber already heap allocated video frame - CID # 1223440 - -2014-06-23 22:36:23 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/video/gstvideoaggregator.c: - videoaggregator: fix up the parent chaining for dispose and finalize - -2014-06-23 21:43:10 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgluploadmeta.c: - gluploadmeta: reenable GLMemory upload path - -2014-06-22 23:39:14 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix diseqc-source prop name in example - -2014-06-22 21:04:45 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix nit on warning message - -2014-06-22 22:04:31 +0100 Tim-Philipp Müller <tim@centricular.com> - - * configure.ac: - configure: use $ERROR_CFLAGS instead of hard-coding -Werror - https://bugzilla.gnome.org//show_bug.cgi?id=731692 - -2014-06-15 21:15:51 +0200 Koop Mast <kwm@rainbow-runner.nl> - - * configure.ac: - configure: use -Werror to make the include GL and GLES2 header check guaranteed fatal - Clang will only give a warning for the redefinition of typedef GLenum. - Since master is build with -Werror this will result in a build failure - later in the gl plugin. Add -Werror to the test, so the test result is as - expected. This will allow the gl plugins to build. - https://bugzilla.gnome.org//show_bug.cgi?id=731692 - -2014-06-17 14:23:43 +0100 Chris Bass <floobleflam@gmail.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: fix hvcC size check - In ISO/IEC 14496-15, the minimum size of a HEVCDecoderConfigurationRecord - (i.e., the contents of a hvcC box) is 23 bytes. However, the code in h265parse - checks that the size of this data is not less than 28 bytes, and it refuses to - accept caps if the check fails. The result is that standards-conformant streams - that don't carry any parameter sets in their hvcC boxes won't play. - https://bugzilla.gnome.org//show_bug.cgi?id=731783 - -2014-06-19 20:15:05 +0200 Koop Mast <kwm@rainbow-runner.nl> - - * ext/modplug/Makefile.am: - modplug: don't hardcode c++ standard library - Fixes build with llvm on FreeBSD. - https://bugzilla.gnome.org//show_bug.cgi?id=731930 - -2014-06-22 19:36:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.3.3 === - -2014-06-22 19:22:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.prerequisites: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-libs/gst/video/bad-video-orc-dist.c: - * gst-plugins-bad.doap: - * gst/compositor/compositororc-dist.c: - * win32/common/config.h: - Release 1.3.3 - -2014-06-22 19:09:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2014-06-22 18:58:51 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/Makefile.am: - gl: Need to link to new badvideo library for the video aggregator base class - -2014-06-22 18:51:45 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/video/Makefile.am: - video: Link with $(LIBM) for rint() and others - -2014-06-22 14:25:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/da.po: - * po/de.po: - * po/hu.po: - * po/id.po: - * po/nl.po: - * po/pl.po: - * po/ru.po: - * po/sr.po: - * po/uk.po: - po: Update translations - -2014-06-20 08:20:55 -0600 Thomas Bluemel <tbluemel@control4.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Fix decrypting fragments - Only reset the decryption engine on the first buffer of a fragment, - not again for the second buffer. This fixes corrupting the second - buffer of a fragment. - https://bugzilla.gnome.org/show_bug.cgi?id=731968 - -2014-06-22 14:12:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/rawparse/gstrawparse.c: - rawparse: Use the pad passed to us directly for default event handling - -2014-06-19 17:24:26 +0900 Justin Joy <justin.joy.9to5@gmail.com> - - * gst/rawparse/gstrawparse.c: - rawparse: default query should be forward on target pad - https://bugzilla.gnome.org/show_bug.cgi?id=731899 - -2014-06-22 12:32:35 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix up comment - -2014-06-22 09:44:24 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/glprototypes/Makefile.am: - * gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h: - * gst-libs/gst/gl/gstglapi.h: - gl: move gles2 compat header to glprototypes - -2014-06-22 09:36:34 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - glbufferpool: provide a consistent API regardless of platform - -2014-06-22 09:22:23 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gl.h: - gl: mark library as API unstable - -2014-06-21 16:57:34 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/uridownloader/gsturidownloader.h: - libs:uridownloader: Properly declare APIs as UNSTABLE - -2014-06-21 16:52:51 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/Makefile.am: - * gst-libs/gst/video/gstvideoaggregator.h: - libs:video: Properly declare APIs as UNSTABLE - -2014-06-21 16:51:01 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/Makefile.am: - * gst-libs/gst/base/gstaggregator.h: - libs:base: Properly declare APIs as UNSTABLE - -2014-06-21 16:57:18 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Fix compiler warning - gstwaylandsink.c:480:14: error: comparison of constant -1 with expression of - type 'enum wl_shm_format' is always false - [-Werror,-Wtautological-constant-out-of-range-compare] - if (format == -1) - ~~~~~~ ^ ~~ - -2014-06-21 16:55:05 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Update comments to the new reality and remove unused variables - -2014-06-21 15:40:58 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/Makefile.am: - libs:video: Add -I$(top_srcdir)/gst-libs to fix distcheck - -2014-06-21 15:26:14 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/Makefile.am: - libs:base: Fix includedir - -2014-06-21 13:45:13 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/base/gstaggregator.c: - aggregator: Fix requested pad name - -2014-06-20 22:02:07 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - libs: videoaggregato: Do not import videoconvert.h in gstvideoaggregatorpad.h - + Add a Private structure to the GstVideoAggregatorPad - + Add some padding - -2014-06-20 21:18:58 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/Makefile.am: - Final fix compilation - -2014-06-20 20:11:07 +0100 Tim-Philipp Müller <tim@centricular.com> - - * Makefile.am: - build: remove gst-libs/gst/video/ from CRUFT_DIRS - It was gone, but now it's back. - -2014-06-20 20:23:30 +0200 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/video/Makefile.am: - libs:video:Fix compilation - -2014-06-20 11:10:45 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gl/gstglvideomixer.c: - gl:glvideomixer: Add the Compositor in the element metadata class - So it is possible to pick one compositing element from the registry - -2014-05-22 19:46:02 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * gst/compositor/Makefile.am: - * gst/compositor/blend.c: - * gst/compositor/blend.h: - * gst/compositor/blendorc.h: - * gst/compositor/compositor.c: - * gst/compositor/compositor.h: - * gst/compositor/compositororc-dist.c: - * gst/compositor/compositororc-dist.h: - * gst/compositor/compositororc.orc: - * gst/compositor/compositorpad.h: - * tests/check/Makefile.am: - * tests/check/elements/compositor.c: - compositor: Add a new compositor based on the new GstVideoAggregator base class - It is a replacement for videomixer with a similare API - Co-Authored by: Thibault Saunier <tsaunier@gnome.org> - https://bugzilla.gnome.org/show_bug.cgi?id=731919 - -2014-06-10 11:26:53 +0200 Thibault Saunier <tsaunier@gnome.org> - - * ext/gl/gstglmosaic.c: - * ext/gl/gstglvideomixer.c: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglmixerpad.h: - gl: Port glmixer to the GstVideoAggregator baseclass - https://bugzilla.gnome.org/show_bug.cgi?id=731921 - -2014-06-03 19:00:34 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * configure.ac: - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/video/Makefile.am: - * gst-libs/gst/video/bad-video-orc-dist.c: - * gst-libs/gst/video/bad-video-orc-dist.h: - * gst-libs/gst/video/bad-video-orc.orc: - * gst-libs/gst/video/gstcms.c: - * gst-libs/gst/video/gstcms.h: - * gst-libs/gst/video/gstvideoaggregator.c: - * gst-libs/gst/video/gstvideoaggregator.h: - * gst-libs/gst/video/gstvideoaggregatorpad.h: - * gst-libs/gst/video/videoconvert.c: - * gst-libs/gst/video/videoconvert.h: - * pkgconfig/gstreamer-bad-video-uninstalled.pc.in: - * pkgconfig/gstreamer-bad-video.pc.in: - videoaggregator: Create a new GstVideoAggregator baseclass - This base class has been added to a newly created libgstbadvideo library - Co-Authored by: Thibault Saunier <tsaunier@gnome.org> - https://bugzilla.gnome.org/show_bug.cgi?id=731918 - -2014-05-22 19:44:37 +0200 Thibault Saunier <tsaunier@gnome.org> - - * configure.ac: - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/base/Makefile.am: - * gst-libs/gst/base/gstaggregator.c: - * gst-libs/gst/base/gstaggregator.h: - * pkgconfig/gstreamer-bad-base-uninstalled.pc.in: - * pkgconfig/gstreamer-bad-base.pc.in: - * tests/check/Makefile.am: - * tests/check/libs/aggregator.c: - aggregator: Add new GstAggregator base class - This base class has been added to a newly created libgstbadbase library - Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - https://bugzilla.gnome.org/show_bug.cgi?id=731917 - -2014-06-20 14:59:12 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Clear exceptions also when we did not provide a GError - -2014-06-19 11:26:41 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - androidmedia: Also don't report warnings for queue/dequeue errors during flushing in error cases - ... and fix a case where we released an invalid buffer index. - -2014-06-19 11:15:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - androidmedia: Don't consider input buffer queueing failures as an error during flushing - -2014-06-19 11:12:47 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - androidmedia: Clean up flushing code and don't consider output buffer releasing failures during flushing as an error - -2014-06-19 09:57:25 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Include the debug string in the error messages we propagate from t source - -2014-06-19 09:56:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Include the debug string in the error messages we propagate from the source - -2014-06-19 09:54:10 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Include a more descriptive error message - -2014-06-19 09:53:00 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Propagate error messages from the source element up in the hierarchy - Instead of inventing our own generic error strings which are mostly useless. - -2014-06-19 09:40:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Directly convert GErrors to error messages - This will make sure that we don't leak debug information into the actual - error message string and keep it behind the debug string. - -2014-06-17 11:48:12 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/srtp/gstsrtpenc.c: - gstsrtpenc: unref event when needed - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=731768 - -2014-06-18 15:36:09 +0200 Wim Taymans <wtaymans@redhat.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: improve property comments - Add a Note to the allow-repeat-tx property because it is potentially - insecure when used incorrectly. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=731714 - -2014-06-13 11:15:25 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/srtp/gstsrtpenc.c: - * ext/srtp/gstsrtpenc.h: - gstsrtpenc: add allow-repeat-tx property - -2014-05-27 12:40:09 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * ext/gl/Makefile.am: - * ext/gl/gstgltransformation.c: - * ext/gl/gstgltransformation.h: - * ext/gl/gstopengl.c: - opengl: add element for transforming video geometry - * add graphene as soft dependency for linear algebra - -2014-06-18 10:13:10 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/pnm/Makefile.am: - pnm: link against libgstbase for GstAdapter - https://bugzilla.gnome.org/show_bug.cgi?id=730523 - -2014-06-17 23:20:04 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglframebuffer.c: - glframebuffer: don't segfault needlessly with GLES2 - gst_gl_framebuffer_use_v2 was using a function that is not available - with GLES2 - -2014-06-16 20:36:09 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglfiltershader.h: - glfiltershader: port to GLES2 - Provide a time variable - -2014-06-17 13:48:10 +0100 Tim-Philipp Müller <tim@centricular.com> - - * win32/common/libgstcodecparsers.def: - win32: update exports for changed h264 codec parser API - -2014-06-17 12:50:17 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmutils.c: - pnmdec: Added PBM Support - https://bugzilla.gnome.org/show_bug.cgi?id=730523 - -2014-06-17 13:15:06 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/wayland/wayland.h: - wayland: add unstable API guards to wayland library header - -2014-06-17 13:11:29 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/wayland/Makefile.am: - gst-libs: fix uninstalled build of new wayland lib - -2014-06-16 18:53:53 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wldisplay.c: - waylandsink/wldisplay: verify that all the required interfaces have been found on the compositor - This allows waylandsink to fail gracefully before going to READY - in case one of the required interfaces does not exist. Not all - interfaces are necessary for all modes of operation, but it is - better imho to fail before going to READY if at least one feature - is not supported, than to fail and/or crash at some later point. - In the future we may want to relax this restriction and allow certain - interfaces not to be present under certain circumstances, for example - if there is an alternative similar interface available (for instance, - xdg_shell instead of wl_shell), but for now let's require them all. - Weston supports them all, which is enough for us now. Other compositors - should really implement them if they don't already. I don't like the - idea of supporting many different compositors with different sets of - interfaces implemented. wl_subcompositor, wl_shm and wl_scaler are - really essential for having a nice video sink. Enough said. - -2014-06-16 18:03:51 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: remove the buffer from the surface when going PAUSED -> READY - This essentially hides the video and allows the application to - potentially draw a black background or whatever else it wants. - This allows to differentiate the "paused" and "stopped" modes - from the user's point of view. - Also reworded a comment there to make my thinking more clear, - since the "reason for keeping the display around" is not really - the exposed() calls, as there is no buffer shown in READY/NULL - anymore. - -2014-06-12 17:43:40 +0200 Arnaud Vrac <avrac@freebox.fr> - - * configure.ac: - * pkgconfig/Makefile.am: - * pkgconfig/gstreamer-wayland-uninstalled.pc.in: - * pkgconfig/gstreamer-wayland.pc.in: - wayland: install .pc file - -2014-06-13 16:37:38 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlwindow.c: - waylandsink/wlwindow: do not commit a resize when it happens due to a video info change - 1) We know that gst_wayland_sink_render() will commit the surface - in the same thread a little later, as gst_wl_window_set_video_info() - is always called from there, so we can save the compositor from - some extra calculations. - 2) We should not commit a resize with the new video info while we are still - showing the buffer of the previous video, with the old caps, as that - would probably be a visible resize glitch. - -2014-06-13 16:29:32 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlwindow.c: - waylandsink/wlwindow: take into account the video aspect ratio when determining the size of the surface - -2014-06-13 15:58:08 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: improve the way the video size is passed to wlwindow and also improve the code for window creation - -2014-06-06 12:49:56 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * gst-libs/gst/wayland/wayland.c: - * gst-libs/gst/wayland/wayland.h: - waylandsink: rename pause/resume_rendering to begin/end_geometry_change and update their documentation - -2014-05-29 12:27:46 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: remove the manual synchronization from pause/resume_rendering and use subsurface sync/desync - Previously, in order to change the surface size we had to let the pipeline - redraw it, which at first also involved re-negotiating caps, etc, so a - synchronization with the pipeline was absolutely necessary. - At the moment, we are using wl_viewport, which separates the surface size - from the buffer size and it also allows us to commit a surface resize without - attaching a new buffer, so it is enough to just do: - gst_wayland_video_pause_rendering(): - wl_subsurface_set_sync() - gst_video_overlay_set_render_rectangle(): - wl_subsurface_set_position() - wl_viewport_set_destination() - wl_surface_damage() - wl_surface_commit() - ... commit the parent surface ... - gst_wayland_video_resume_rendering(): - wl_subsurface_set_desync() - This is enough to synchronize a surface resize and the pipeline can continue - drawing independently. Now of course, the names pause/resume_rendering are - bad. I will rename them in another commit. - -2014-06-06 12:10:24 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: protect access to properties with the OBJECT_LOCK - -2014-06-06 12:04:44 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: protect access to the display with a new display_lock - Access is protected only for setting/creating/destroying the display - handle. set_caps() for example is not protected because it cannot be - called before changing state to READY, at which point there will be - a display handle available and which cannot change by any thread at - that point - -2014-06-06 10:35:20 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: remove the OBJECT_LOCK from set_caps() - It's not really necessary, this method is protected from GstBaseSink with the PREROLL_LOCK - -2014-05-28 13:10:43 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: Replace the OBJECT_LOCK with a private render_lock to lock render operations - This is because: - * GST_ELEMENT_WARNING/ERROR do lock the OBJECT_LOCK and we deadlock instantly - * In future commits I want to make use of GstBaseSink functions that also - lock the OBJECT_LOCK inside this code - -2014-05-26 14:13:56 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: move surface resizing logic to the GstWlWindow and make it be called from the main thread - -2014-05-26 12:54:10 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: cleanup GstWlWindow a bit after the overlaying semantics change - * own_surface is not needed anymore - * gst_wl_window_from_surface is not used externally anymore - * many initializations to 0 are not needed (GObject does them) - -2014-05-26 11:34:51 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * gst-libs/gst/wayland/wayland.c: - * gst-libs/gst/wayland/wayland.h: - wayland: remove gst_wayland_video_set_surface_size() - Not needed anymore, since we use gst_video_overlay_set_render_rectangle() - -2014-05-23 18:18:32 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: create and maintain the subsurface inside the sink - This means that the given surface in set_window_handle can now be - the window's top-level surface on top of which waylandsink creates - its own subsurface for rendering the video. - This has many advantages: - * We can maintain aspect ratio by overlaying the subsurface in - the center of the given area and fill the parent surface's area - black in case we need to draw borders (instead of adding another - subsurface inside the subsurface given from the application, - so, less subsurfaces) - * We can more easily support toolkits without subsurfaces (see gtk) - * We can get properly use gst_video_overlay_set_render_rectangle - as our api to set the video area size from the application and - therefore remove gst_wayland_video_set_surface_size. - -2014-05-23 13:09:27 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * gst-libs/gst/wayland/wayland.c: - * gst-libs/gst/wayland/wayland.h: - wayland: add public API for creating & using the display handle GstContext - -2014-05-21 18:27:28 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wlwindow.c: - * gst-libs/gst/wayland/wayland.h: - waylandsink: get the external display handle using GstContext - This drops the ugly GstWaylandWindowHandle structure and is much - more elegant because we can now request the display separately - from the window handle. Therefore the window handle can be requested - in render(), i.e. when it is really needed and we can still open - the correct display for getting caps and creating the pool earlier. - This change also separates setting the wl_surface from setting its size. - Applications should do that by calling two functions in sequence: - gst_video_overlay_set_window_handle (overlay, surface); - gst_wayland_video_set_surface_size (overlay, w, h); - -2014-05-21 13:14:15 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: drop width/height arguments from gst_wl_window_new_from_surface() - -2014-05-22 10:10:51 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wldisplay.h: - * ext/wayland/wlvideoformat.h: - * ext/wayland/wlwindow.h: - waylandsink: add G_BEGIN/END_DECLS on all headers for consistency - -2014-05-21 12:58:10 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: fix assertion failure when stopping immediately after starting, without displaying anything - This was triggered in scenarios like - filesrc location=nonexistent_file ! decodebin ! waylandsink - -2014-05-21 11:55:45 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/scaler.xml: - * ext/wayland/wldisplay.c: - waylandsink: Update wl_scaler to version 2 - -2014-05-20 19:04:16 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * gst-libs/gst/wayland/Makefile.am: - wayland/Makefile.am: link with gstvideo to avoid introspection errors - -2014-05-20 19:03:39 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/Makefile.am: - waylandsink/Makefile.am: Fix scaler-client-protocol.h generation - -2014-03-13 13:13:08 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlvideoformat.c: - * ext/wayland/wlvideoformat.h: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: remove unused functions - -2014-03-12 19:25:06 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Add myself to the authors list - -2014-03-12 17:03:10 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wldisplay.c: - waylandsink/wldisplay: bind to the latest available wl_compositor version - -2014-03-12 14:28:44 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: create/destroy the display when entering/leaving the READY state instead of PAUSED - This is the only way to get the negotiation working with the dynamic - detection of formats from the display, because the pipeline needs - to know the supported formats in the READY state and the supported - formats can only be known if we open the display. - Unfortunately,in wayland we cannot have a separate connection to - the display from the rest of the application, so we need to ask for a - window handle when going to READY in order to get the display from it. - And since it's too early to create a top level window from the state - change to READY, create it in render() when there is no other window. - This also changes set_window_handle() to not support window handle - changes in PAUSED/PLAYING (because it's complex to handle and useless - in practice) and make sure that there is always a valid display pointer - around in the READY state. - -2014-03-12 14:13:49 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Support all video formats supported by the display - -2014-03-12 13:54:44 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: fix crash in case there is no pool because of a caps negotiation error - -2014-03-11 19:47:52 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlwindow.c: - waylandsink: set an empty input region on the video surface - -2014-03-11 19:46:56 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlwindow.c: - waylandsink/wlwindow: reuse code between the two constructors - -2014-03-11 18:45:23 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: increase debug messages - -2014-03-11 17:48:46 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: Use a boolean in combination with render_cond to comply with GCond's usage documentation - -2014-03-11 17:45:05 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: Implement expose() and handle resizing properly in non-PLAYING states - -2014-03-11 13:14:00 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: Use wl_scaler/wl_viewport to scale the surface in the compositor/hardware - -2014-03-11 13:05:56 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * configure.ac: - * ext/wayland/.gitignore: - * ext/wayland/Makefile.am: - * ext/wayland/scaler.xml: - waylandsink: Build bindings for the unstable wl_scaler spec - -2014-03-10 13:50:06 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: Set external surfaces and their child objects to use our own event queue - This fixes weird freezes because of frame_redraw_callback() not being - called from the main thread when it should with weston's toy toolkit. - It's also safer to know that frame_redraw_callback() will always be - called from our display thread... Otherwise it could be called after - the sink has been destroyed for example. - -2014-03-07 17:25:00 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: Wait for the frame_cb to redraw and drop frames meanwhile - We are not supposed to redraw until we receive a frame callback and this - is especially useful to avoid allocating too many buffers while the - window is not visible, because the compositor may not call wl_buffer.release - until the window becomes visible (ok, this is a wayland bug, but...). - -2014-03-07 16:16:30 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/waylandpool.c: - * ext/wayland/waylandpool.h: - waylandsink: Handle wl_buffer::release and don't reuse buffers that are not released - This is achieved by adding an extra reference on the buffers, which does - not allow them to return to the pool. When they are released, this reference - is dropped. - The rest complexity of this patch (hash table, mutex, flag, explicit release calls) - merely exists to allow a safe, guaranteed and deadlock-free destruction sequence. - See the added comment on gstwaylandsink.c for details. - -2014-03-06 17:03:50 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/waylandpool.c: - * ext/wayland/waylandpool.h: - waylandsink/waylandpool: remove useless munmap call - This data pointer is part of a bigger mmap'ed region, - it has not been returned from mmap itself. - -2014-02-28 13:37:30 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/waylandpool.c: - waylandsink/waylandpool: call the start/stop methods of the parent class - start() makes sure that the minimum ammount of buffers requested is allocated. - stop() makes sure that buffers are actually destroyed and prevents - filling the file system when resizing the surface a lot, because the - wayland-shm-* files will stay on the file system as long as the wl_buffers - created out of them are alive. - -2014-02-28 13:36:43 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/waylandpool.c: - waylandsink/waylandpool: unlink mmaped shm files so that they don't remain on the file system - -2014-02-28 11:48:30 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - * gst-libs/gst/wayland/wayland.h: - waylandsink: implement the GstVideoOverlay & GstWaylandVideo interfaces - This is the initial implementation, without the GstVideoOverlay.expose() - method. It only implements using an external (sub)surface and resizing - it with GstWaylandVideo. - -2014-02-14 16:08:56 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/Makefile.am: - * ext/wayland/gstwaylandsink.c: - waylandsink: implement with stubs the GstWaylandVideo & GstVideoOverlay interfaces - -2013-05-06 13:16:02 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * configure.ac: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/wayland/Makefile.am: - * gst-libs/gst/wayland/wayland.c: - * gst-libs/gst/wayland/wayland.h: - wayland: Add new gst-wayland library containing a new GstWaylandVideo interface - This interface is needed to be able to embed waylandsink into - other wayland surfaces. Due to the special nature of wayland, - GstVideoOverlay is not enough for this job. - -2014-02-26 18:35:29 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - waylandsink: handle the list of supported formats properly - enum wl_shm_format is not a flags enum, as it may have been in the past, - so multiple formats cannot be stored in a bitfield. Use an array instead. - -2014-02-26 17:41:11 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/wlvideoformat.c: - waylandsink/wlvideoformat: add mappings for many common formats - -2014-02-26 16:20:41 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: unref the buffer pool - -2014-02-26 16:11:29 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/waylandpool.c: - * ext/wayland/waylandpool.h: - waylandsink/waylandpool: ref the display instead of the sink to avoid cyclic references - The reference to the sink is not really needed anyway in waylandpool, - what matters basically is that the display is active as long as the - pool is active, so we really want to reference the display object - instead of the sink. - -2014-02-26 14:56:21 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: make the display property useful - Let the display property control the name of the display, - like in x(v)imagesink. - -2014-02-14 17:20:42 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - waylandsink: access sink->pool in a more atomic fashion - -2014-02-14 16:33:10 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: remove the useless wayland_lock - -2014-02-13 13:28:40 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/waylandpool.c: - * ext/wayland/wldisplay.c: - * ext/wayland/wlvideoformat.c: - * ext/wayland/wlwindow.c: - waylandsink: apply the same debug category to all the subobjects - -2014-02-13 13:15:31 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/waylandpool.c: - * ext/wayland/waylandpool.h: - * ext/wayland/wldisplay.c: - * ext/wayland/wlvideoformat.c: - * ext/wayland/wlwindow.c: - waylandsink: cleanup header includes - -2014-02-13 11:59:45 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/Makefile.am: - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/wlwindow.c: - * ext/wayland/wlwindow.h: - waylandsink: split window-related code out to a new GstWlWindow class - GstWlWindow also has API ready to support subsurfaces. - -2014-02-13 11:32:00 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - waylandsink: remove callback and redraw_pending variables from the window structure - -2014-02-13 10:51:59 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/waylandpool.c: - waylandsink/waylandpool: improve debug message - -2014-02-13 10:37:01 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/waylandpool.c: - waylandsink/waylandpool: find the video format from the GstVideoInfo instead of accessing the sink - For the sake of isolation only. The format should be the same. - -2014-02-13 10:29:08 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - waylandsink/waylandpool: refactor code - * make use of GstBufferPool::start/stop functions to allocate/deallocate memory - * get rid of struct shm_pool and do all operations cleanly inside WaylandBufferPool - * store a GstVideoInfo during configuration instead of the width & height - and use the stride from the video info instead of hardcoding its value - -2014-02-13 10:02:54 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/Makefile.am: - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/wlvideoformat.c: - * ext/wayland/wlvideoformat.h: - waylandsink: split video format related functions out to a separate file - -2014-02-12 15:16:08 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/waylandpool.c: - waylandsink/waylandpool: move code around for better readability - -2014-02-12 14:41:52 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/waylandpool.c: - * ext/wayland/waylandpool.h: - waylandsink: move struct shm_pool and its related functions to waylandpool.c - And also make the instance of this struct to be owned by the buffer - pool instead of the element, for the sake of isolation - -2013-05-14 19:35:33 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/waylandpool.c: - waylandsink: Use XDG_RUNTIME_DIR instead of /tmp for the shm file - -2014-02-12 14:15:52 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/waylandpool.c: - * ext/wayland/waylandpool.h: - waylandsink: remove unused variables - -2014-02-12 11:28:40 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/Makefile.am: - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/waylandpool.c: - * ext/wayland/wldisplay.c: - * ext/wayland/wldisplay.h: - waylandsink: process display events in a separate thread - This also moves the display-related code into a new GstWlDisplay class, - which takes care of the new thread - -2014-02-04 16:32:31 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com> - - * ext/wayland/gstwaylandsink.h: - * ext/wayland/waylandpool.h: - waylandsink: tidy up the header files - -2014-06-12 16:38:35 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * gst/pnm/gstpnmdec.c: - * gst/pnm/gstpnmdec.h: - pnmdec: use GstVideoDecoder Class - https://bugzilla.gnome.org/show_bug.cgi?id=731400 - -2014-06-16 07:42:37 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Don't overwrite original seek value - In accurate mode, we'll be using start to fill in the seek segment, - therefore don't overwrite it with the shifted seek position. - https://bugzilla.gnome.org/show_bug.cgi?id=731698 - -2014-06-15 15:18:46 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: silence incorrect number of arguments in format warning - -2014-06-15 15:17:07 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - gldownload: plug a memory leak - -2014-06-15 13:59:07 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: wire up the alpha pad property - -2014-06-15 13:44:04 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - glvideomixer: support input frame scaling - -2014-06-15 12:26:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - glvideomixer: add positioning of input streams - https://bugzilla.gnome.org/show_bug.cgi?id=729798 - -2014-06-15 12:24:38 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - glmixer: allow the subclass to choose the sink pad type - Allows custom properties to be placed on the sink pads by subclasses - -2014-06-13 11:46:19 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: live: handle pcr/dts discrepancies some more - When wrapover/reset occur, we end up with a small window of time where - the PTS/DTS will still be using the previous/next time-range. - In order not to return bogus values, return GST_CLOCK_TIME_NONE if the - PTS/DTS value to convert differs by more than 15s against the last seen - PCR - https://bugzilla.gnome.org/show_bug.cgi?id=674536 - -2014-06-13 10:37:46 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix wraparound detection issue - Using 32bit unsigned values for corrected pcr/offset meant that we - potentially ended up in bogus values - Furthermore, refpcr - refpcroffset could end up being negative, which - PCRTIME_TO_GSTTIME() can't handle (and returned a massive positive value) - -2014-06-13 11:26:38 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - docs: add gsteglimagememory - -2014-06-13 09:55:42 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - docs: add glframebuffer object - -2014-06-13 09:52:01 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - docs: misc adds for gl functions - -2014-06-13 09:41:51 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - docs: add gluploadmeta object - -2014-06-13 09:32:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - docs: update for some gl function name changes - -2014-06-12 23:14:45 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglfilterapp.c: - * ext/gl/gstglfilterapp.h: - glfilterapp: actually emit the client-draw signal - -2014-06-12 23:13:11 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/generic/cube/main.cpp: - * tests/examples/gl/generic/cubeyuv/main.cpp: - * tests/examples/gl/generic/doublecube/main.cpp: - * tests/examples/gl/generic/recordgraphic/main.cpp: - gl/examples: update for TEXTURE_2D change - -2014-05-30 16:52:09 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - - * gst/mpegtsdemux/Makefile.am: - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: implement proper seeking for h264 streams. - Co-Authored by: Thibault Saunier <tsaunier@gnome.org> - From a high level perspective, the new process for seeking h264 - streams is as follows: - 1) Rewind the stream until we find the first I-slice of a frame, - and mark its offset in the stream. - 2) Rewind the stream until we find SPS and PPS informations, - to make sure the subsequent parser is up to date. - 3) Accumulate optionnal SEI NAL units on the way. - 4) Push the SPS, PPS and SEI units before the new keyframe. - https://bugzilla.gnome.org/show_bug.cgi?id=675132 - -2014-06-12 10:14:27 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: do not try to close negative file descriptors - Interestingly, Coverity implies that close takes an unsigned - argument, while my close(2) man page shows it taking a signed - argument. I guess it may be platforms specific. - Coverity 1214602 - -2014-06-12 10:17:10 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/hls/m3u8.c: - hls: fix build with GLib 2.32 - Provide internal copy of g_list_copy_deep() until we - bump the GLib requirement. - https://bugzilla.gnome.org/show_bug.cgi?id=731555 - -2014-06-12 10:00:55 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/aiff/aiffparse.c: - aiffparse: bail out early when bytes per sample is not set - This should always be set for valid files when we get there, - and checking this avoids having ad hoc checks further down - in several places. - Coverity 1139698 - -2014-06-11 15:11:40 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: h264: fix quantization matrix conversion routine names. - Fix routine names for zigzag/raster scan order conversion routines for - quantization matrices. This ought to use the gst_h264_quant_matrix_*() - naming convention instead of gst_h264_video_quant_matrix_*(), which - derived from the MPEG-2 function names. - https://bugzilla.gnome.org/show_bug.cgi?id=731524 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-05-26 18:29:21 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gstmpeg4parser.c: - * gst-libs/gst/codecparsers/gstmpeg4parser.h: - * gst-libs/gst/codecparsers/gstvp8parser.h: - codecparsers: add C++ guards for MPEG-4 and VP8 parsers. - Fix MPEG-4 and VP8 APIs to export their external symbols as pure C - symbols, i.e. un-mangled for C++. - https://bugzilla.gnome.org/show_bug.cgi?id=731522 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-06-12 14:58:47 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - glmixer: send the stream-start event - and the caps event after. - https://bugzilla.gnome.org/show_bug.cgi?id=730944 - -2014-06-12 13:37:51 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/generic/cube/Makefile.am: - * tests/examples/gl/generic/cubeyuv/Makefile.am: - * tests/examples/gl/generic/doublecube/Makefile.am: - * tests/examples/gl/generic/recordgraphic/Makefile.am: - * tests/examples/gl/sdl/Makefile.am: - gl/examples: add GST_PLUGINS_BASE_CFLAGS - -2014-06-12 13:15:10 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/generic/doublecube/main.cpp: - gl/examples: remove spurious include for doublecube example - -2014-06-12 13:06:31 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/clutter/Makefile.am: - * tests/examples/gl/cocoa/Makefile.am: - * tests/examples/gl/generic/cube/Makefile.am: - * tests/examples/gl/generic/cubeyuv/Makefile.am: - * tests/examples/gl/generic/doublecube/Makefile.am: - * tests/examples/gl/generic/recordgraphic/Makefile.am: - * tests/examples/gl/gtk/Makefile.am: - * tests/examples/gl/gtk/filtervideooverlay/Makefile.am: - * tests/examples/gl/gtk/fxtest/Makefile.am: - * tests/examples/gl/gtk/gtkvideooverlay/Makefile.am: - * tests/examples/gl/gtk/switchvideooverlay/Makefile.am: - * tests/examples/gl/sdl/Makefile.am: - gl/examples: add the srcdir and builddir includes - And remove references to $(GST_PLUGINS_GL_*) - -2014-06-12 12:49:42 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglfilterapp.c: - * ext/gl/gstglfilterapp.h: - * gst-libs/gst/gl/gstglutils.h: - * tests/examples/gl/generic/recordgraphic/main.cpp: - glfilterapp: remove the reshape/draw properties - The reshape property was never used. - Replace the draw property with a signal. - Based on patch by Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> - https://bugzilla.gnome.org/show_bug.cgi?id=704507 - -2014-06-12 12:14:35 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - glmixer: lock the size of mix->frames to the number of pads - Fixes a segfault with decodebin ! glmixer where the request pads on - both sides were being requested after the state change to PAUSED. - Also fixes dynamically adding and removing pads while glmixer is - in a state >= PAUSED. - -2014-06-12 12:09:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/generic/cube/main.cpp: - * tests/examples/gl/generic/cubeyuv/main.cpp: - * tests/examples/gl/generic/doublecube/main.cpp: - * tests/examples/gl/qt/mousevideooverlay/pipeline.cpp: - * tests/examples/gl/qt/mousevideooverlay/pipeline.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.h: - gl/examples: Port to using signals instead of properties - Based on patch by Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> - https://bugzilla.gnome.org/show_bug.cgi?id=704507 - -2014-06-01 15:02:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: replace pointer properties with signals - Based on patch by Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> - https://bugzilla.gnome.org/show_bug.cgi?id=704507 - -2014-06-11 09:38:00 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Use first group for handling reference pcr - If _set_current_pcr_offset gets called after a flushing seek, we ended - up using the current group for delta calculation ... whereas we should - be using the first group to calculate shifts. - Also add an early exit if there are no changes to apply - -2014-06-10 14:50:10 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Remove unused variable - The seeksegment was no longer used since the switch to calculating segments - when we see data. - -2014-06-10 14:27:53 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix debug statement - -2014-06-10 14:27:01 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix duration evaluation in push mode - When working in push mode, we need to be able to evaluate the duration - based on a single group of observations. - To do that we use the current group values - -2014-06-02 11:07:01 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Handle early PTS conversion - When handling the PTS/DTS conversion in new groups, there's a possibility - that the PTS might be smaller than the first PCR value observed, due to - re-ordering. - When using the current group, only apply the wraparound correction when we - are certain it is one (i.e. differs by more than a second) and not when it's - just a small difference (like out-of-order PTS). - https://bugzilla.gnome.org/show_bug.cgi?id=731088 - -2014-06-09 10:10:01 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/gdp/dataprotocol.c: - gdp: don't print already-freed string - CID 1221987 - -2014-06-09 10:56:48 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/speed/gstspeed.c: - speed: Fix position query some more - Forgot to remove code in 16fd917632c0992349ca28cf9108e9562c493ad7 - CID #1139677 - -2014-06-07 07:13:59 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsdemux: Fix sticky event handling - When we receive sticky events from upstream, always return TRUE. - Fixes the issue where we receive custom sticky events (such as "uri") - and no pads are created yet. - -2014-06-04 18:34:44 +0100 Damian Ziobro <damian@xmementoit.com> - - * ext/hls/m3u8.c: - hlsdemux: Improve parsing quoted key URIs and apply it for I-frame-based stream URI - https://bugzilla.gnome.org/show_bug.cgi?id=730830 - -2014-06-06 13:08:04 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Don't store the current key in the playlist - It's per fragment and applying to all following fragments - until the next key is specified. - -2014-06-06 13:04:04 +0300 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Fix compiler warnings - -2014-05-30 16:34:18 -0600 Thomas Bluemel <tbluemel@control4.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Reload the variant playlist if refreshing a playlist or downloading a fragment fails - This can happen if the playlists have moved due to the variant playlist - now being redirected to another target. This currently only works as long - as the referenced playlists don't change in relation to the variant - playlist, and the new location is purely due to a new path triggered by a - new redirection target of the variant playlist, or a new redirection - target of the playlist itself. - https://bugzilla.gnome.org/show_bug.cgi?id=731164 - -2014-06-05 16:45:12 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/schroedinger/gstschroenc.c: - schroenc: Use an arbitrary framerate if none if given - The schro encoder always requires a framerate, but some source material, - such as RTP doesn't have a fixed one, so just fake it. - https://bugzilla.gnome.org/show_bug.cgi?id=729054 - -2014-06-04 14:35:51 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: drop redundant assignment - -2014-06-04 01:02:20 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: improve timeout handing at locking loop - New approach attempts to be more accurate by measuring - the elapsed time by iteration. Also: - * Use a 10 seconds default timeout and a half a second - polling step. New values should better match the tuning - process on real-life scenarios. - * Correct elapsed_time computation. - * Add _retry_ioctl() to avoid bailing out on temporary - ioctl EINTR failures (no need to check for EAGAIN cause - we are opening the frontend on blocking mode) - * Small corrections to fail condition handling - -2014-06-05 18:43:30 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gl/wayland: create a dummy display instead of an EGLDisplay - Currently, GstGLWindowWaylandEGL holds the wayland display connection - If we create the EGLDisplay at the GstDisplay creation time, then - libEGL will internally open another connection to the wayland server. - These two display connections are unable to communicate resulting in - no window output/display and hangs inside libEGL. - Eventually we will move the wl_display from GstGLWindow to GstGLDisplay. - -2014-06-05 09:40:38 +0200 Edward Hervey <bilboed@bilboed.com> - - * ext/rtmp/gstrtmp.c: - rtmp: proxy logging from librtmp - Helps with debugging various librtmp issues - -2014-06-05 08:29:50 +0200 Edward Hervey <bilboed@bilboed.com> - - * ext/rtmp/gstrtmpsrc.c: - rtmpsrc: Fix position querying - It's the position we're querying, not the duration :) - -2014-06-04 21:39:48 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Remove extraneous extra parameter from check_pending_buffers function - -2014-06-04 21:31:21 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketiser: Always initialise packet AFC flags and PCR fields - Also fix a slight typo in a comment about the smoothing algorithm - -2014-05-23 15:07:19 +1000 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Reset pending_ts on a discont, to re-measure initial timestamps - Since all the other timestamp tracking now gets reset on a discont, - it makes sense to wait for a PCR and timestamp buffers like when - playback first starts - -2014-03-21 22:16:41 -0700 Aleix Conchillo Flaqué <aleix@oblong.com> - - * ext/srtp/gstsrtpdec.c: - * ext/srtp/gstsrtpdec.h: - * ext/srtp/gstsrtpenc.c: - * ext/srtp/gstsrtpenc.h: - srtp: add support for rollover counters and replay protection window size - We add a new signal, get-rollover-counter, to the SRTP encoder. Given a - ssrc the signal will return the currently internal SRTP rollover counter - for the given stream. - For the SRTP decoder we have a new SRTP caps parameter "roc" that needs - to be set when a new SRTP stream is created for a given SSRC. - https://bugzilla.gnome.org/show_bug.cgi?id=726861 - -2013-10-14 16:14:42 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * gst/liveadder/liveadder.c: - liveadder: handle gap buffer flag - Remove GAP flag unless both sides have gap data, ignore - incoming data if it is gap data. - https://bugzilla.gnome.org/show_bug.cgi?id=722397 - -2014-05-25 21:43:22 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/gl/gstglimagesink.c: - glimagesink: improve state change debug message - -2014-06-03 13:59:51 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: always release the previous buffer - Fixes the case where _perform_with_buffer() is called without - intervening calls to _release_buffer() as is the case on start up - with glimagesink. - Also release the buffer when reseting the upload. - https://bugzilla.gnome.org/show_bug.cgi?id=731107 - -2014-06-02 21:51:38 -0400 Olivier Crête <olivier.crete@collabora.com> - - * tests/check/elements/shm.c: - tests: Take account of memory alignment in shm test - -2014-06-02 21:43:56 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/gdp/dataprotocol.c: - gdp: Fail gracefully if event can't be parsed - https://bugzilla.gnome.org/show_bug.cgi?id=731093 - -2014-06-02 21:43:34 -0400 Olivier Crête <olivier.crete@collabora.com> - - * sys/shm/gstshmsink.c: - shmsink: Allocate enough memory to do alignment - https://bugzilla.gnome.org/show_bug.cgi?id=731093 - -2014-06-02 12:39:49 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Actually print the stacktrace into the error string - -2014-06-02 11:28:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Clear the exception before trying to call Java methods to convert it to a string - -2014-06-02 11:16:32 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Fix crashes when loading the plugin in a standalone application on Android >= 4.4 - Check if libnativehelper is loaded in the process and if - it has these awful wrappers for JNI_CreateJavaVM and - JNI_GetCreatedJavaVMs that crash the app if you don't - create a JniInvocation instance first. If it isn't we - just fail here and don't initialize anything. - See this code for reference: - https://android.googlesource.com/platform/libnativehelper/+/master/JniInvocation.cpp - -2014-06-02 10:11:58 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/speed/gstspeed.c: - speed: make position query able to convert bytes to time - (same as 744c58d71b21475d2edd5b9334e277cfa4c53260 but for the - position query) - It was only querying in time, but then trying to use dead bytes - to time conversion code. - Coverity 1139677 - -2014-06-02 09:42:33 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: avoid crashing in pathological case - (Identical to commit 612cdeec80da95b12f9fad928419c7de2be20d68 which - was for resindvd) - When we'd see an unknown stream type, then a SDDS stream. - Then we'd get to the end of the switch with a NULL temp stream - pointer, and dereference it. - Coverity 1139708 - -2014-06-02 09:23:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: Handle (unlikely) NULL return of gl->GetString (GL_VERSION) more gracefully - CID 1219858 - -2014-06-02 08:22:15 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - mpegts: Remove unneeded NULL check - Allocating those structures is done in all code paths leading there - CID #1219860 - CID #1219861 - CID #1219862 - CID #1219863 - CID #1219864 - -2014-06-01 10:43:49 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/mpeg2enc/gstmpeg2encoptions.cc: - mpeg2enc: increase max. allowed value for bitrate property - For DVD the limit is around 10Mbit/s, but for e.g. ATSC - it could be much higher. - -2014-05-25 13:05:49 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: better error handling in case tsparse is missing - https://bugzilla.gnome.org/show_bug.cgi?id=730641 - -2014-05-30 17:35:49 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: add prop setup code for guint64 - Needed since we are now proxying tuning-timeout - from dvbsrc. - -2014-05-20 07:34:56 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/MotionCells.cpp: - * ext/opencv/gstmotioncells.c: - motioncells: improve logging - https://bugzilla.gnome.org/show_bug.cgi?id=730141 - -2014-05-20 07:29:16 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/MotionCells.cpp: - motioncells: make framedrop work at 30 fps too - https://bugzilla.gnome.org/show_bug.cgi?id=730141 - -2014-05-20 07:25:20 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/gstmotioncells.c: - * ext/opencv/motioncells_wrapper.cpp: - motioncells: use standard macro for boolean - https://bugzilla.gnome.org/show_bug.cgi?id=730141 - -2014-05-20 07:18:39 +0200 Nicola Murino <nicola.murino@gmail.com> - - * configure.ac: - opencv: make the plugin compile with all 2.4.x versions - https://bugzilla.gnome.org/show_bug.cgi?id=730141 - -2014-05-26 22:34:01 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/camconditionalaccess.c: - * sys/dvb/camdevice.c: - * sys/dvb/camswclient.c: - dvb/cam*: use g_strerror and other few nits - -2014-05-30 11:00:06 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: fix dvbsrc signal proxying - https://bugzilla.gnome.org/show_bug.cgi?id=641204 - -2014-05-30 00:49:49 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: proxy new props/signals from dvbsrc - Proxy tuning start/done/fail signals and tuning-timeout - property. - https://bugzilla.gnome.org/show_bug.cgi?id=641204 - -2014-05-01 18:25:05 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> - - dvbsrc: smarten up tuning logic - * Drop remaining sleep() logic in favor of polling - * Use best guess delivery system if none is set - * Make tuning/locking timeout configurable - * Add signals for tuning start, done and fail - * Drop gst_dvbsrc_frontend_status(). It was used only - for signal LOCK checking. This is now part of the - tuning/locking loop - * Break up frontend configuration and tuning - on separate functions - Plus: - * Add some more useful DEBUG/TRACE messages - * Move over misplaced DVB API message - * Fix wrong comment for default DVB buffer size (http://linuxtv.org/downloads/v4l-dvb-apis/dmx_fcalls.html#DMX_SET_BUFFER_SIZE) - This patch builds up on previous work done by - Fabrizio (Misto) Milo <mistobaan@gmail.com> - https://bugzilla.gnome.org/show_bug.cgi?id=641204 - -2014-05-30 16:35:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - androidmedia: Add exceptions from the Java API to error messages, and post more error/warning messages overall - -2014-05-30 15:24:48 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - androidmedia: Add a GError argument to all amc methods and catch exceptions there - -2014-05-30 15:24:15 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Describe exceptions happening when scanning all codecs - -2014-05-30 12:19:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: Add API to convert an exception into a string - -2014-05-30 12:40:08 +0200 Jorge Zapata <jorgeluis.zapata@gmail.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - Release the codec before freeing it - On Samsung Galaxy S4 it is impossible to have more than one - hardware decoder at the same time. If we do not release it - explicitly the GC only releases it whenever the whole application - is finished not whenever the activity is finished and thus a player - will not be able to work correctly - -2014-05-30 02:10:25 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: fix structure handling in preview message - Avoid trying to modify the message structure as it isn't mutable. - Use a copy and post a new message if necessary. - Fixes failing tests. - -2014-05-30 12:23:09 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: remove uneeded gl api ifdefs - -2014-05-30 11:51:01 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - glwindow_x11: allow expose events to redraw our window - otherwise we will not update the window contents on low framerate - streams until the next buffer - https://bugzilla.gnome.org/show_bug.cgi?id=723529 - -2014-05-30 11:46:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - glimagesink: unref the old buffer outside the lock - it could very well deadlock - https://bugzilla.gnome.org/show_bug.cgi?id=723529 - -2014-05-30 11:35:04 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - Revert "[880/906] glimagesink: remove unused stored_buffer field" - This reverts commit af3a68db7dc473fb6903c18966b39e4c3f1464d7. - Conflicts: - ext/gl/gstglimagesink.c - https://bugzilla.gnome.org/show_bug.cgi?id=723529 - -2014-05-30 10:46:25 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: fix up assertion - error: 'return' with no value, in function returning non-void - -2014-05-30 10:27:14 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/glprototypes/base.h: - * gst-libs/gst/gl/glprototypes/blending.h: - * gst-libs/gst/gl/glprototypes/eglimage.h: - * gst-libs/gst/gl/glprototypes/fbo.h: - * gst-libs/gst/gl/glprototypes/fixedfunction.h: - * gst-libs/gst/gl/glprototypes/gles.h: - * gst-libs/gst/gl/glprototypes/opengl.h: - * gst-libs/gst/gl/glprototypes/shaders.h: - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfeature.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstgluploadmeta.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglwindow.c: - glfeature: remove GST_GL_API_GLES3 - instead check the gl version using gst_gl_context_check_gl_version() - -2014-05-30 10:25:18 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: check for GLES versions - -2014-05-29 20:35:48 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - gl/context: add check_gl_version - -2014-05-29 17:09:26 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: Try GLX support before EGL support - If available, glx has got a better chance of being the Gl platform - we want to use compared to EGL - -2014-05-29 16:59:28 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - glcontext: Try to open lib{EGL|GL|GLESv2}.so.1 before lib{EGL|GL|GLESv2} - Fixes issues with .so (without numbering) being installed for development - (such as from mesa-dev) but actual driver (with numbering) coming from - some other place (like nvidia drivers) - -2014-05-29 16:01:22 +0200 Christian Fredrik Kalager Schaller <uraeus@linuxrising.org> - - * gst-plugins-bad.spec.in: - Update spec file with latest changes - -2014-05-29 12:30:13 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-atsc-section.h: - atsc-section: Fix annotation - -2014-05-29 12:29:52 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - dvb-descriptor: Fix multilingual service name parsing - the provider and service name was inverted - -2014-05-28 16:47:53 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * tests/examples/mpegts/ts-parser.c: - example: ts-parser: add parential rating descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=730854 - -2014-05-28 16:47:28 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - example: ts-parser: add ca iddentifier descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=730854 - -2014-05-28 12:23:50 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - example: ts-parser: add stream identifier descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=730854 - -2014-05-28 12:23:12 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * tests/examples/mpegts/ts-parser.c: - example: ts-parser: add content descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=730854 - -2014-05-28 12:19:43 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * tests/examples/mpegts/ts-parser.c: - example: ts-parser: add component descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=730854 - -2014-05-29 11:55:51 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/examples/mpegts/ts-parser.c: - examples: factor dumping code - We can just re-use the new function instead of having two duplicates - -2014-05-29 10:50:58 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - example: ts-parser: add linkage descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=730901 - -2014-05-28 20:42:05 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: bugfix mobile hand over linkage parse missmatch - https://bugzilla.gnome.org/show_bug.cgi?id=730901 - -2014-05-28 16:34:08 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-atsc-section.h: - * tests/examples/mpegts/ts-parser.c: - mpegts: atsc: add missing field to ETT table - Set the subtable_extension as ett_table_id_extension - for ETT tables as it is used by it - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-28 15:59:23 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * tests/examples/mpegts/ts-parser.c: - mpegts: atsc: add atsc's EIT table parsing - ATSC has its own version of the EIT table (DVB also has one). - This patch adds parsing for the ATSC EIT table and also fixed - the section identification to mark it as the ATSC one. - The implementation aws refactored to reuse some common internal - structures from ETT. - Also adds its dumping function to ts-parser example - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-22 17:49:39 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/libs/mpegts.c: - tests: mpegts: add test for STT parsing - Specially for the time to UTC datetime conversion - Example taken from the A65 spec - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-22 01:47:48 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * tests/examples/mpegts/ts-parser.c: - mpegts: atsc: add STT table parsing - Adds the system time table structure and functions for convenient parsing of - it and for getting the UTC datetime that it represents. Also adds its - information dumping to the ts-parser example - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-19 16:20:44 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - mpegts: atsc: add encoding conversion for UTF-16 ETT strings - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-19 14:50:13 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/examples/mpegts/ts-parser.c: - examples: mpegts: add function to dump ETT tables - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-19 13:46:03 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: atsc: add ETT structures and parsing - ETT (extended text table) contains ATSC text information with descriptions - of virtual channels and events. The text can be internationalized and also - compressed. - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-16 15:39:48 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/mpegtsdemux/mpegtsbase.c: - tsbase: parse the mgt and add listed EIT/ETT pids to the known psi - This will make tsbase also parse the EITs and ETTs from ATSC streams that have - their pids reported on the MGT and post to the bus - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-15 12:31:05 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * tests/examples/mpegts/ts-parser.c: - mpegts: add atsc MGT section parsing - Add a parsing function for MGT and also detect the EIT tables - for ATSC, the EIT pids are reported inside the MGT and we are still - only relying only on the table id for detecting it. In the future we - would want to also check the pid and compare with whatever the MGT - previously reported to confirm that it is indeed the EIT. - https://bugzilla.gnome.org/show_bug.cgi?id=730435 - -2014-05-23 01:41:18 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: atsc: rename TVCT to VCT as it is the same as CVCT - Make the ATSC section parse handle both TVCT and CVCT as they are - nearly the same struct (CVCT uses 2 reserved bits that are ignored - in TVCT). - This is changing the glib type and the struct name but TVCT wasn't - released in a stable package yet so there should be no problem. - Also includes some parsing fixes and changes short_name to be - directly stored as utf8 rather than utf16 - https://bugzilla.gnome.org/show_bug.cgi?id=730642 - -2014-05-28 13:11:05 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/examples/mpegts/ts-parser.c: - examples: ts-parser: add TVCT and CVCT tables dumping - https://bugzilla.gnome.org/show_bug.cgi?id=730642 - -2014-05-29 10:37:02 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Fix assertion after API changes - -2014-05-29 18:33:10 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/colorconvert: keep our private pointer - again, avoid to much trigger - -2014-05-29 18:32:48 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/check/libs/gstglupload.c: - tests: update for glupload changes - -2014-05-29 17:29:41 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - gl/colorconvert: use GstObject's lock instead of our own - -2014-05-29 17:12:03 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/colorconvert: remove unnecassary pointer inderection - -2014-05-29 16:45:37 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: re add the upload meta to the private struct - try and avoid being to trigger happy - -2014-05-29 16:29:09 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: small code cleanup and gst-indent - -2014-05-29 16:22:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - gl/download: use GstObject's lock instead of out own - -2014-05-29 16:20:30 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - gl/upload: use GstObject's lock instead of our own - -2014-05-29 16:18:08 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - gl/filter: also remove the width/height in transform_caps - allows scaling in the filters - -2014-05-29 16:11:20 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/colorconvert: optimise the same format case - simply return the input buffer unchanged - -2014-05-29 16:07:40 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/colorconvert: fix YUY2/UYVY download for RG/LA textures - -2014-05-29 15:50:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - gl/colorconvert: allocate output buffers - Allows the nop optimisation by simply reffing the input buffer. - -2014-05-28 16:18:13 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Avoid shadowing main loop variable - We end up with interesting results otherwise :) - -2014-05-28 15:53:21 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Add support for private-data-specifier and frequency-list - -2014-05-28 15:52:49 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: Make some fields optional - Some people might just not care about the contents - -2014-05-28 15:52:03 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: Update docs for DVB frequency list - -2014-05-28 23:21:07 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/check/libs/gstglupload.c: - tests: update for recent glupload changes - GstGLUploadMeta object is now the GstVideoGLTextureUploadMeta - provider. - -2014-05-28 12:56:24 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: Always use the redirect target to resolve relative URIs - But redownload the playlists from the original URI if it's not - a permanent redirect. - -2014-05-28 12:43:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Always use the redirect target to resolve relative URIs - But redownload the playlists from the original URI if it's not - a permanent redirect. - -2014-05-28 12:44:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Don't set base URI if there was no redirect - -2014-05-28 09:18:49 +0100 Damian Ziobro <damian@xmementoit.com> - - * ext/hls/m3u8.c: - hlsdemux: Make parsing of "-quoted key URIs more resilient - https://bugzilla.gnome.org/show_bug.cgi?id=730830 - -2014-05-28 10:19:40 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Always use the redirect target to resolve relative URIs - But redownload the playlists from the original URI if it's not - a permanent redirect. - -2014-05-28 09:42:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gstfragment.c: - * gst-libs/gst/uridownloader/gstfragment.h: - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Store URI and redirect target in the downloaded fragments - -2014-05-28 07:40:19 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: Fix Logical Channel Descriptor parsing - No wonder we were getting garbage ... - -2014-05-27 20:37:26 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - example: ts-parser: add terrestrial delivery system descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=730847 - -2014-05-27 20:32:42 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - example: ts-parser: printing enum types - https://bugzilla.gnome.org/show_bug.cgi?id=730847 - -2014-05-28 14:43:43 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.h: - gl/upload: fix incorrect type in macros - -2014-05-28 14:40:10 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstgluploadmeta.c: - * gst-libs/gst/gl/gstgluploadmeta.h: - gl/upload: add GstGLUploadMeta object - That simply deals with the provider aspect of GstVideoGLTextureUploadMeta. - -2014-05-27 17:34:05 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Add DVB Extended event parsing - -2014-05-27 17:32:52 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Ensure NULL-terminated language code - Yup, it breaks API and ABI, I know. But let's avoid people and bindings - printing out garbage - -2014-05-27 17:25:25 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Fix Extended DVB descriptor parsing - We were over-reading data, and the nb_items field isn't needed, - it's a property of the GPtrArray - -2014-05-28 00:56:05 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - gl/win32: make send_message reentrant - I could not find a comparable win32API function so keep the running - thread pointer to compare against. - https://bugzilla.gnome.org/show_bug.cgi?id=730782 - -2014-05-27 16:17:39 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: Fix usage of memcpy - source and destination were inverted - -2014-05-26 20:38:45 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - examples: Add support for DVB multilingual component descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728429 - -2014-05-26 20:38:19 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - examples: Add support for DVB multilingual service name descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728429 - -2014-05-26 20:37:53 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - examples: Add support for DVB multilingual bouquet name descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728429 - -2014-05-26 20:37:21 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * tests/examples/mpegts/ts-parser.c: - examples: Add support for DVB multilingual network name descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728429 - -2014-04-17 18:20:39 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add multilingual component descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728429 - -2014-04-17 18:20:03 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add multilingual service name descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728429 - -2014-04-17 18:10:51 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add multilingual bouquet name descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728429 - -2014-04-17 18:07:52 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add multilingual network name descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728429 - -2014-05-27 10:21:45 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: add/remove pads to flowcombiner differently due to streaming nature - Due to mpegts streaming nature some pads are created but are only added - later to the element. This can cause a scenario where the first stream - doesn't have an available decoder (while the next ones still pending - would have) and tsdemux will fail with not-linked as the first stream - added wouldn't be linked. - To avoid this tsdemux needs to add pads to the flowcombiner - when they are created instead of only when adding them to the - element. - -2014-05-27 13:56:34 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: fix compiler warning - gstglcolorconvert.c:1133:11: error: 'j' may be used uninitialized in this function - Was used uninitialized when jumping to out label - in error case. - -2014-05-27 18:20:29 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglupload.c: - gl/colorconvert: operate on buffers instead of memories - -2014-05-27 07:42:14 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/mxf/mxfdemux.c: - * gst/mxf/mxfdemux.h: - mxfdemux: remove unread last_flow variable - it isn't necessary anymore and is already unused - -2014-05-27 11:28:27 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - glimagesink: make it actually honor show-preroll-frame property - https://bugzilla.gnome.org/show_bug.cgi?id=730802 - -2014-05-27 12:08:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Compare positions to find the earliest pad, not flow returns - -2014-05-27 08:54:20 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglcontext.h: - gl: add missing cgl and eagl context type - https://bugzilla.gnome.org/show_bug.cgi?id=729245 - -2014-05-27 08:46:16 +0100 Julien Isorce <julien.isorce@gmail.com> - - * configure.ac: - * gst-libs/gst/gl/gstglcontext.c: - * tests/examples/gl/qt/qglwtextureshare/glcontextid.h: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp: - gl: rename platform cocoa to cgl - Before: - GST_GL_PLATFORM=cocoa GST_GL_WINDOW=cocoa - gst-launch-1.0 videotestsrc ! glimagesink - After: - GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa - gst-launch-1.0 videotestsrc ! glimagesink - but still pass --enable-cocoa to configure script - because currently it can only be used with cocoa API. - We could later have cgl/gstglcontext_cgl.h that manages - a CGLContextObj directly and cocoa/gstglcontext_cocoa.h - would just wrap it. - So that it could be used with other Apple's window APIs. - https://bugzilla.gnome.org/show_bug.cgi?id=729245 - -2014-05-27 08:51:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - Revert "androidmedia: Place some const keywords in a few places" - This reverts commit 3078b3a34c1f75b86bd629df1cd7c089a0f69999. - gst_video_frame_map() doesn't take a const GstVideoInfo*, so - all this is rather useless. - -2014-05-27 13:55:15 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - gl/mixer: don't segfault when we don't have a buffer - https://bugzilla.gnome.org/show_bug.cgi?id=729257 - -2014-05-27 13:04:39 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/window_x11: avoid BadDrawable error on shutdown - -2014-05-26 17:34:40 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mxf/mxfdemux.c: - * gst/mxf/mxfdemux.h: - mxfdemux: use GstFlowCombiner - Removes flow return combination code to use the newly added GstFlowCombiner - https://bugzilla.gnome.org/show_bug.cgi?id=709224 - -2014-05-26 17:18:01 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/mpegdemux/gstmpegdemux.c: - * gst/mpegdemux/gstmpegdemux.h: - mpegdemux: use GstFlowCombiner - Removes flow return combination code to use the newly added GstFlowCombiner - https://bugzilla.gnome.org/show_bug.cgi?id=709224 - -2014-05-23 18:26:57 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: use GstFlowCombiner - Removes flow return combination code to use the newly added GstFlowCombiner - -2014-05-27 10:47:25 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - gl/context_egl: pass the vars in the right order to DestroySurface - https://bugzilla.gnome.org/show_bug.cgi?id=728514 - -2014-05-26 16:31:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - androidmedia: Place some const keywords in a few places - -2013-11-13 18:41:33 +0800 Chen Jie <chenj@lemote.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideodec.h: - * sys/androidmedia/gstamcvideoenc.c: - * sys/androidmedia/gstamcvideoenc.h: - androidmedia: add gst_amc_color_format_copy - gst_amc_color_format_copy will copy in/out a frame resides at a - GstAmcBuffer. Lots of codes in gst_amc_video_*_fill_buffer are moved to - this new function. - -2013-10-08 21:11:48 +0800 Chen Jie <chenj@lemote.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamc.h: - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/androidmedia/gstamcvideoenc.c: - androidmedia: move create_src|sink_caps to gstamc.c - Some hack logic needs also to be present in create_src|sink_caps, for - working around some broken codecs. These hacks are hidden - in color_format/video_format conversion -- the prototypes of these - functions are also changed to include more args for hack judgement. - Also in case of multi-color_formats mapped to one video_format, then - map that video_format back will not give the original color_format, which - causes gst_amc_codec_configure failed with something like - 'does not support color format N'. - The new prototype involves with GstAmcCodecInfo and mime, which - ensures the converted color_format is supported by the codec. - A COLOR_FormatYCbYCr to GST_VIDEO_FORMAT_YUY2 mapping is also added, in - order to work around bugs in OMX.k3.video.decoder.avc(which incorrectly - reports supporting COLOR_FormatYCbYCr, which is actually - COLOR_FormatYUV420SemiPlanar). There are already hacks for this in - gst_amc_video_format_to_color_format, gst_amc_color_format_to_video_format - and gst_amc_color_format_info_set, but the codec will still not work(be - ignored because of "has unknown color formats") without adding this mapping. - -2014-04-11 15:14:17 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * sys/dvb/parsechannels.c: - dvb: parsechannels: add delsys property - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=709414 - -2014-05-26 13:29:53 +0200 Edward Hervey <bilboed@bilboed.com> - - * win32/common/libgstcodecparsers.def: - win32: update .def for new symbols - -2014-04-11 15:38:16 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: map SYS_DVBC_ANNEX_A SYS_DVBC_ANNEX_AC for DVB API < 5.6 - https://bugzilla.gnome.org/show_bug.cgi?id=721869 - -2014-04-15 09:31:02 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix typo in testing flag - % instead of & - https://bugzilla.gnome.org/show_bug.cgi?id=721869 - -2014-05-25 15:16:13 +0800 Chen Jie <chenj@lemote.com> - - * sys/androidmedia/gstamcvideoenc.c: - amcvideoenc: Unit of bitrate property is now bit/sec - https://bugzilla.gnome.org/show_bug.cgi?id=705129 - -2014-05-26 11:55:31 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Add support for DVB Bouquet Name parsing - -2014-05-26 11:54:50 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: Fix Bouquet Name parsing - the field is not length prefixed - -2014-05-26 11:42:46 +0200 Edward Hervey <bilboed@bilboed.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Add support for DVB Service List descriptor - -2014-04-17 14:56:23 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add bouquet name descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728364 - -2014-04-17 14:55:29 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add stuffing descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728364 - -2014-04-17 14:54:28 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add service list descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=728364 - -2014-05-10 18:32:28 +0200 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/opus/gstopusenc.c: - opusenc: Use aux vars to minimize critical region - This avoid dead lock between gst_audio_encoder_finish_frame() and - gst_opus_enc_get_property(). - Also, now bytes var is set into protected section. - https://bugzilla.gnome.org/show_bug.cgi?id=729882 - -2014-05-24 19:51:12 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: Add missing tone ioctl - https://bugzilla.gnome.org/show_bug.cgi?id=730692 - -2014-05-25 09:03:32 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: Remove format information to allow color convert again - We also need to remove the format information, as glfilter can do - color convertion. This code was imported from videoconvert. - https://bugzilla.gnome.org/show_bug.cgi?id=729861 - -2014-05-25 11:44:57 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - gl/memory: allocate the correct memory size - and avoid wasting resources we will never need - https://bugzilla.gnome.org/show_bug.cgi?id=730703 - -2014-05-23 23:02:32 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Fix YUY2 and UYVY support with luminance_alpha - https://bugzilla.gnome.org/show_bug.cgi?id=730666 - -2013-12-03 12:09:58 +0100 Jorge Zapata <jorgeluis.zapata@gmail.com> - - * sys/androidmedia/gstamc-constants.h: - * sys/androidmedia/gstamc.c: - androidmedia: Add a new QCOM color format - It is a NV12 based, aligned to 32 bytes - https://bugzilla.gnome.org/show_bug.cgi?id=730635 - -2014-05-23 15:00:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamc.c: - androidmedia: First try to get symbols from the current program, then load libdvm - If the application is using the new ART runtime it will otherwise - load dalvik and start a dalvik VM next to the ART VM. - Does not work very well obviously. - -2013-04-01 07:49:01 +0000 Chen Jie <chenj@lemote.com> - - * sys/androidmedia/Makefile.am: - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamcvideoenc.c: - * sys/androidmedia/gstamcvideoenc.h: - androidmedia: add support for video encoding - https://bugzilla.gnome.org/show_bug.cgi?id=705129 - -2014-05-23 12:07:50 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - gl/memory: provide compatability defines - fixes build on android/OS X - -2014-05-23 11:01:06 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/colorconvert: remove scratch texture for YUY2/UYVY - We can get all our data from the one RG/LA texture with some shader magic. - https://bugzilla.gnome.org/show_bug.cgi?id=728890 - -2014-05-23 10:59:05 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - gl/memory: RGBA/UNSIGNED_BYTE only format supported by ReadPixels GLES2 - Error out in case we attempt to read with any other invalid format. - -2014-05-23 10:57:24 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - gl/memory: generate textures with a sized internal format - Required in order to generate RG and RED textured with GLES3. - -2014-05-21 21:47:45 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - gl/memory: implement GL_EXT_texture_rg support - Which is used by default over the Luminance formats due to it - being color renderable with fbos (and deprecation/removal with - GL 3.x). - https://bugzilla.gnome.org/show_bug.cgi?id=729750 - https://bugzilla.gnome.org/show_bug.cgi?id=704222 - https://bugzilla.gnome.org/show_bug.cgi?id=728890 - -2014-05-22 11:50:16 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - Revert "h264parser: Remove unused fps_num/fps_den fields" - This breaks the build since mss has not been ported. - This reverts commit aeb6a520742fd82888e41ea23f9a39add51125a0. - -2014-05-22 16:12:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - h264parser: Remove unused fps_num/fps_den fields - Instead the newly added function should be used to calculate - the framerate properly. - -2014-05-19 17:52:38 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: use new gst_h264_video_calculate_framerate() to get framerate - https://bugzilla.gnome.org/show_bug.cgi?id=723352 - -2014-05-19 17:43:54 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers_h264: add gst_h264_video_calculate_framerate() - Add a new function to calculate video stream framerate which rely on - SPS, slice header and pic timing using formula: - time_scale 1 1 - fps = ----------------- x --------------- x ------------------------ - num_units_in_tick DeltaTfiDivisor (field_pic_flag ? 2 : 1) - See section E2.1 of H264 specification for definition of variables. - https://bugzilla.gnome.org/show_bug.cgi?id=723352 - -2014-05-21 21:44:40 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl/context: add gl extension checking to check_feature() - Useful for extensions that do not define any new GL API entrypoints - but can still modify behaviour when used. - -2014-05-21 20:36:37 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - gl/download: fixup YUY2/UYVY download - Regression from 2da979831ec3b1a8d993eb6f2d3999c5810c4d67 as it did - not update the download code to reflect the change in texture format. - -2014-05-19 11:48:55 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: set field_pic_flag when parsing a slice header - field_pic_flag was used but never set to other value than its default - https://bugzilla.gnome.org/show_bug.cgi?id=730363 - -2014-05-22 11:54:40 +0100 Damian Ziobro <ziobro.damian@gmail.com> - - * ext/hls/m3u8.c: - hlsdemux: Fix storing of the IV based on the media sequence number - https://bugzilla.gnome.org/show_bug.cgi?id=730574 - -2014-05-22 12:23:57 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix building with newer kernel headers - c400eef3772b7dc470eefae02a1288c2b125e25c introduced some defines to handle - older kernel headers. However, the check is done before the corresponding - kernel header (dvb/frontend.h) is included. As a result the macros are - always defined with results in 'redefined' errors with newer kernel - headers. - Move the check after the include to fix this. - https://bugzilla.gnome.org/show_bug.cgi?id=730570 - -2014-05-21 13:23:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.3.2 === - -2014-05-21 13:06:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * common: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect-build.stamp: - * docs/plugins/inspect.stamp: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * gst/bayer/gstbayerorc-dist.c: - * win32/common/config.h: - Release 1.3.2 - -2014-05-21 12:42:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2014-05-21 19:47:22 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - gl/filter: fixup passthrough bufferpool - In a pipeline like so: - videotestsrc ! gleffects ! videoconvert ! sink - gleffects was simply passing the videoconvert bufferpool to videotestsrc - and not creating a glbufferpool. videobufferpool would then fail - to allocate from the glallocator. - -2014-05-21 10:51:26 +0200 Sebastian Dröge <sebastian@centricular.com> - - * common: - Automatic update of common submodule - From 211fa5f to 1f5d3c3 - -2014-05-21 08:53:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - dvb-section: Don't compare unsigned integers for >= 0 - gst-dvb-section.c:93:12: error: comparison of unsigned expression >= 0 is always true - [-Werror,-Wtautological-compare] - if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0 - ~~~~ ^ ~ - gst-dvb-section.c:93:40: error: comparison of unsigned expression >= 0 is always true - [-Werror,-Wtautological-compare] - if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0 - ~~~~~~ ^ ~ - gst-dvb-section.c:93:70: error: comparison of unsigned expression >= 0 is always true - [-Werror,-Wtautological-compare] - if (hour >= 0 && hour < 24 && minute >= 0 && minute < 60 && second >= 0 - ~~~~~~ ^ ~ - -2014-05-20 17:09:43 +0200 L. Sorin <sorin@axis.com> - - * ext/curl/gstcurlsshsink.c: - curlsshsink: post error on bus in element, not transfer thread - Looks like this file was missed in Bug 728960: - https://bugzilla.gnome.org/show_bug.cgi?id=728960 - https://bugzilla.gnome.org/show_bug.cgi?id=730459 - -2014-05-21 10:26:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglupload.c: - gl/upload: switch the 'master' texture for YUY2, UYVY - From d4bcef3204709159713ff1630978ecac0bd91dc9 on, using a RGBA - texture to hold the data causes the glmemory to have half width - and a scaling of [2, 1]. Using a LA texture solves this problem - however cannot be attached to the framebuffer for copying into - a RGBA texture. Which will be solved by moving to EXT_texture_rg. - https://bugzilla.gnome.org/show_bug.cgi?id=728890 - -2014-05-14 17:59:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/egl/gsteglimagememory.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/gstglfilter.c: - gl/eglimage: add eglimage context feature - Allows us to selectively use EGLImages only when available - https://bugzilla.gnome.org/show_bug.cgi?id=728234 - -2014-05-14 17:33:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - gl/context: add generic feature checking - At the moment it simply delegates to the subclass. - -2014-05-20 11:42:35 +0200 Wim Taymans <wtaymans@redhat.com> - - * gst/bayer/gstbayerorc.orc: - bayer: fix unused variable - -2014-01-28 14:04:11 +0100 L. Sorin <sorin@axis.com> - - * ext/curl/gstcurlsshsink.c: - * ext/curl/gstcurlsshsink.h: - * tests/check/elements/curlsftpsink.c: - curlsftpsink: authenticate remote host via public key fingerprint - Expose one more libcurl option: CURLOPT_SSH_HOST_PUBLIC_KEY_MD5. - This allows authenticating the server by the MD5 fingerprint of - the server's public key. - https://bugzilla.gnome.org/show_bug.cgi?id=723167 - -2014-05-19 13:43:59 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - mpegts: Check hour:minute:second values before creating datetime - Avoids assertions when the packets are malformed and also add the case - where the time isn't specified, only the date. - -2014-05-19 12:25:51 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Check if context creation failed before trying to use it - Otherwise we will cause assertions everywhere by passing NULL to functions - and eventually crash when dereferencing a NULL pointer. - https://bugzilla.gnome.org/show_bug.cgi?id=730069 - -2014-05-19 12:21:13 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglcontext.c: - glcontext: Add more assertions to make sure that everything sets the GError during context creation if something fails - -2014-05-19 11:34:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/freeverb/gstfreeverb.c: - freeverb: Don't pass floats to abs() but instead cast them to ints first - gstfreeverb.c:781:29: error: using integer absolute value function 'abs' when - argument is of floating point type [-Werror,-Wabsolute-value] - if (abs (out_l2) > 0 || abs (out_r2) > 0) - -2014-05-19 09:12:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/rsvg/gstrsvgdec.c: - rsvgdec: Unref handle and output state on error paths - CID 1214604 - -2014-05-16 09:10:48 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/opensles/openslesringbuffer.c: - opensles: Work around race condition in Android < 4.2 that leads to deadlocks on shutdown - We need to sleep a bit before destroying the player object - because of a bug in Android in versions < 4.2. - OpenSLES is using AudioTrack for rendering the sound. AudioTrack - has a thread that pulls raw audio from the buffer queue and then - passes it forward to AudioFlinger (AudioTrack::processAudioBuffer()). - This thread is calling various callbacks on events, e.g. when - an underrun happens or to request data. OpenSLES sets this callback - on AudioTrack (audioTrack_callBack_pullFromBuffQueue() from - android_AudioPlayer.cpp). Among other things this is taking a lock - on the player interface. - Now if we destroy the player interface object, it will first of all - take the player interface lock (IObject_Destroy()). Then it destroys - the audio player instance (android_audioPlayer_destroy()) which then - calls stop() on the AudioTrack and deletes it. Now the destructor of - AudioTrack will wait until the rendering thread (AudioTrack::processAudioBuffer()) - has finished. - If all this happens with bad timing it can happen that the rendering - thread is currently e.g. handling underrun but did not lock the player - interface object yet. Then destroying happens and takes the lock and waits - for the thread to finish. Then the thread tries to take the lock and waits - forever. - We wait a bit before destroying the player object to make sure that - the rendering thread finished whatever it was doing, and then stops - (note: we called gst_opensles_ringbuffer_stop() before this already). - -2014-05-15 20:34:48 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: mpegtsdescriptor: fix gobject-introspection warnings - Adds missing : to gobject-introspection markers - -2014-05-15 19:16:30 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: sections: prevent assertion when packet parsing fails - the descriptors entry can be left as NULL and freeing the structure - will fail (assertion happens) - -2014-05-14 21:32:10 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/gstmotioncells.c: - motioncells: fix memleak - Check gst_buffer_map return and remember to unmap and free memory before - returning - https://bugzilla.gnome.org/show_bug.cgi?id=730133 - -2014-05-14 11:47:03 +0200 Wim Taymans <wtaymans@redhat.com> - - * sys/bluez/gstavdtputil.c: - bluez: fix property names - These were forgotten when they got renamed. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=729731 - -2014-05-13 14:13:57 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - gl/download: update to be similar to the glupload semantics - -2014-05-13 14:07:39 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/colorconvert: fix up alpha clobbering - Previously it would only work if the alpha value was in the last - component (RGBx, BGRx). Now it works wherever the alpha value may - be (xRGB, xBGR, etc). - -2014-05-14 00:23:35 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: post error message when erroring out on unsupported essence wrapping - -2014-04-10 16:10:06 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * Android.mk: - Add missing backslash in Android.mk - https://bugzilla.gnome.org/show_bug.cgi?id=727968 - -2014-05-13 16:29:46 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlssink.c: - hlssink: do not leak playlist object - In finalize, also release the playlist - -2014-05-13 13:16:34 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: Fix building without EGL support - This fixes the OSX build and any builds with --disable-egl. That issue - was introduced in "glfilter: rewrite transform_caps to preserve caps fields". - https://bugzilla.gnome.org/show_bug.cgi?id=729861 - -2014-05-13 13:30:47 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: rewrite transform_caps to preserve caps fields - https://bugzilla.gnome.org/show_bug.cgi?id=729861 - -2014-05-13 10:53:19 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - gl/colorconvert: use the texture scaling from the gl memory - The colorconvert values were not being used at all. - https://bugzilla.gnome.org/show_bug.cgi?id=729896 - -2014-05-12 19:29:45 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: Fix handling of stride with alignement larger then 8 - Setting a scaled factor for X coordinate is not enough as the indexer - will still think stride is shorter and will not fully skip it. Instead, - update width, so the lines are as expected. Combined with the scale, it - will hide the cropped portion. - https://bugzilla.gnome.org/show_bug.cgi?id=729896 - -2014-05-13 11:22:58 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: mpdparser: properly unref gstdatetime - Avoid leaking the GstDateTime instances when summing dates - CID #1212143 - -2014-05-13 10:24:51 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: mpdparser: avoid double free of segment timeline node - The parsing function already frees the old value (if any), avoid a double - free by not freeing it before calling the function without setting the - pointer to NULL - Coverity ID: 1212178 - -2014-05-13 10:13:37 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: mpdparser: avoid double free - The _parse_url function already frees the previous pointer, avoid - freeing it before without setting to null or we have a double free. - Coverity ID: 1212181 - Coverity ID: 1212180 - Coverity ID: 1212179 - -2014-05-13 14:21:15 +0200 Edward Hervey <edward@collabora.com> - - * ext/schroedinger/gstschrodec.c: - schrodec: Use pool configuration - It was leaking the config, but also not using it... - CID #1212155 - -2014-05-13 14:15:24 +0200 Edward Hervey <edward@collabora.com> - - * ext/rsvg/gstrsvgdec.c: - rsvg: Don't leak GstVideoCodecState - And avoid useless call to _get_output_state (set_output_state() already - returns it). - CID #1212160 - CID #1212161 - -2014-05-13 13:54:23 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtbase: Small rewrite - Setting done was useless anyway - -2014-05-13 13:52:48 +0200 Edward Hervey <edward@collabora.com> - - * ext/dash/gstmpdparser.c: - dash: Don't leak GstActiveStream - CID #1212142 - -2014-05-13 11:41:42 +0200 Edward Hervey <edward@collabora.com> - - * sys/shm/gstshmsrc.c: - shm: Don't leak GstShmPipe - By reordering the leaking code path to before the allocation - CID #1212153 - -2014-05-13 11:38:44 +0200 Edward Hervey <edward@collabora.com> - - * gst/vmnc/vmncdec.c: - vmndec: Don't leak output state - _set_output_state returns a reference to the codec state. - CID #1212170 - -2014-05-13 11:35:46 +0200 Edward Hervey <edward@collabora.com> - - * gst/sdp/gstsdpdemux.c: - sdpdemux: Don't leak adapter data - CID #1212158 - -2014-05-13 11:30:35 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegpsmux/psmuxstream.c: - mpegpsmux; Fix stream leak - CID #1212164 - -2014-05-13 11:23:42 +0200 Edward Hervey <edward@collabora.com> - - * gst/jp2kdecimator/jp2kcodestream.c: - jp2kdecimator: Don't leak various slices and arrays - CID #1212139 - CID #1212140 - CID #1212141 - -2014-05-13 11:19:24 +0200 Edward Hervey <edward@collabora.com> - - * gst/asfmux/gstasfobjects.c: - asfmux: Don't leak bytereader - By making it go through the error path that takes care of cleanups - CID #1212168 - -2014-05-12 13:50:47 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Ensure we still have a texture after upload_set_format() - gst_gl_upload_set_format() resets the upload, hence the texture. - So we need to ensure we have a texture after this call when - uploading. - -2014-05-12 12:59:59 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Correctly update the video info from video meta - Using gst_video_info_set_format() isn't complete when updating - a video info from video meta. - -2014-05-12 12:57:18 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Correctly update video info in upload fallback - When the upload accelerated method fails, we fallback to an upload, - but the video info was not correctly updated. - -2014-05-12 18:28:45 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: avoid deadlocking when erroring - It might get stuck when posting the message while - a reconfigure event is being pushed upstream - -2014-05-12 17:37:16 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: fix caps leak - -2014-05-12 15:43:05 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: handle error messages from internal source - set up a bin message handler to get notified of error messages from - the internal source element - -2014-05-12 14:58:45 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: Always accept the latency configure event - Upstream or internal elements are irrelevant and we should - always succeed. - -2014-05-12 14:51:00 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: reenable segment tracking for streams - Store the latest pushed timestamp so that mssdemux streams know - where they are in time - -2014-05-12 14:23:15 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: deprecate unused max-queue-size-buffers - There is no internal storage of buffers anymore - -2014-05-12 14:18:13 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/Makefile.am: - * ext/smoothstreaming/gstdownloadrate.c: - * ext/smoothstreaming/gstdownloadrate.h: - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: measure bitrate similarly to hlsdemux - new bitrate = (old bitrate + (last fragment bitrate * 3)) / 4 - -2014-05-12 13:40:19 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: remove uridownloader in favor of internal source - Refactor mssdemux to remove uridownloader to use an internal - source element which reduces startup latency and provides smaller - buffers for better buffering management downstream - -2014-05-12 13:28:35 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: initialize the mutex and cond for fragment download - -2014-05-12 13:32:31 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: set out_tex after reset, not before - Fix a regression introduced recently with the lazy init. - It was happening when calling gst_video_gl_texture_upload_meta_upload - from an aplication. So not using gst_gl_upload_perform_with_buffer. - -2014-05-11 12:48:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: update the video info on mapping a video frame - The buffer should contain the most specific data on how the data is - formatted. We should use this information. - https://bugzilla.gnome.org/show_bug.cgi?id=729896 - -2014-05-12 21:56:06 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/convert: clobber alpha channel when needed - Needed in the conversion from padded RGB formats to formats with an - alpha channel. e.g. BGRx -> ABGR, etc - https://bugzilla.gnome.org/show_bug.cgi?id=729742 - -2014-05-12 21:51:38 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: avoid performing color conversion when there is no need - One such example is when the buffer contains GstGLMemory in the - RGBA format - https://bugzilla.gnome.org/show_bug.cgi?id=729278 - -2014-05-12 10:01:43 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: Don't free string we're still using - CID 1213780 - -2014-05-11 15:26:45 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: remove unused stream uridownloader - The uridownloader for the stream fragments isn't used anymore. - -2014-05-11 07:56:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/assrender/gstassrender.c: - assrender: Do not try to add a feature to a caps features ANY - It does not makes sense and asserts - Based on 7f9aac386fd5d5921c80100889a5f212c0148a88 from gst-plugins-base. - -2014-05-11 07:55:59 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: Do not try to add a feature to a caps features ANY - It does not makes sense and asserts. - Based on 7f9aac386fd5d5921c80100889a5f212c0148a88 from gst-plugins-base. - -2014-05-11 14:02:34 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/colorconvert: choose the right alpha component for AYUV -> RGBA - -2014-05-11 10:27:02 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: update the respective state when we cache textures/data - -2014-05-01 02:10:20 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: drop C++ style comments - This patch builds on previous work done by - Fabrizio (Misto) Milo <mistobaan@gmail.com> - https://bugzilla.gnome.org/show_bug.cgi?id=641204 - -2014-05-01 01:58:03 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: fix up error reporting - This patch builds on previous work done by - Fabrizio (Misto) Milo <mistobaan@gmail.com> - https://bugzilla.gnome.org/show_bug.cgi?id=641204 - -2014-05-10 23:33:24 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: cache the textures that we are using - -2014-05-10 22:48:05 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: avoid recreating the GLMemory struct for output textures - -2014-04-11 19:38:32 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/rtmp/gstrtmpsrc.c: - rtmpsrc: error out if we get EOS immediately without any data - It's not really right to just go EOS as if nothing was wrong. - -2014-05-10 12:54:58 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: remove confusing debug log line - -2014-05-07 20:08:08 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - * gst/autoconvert/gstautoconvert.h: - autoconvert: factories don't need the lock - An atomic is enough, they can only be set once. - -2014-05-09 20:06:12 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - Revert "autoconvert: Handle caps query on internal srcpad" - This is not needed anymore if the gst_pad_link checks nothing. - This reverts commit a303375a3f5c12e97ca8bf50b5a93ce8652faf23. - -2014-05-09 20:12:27 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: No need to check anything when linking internal pads - -2014-05-09 20:05:07 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Don't ignore elements accepted ANY, it is valid - -2014-05-09 18:49:14 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Remove broken usage of the iterator - We're a subclass, so we can just take the object lock and iterate the list - directly. - -2014-05-08 19:35:07 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Process upstream getcaps - Process it like downstream getcaps - -2014-05-07 20:00:08 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Return the GList of factories, to a pointer to it. - -2014-05-07 19:54:46 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - * gst/autoconvert/gstautoconvert.h: - autoconvert: subelement can only be change with stream lock held - It was already the case, now be more explicit about that, and remove useless - lock/ref/unlock/unref dances. - -2014-05-07 19:48:49 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Keep a ref to the pads too - Simplifies the code - -2014-05-07 19:47:04 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Remove uneeded if() - NULL is valid GList - -2014-05-07 19:44:11 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Always push reconfigure upstream too - A reconfigure could trigger a change of contents instead of just reconfiguring the internal element - -2014-05-07 19:43:13 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: Remove unused internal parameter - -2014-05-09 18:59:46 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglupload.c: - gl: Fix some of the error handling - -2014-05-09 17:59:43 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglupload.c: - glupload: Update GstVideoInfo after the buffer is mapped - gst_video_frame_map() will store an updated video info base - on the video meta. In order to have the right stride and offset - we should update that video info accordingly. - -2014-05-09 15:42:08 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstglshadervariables.c: - gl: Fix memory leak - CID #1212171 - -2014-05-09 15:26:31 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hls: Remove invalid free - data does not have to be freed at all here, it's a pointer to - an arbitrary position inside the current line. Also don't reuse - the data variable for anything else, that will cause crashes - in playlists that have the I-frame playlist URI followed by - other attributes. - CID 1212127 - -2014-05-09 14:31:57 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: Fix leak - The cell extension was never added to the parent cell - CID #1212162 - -2014-05-09 22:22:43 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/colorconvert: preserve alpha in AYUV <-> RGBA conversions - https://bugzilla.gnome.org/show_bug.cgi?id=729743 - -2014-05-09 18:07:03 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglupload.c: - gl/colorconvert: implement lazy init - -2014-05-08 15:38:24 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: set initted to TRUE when _init_upload succeeded - -2014-05-08 22:49:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gldisplay: Use GST_STR_NULL() for printing possibly NULL strings and print all variables we use - Fixes compiler warning about set but not used platform_choice variable - among other things. - -2014-05-08 16:08:08 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstgleffects.c: - gleffects: use gl_vtable - -2014-05-08 17:28:11 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: fix compilation on OS X - -2014-05-08 15:40:33 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: fail propoerly if init fails - -2014-05-08 15:30:49 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - gl: make all GObjects inherit from GstObject - Aids memory leak debugging with GST_TRACE=mem-live - -2014-05-08 13:46:29 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * tests/check/libs/gstglupload.c: - gl/upload: implement lazy init - Rename init_format to set_format - -2014-05-08 00:59:42 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - gl/upload: add get_format method - Simply retreives the format set by init_format - -2014-05-08 00:48:07 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - gl/filter: attempt to passthrough the pool if the caps are the same - Reduces the number of glbufferpool instances required for >=2 - consecutive GL elements in a pipeline. - -2014-05-08 00:43:14 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - gl/filter: always initialize the upload object - -2014-05-07 21:45:53 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmixer.c: - gl: advertise GstGLMemory usage in the caps as capsfeatures - https://bugzilla.gnome.org/show_bug.cgi?id=729658 - -2014-05-07 20:12:23 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/clutter/clutteractor.c: - * tests/examples/gl/clutter/clutteractortee.c: - gl/examples: fix compilation for clutter examples - ClutterX11TexturePixmap is deprecated in Clutter 1.6 and we ask for - at least 1.8 - -2014-05-07 19:05:55 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gl/display: avoid endless recursion for cocoa - -2014-05-06 08:52:27 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: deprecate max-buffering-time property - It is not used as dashdemux doesn't have a internal buffer - for fragments anymore - -2014-05-06 01:56:28 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: removing old unused code - The 'catch up mode' isn't needed anymore since dashdemux - is downloading and pushing from the same thread - -2014-05-05 10:13:15 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: remember to set starting fragment to new fragments - -2014-05-02 18:34:04 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: handle a few more error cases - related to missing plugins, bad URI and a lockup on dealing with - errors from the source. - -2014-05-02 18:32:56 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Only set timestamp to the first buffer of fragments - Setting it to the other parts of the fragment is slightly wrong - and misleading as it isn't accurate enough. - -2014-05-02 18:30:05 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: handle error messages from the sources - Set up a message handling function to be able to catch errors - from the source element and signal the cond to allow the download - loop to retry the download. - -2014-05-01 21:04:54 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: check for errors between downloads - To abort earlier in case of failures - -2014-05-01 21:00:32 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Always accept the latency configure event - Upstream or internal elements are irrelevant and we should - always succeed. - -2014-05-01 12:04:51 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/Makefile.am: - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstdownloadrate.c: - * ext/dash/gstdownloadrate.h: - dashdemux: measure download rate just like hlsdemux - new bitrate = (old bitrate + (last fragment bitrate * 3)) / 4 - -2014-04-25 08:50:18 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: remove uridownloader from fragments download - Instead, use a source element linked to a ghostpad to provide - smaller buffers and more granular control for downstream - buffering elements while also reducing startup latency - -2014-05-07 09:11:25 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - gl/sink: make sure we always initialize the upload object - https://bugzilla.gnome.org/show_bug.cgi?id=729542 - -2014-05-06 19:24:55 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: fix internal source event leaks - -2014-05-06 11:59:24 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglupload.c: - gl: do not allocate the target texture of an EGLImage - The target texture of an EGLImage is the texture bind just - before calling glEGLImageTargetTexture2D. - As we currently only support a gl texture as the source of an EGLImage - the gl texture is actually already allocated when creating the eglimage. - I also see some cases where it fails to upload an eglimage when - glTexImage2D is called on the target. - -2014-05-06 11:51:31 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglutils.c: - gl: allow to avoid calling glTexImage2D(w, h, NULL) when generating a texture - Just pass 0 as width or height to gst_gl_context_gen_texture. - -2014-05-06 11:27:47 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglbufferpool.c: - gl: no need to initialize a frame buffer object to upload an eglimage - Fix https://bugzilla.gnome.org/show_bug.cgi?id=729588 - -2014-05-06 11:21:56 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - gl: use GST_CAT_ERROR instead of GST_ERROR_OBJECT - It fixes segault when GST_DEBUG is at least level 1 and eglCreateImage fails - -2014-05-06 10:14:26 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglupload.c: - gl: delete texture used with GstVideoGLTextureUploadMeta - -2014-05-06 14:23:34 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl: use gst_gl_context_gen_shader helper instead of duplicating code - -2014-05-06 09:55:05 -0400 Luis de Bethencourt <luis@debethencourt.com> - - * gst/pnm/gstpnmenc.c: - pnmenc: remove empty line - Remove trailing empty line from commit bfdc54395238c04fc6e5b51880c2d706f33e9011 - https://bugzilla.gnome.org/show_bug.cgi?id=729614 - -2013-11-20 12:16:17 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst/mpegtsmux/tsmux/tsmux.h: - mpegtsmux: Remove unused data in TsMuxSection - https://bugzilla.gnome.org/show_bug.cgi?id=721685 - -2014-05-06 21:17:59 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/check/Makefile.am: - tests: reenable camerabin element test - -2014-05-06 16:39:06 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * tests/check/Makefile.am: - gl/display: clean up pre gstglcontext api and struct fields - https://bugzilla.gnome.org/show_bug.cgi?id=729551 - -2014-05-06 17:27:15 +1000 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - gl/display: add get_handle_type - https://bugzilla.gnome.org/show_bug.cgi?id=729551 - -2014-05-06 17:08:18 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gl/display: avoid opening the X11 display on systems with Cocoa (OS X) - https://bugzilla.gnome.org/show_bug.cgi?id=729551 - -2014-05-06 16:39:55 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - gl/window: fix string length check for eagl - -2014-05-06 16:31:28 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - gl/display: check the correct env variable for choosing an egl display - GST_GL_WINDOW is used for window system specific choices. - An EGLDisplay can be created from window systems with egl support by using - eglGetDisplay(). - https://bugzilla.gnome.org/show_bug.cgi?id=729551 - -2014-05-06 12:56:25 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/cocoa/Makefile.am: - gl/cocoa: Use OBJCFLAGS where needed - Should fix usage of c-compiler-only flags with an objective-c compiler - -2014-05-06 09:48:58 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/pnm/gstpnmenc.c: - pnmenc: fix flow return and buffer leak in not-negotiated case - https://bugzilla.gnome.org/show_bug.cgi?id=729614 - -2014-05-06 09:40:01 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/icles/.gitignore: - tests: add new vp8parser-test binary to .gitignore - -2014-05-05 17:20:45 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Don't reset stream if the key hasn't changed - -2014-05-05 17:00:02 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - * ext/srtp/gstsrtpdec.h: - srtpdec: Add "remove-key" action signal to remove a single key - Removing all the keys can be a problem as it also resets the various - counters, so instead add an option to remove a single key. - -2014-05-05 22:25:08 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Use %u in templates to match rtpbin - -2014-05-06 00:11:26 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Remove unused field - -2014-05-06 09:23:13 +0530 Sanjay NM <sanjay.nm@samsung.com> - - * gst/pnm/gstpnmenc.c: - Fix for not checking zero width and height - Signed-off-by: Sanjay NM <sanjay.nm@samsung.com> - https://bugzilla.gnome.org/show_bug.cgi?id=729614 - -2014-05-05 11:13:09 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Only set the segment position if there is a timestamp - Only the first buffer of a fragment has its timestamp set, so only - update the segment.position when pushing those buffers to avoid - having GST_CLOCK_TIME_NONE set to the position - https://bugzilla.gnome.org/show_bug.cgi?id=729364 - -2014-05-05 12:30:32 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - configure: Use the same includes for GL that we would use later in the code for checking if GLES2 and OpenGL headers can both be included - -2014-05-05 20:06:29 +1000 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - gl: check if we can include both GL and GLES2 headers at the same time - If we cannot, then default to GL over GLES2 unless GLES2 is required. - -2014-05-05 09:46:06 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Set Cache-Control header according to the caching requirements of the playlist - -2014-05-05 09:38:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: Update for uri downloader API changes - -2014-05-05 09:37:44 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Update for uri downloader API changes - -2014-05-05 09:36:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - * gst-libs/gst/uridownloader/gsturidownloader.h: - uridownloader: Add parameter to disallow caching as required by HLS - -2014-05-05 09:34:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hls: Store allowcache playlist field in a boolean - -2014-05-04 22:22:14 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - configure: Use the same #includes for checking GL types as later in the code - -2014-05-03 21:38:42 -0400 Luis de Bethencourt <luis@debethencourt.com> - - * tests/examples/gl/clutter/cluttershare.c: - gl/clutter: safer check for cogl version - Use COGL_VERSION_ENCODE to check for the minimum required and maximum allowed - cogl version. In certain situations just using the COGL_VERSION_* macro name can - give you the following error: - error "COGL_VERSION_MAX_ALLOWED must be >= COGL_VERSION_MIN_REQUIRED" - -2014-05-03 21:05:19 -0400 Luis de Bethencourt <luis@debethencourt.com> - - * tests/examples/gl/generic/cube/main.cpp: - * tests/examples/gl/generic/cubeyuv/main.cpp: - * tests/examples/gl/generic/doublecube/main.cpp: - * tests/examples/gl/generic/recordgraphic/main.cpp: - gl/examples/generic: remove trailing whitespaces - -2014-05-03 20:48:33 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - Back to development - -=== release 1.3.1 === - -2014-05-03 18:16:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * gst/audiomixer/gstaudiomixerorc-dist.c: - * gst/bayer/gstbayerorc-dist.c: - * gst/fieldanalysis/gstfieldanalysisorc-dist.c: - * gst/gaudieffects/gstgaudieffectsorc-dist.c: - * win32/common/config.h: - * win32/common/libgstcodecparsers.def: - Release 1.3.1 - -2014-05-03 18:16:07 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2014-05-03 19:45:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/gl/clutter/Makefile.am: - examples: Fix CFLAGS in clutter GL examples - -2014-05-03 19:42:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/examples/gl/Makefile.am: - examples: Add all gl subdirs to DIST_SUBDIRS to fix the build - -2014-05-03 17:24:17 +0200 Sebastian Dröge <sebastian@centricular.com> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - po: Update translations - -2014-05-03 13:12:40 +0200 Sebastian Dröge <sebastian@centricular.com> - - * Makefile.am: - * configure.ac: - * sys/Makefile.am: - * sys/mfc/Makefile.am: - * sys/mfc/fimc/fimc.c: - * sys/mfc/fimc/fimc.h: - * sys/mfc/gstmfc.c: - * sys/mfc/gstmfcdec.c: - * sys/mfc/gstmfcdec.h: - * sys/mfc/mfc_decoder/mfc_decoder.c: - * sys/mfc/mfc_decoder/mfc_decoder.h: - mfc: Remove mfc plugin, it is obsoleted by the v4l2videodec element from gst-plugins-good - -2014-05-03 12:02:27 +0200 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/mpegtsmux.c: - mpegtsmux: Use complete caps for setting up the streams in the test - -2014-05-03 10:15:16 +0200 Sebastian Dröge <sebastian@centricular.com> - - * common: - Automatic update of common submodule - From bcb1518 to 211fa5f - -2014-03-19 09:22:08 +0100 Per x Johansson <perxjoh@axis.com> - - * gst/debugutils/gstwatchdog.c: - watchdog: Add handling of PAUSED state - Also allow disabling the timeout by setting it to 0. - https://bugzilla.gnome.org/show_bug.cgi?id=726156 - -2014-05-02 17:27:56 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.c: - * ext/srtp/gstsrtpenc.h: - srtpenc: Add config for the replay window size - -2014-05-02 17:24:47 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.h: - srtpenc: Remove unused object members - -2014-05-02 17:19:21 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Remove useless structure - Remove now useless structure - -2014-05-02 17:14:14 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Remove ssrc parsing from stream - It's no longer used - -2014-05-02 17:13:54 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Remove SSRC from signal, it's meaningless - -2014-05-02 17:07:21 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.c: - * ext/srtp/gstsrtpenc.h: - srtpenc: Set the SRTP key as a shared key for all SSRCs - This is already how it was used. - -2014-05-02 14:20:58 +0200 Blake Tregre <blake.tregre@gmail.com> - - * gst/librfb/gstrfbsrc.c: - rfbsrc: Send stream-start event in the beginning - https://bugzilla.gnome.org/show_bug.cgi?id=726802 - -2014-05-02 10:44:41 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Update for URI downloader API changes - And make sure to set refresh=TRUE when updating the playlist. - -2014-05-02 10:43:06 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: Update for URI downloader API changes - And include the manifest file as referer in requests, and make sure - to set refresh=TRUE when updating the manifest. - -2014-05-02 10:39:22 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Update for URI downloader API changes - And include the MPD file as referer in requests, and make sure - to set refresh=TRUE when updating the MPD. - -2014-05-02 10:36:21 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - * gst-libs/gst/uridownloader/gsturidownloader.h: - uridownloader: Add refresh parameter to hint caches that they should check if they're up to date - -2014-05-02 15:56:59 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: use the bufferpool's upload when available - Avoids duplicating GL resources - https://bugzilla.gnome.org/show_bug.cgi?id=728872 - -2014-05-02 05:57:00 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl: show internal cocoa window on top of others - Useful when your OSX terminal is fullscreen - https://bugzilla.gnome.org/show_bug.cgi?id=728127 - -2014-05-02 05:51:36 +0100 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/gl/cocoa/cocoa-videooverlay.m: - gl: pass NSView instead of NSWindow in cocoa-videooverlay example - https://bugzilla.gnome.org/show_bug.cgi?id=728451 - -2014-05-02 05:50:18 +0100 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/gl/cocoa/cocoa-videooverlay.m: - gl: add copyright to cocoa example - -2014-05-02 05:46:18 +0100 Julien Isorce <julien.isorce@gmail.com> - - * configure.ac: - * tests/examples/gl/cocoa/.gitignore: - * tests/examples/gl/cocoa/Makefile.am: - * tests/examples/gl/cocoa/cocoa-videooverlay.m: - * tests/examples/gl/cocoa/videooverlay/.gitignore: - * tests/examples/gl/cocoa/videooverlay/Makefile.am: - gl: rename cocoa example and move it to its parent directory - -2014-05-02 05:29:41 +0100 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/gl/cocoa/README: - gl: remove unuseful README for cocoa example - -2014-05-01 16:07:05 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - gl/pool: init the upload object on start - Theoretically, set_config could be called multiple times - -2014-05-01 19:16:35 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Only clear streams if they have been created - -2014-05-01 19:10:43 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Use object debug - -2014-05-01 15:59:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Always succeed the LATENCY event - Upstream and our internal source is irrelevant for the latency - and we don't want the LATENCY event to ever fail. - -2014-05-01 15:56:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Reset the last flow return before restarting the internal source - Otherwise we will never recover from previous errors, and especially - will never start again after a flushing seek if downstream returned - GST_FLOW_FLUSHING to us. - -2014-05-01 15:29:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Only set PTS on the first buffer of a fragment instead of setting the same on all of them - -2014-04-30 17:59:28 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Always flush the internal proxy pads before downloading - hlsdemux can't rely on the source to push flushes on a seek on ready - as that might not make sense. So always resort to flushing the - internal proxy pads by pushing flush events from the source's src pad. - Also as the seeking is not required anymore, only seek if there is - really a byte range to be used. And store a ref to the source's - src pad to avoid doing get_static_pad for every fragment. - -2014-05-01 14:36:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - gl: Try harder to load symbols from the correct place - This commit makes the loading of the GModules threadsafe, and - always first tries to load the symbol for the GL library that - is selected for the current context. Only then it falls back - to looking into the current module (NULL), and only as a last - resort the context specific function (e.g. eglGetProcAddress()) - is called. - Also add configure parameters to select the names of the library - modules instead of using the defaults, and let the defaults be - independent of the G_MODULE_SUFFIX. - https://bugzilla.gnome.org/show_bug.cgi?id=728753 - -2014-05-01 14:11:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglcolorscale.c: - glcolorscale: fix operation with dual GL, GLES2 libgstgl - -2014-05-01 13:57:16 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - gl/mem: implement texture copying between formats with strides properly - Previously, we used the width to determine the amount of data to be - copied using pbos. This, makes it allocate enough data for the - the strides as well. - -2014-05-01 12:51:06 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.h: - gl/mem: pad the public struct - -2014-04-30 18:37:27 +0100 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl: no need to provide full lib path to load symbols - - Make gstgl work on Mali - - Keep it work on RPI - - fallback to NULL name module if fails with usual lib name - https://bugzilla.gnome.org/show_bug.cgi?id=728753 - -2014-04-30 10:05:15 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/kate/gstkatespu.c: - kate: avoid read buffer overflow in crafted stream - Coverity 1208777 - -2014-04-30 17:30:06 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstglcolorscale.c: - * ext/gl/gstglcolorscale.h: - glcolorscale: use a shader on GLESv2 - Otherwise you only see black frames - Fix https://bugzilla.gnome.org/show_bug.cgi?id=728947 - -2014-04-30 15:30:53 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - glimagesink: use new helper function to avoid duplicating default shader text - -2014-04-30 15:28:35 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectssources.c: - * ext/gl/effects/gstgleffectssources.h: - gleffects: use new helper functions to avoid duplicating the same vertex shader text - And also use the default fragment shader text for the identity effect - -2014-04-30 15:20:23 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - gl: add convenient functions to setup default vertex and fragment shaders - Most of our 2D filters use the same simple vertex shader. - Also define the default fragment shader as the identity. - Avoid duplicating the same vertex and fragment shader text. - -2014-04-30 08:53:19 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Only unref pending buffer if there is one - -2014-04-29 18:15:05 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Do not push last buffer after error - In decryption scenario, a buffer is always stored to be sent later - to wait for more data or EOS to be able to strip the final bytes - if requested. In case an error hapenned this buffer can be ignored - and not pushed downstream. - -2014-04-29 18:14:29 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: flush the adapter in the end of a fragment - In case of error there might be some data left in the - adapter when EOS is received. Clear the adapter to be - able to restart again later if requested. - -2014-04-29 18:14:14 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: handle more error cases - Handle some more error cases: - 1) When the source element fails to go to ready - 2) When decryption fails - 3) When there is no source to handle a specific URI - 4) When the URI is invalid - -2014-04-29 15:19:51 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: handle errors from internal source - Set up a message handling function to catch errors from the internal - source and store the last return code to identify error situations - when returning from a fragment download. - Also moves the duration increase to after the download when we - know if it was successful or not - -2014-04-29 15:17:00 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Improve pad switching conditions - When using the internal source, hlsdemux doesn't know the caps of - the input before adding the pad, so remove the arguments that would - use that as it is always NULL. - And use an specific flag to signal when a pad switch is required. - Using the discont flag is a bad idea now because when a fragment - download fails it will lead to exposing a pad group without any - data, causing decodebin to abort. - -2014-04-28 20:01:48 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: properly flush decryption status on seeks - Avoids mixing decryption of different fragments when seeking happens - and leading to broken stream output. - -2014-04-28 19:10:02 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Track fragments duration - When receving EOS from the internal src, increase the current positon - by the fragment duration to allow correct restoring of download position - if the bitrate changes - -2014-04-25 12:55:54 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: properly stop tasks by stopping fragment download - Issue a signal to the fragment download cond to stop - the task earlier - -2014-04-25 10:40:50 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: decrypt before typefinding - Make sure typefinding gets the decrypted content instead of - trying to typefind the encrypted data. - -2014-04-25 10:39:19 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: fix decryption function return - Correctly return the decrypted buffer when it succeeds and - return NULL otherwise - -2014-04-22 20:19:54 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: keep connection alive between downloads - Use the same properties as uridownloader to keep connections alive - between consecutive fragments downloads. - 1) set keep-alive property to true - 2) keep the element in READY instead of in NULL - -2014-04-16 20:02:35 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: create sources from uri - Instead of using always an http source, create it dynamically from - uri when needed. If not needed just replace the URI on the current - element - -2014-04-16 18:04:05 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: do not try to run typefind again if caps is the same - Always reset the do_typefind flag if hls did typefind because - trying it on non-zero offsets doesn't make sense and will cause - assertions - -2014-04-16 06:12:42 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: enable download bitrate measure - Measure the download bitrate to be able to select - the best playlist. - As the buffers are directly pushed downstream and it - might block. The time is only measured from the download - until the pad push and it is started again after the push - returns. - -2014-04-08 17:31:32 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: re-enable decryption after uridownloader removal - Now the decryption is done buffer by buffer instead of on the - whole fragment at once. As it expects multiples of 16 bytes a - GstAdapter was added to properly chunk the buffers. - Also the last buffer must be resized depending on the value of the - last byte of the fragment, so hlsdemux always keeps a pending buffer - as it doesn't know if it is the last one yet - -2014-04-07 13:57:26 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: replace uridownloader with a GstElement - The GstElement is directly linked into a ghost pad and - its buffers are pushed as received downstream. This way the - buffers are small enough and not a whole fragment that usually - causes extra latency and makes buffering harder - -2014-04-29 19:24:08 +0100 Philippe Normand <pnormand@igalia.com> - - * gst-libs/gst/gl/gstglutils.h: - gl: add missing G_BEGIN/END_DECLS in utils header - -2014-04-29 13:21:27 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/examples/gl/gtk/Makefile.am: - examples: gl: add missing entry to cflags to find gst/gl/gl.h - Otherwise build fails - -2014-04-29 16:44:59 +0200 Stefan Sauer <ensonic@users.sf.net> - - * tests/examples/gl/gtk/gstgtk.c: - tests: drop direct include - It is only allowed to include gdk/gdkx.h and that will bring all the x11 things. - -2014-01-06 22:13:21 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sndfile: send a toc for the segments in the audio file - -2014-04-29 15:06:00 +0000 Haakon Sporsheim (ieei) <haakon.sporsheim@gmail.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: unref/replace force_key_unit_event in gst_h264_parse_reset - https://bugzilla.gnome.org/show_bug.cgi?id=729200 - -2014-04-29 22:18:14 +1000 Jan Schmidt <jan@centricular.com> - - * tests/examples/gl/sdl/Makefile.am: - gl/sdl example: Fix uninstalled build - -2014-04-23 20:29:47 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglutils.c: - gl: Reduce noisy Info level output to LOG - -2014-04-29 18:32:22 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gl/sdl/Makefile.am: - * tests/examples/gl/sdl/sdlshare.c: - gl/examples/sdl: update for the latest gstgl changes - -2014-04-29 16:38:55 +1000 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - * tests/examples/Makefile.am: - * tests/examples/gl/Makefile.am: - * tests/examples/gl/clutter/.gitignore: - * tests/examples/gl/clutter/Makefile.am: - * tests/examples/gl/clutter/clutteractor.c: - * tests/examples/gl/clutter/clutteractortee.c: - * tests/examples/gl/clutter/cluttershare.c: - * tests/examples/gl/clutter/cluttershare.cbp: - * tests/examples/gl/cocoa/Makefile.am: - * tests/examples/gl/cocoa/README: - * tests/examples/gl/cocoa/videooverlay/.gitignore: - * tests/examples/gl/cocoa/videooverlay/Makefile.am: - * tests/examples/gl/cocoa/videooverlay/main.m: - * tests/examples/gl/generic/Makefile.am: - * tests/examples/gl/generic/README: - * tests/examples/gl/generic/cube/.gitignore: - * tests/examples/gl/generic/cube/Makefile.am: - * tests/examples/gl/generic/cube/cube.vcproj: - * tests/examples/gl/generic/cube/main.cpp: - * tests/examples/gl/generic/cubeyuv/.gitignore: - * tests/examples/gl/generic/cubeyuv/Makefile.am: - * tests/examples/gl/generic/cubeyuv/cubeyuv.vcproj: - * tests/examples/gl/generic/cubeyuv/main.cpp: - * tests/examples/gl/generic/doublecube/.gitignore: - * tests/examples/gl/generic/doublecube/Makefile.am: - * tests/examples/gl/generic/doublecube/doublecube.vcproj: - * tests/examples/gl/generic/doublecube/main.cpp: - * tests/examples/gl/generic/generic.sln: - * tests/examples/gl/generic/recordgraphic/.gitignore: - * tests/examples/gl/generic/recordgraphic/Makefile.am: - * tests/examples/gl/generic/recordgraphic/main.cpp: - * tests/examples/gl/generic/recordgraphic/recordgraphic.vcproj: - * tests/examples/gl/gtk/Makefile.am: - * tests/examples/gl/gtk/README: - * tests/examples/gl/gtk/filternovideooverlay/.gitignore: - * tests/examples/gl/gtk/filternovideooverlay/Makefile.am: - * tests/examples/gl/gtk/filternovideooverlay/filternovideooverlay.vcproj: - * tests/examples/gl/gtk/filternovideooverlay/main.cpp: - * tests/examples/gl/gtk/filtervideooverlay/.gitignore: - * tests/examples/gl/gtk/filtervideooverlay/Makefile.am: - * tests/examples/gl/gtk/filtervideooverlay/filtervideooverlay.vcproj: - * tests/examples/gl/gtk/filtervideooverlay/main.cpp: - * tests/examples/gl/gtk/fxtest/.gitignore: - * tests/examples/gl/gtk/fxtest/Makefile.am: - * tests/examples/gl/gtk/fxtest/fxtest.c: - * tests/examples/gl/gtk/fxtest/fxtest.vcproj: - * tests/examples/gl/gtk/fxtest/pixbufdrop.c: - * tests/examples/gl/gtk/gstgtk.c: - * tests/examples/gl/gtk/gstgtk.h: - * tests/examples/gl/gtk/gtk.sln: - * tests/examples/gl/gtk/gtkvideooverlay/.gitignore: - * tests/examples/gl/gtk/gtkvideooverlay/Makefile.am: - * tests/examples/gl/gtk/gtkvideooverlay/gtkvideooverlay.vcproj: - * tests/examples/gl/gtk/gtkvideooverlay/main.cpp: - * tests/examples/gl/gtk/pixbufdrop/pixbufdrop.vcproj: - * tests/examples/gl/gtk/switchvideooverlay/.gitignore: - * tests/examples/gl/gtk/switchvideooverlay/Makefile.am: - * tests/examples/gl/gtk/switchvideooverlay/main.cpp: - * tests/examples/gl/gtk/switchvideooverlay/switchvideooverlay.vcproj: - * tests/examples/gl/qt/Makefile.am: - * tests/examples/gl/qt/README: - * tests/examples/gl/qt/mousevideooverlay/gstthread.cpp: - * tests/examples/gl/qt/mousevideooverlay/gstthread.h: - * tests/examples/gl/qt/mousevideooverlay/main.cpp: - * tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.pri: - * tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.pro: - * tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.sln: - * tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.vcproj: - * tests/examples/gl/qt/mousevideooverlay/pipeline.cpp: - * tests/examples/gl/qt/mousevideooverlay/pipeline.h: - * tests/examples/gl/qt/mousevideooverlay/qrenderer.cpp: - * tests/examples/gl/qt/mousevideooverlay/qrenderer.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/gstthread.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/gstthread.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/main.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/qglrenderer.cpp: - * tests/examples/gl/qt/qglwidgetvideooverlay/qglrenderer.h: - * tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.pri: - * tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.pro: - * tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.sln: - * tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.vcproj: - * tests/examples/gl/qt/qglwtextureshare/AsyncQueue.h: - * tests/examples/gl/qt/qglwtextureshare/README: - * tests/examples/gl/qt/qglwtextureshare/cocoa_utils.mm: - * tests/examples/gl/qt/qglwtextureshare/glcontextid.h: - * tests/examples/gl/qt/qglwtextureshare/gstthread.cpp: - * tests/examples/gl/qt/qglwtextureshare/gstthread.h: - * tests/examples/gl/qt/qglwtextureshare/main.cpp: - * tests/examples/gl/qt/qglwtextureshare/moc_gstthread.cpp: - * tests/examples/gl/qt/qglwtextureshare/moc_pipeline.cpp: - * tests/examples/gl/qt/qglwtextureshare/moc_qglrenderer.cpp: - * tests/examples/gl/qt/qglwtextureshare/pipeline.cpp: - * tests/examples/gl/qt/qglwtextureshare/pipeline.h: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp: - * tests/examples/gl/qt/qglwtextureshare/qglrenderer.h: - * tests/examples/gl/qt/qglwtextureshare/qglwtextureshare: - * tests/examples/gl/qt/qglwtextureshare/qglwtextureshare.pro: - * tests/examples/gl/qt/videooverlay/Debug/videooverlay: - * tests/examples/gl/qt/videooverlay/GeneratedFiles/debug/moc_gstthread.cpp: - * tests/examples/gl/qt/videooverlay/GeneratedFiles/debug/moc_pipeline.cpp: - * tests/examples/gl/qt/videooverlay/GeneratedFiles/debug/moc_qrenderer.cpp: - * tests/examples/gl/qt/videooverlay/videooverlay.cpp: - * tests/examples/gl/qt/videooverlay/videooverlay.pri: - * tests/examples/gl/qt/videooverlay/videooverlay.sln: - * tests/examples/gl/qt/videooverlay/videooverlay.vcproj: - * tests/examples/gl/qt/videooverlay/videovideooverlay.pro: - * tests/examples/gl/sdl/.gitignore: - * tests/examples/gl/sdl/Makefile.am: - * tests/examples/gl/sdl/sdl.sln: - * tests/examples/gl/sdl/sdlshare.c: - * tests/examples/gl/sdl/sdlshare.vcproj: - gl/examples: move to -bad - - fix all the compiler errors - - give them their own gl directory - -2014-04-28 15:56:06 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * pkgconfig/gstreamer-egl-uninstalled.pc.in: - * pkgconfig/gstreamer-egl.pc.in: - egl: remove pc files - Forgot to do that in 09116bf10d515d50bdd1e9a20278be816cb762aa: - "egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink" - -2014-04-28 15:52:41 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * pkgconfig/gstreamer-gl-uninstalled.pc.in: - * pkgconfig/gstreamer-gl.pc.in: - gl: append GL_LIB and GL_CFLAGS in pc files - -2014-04-28 15:47:27 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * configure.ac: - gl: append EGL_LIB to GL_LIB - -2014-04-28 15:15:20 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - gl: use gst_gl_platform_from_string because we support gl shareList on all platforms - -2014-04-28 15:07:34 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglfilter.c: - glfilter: only warn when other_context attribute is set - Fix false positive - -2014-04-28 14:54:21 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl: fix string literal warning - warning: format not a string literal, argument types not checked [-Wformat-nonliteral] - -2014-04-28 10:12:52 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Unset referer if none was specified later on - -2014-04-28 09:32:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Set Referer in requests to the playlist URI - -2014-04-28 09:23:34 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - * gst-libs/gst/uridownloader/gsturidownloader.h: - uridownloader: Add API to specify the referer of a request - -2014-04-27 23:29:41 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix parsing of slice groups for map type = 2. - When parsing slice groups information for slice_group_map_type = 2, we - should only be reading up to num_slice_groups_minus1 groups since there - is always a "leftover" slice group and as many "foreground" slice groups - as needed. - This fixes parsing for SVCBMT-5 and SVCBMT-12 whereby the base layer would - have incorrectly been parsed to have up to 38 reference frames in list0, - which is not possible. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-04-27 09:25:50 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * sys/decklink/gstdecklink.cpp: - decklink: Don't fail if HW does not have all interfaces - This patch completes 1c1cc73a3b230454663971656515297f9ee8bd9f. These - changes where accidentally pushed as a separate patch with wrong commit - message. - https://bugzilla.gnome.org/show_bug.cgi?id=7273 - -2014-04-27 13:09:52 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/decklink/gstdecklink.cpp: - Revert "y4mdec: check for VIDEO meta instead of CROP meta" - This reverts commit 68309bd21592a96dc8241702f17ded4e5f545f33. - Commit message and files changed do not match. - -2014-04-27 00:36:32 +0100 Tim-Philipp Müller <tim@centricular.com> - - * ext/daala/gstdaaladec.c: - * ext/hls/gsthlsdemux.c: - * gst/liveadder/liveadder.c: - * gst/sdp/gstsdpdemux.c: - * gst/speed/gstspeed.c: - * gst/videomeasure/gstvideomeasure_collector.c: - * gst/videomeasure/gstvideomeasure_ssim.c: - * gst/videosignal/gstsimplevideomark.c: - * gst/videosignal/gstsimplevideomarkdetect.c: - * gst/videosignal/gstvideoanalyse.c: - docs: remove outdated and pointless 'Last reviewed' lines from docs - They are very confusing for people, and more often than not - also just not very accurate. Seeing 'last reviewed: 2005' in - your docs is not very confidence-inspiring. Let's just remove - those comments. - -2014-04-26 08:08:57 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix derivation of default scaling lists. - When useDefaultScalingMatrixFlag is computed to be 1 while parsing - scaling_list(), then the scaling list shall be inferred to be equal - to the default list (7.4.2.1.1.1). That default list is really one - of Default_4x4_{Intra,Inter} or Default_8x8_{Intra,Inter} and not - one from fall-back rule sets A or B. - This fixes parsing for FRExt1_Panasonic_D, FRExt2_Panasonic_C, - FRExt3_Panasonic_E and FRExt4_Panasonic_B. - https://bugzilla.gnome.org/show_bug.cgi?id=724518 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-04-16 01:50:16 +0200 Sebastian Rasmussen <sebrn@axis.com> - - * ext/curl/gstcurlbasesink.c: - * ext/curl/gstcurlfilesink.c: - * ext/curl/gstcurlftpsink.c: - * ext/curl/gstcurlhttpsink.c: - * ext/curl/gstcurlsmtpsink.c: - * ext/curl/gstcurltlssink.c: - curl*sink: report errors from curl when setting options - https://bugzilla.gnome.org/show_bug.cgi?id=728960 - -2014-04-15 23:53:32 +0200 Sebastian Rasmussen <sebrn@axis.com> - - * ext/curl/gstcurlbasesink.c: - * ext/curl/gstcurlbasesink.h: - * ext/curl/gstcurlfilesink.c: - * ext/curl/gstcurlftpsink.c: - * ext/curl/gstcurlhttpsink.c: - * ext/curl/gstcurlsftpsink.c: - * ext/curl/gstcurlsmtpsink.c: - curl*sink: post error on bus in element, not transfer thread - https://bugzilla.gnome.org/show_bug.cgi?id=728960 - -2014-04-22 22:26:32 +0200 Sebastian Rasmussen <sebrn@axis.com> - - * ext/curl/gstcurlhttpsink.c: - curlhttpsink: allow for unconditionally disabling proxying - Previously if the proxy server hostname was the empty string - curlhttpsink would never even set the libcurl option. For libcurl - however, having a proxy server hostname be the empty string means that - proxying should be disabled even if environment variables might be set. - Now with the restriction lifted, doing this is allowed. - https://bugzilla.gnome.org/show_bug.cgi?id=728960 - -2014-04-22 22:26:56 +0200 Sebastian Rasmussen <sebrn@axis.com> - - * tests/check/elements/curlfilesink.c: - * tests/check/elements/curlftpsink.c: - * tests/check/elements/curlhttpsink.c: - * tests/check/elements/curlsftpsink.c: - * tests/check/elements/curlsmtpsink.c: - curl*sink: improve return value checks in test cases - https://bugzilla.gnome.org/show_bug.cgi?id=728960 - -2014-04-22 22:26:12 +0200 Sebastian Rasmussen <sebrn@axis.com> - - * ext/curl/gstcurlbasesink.c: - * ext/curl/gstcurltlssink.c: - * tests/check/elements/curlfilesink.c: - curl*sink: fix typos - https://bugzilla.gnome.org/show_bug.cgi?id=728960 - -2014-04-16 01:50:03 +0200 Sebastian Rasmussen <sebrn@axis.com> - - * ext/curl/gstcurlbasesink.c: - * ext/curl/gstcurlbasesink.h: - * ext/curl/gstcurlfilesink.c: - * ext/curl/gstcurlftpsink.c: - * ext/curl/gstcurlftpsink.h: - * ext/curl/gstcurlsftpsink.h: - * ext/curl/gstcurlsmtpsink.c: - * ext/curl/gstcurlsshsink.h: - * ext/curl/gstcurltlssink.c: - curl*sink: fix some gst-indent problems - https://bugzilla.gnome.org/show_bug.cgi?id=728960 - -2014-04-25 16:18:07 -0400 Luis de Bethencourt <luis@debethencourt.com> - - * tests/check/libs/gstglmemory.c: - gl: check the correct GstGLMemory in basic_test - -2014-04-25 17:40:56 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Only require alignment and stream-format for h264, parsed is implicit - -2014-04-25 14:41:27 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Set source state to NULL if downloading failed for whatever reason - -2014-04-24 13:59:35 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/x11: Removed unused variable - -2014-04-24 18:33:03 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - gl/x11: Get rid of unneeded second display connection and do everything from the main loop - -2014-04-24 18:28:34 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - gl/x11: Block rendering until swapbuffers is called and don't go via X11 events as unneeded indirection - This should fix QoS problems, where basesink believed it was rendering with - 20FPS but actually we were just queueing up X11 Expose events and only once - in a while something was rendered. - -2014-04-24 16:05:32 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - gl: fails glimagesink when shader compilation went wrong - Those shaders are fixed and very simple so it should not fail - but it's worth to handle a such case. - -2014-04-24 15:36:47 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - gl: call glClearColor before glClear - -2014-04-24 16:33:56 +0200 Josep Torra <n770galaxy@gmail.com> - - * pkgconfig/gstreamer-gl-uninstalled.pc.in: - pkgconfig: fix gstreamer-gl uninstalled - Ensure to provide libgstgl also in the uninstalled setup. - Fixes build of gst-omx for RPI in uninstalled setup. - -2014-04-24 15:17:41 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/rpi: do not scale to full screen - Having a 640x360 movie being scaled to 1900x1200 does not look nice - -2014-04-24 14:50:57 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/rpi: change dispmanx attributes of existing element instead of creating a new one - I was lucky that: - e1 = vc_dispmanx_element_add () - eglCreateWindowSurface (e1) - vc_dispmanx_element_remove (e1) - e2 = vc_dispmanx_element_add () - resulted in having e2 equal to e1. And also having the egl surface - that does not allocate its buffers before the first draw. - -2014-04-24 14:38:40 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - gl/rpi: ensure the dispmanx element to be opaque - So that we ensure it does not get alpha composited with other - dispmanx elements like the desktop. - -2014-04-18 20:04:25 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/plugin.m: - avfassetsrc: downgrade rank to SECONDARY in OS X - -2014-04-18 20:03:48 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/avfassetsrc.m: - avfassetsrc: rename references to iOS - -2014-04-14 19:08:01 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/avfassetsrc.h: - * sys/applemedia/avfassetsrc.m: - * sys/applemedia/plugin.m: - iosavassetsrc: rename element to avfassetsrc - https://bugzilla.gnome.org/show_bug.cgi?id=728249 - -2014-04-03 14:02:18 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/iosassetsrc.m: - * sys/applemedia/iosavassetsrc.h: - * sys/applemedia/iosavassetsrc.m: - * sys/applemedia/plugin.m: - iosavassetsrc: Port to 1.0 - Also enables this element on OSX >= 10.7. - https://bugzilla.gnome.org/show_bug.cgi?id=728249 - -2013-05-11 03:41:36 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/iosavassetsrc.h: - * sys/applemedia/iosavassetsrc.m: - * sys/applemedia/plugin.m: - applemedia: add new source/decoder element for iOS assets - https://bugzilla.gnome.org/show_bug.cgi?id=728249 - -2014-04-09 10:55:03 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/coremediabuffer.h: - * sys/applemedia/vtenc.c: - coremediabuffer: handle stride alignment - Handle stride alignment through the use of the video meta API. The - code is based on the corevideobuffer implementation. - If the video meta API is not supported and the underlying buffer - contains padding, the core media buffer is copied to a system memory - buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=727885 - -2014-04-09 11:47:12 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: check if downstream supports the video meta API - Check if downstream supports the video meta API, so we can use it later - with the core media buffers. - https://bugzilla.gnome.org/show_bug.cgi?id=727953 - -2014-04-24 10:37:00 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: pass a NSView to set_window_handle instead of a NSWindow - Fix backwards compatibility - https://bugzilla.gnome.org/show_bug.cgi?id=728451 - -2014-04-24 09:03:32 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: only draw once the window has been resized - It avoids to draw the first frame with an incorrect view port. - -2014-04-24 08:49:54 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: set the view to use for drawing by the context - It avoids to draw to an invalid buffer. - Withtout this the default frame buffer is undefined: - glBindFramebuffer (GL_FRAMEBUFFER, 0) - Visually you could see some white frames at the beginning - when lunching videotestsrc ! glimagesink - With OpenGL Profiler from XCode you could see some - GL_INVALID_FRAMEBUFFER_OPERATION for the first frames - -2014-04-23 14:41:21 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglupload.c: - gl: fix declaration-definition mismatch for _init_upload - -2014-04-23 13:34:12 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglbufferpool.c: - gl/bufferpool: do not reset upload when set_config does not change the caps - With videotestsrc ! glimagesink it was reset 3 times - -2014-04-23 13:30:27 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglapi.h: - gl: use #ifdef instead of #if for __APPLE__ - warning: "__APPLE__" is not defined [-Wundef] - with gcc version 4.7.2 20120731 (prerelease) - (crosstool-NG linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) - -2014-04-23 12:42:32 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst-libs/gst/gl/gstglmemory.c: - glmemory: User g_slice_new0 to ensure fully initilized structure - The pbo pointer not being initialized would trigger a use of unitilialized variable - in valgrind. - -2014-03-29 18:34:26 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/decklink/gstdecklink.cpp: - * sys/decklink/gstdecklinksink.cpp: - * sys/decklink/gstdecklinksrc.cpp: - decklink: Fix support for HW without output - Devices suitable for decklinksrc may not have any output, hence querying - the input returns NULL. Add support for all cases where - input/output/config may be missing. - https://bugzilla.gnome.org/show_bug.cgi?id=727306 - -2014-03-15 15:17:43 +0100 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * sys/decklink/gstdecklink.cpp: - y4mdec: check for VIDEO meta instead of CROP meta - This element only need stride support, but checks for CROP_META, which - is a bit too much, even though this works as CROP imply having VIDEO - meta. - https://bugzilla.gnome.org/show_bug.cgi?id=726255 - -2014-04-23 11:10:28 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Use the pixel-aspect-ratio adjusted width/height when centering the frame in the display area - Makes sure we actually keep the display aspect ratio - -2014-04-23 10:55:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: By default keep the display aspect ratio - Also the default for the pixel-aspect-ratio should be 1/1, not 0/1. - -2014-04-23 10:42:45 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegpsdemux: Flush program end code bytes - This should not harm regular files, since those are the last 4 bytes of - a normal file. - This allows to handle playback of concatenated mpeg-ps files. Seeking and - duration reporting is still wrong though. - -2014-04-23 10:27:23 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstgltestsrc.c: - gltestsrc: Unref context when creation failed and guard against that in fill() - -2014-04-23 10:24:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Call gst_object_unref() on the GstGL GObjects again - While they're plain GObjects it does not hurt to call gst_object_unref() - on them and potentially allows to debug reference leaks a bit easier. - -2014-04-23 10:00:48 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: If creating a context or upload failed, destroy it - Fixes deadlocks in error cases when later code assumes the broken - context is actually usable. - https://bugzilla.gnome.org/show_bug.cgi?id=728761 - -2014-04-22 12:56:54 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Remove dead code and simplify if statement - CID 1204274 - -2014-04-21 13:15:34 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mxf/mxfmpeg.c: - mxf: fix MP2 case - Testing mpegversion when mpegaudioversion was likely meant. - Similar tests in sys/androidmedia/gstamcaudiodec.c also test - mpegaudioversion with the same conditional code. - Coverity 206071 - -2014-04-21 10:36:55 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: guard against dividing by zero - If framerate is unknown, we write the maximum framerate - allowed for this profile/level: - https://tools.ietf.org/html/draft-ietf-avt-rtp-vc1-06#section-6.1 - http://wiki.multimedia.cx/index.php?title=VC-1#Setup_Data_.2F_Sequence_Layer - Coverity 1139694 - -2014-04-21 10:07:06 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mxf/mxfmux.c: - mxfmux: guard against dividing by 0 - Use a placeholder value in that case, it's better than crashing. - Coverity 1139697 - -2014-04-21 09:51:19 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - gl: a couple spelling/grammar fixes - -2014-04-21 09:50:19 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - gl: guard against using a NULL window pointer - Coverity 1195145 - -2014-04-21 09:47:08 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/gl/gstglmemory.c: - gl: prevent division by 0 on unsupported texture type - Coverity 1199697 - -2014-04-21 22:01:47 +1000 Jan Schmidt <jan@centricular.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - glcolorconvert: Fix bt709 conversion matrices. - Fix the sign on one entry in the bt.709 YUV->RGB conversion - matrix, and the corresponding inverse matrix. Fixes really - wrong colouring of some videos. - -2014-04-17 09:58:47 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: fix test for proper use count balancing - usecount is unsigned, so too many "unuse" will wrap the counter - around and the >= 0 check will always be fine. - It would be much simpler to just make the counter signed, but - moving the checks where the decrements happen allow a mistake - to be detected earlier, and thus easier to debug. - Coverity 1139791 - -2014-04-17 09:35:37 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mxf/mxfdemux.c: - mxfdemux: guard against NULL non source components - This component is dereferenced, and later code checking for - NULL in particular cases implies it can be NULL. This likely - does not fix the coverity warning as it was seeing another - path setting component to NULL explicitely, but this was - spotted by looking at: - Coverity 1139736 - Which is actually OK from what I can see since the actual - dereference of the explicit NULL pointer will not happen - if the condition that led to the NULL pointer assignment - is met, since the assignment and defeference have mutually - exclusive tests. - -2014-04-17 09:26:20 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/rawparse/gstaudioparse.c: - rawparse: catch errors in caps manipulation - Coverity 1139622 - -2014-04-18 20:12:37 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: fix complier error using fixed lenght arrays - -2014-04-18 18:12:36 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/ivfparse/gstivfparse.c: - * gst/ivfparse/gstivfparse.h: - ivfparse: detect and propagate resolution changes. - Detect resolution changes on key frames, and propagate the resulting - caps to the src pad. Only the uncompressed data chunk is decoded, so - avoid using the new VP8 bitstream parsing library for now. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-04-18 17:34:08 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/ivfparse/gstivfparse.c: - * gst/ivfparse/gstivfparse.h: - ivfparse: avoid possible division-by-zero when calculating PTS. - Avoid possible division-by-zero while deriving the presentation timestamp - of the buffer. The base class will take care of any interpolation needs. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-10-25 07:38:53 +0800 Halley Zhao <halley.zhao@intel.com> - - * configure.ac: - ivfparse: enable build. - Drop `ivfparse' element from the non-ported set of plugins in configure. - -2014-03-04 15:46:58 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/ivfparse/gstivfparse.c: - * gst/ivfparse/gstivfparse.h: - ivfparse: port to baseparse. - https://bugzilla.gnome.org/show_bug.cgi?id=710855 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-01-24 08:37:16 +0800 Zhao, Halley <halley.zhao@intel.com> - - * tests/icles/Makefile.am: - * tests/icles/vp8parser-test.c: - tests: add standalone program for VP8 parser. - Add standalone test application that demonstrates how to use the new - VP8 bitstream parsing library, while also allowing simple debugging/ - tracing of IVF files. - [clean-ups, updated to new parser API] - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-01-08 02:49:00 +0800 Zhao, Halley <halley.zhao@intel.com> - - * tests/check/Makefile.am: - * tests/check/libs/vp8parser.c: - tests: add test for VP8 bitstream parsing library. - [updated to new parser API] - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-04-09 09:22:02 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/Makefile.am: - codecparsers: vp8: rename dboolhuff symbols. - Rename VP8 dboolhuff symbols so that to avoid clashes with libvpx when - static linking. - -2014-04-08 10:30:09 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/dboolhuff.AUTHORS: - * gst-libs/gst/codecparsers/dboolhuff.LICENSE: - * gst-libs/gst/codecparsers/dboolhuff.PATENTS: - * gst-libs/gst/codecparsers/dboolhuff.c: - * gst-libs/gst/codecparsers/dboolhuff.h: - * gst-libs/gst/codecparsers/gstvp8rangedecoder.c: - * gst-libs/gst/codecparsers/vp8utils.c: - codecparsers: vp8: add GStreamer native utilities. - Import libvpx 1.3.0 range decoder files (dboolhuff.[ch]) to implement - the VP8 utilities native interface. Likewise, copy and use the default - libvpx generated entropy probabilities tables. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-01-08 02:49:00 +0800 Zhao, Halley <halley.zhao@intel.com> - - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/gstvp8parser.c: - * gst-libs/gst/codecparsers/gstvp8parser.h: - * gst-libs/gst/codecparsers/gstvp8rangedecoder.h: - * gst-libs/gst/codecparsers/vp8utils.h: - codecparsers: add VP8 bitstream parser. - https://bugzilla.gnome.org/show_bug.cgi?id=722760 - [refactored, among other fixes] - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-04-18 16:23:43 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Improve ts_to_offset code - * Search in current pending values first. For CBR streams we can very - easily end up having just one initial observations and then nothing - else (since the bitrate doesn't change). - * Use one group whether we are in that group *OR* if there is only - one group. - * If the group to use isn't closed (points are being accumulated in the - PCROffsetCurrent), use the latest data available for calculation - * If in the unlikelyness that all of this *still* didn't produce more - than one data point, just return the initial offset - -2014-04-18 16:20:31 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/gstmpegdefs.h: - tsdemux: Fix scaling macros - While the calculation done in these macros will work with 64bit - integers, they will fail if working with 32bit integers. - Force the scaling up to solve that. - This amazingly didn't introduce major issues up to now, but resulted - in bogus values in debug logs. - -2014-04-18 16:18:01 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Don't hard-flush the packetizer on discont buffers - Doing a hard flush on the packetizer will drop all observations, which - will eventually break push-based seeking (with BYTES segment) since - we won't know where to seek to anymore (new data would always be - considered as the beginning of the stream). - -2014-04-16 16:25:29 +0200 Edward Hervey <edward@collabora.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: Fix copy/paste error - We want to check whether the rate is different. We check changes in - numerator *and* denominator. - CID #1139631 - CID #1139642 - -2014-04-16 16:19:47 +0200 Edward Hervey <edward@collabora.com> - - * gst/mxf/mxftypes.c: - mxf: Handle fraction parsing failure - And properly cleanup/reset the segment before returning on errors - CID #206012 - -2014-04-16 16:12:02 +0200 Edward Hervey <edward@collabora.com> - - * gst/mxf/mxftypes.c: - mxf: Remove useless check - a guint will always smaller or equal to the maximum value it can - contain - CID #206049 - -2014-04-09 12:27:16 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mxf/mxfup.c: - mxf: avoid dereferencing NULL mapping data pointer - Also unref buffers on error, as it seems to be done in one, but - not all, error paths. - The NULL pointer part is Coverity 206112 - https://bugzilla.gnome.org/show_bug.cgi?id=727889 - -2014-04-16 16:07:17 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/camswclient.c: - dvb: Fix if() check - introduced by my previous commit :( - -2014-04-16 15:43:06 +0200 Edward Hervey <edward@collabora.com> - - * configure.ac: - configure: Detect EGL header presence - Fixes the build for Android, and I suspect for other systems too... - -2014-04-16 15:37:57 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/camsession.c: - dvb/camsession: Don't do operations on unexisting sessions - CID #206114 - -2014-04-16 15:32:32 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/camswclient.c: - dvb: Handle socket() failure - CID #206178 - -2014-04-16 15:23:57 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: Handle failure to get statistics from the device - Check the ioctl return value and don't output bogus values. - CID #206016 - -2014-04-16 15:18:44 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: Don't close a fd that wasn't open - We are handling the failure cases in this block where the open failed - CID #206179 - -2014-04-16 15:17:03 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: Don't try to access NULL string - And refactor the pid setting code to be in its own function for clarity - CID #206374 - -2014-04-10 16:04:21 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add dvb ca identifier descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=727560 - -2014-04-10 16:03:07 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add scrambling descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=727560 - -2014-04-10 16:02:09 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add frequency list descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=727560 - -2014-04-10 16:00:50 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add data broadcast id descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=727403 - -2014-04-10 15:59:50 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add private data specifier descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=727403 - -2014-04-16 09:20:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - dvb: Minor code style fix - -2014-04-10 15:58:55 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add parential rating descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=727403 - -2014-04-10 15:58:04 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: add linkage descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=727403 - -2014-04-16 00:25:51 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: for loop initial declarations are only allowed in C99 mode - Fixes compiler warnings. - -2014-04-15 20:47:55 +0200 Sebastian Dröge <sebastian@centricular.com> - - * Makefile.am: - egl: Add libgstegl and eglgles plugin to the CRUFT directories - -2014-04-15 17:58:34 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * configure.ac: - * docs/plugins/Makefile.am: - * ext/Makefile.am: - * ext/eglgles/Android.mk: - * ext/eglgles/Makefile.am: - * ext/eglgles/TODO: - * ext/eglgles/gstegladaptation.c: - * ext/eglgles/gstegladaptation.h: - * ext/eglgles/gstegladaptation_eagl.m: - * ext/eglgles/gstegladaptation_egl.c: - * ext/eglgles/gsteglglessink.c: - * ext/eglgles/gsteglglessink.h: - * ext/eglgles/video_platform_wrapper.c: - * ext/eglgles/video_platform_wrapper.h: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/egl/Makefile.am: - * gst-libs/gst/egl/egl.c: - * gst-libs/gst/egl/egl.h: - * pkgconfig/Makefile.am: - * win32/common/config.h: - egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink - https://bugzilla.gnome.org/show_bug.cgi?id=703343 - -2014-03-24 12:08:43 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstgles2.h: - gl: allow to include GLES/gl.h - https://bugzilla.gnome.org/show_bug.cgi?id=703343 - -2014-04-14 07:56:16 +0200 Edward Hervey <edward@collabora.com> - - * ext/wayland/gstwaylandsink.c: - wayland: Remove dead assignment - We set it just after variable declaration - CID #1197709 - -2014-04-13 19:20:32 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - gl/eagl: Fix compilation - -2014-04-13 16:53:58 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - gl/eagl: Notify the window's resize callback about surface dimension changes - https://bugzilla.gnome.org/show_bug.cgi?id=728107 - -2014-04-13 16:46:11 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - gl/eagl: Remove spurious private struct pointer - -2014-04-13 16:40:58 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - gl/android: Notify the window's resize callback about surface dimension changes - https://bugzilla.gnome.org/show_bug.cgi?id=728107 - -2014-04-13 22:16:45 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: remove unused texture - -2014-04-13 22:14:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - glimagesink: move upload into _prepare() - -2014-04-13 13:49:22 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl/context: output available extensions - -2014-04-13 13:39:14 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - gl/context: provide get_gl_version - -2014-04-13 00:21:00 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/color: restore viewport dimensions when fbo done - Regression introduced by 95abfda1399bcddbee345d4542e857d743965477. - It caused to display the wrong frame size when resizing the window. - -2014-04-12 22:45:30 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - gl: Import QuartzCore/QuartzCore.h for CAEAGLLayer on older iOS versions - -2014-04-12 22:15:35 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstopengl.c: - gl: Set glimagesink rank to SECONDARY - This is a full-featured video sink now and especially should be - used instead of osxvideosink on OSX if available. - -2014-04-12 21:43:50 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/eagl/Makefile.am: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.h: - * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.h: - * gst-libs/gst/gl/eagl/gstglwindow_eagl.m: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglwindow.c: - gl: Add support for iOS EAGL platform - https://bugzilla.gnome.org/show_bug.cgi?id=703341 - -2014-04-12 17:33:44 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: make gst_gl_window_cocoa_send_message_async re-entrant - Backends that use g_main_context_invoke are re-entrant. - Il allows to call two nested gst_gl_context_thread_add. - ex: init_upload / init_colorconvert - -2014-04-12 17:01:09 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: First handle GL window setup, then create the context and its thread - -2014-04-12 15:51:47 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - gl/cocoa: fix NSAutoreleasePool initialization - -2014-04-12 12:42:40 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: ensure to call NSApplication:sharedApplication in the main thread - "(NSApplication *)sharedApplication This method also makes a connection - to the window server and completes other initialization" - The implicit thing which is not mentioned is that it required - to be called in the main thread. - Fix a regression introduces by 82b7c915bb02a9790d256d599452e5a54afda633 - When using with gst-launch, it was not possible to click on the close - cross of the window anymore which is a bit anoying and also because - it's was possible before. - Prior to this commit the GstGLContextCocoaClass was initialized - in the main thread because gst_gl_context_new was called in the - state change function from going from ready to paused. - From this commit this call is done from the streaming thread. - So that the call to [NSApplication sharedApplication]; - was not done in the main thread anymore. - We now ensure that by assuming there is a GMainLoop running. - It's for debugging purpose so that's ok to do that. Also - note we already do this assumtion to run app itereations. - The regression had no consequence on the cocoa/videooverlay example - (that should be moved from gst-plugins-gl to -bad) because the - application is responsible for that necessary call. - -2014-04-12 14:40:40 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/color: fix warning type qualifiers ignored - i686-apple-darwin11-llvm-gcc-4.2 - "warning: type qualifiers ignored on function return type" - -2014-04-12 18:24:43 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/color: remove if statement with no effect - Coverity 1199698 - -2014-04-12 18:16:29 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglupload.c: - gl/color: pass large value by reference - Coverity 1199700 - -2014-04-02 12:59:58 -0700 Aleix Conchillo Flaqué <aleix@oblong.com> - - * ext/srtp/gstsrtp.c: - srtpdec: fix assertion checking ssrc from rtcp packets - rtcp_buffer_get_ssrc is called even with RTP buffers. this means we - might end up with an exception and not find any valid RTCP packet type - and thus hit GST_RTCP_TYPE_INVALID. we now take care of this. - https://bugzilla.gnome.org/show_bug.cgi?id=727512 - -2014-04-11 12:29:17 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * gst/jp2kdecimator/gstjp2kdecimator.c: - jp2kdecimator: fix maybe-uninitialized compiler error - -2014-04-11 11:34:26 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsmux/tsmux/tsmux.c: - mpegtsmux: Remove unneeded unref - packet_buffer has already been cleared in all code paths leading - to this point. - CID #1199696 - -2014-04-11 08:39:29 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: Handle symbols added in minor version 7 and 8 - Some symbols were re-defined in minor v8 (GO TEAM BACKWARDS COMPATIBLE!) - Some symbols were added in minor v7 - https://bugzilla.gnome.org/show_bug.cgi?id=727977 - -2014-04-11 17:24:39 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - gl/mem: cache the stride/unpack length for upload - -2014-04-11 17:23:32 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/color: explicitly map the buffers we are copying into - Otherwise it may not be downloaded at all. - -2014-04-11 08:16:01 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: Add comment with all DVB API v5 minor changes - There wasn't a definite list anyway, so I just dove in the kernel - and extract all that information. - -2014-04-11 16:09:09 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl/color: cache the temporary textures - -2014-04-11 11:04:43 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - gl/mem: provide defines for tokens not defined in GLES2/ancient platforms - -2014-04-11 11:03:19 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl: fixup incorrect number of arguments - -2014-04-11 10:55:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcolorconvert.c: - gl: fix incorrect usage of g_return_if_fail - -2014-04-02 17:43:52 +1100 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - gl/mem: allocate the memory per plane - This patch provides the basic infrastructure required for this. - Upload and Download has been ported to this. - Has the nice effect of allowing GstGLMemory to be our - refcounted texture object for any texture type (not just RGBA). - Should not lose any features/video formats. - -2014-04-01 15:10:05 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - gl/eglimage: #if 0 unused code - -2014-04-01 13:30:51 +1100 Matthew Waters <ystreet00@gmail.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - * ext/gl/gstglimagesink.c: - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglcolorconvert.c: - * gst-libs/gst/gl/gstglcolorconvert.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - gl: add colorconvert object that converts between color spaces/formats - Currently used by both upload and download objects separately. - -2014-04-10 17:55:21 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/faac/gstfaac.c: - faac: fix faac API error checking - Coverity 1139790 - -2014-04-10 17:52:02 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstplugin.c: - dashdemux: do not ignore failure to register typefinder - Coverity 1139629 - -2014-04-10 17:48:03 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: fix time leak - Coverity 1147016 - -2014-04-10 17:44:14 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: remove dead code and variable - A recent commit made stream not able to be NULL, ending up with - a flag being always set to FALSE when it matters. - Coverity 1146968, 1147012 - -2014-04-10 17:37:22 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/curl/gstcurlsmtpsink.c: - curl: remove unneeded NULL check - We just checked for NULL and allocated if it was. And glib aborts - if it can't allocate, I'm told. - Coverity 1139841 - -2014-04-10 17:33:55 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/curl/gstcurlbasesink.c: - curl: remove duplicate assignment - Coverity 1197708 - -2014-04-10 16:53:42 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Also update the sequence position when updating non-live playlists - -2014-04-10 14:59:57 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Try reloading the playlist first if downloading a fragment fails - But only add this for non-live playlists. For live playlists we already - have another thread that is periodically updating playlists. - Reason for this is that sometimes downloading a fragment can fail because - the URIs have changed or expired since last time. - -2014-04-10 14:46:01 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: When updating a non-live playlist make sure to find the current sequence by time - Sequence numbers in different playlists are not guaranteed to be the same for the - same position, e.g. fragments could have different durations in different playlists. - In theory we should do exactly the same for live playlists, but unfortunately we can't - because doing this kind of seeking requires the complete playlist since we started - playback. For live playlists the server is however dropping fragments in the beginning - over time and we have no absolute time references. - -2014-04-09 17:28:49 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/smoothstreaming/gstmssdemux.c: - smoothstreaming: avoid using an uninitialized manifest - If we did not set the manifest yet, early out in the seeking query. - Coverity 1139737 - -2014-03-17 16:39:42 +0100 Thibault Saunier <tsaunier@gnome.org> - - * gst-libs/gst/codecparsers/gsth264parser.c: - h264parse: Set framerate even for interlaced videos - Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> - https://bugzilla.gnome.org/show_bug.cgi?id=726752 - -2014-04-09 10:04:46 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/mpegts/gst-atsc-section.c: - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: add atsc terrestrial virtual channel table - https://bugzilla.gnome.org/show_bug.cgi?id=727460 - -2014-04-09 15:07:19 +0200 Santiago Carot-Nemesio <sancane@gmail.com> - - * gst/liveadder/liveadder.c: - liveadder: fix memory leak querying sink caps - https://bugzilla.gnome.org/show_bug.cgi?id=727894 - -2014-04-09 18:44:38 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/hls/gsthlssink.c: - hlssink: catch failure to write playlist file - Coverity 1139613 - -2014-04-09 18:31:31 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/kate/gstkatespu.c: - kate: fix implicit promotion to signed int breaking on largeish inputs - Coverity 1139858, 1139857 - -2014-04-09 18:16:52 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/ladspa/gstladspasink.c: - ladspa: remove duplicate assignment - Coverity 1139706 - -2014-04-09 18:12:58 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/mimic/gstmimdec.c: - mimdec: fix open error checking - Coverity 206364 - -2014-04-09 17:37:41 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/schroedinger/gstschrodec.c: - schrodec: remove unnecessary check - The tag was dereferenced earier. From the libschroedinger code, - it's not obvious to see whether tag and frame would be NULL at - the same time. I think is likely that both will be non NULL - here, but that's not certain. Additional tests may be needed - to avoid dereferencing tag and/or frame, but what to do if - only one is NULL isn't obvious, as the _get_tag function does - transfer ownership so isn't undoable. - Coverity 1139850 - -2014-04-09 17:10:06 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/smoothstreaming/gstmssdemux.c: - smoothstreaming: remove unnecessary check - The function is static, the only call site passes a non NULL - pointer, and the pointer is dereferenced before anyway. - Coverity 1139839 - -2014-04-09 16:55:30 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/srtp/gstsrtpdec.c: - srtp: remove dead assignment - Coverity 1197707 - -2014-04-09 15:54:18 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - mpegts: fix sdt length check - It was originally test for 9 bytes (as the comment says) and was - rewritten buggily. So rewrite it a third way, which is now - hopefully consistent with the original and the comment, while - being more sense-making to humans. - Coverity 1139654 - -2014-04-09 16:00:24 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsmux/tsmux/tsmux.c: - Revert "tsmux: catch alloc failure" - Turns out glib aborts on allocation failure, so this is pointless. - We'll just ignore Coverity warnings on such constructs. - This reverts commit d347809a82e24057302f948269392e76aaacea10. - -2014-04-09 15:58:37 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: turns out glib aborts on allocation failure - So this is actually pointless. We'll just have to ignore - Coverity moaning on those. - Revert "mpegts: test for allocation failure" - This reverts commit 224cb81b8fcbf03df5e07f045ecb9ecf64189400. - -2014-04-09 15:44:10 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: test for allocation failure - While it's unlikely to get there, it silences the coverity warning - on the error code path that we test for NULL before freeing, when - all branches there are from locations where pmt cannot be NULL, - and removing the NULL check makes the code more vulnerable to a - hypothetical future branch from somewhere where it can be. - Coverity 1139852 - -2014-04-09 15:41:11 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/asfmux/gstasfmux.c: - asfmux: remove unnecessary test - We've been dereferencing that object like there's no tomorrow - in the code just before that. - Coverity 206369 - -2014-04-09 15:37:55 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/asfmux/gstasfobjects.c: - asfmux: remove stray gst_buffer_unmap on error path - A previous commit removed the map, and the unmap on the main - code path, but not the one on the error path. - Coverity 1139930 - -2014-04-09 15:28:05 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/autoconvert/gstautoconvert.c: - autoconvert: remove dead code - Those events were previously taken from a cached events list, - which was removed during the port to 0.11, but this bit stayed. - Coverity 1139684 - -2014-04-09 15:24:13 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/camerabin2/gstcamerabin2.c: - camerabin2: remove unneeded check - A message may not be NULL in the message handling function - (and nothing there sets it to NULL). - Coverity 1139848 - -2014-04-09 15:18:22 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/debugutils/gstcompare.c: - compare: special case empty regions with 1 SSIM to avoid dividing by 0 - Coverity 1139689, 1139688 - -2014-04-09 15:09:25 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/inter/gstintertest.c: - inter: remove dead code - Coverity 1139666 - -2014-04-09 15:03:45 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/liveadder/liveadder.c: - liveadder: remove dead code - From the 0.11 port - Coverity 1139676 - -2014-04-09 14:37:48 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/resindvd/gstmpegdemux.c: - resindvd: avoid crashing in pathological case - When we'd see an unknown stream type, then a SDDS stream. - Then we'd get to the end of the switch with a NULL temp stream - pointer, and dereference it. - Coverity 1139708 - -2014-04-09 14:13:46 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtsdemux: catch prev-not-found when inserting in the group list - While this probably should never happen if callers are well behaved, - this avoids a crash if it does. With a warning about it. Unsure if - it'd be better to not add at all, but it should not happen... - Coverity 1139713 - -2014-04-09 13:51:41 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: guard against _dispose being called mutiple times - _dispose calls _reset, so we need to make sure _reset handles - already NULLed fields. - Coverity 1139843 - -2014-04-09 13:43:10 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsmux/tsmux/tsmux.c: - tsmux: prevent possible double free on error path - Spotted while looking at a Coverity issue in the area. - -2014-04-09 13:41:35 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsmux/tsmux/tsmux.c: - tsmux: catch alloc failure - While it will probably not trigger, it should silence a Coverity - warning about the fail code path testing for NULLness before - freeing, where the buffer was already dereferenced. It seems - safest to keep that test, in case future goto fail statements - happen to have a NULL buffer there. - Coverity 1139851 - -2014-04-09 11:43:23 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/decklink/capture.cpp: - decklink: initialize priv to NULL - While the code that creates the object sets priv to some existing - pointer after new, this ensures any future new not doing this will - hit the various priv!=NULL asserts in the code. - Coverity 1139935 - -2014-04-09 11:15:10 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/speed/gstspeed.c: - speed: make duration query able to convert bytes to time - It was only querying in time, but then trying to use dead bytes - to time conversion code. - Coverity 1139677 - -2014-04-09 11:04:32 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/mfc/gstmfcdec.c: - mfc: fix left crop change test - It was testing a noop - Coverity 1139643 - -2014-04-09 11:02:00 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusheader.c: - opus: add missing va_end in variadic function - Coverity 1139944 - -2014-04-09 11:00:22 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/shm/shmpipe.c: - shm: remove dead code - Coverity 1139683 - -2014-04-09 10:56:16 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/mfc/mfc_decoder/mfc_decoder.c: - mfc: reset "in use" flag on failure to initialize - -2014-04-09 10:55:46 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/mfc/mfc_decoder/mfc_decoder.c: - mfc: test for allocation failure before dereferencing - Coverity 1139849 - -2014-04-09 10:33:10 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/mpeg2enc/gstmpeg2enc.cc: - mpeg2enc: remove dead assignment - Coverity 1139829 - -2014-04-09 10:28:46 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectlumatocurve.h: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectxray.c: - gl: pass large structure by const pointer, not value - Avoids large pointless memcpy. - Coverity 206236, 206237 - -2014-04-08 21:39:20 +0300 Mohammed Sameer <msameer@foolab.org> - - * gst/camerabin2/gstviewfinderbin.c: - camerabin: add any feature to viewfinderbin static pad template - https://bugzilla.gnome.org/show_bug.cgi?id=727857 - -2014-04-08 20:54:26 +0300 Mohammed Sameer <msameer@foolab.org> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: report an error if we fail to link vfsrc and viewfinder queue - https://bugzilla.gnome.org/show_bug.cgi?id=727855 - -2014-04-08 17:45:46 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: post proper error message when window disappears - -2014-04-08 17:34:13 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/flite/gstflitetestsrc.c: - flite: fix off by one in channel mask building - The first loop would shift 1 by 64, which is either undefined - or implementation defined, instead of clearing the top bit. - Coverity 1197691 - -2014-04-08 17:10:27 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/hls/m3u8.c: - hls: restore NULL test mistakenly removed - Thanks to tpm for point out I'm an idiot. - -2014-04-08 16:53:54 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/hls/gsthlsdemux.c: - hls: only set DISCONT flag on a valid buffer - Recent refactoring causes this code to be called with either a NULL - fragment, or a non NULL fragment. In the former case, we don't have - a buffer. In the latter case, the original code dealing with DISCONT - assumed the buffer was valid. Testing for a NULL buffer here thus - does not seem to change the intent, and fixes: - Coverity 1195147 - -2014-04-08 16:53:41 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: guard against NULL material track - Just to be on the safe side. - -2014-04-08 16:46:56 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/hls/m3u8.c: - hls: bring NULL test before dereference - Coverity 1195168 - -2014-04-08 16:23:50 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/gl/gstglmosaic.c: - * ext/gl/gstglvideomixer.c: - gl: test for frame NULLness before dereferencing it - Coverity 1195172, 1195171 - -2014-04-09 00:44:08 +1000 Jan Schmidt <jan@centricular.com> - - * gst/dvbsuboverlay/dvb-sub.c: - dvbsuboverlay: Avoid infinite loops on short data - -2014-04-08 16:09:16 +0100 Tim-Philipp Müller <tim@centricular.com> - - * sys/dvb/camswclient.c: - dvb: fix compilation - -2014-04-08 15:54:01 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst-libs/gst/gl/egl/gsteglimagememory.c: - gl: fix leaks - As the relevant variables are initialized to 0/NULL, we can loop - over the full range and make sure we free partial allocations - when an error happens partway through initialization. - -2014-04-08 15:26:04 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * sys/dvb/camswclient.c: - dvb: reject too long socket paths - Coverity 206004 - -2014-04-08 14:33:06 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: implement simple KEY_UNIT seeking - If a KEY_UNIT seek was requested, adjust segment - start to position of the key frame. - -2014-04-08 14:24:31 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/resindvd/resindvdsrc.c: - resindvd: guard against overflow in audio subtitle streams - Turns out there was the same issue as with subtitles. - There is space for a single audio stream, but up to 255 - may be used based on a uint8_t value in a struct, which may - or may not be read from the (untrusted) data. - A comment in ifo_types.h says this value is either 0 or 1, so - we can ensure this here without drawbacks. - Coverity 1139585 - -2014-04-08 14:19:29 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/resindvd/resindvdsrc.c: - resindvd: guard against overflow in menu subtitle streams - There is space for a single subtitle stream, but up to 255 - may be used based on a uint8_t value in a struct, which may - or may not be read from the (untrusted) data. - A comment in ifo_types.h says this value is either 0 or 1, so - we can ensure this here without drawbacks. - Coverity 1139586 - -2014-04-08 13:26:49 +0100 Tim-Philipp Müller <tim@centricular.com> - - * gst/mxf/mxfdemux.c: - mxfdemux: fix seeking, send data starting from a key unit - Fixes multiple seeking issues. When doing ACCURATE or normal - non-KEYUNIT seeks, mxfdemux would just send data from the - edit unit that covered the seek position, whether that's - a keyframe or not. Decoders would only output things from - the next keyframe then, which means there's a gap between - the start of the segment and the first decoded data in - some cases. In combination with gst-editing-services this - might result in a frozen picture for the duration of that - gap at the beginning (if videorate fixes up the first - buffer's start timestamp to cover the entire gap), or - a black frame (if no videorate is used and videomixer - fills the gap). Also fixes A/V sync issue when requesting - a KEYUNIT seek. - -2014-04-08 12:37:30 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/dts/gstdtsdec.c: - dtsdec: fix buffer overflows - Channels can be up to 7. Also add a guard in case more can be - returned in the future. - Coverity 1139820, 1139821 - -2014-04-08 13:20:54 +0200 Xavi Artigas <xartigas@fluendo.com> - - * sys/directsound/gstdirectsoundsrc.c: - directsoundsrc: Fix critical due to missing debug category initialization - https://bugzilla.gnome.org/show_bug.cgi?id=727812 - -2014-04-08 12:20:40 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/festival/gstfestival.c: - festival: fix fd leak - Coverity 1139831 - -2014-04-08 11:26:38 +0200 Edward Hervey <edward@collabora.com> - - * gst/speed/gstspeed.c: - speed: Clarify passthrough in switch statement - We do want the caps event to be forwarded downstream - CID #1139754 - -2014-04-08 11:23:50 +0200 Edward Hervey <edward@collabora.com> - - * ext/soundtouch/gstpitch.cc: - soundtouch: Add missing break in switch - Whoops, modifying the pitch when modifying the output rate ... - CID #1139749 - -2014-04-08 11:21:44 +0200 Edward Hervey <edward@collabora.com> - - * ext/rsvg/gstrsvgoverlay.c: - rsvg: Add missing break in switch statement - This wasn't fatal before (worst case it would clear an already empty - adapter). - CID #1139758 - -2014-04-08 11:20:29 +0200 Edward Hervey <edward@collabora.com> - - * ext/mpeg2enc/gstmpeg2enc.cc: - mpeg2enc: Add missing break in switch - QUERY_CAPS is fully handled, we don't need to passthrough to the default - handler. - CID #1139756 - -2014-04-08 09:51:08 +0200 Edward Hervey <edward@collabora.com> - - * ext/bz2/gstbz2dec.c: - * ext/bz2/gstbz2enc.c: - bz2: Initialize variables - There is a small chance that we might end up in the done step without - having any output available. - Furthermore, when going through not_ready, we need to ensure gst_buffer_unmap - has a properly initialized GstMapInfo. - CID #1139923 - CID #1139924 - CID #1139919 - CID #1139920 - -2014-04-08 07:48:28 +0200 Edward Hervey <edward@collabora.com> - - * tests/check/elements/mpegtsmux.c: - check: Fix mpegtsmux caps - Incoming streams need to be parsed. Doesn't fix the test completely though - -2014-04-08 07:47:15 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Initialize helper mpegts library - We now use that library, we need to initialize it so that debug - categories (amongst other things) get properly initialized - -2014-04-07 13:25:56 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mxf/mxfdms1.c: - mxf: fix stop date parsing using the wrong input - Coverity 1139645 - -2014-04-07 13:22:22 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/jp2kdecimator/jp2kcodestream.c: - jp2kdecimator: fix copy/paste errors in expressions - Correct formulae found in ITU T.800, B.12.1.[345] - Coverity 1139649, 1139650, 1139651 - -2014-04-04 15:30:20 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * tests/check/elements/shm.c: - tests: fix shm test deadlock - The test was not bringing the source back to NULL, so its thread - could start creating a buffer while the pads were being shutdown. - -2014-04-06 11:57:12 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/gl/gstglimagesink.c: - glimagesink: Create GL context and set up window from the streaming thread - gst_gl_context_create() might need to dispatch some operations to the - application's main thread, and calling this in the change_state function - can cause deadlocks. - -2014-04-04 09:19:39 +0200 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - configure: Fix check for iOS for the OpenGL support - There is also an i386 version of iOS, which is for the simulator. - Better use our already existing HAVE_IOS check instead of relying - on the host triplet. - -2014-04-03 11:54:41 +0200 Wim Taymans <wtaymans@redhat.com> - - * ext/timidity/gstwildmidi.c: - wildmidi: fix possible uninitialized variables - -2014-04-03 11:48:07 +0200 Wim Taymans <wtaymans@redhat.com> - - * ext/dash/gstmpdparser.c: - mpdparse: only add location when node existed - Actually return FALSE when the location node was non-existing - Only add the location node when it existed - -2014-04-02 23:49:37 +0200 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Require parsed/framed input for most of the supported formats - https://bugzilla.gnome.org/show_bug.cgi?id=719519 - -2014-04-02 23:08:36 +0200 Sebastian Dröge <sebastian@centricular.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: Only pass a dest rectangle if set, otherwise pass NULL - Call with an uninitialized rectangle will cause errors. - https://bugzilla.gnome.org/show_bug.cgi?id=714998 - -2014-04-02 13:48:02 +0100 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - tests: fix gl unit tests for recent API changes - -2014-04-02 23:05:47 +1100 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - gl: pass video info's by reference - -2014-04-02 23:05:11 +1100 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglmosaic.c: - * ext/gl/gstglvideomixer.c: - gl: fix array initialization - -2014-04-02 22:54:55 +1100 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglbumper.c: - glbumper: remove redundant check - -2014-04-02 22:53:10 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - gl/glx: use the context's display rather than asking for the window's - -2014-04-02 22:43:41 +1100 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglmosaic.c: - * ext/gl/gstglvideomixer.c: - gl: fix assignment of temporary variables - -2014-04-02 22:42:50 +1100 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - gl: avoid adding a NULL pool to propose allocation - -2014-04-02 12:38:28 +1100 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - gl/win32: actually build the gl plugins on win32 - Regression from c8ff215b02ee178513e076e2dfbd14e9ce77ec49 - -2014-04-02 09:29:56 +1100 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - gl/win32: fix detection of GL/wglext.h - Was resulting in 'present but cannot be compiled' errors - -2014-04-01 21:48:26 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl: fix detection of extensions with GL versions < 3 - Mesa, for example returns valid pointers for glGetIntegerv and - glGetStringi even if the gl version is less than that required for - both those functions to supposedly exist. - https://bugzilla.gnome.org/show_bug.cgi?id=727324 - -2014-03-30 21:02:45 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: fix docs - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=727356 - -2014-03-30 21:02:10 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * gst-libs/gst/mpegts/gstmpegts-private.h: - mpegts: add dvb-t2 delivery system descriptor - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=727356 - -2014-03-24 17:44:47 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: bugfix delivery system descriptors - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=726979 - -2014-03-27 21:22:32 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: use GST_READ_UINT32_BE - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=727187 - -2014-03-27 21:21:23 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: add parsing data broadcast descriptor - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=727187 - -2014-03-27 21:18:36 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: add parsing stream identifier - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=727187 - -2014-03-27 13:56:26 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: use glib alloc and free - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=727159 - -2014-03-29 17:26:03 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: use correct print format for gint64 - https://bugzilla.gnome.org/show_bug.cgi?id=727385 - -2014-03-30 18:52:38 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Handle errors when switching playlists properly - -2014-03-30 18:12:07 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Go EOS if the end of the segment is reached - -2014-03-30 18:06:51 +0200 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Store buffer end position in segment.position - -2014-03-29 10:19:52 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix typo in debug output - -2014-03-28 18:27:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: Copy over DISCONT flag from input buffers - -2014-03-28 18:11:21 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Push next buffer after a discont with the DISCONT flag - -2014-03-28 17:32:56 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Drain remaining data on disconts - -2014-03-28 17:25:02 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Flush if we receive a discont buffer - -2014-03-28 17:24:46 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Don't dereference NULL if flushed before a program was selected - -2014-03-27 19:42:52 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Ensure that all pending data is pushed even if the stream was not activated before - gst_ts_demux_push_pending_data() will check if it now can activate the - stream and add the pad, we don't have to check that ourselves. - Fixes playback of very short MPEG TS files. - -2014-03-27 19:22:03 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Fix pull mode scanning for PCR on small files - If a file does not contain 5 PCRs until it is EOS, or does not - contain more than 655360 bytes the PCR scanning algorithm just - aborted. - -2014-03-26 22:25:07 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Don't set the segment offset - It's causing wrong running times after seeks or bitrate - switches. - -2014-03-26 07:32:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Set DISCONT flag on all buffers in reverse playback mode - -2014-03-26 07:25:13 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Fix forwards and backwards searching in the files list - -2014-03-26 07:24:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Unset DTS of all buffers - We won't get a valid DTS from the source. - -2014-03-26 07:22:54 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Send flush start event before waiting for the tasks to finish - Otherwise we'll wait until buffers are completely processed downstream, - which might take quite some time. - -2014-03-09 19:31:31 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Implement trick modes via I-frame variant lists - -2014-03-09 18:24:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Implement parsing of #EXT-X-I-FRAME-STREAM-INF - These are I-frame-only variant lists that can be used - for trick mode playback. - -2014-03-28 20:22:43 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/egl/Makefile.am: - gl: egl: fix distcheck and out of source build - -2014-03-28 20:47:36 +0100 Rico Tzschichholz <ricotz@ubuntu.com> - - * ext/Makefile.am: - * gst-libs/gst/gl/Makefile.am: - build: Fix make dist - -2014-03-28 19:46:33 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/Makefile.am: - tests: fix LDADD order for insertbin test - -2014-03-28 19:41:25 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/Makefile.am: - tests: don't link codecparser tests twice to the lib - -2014-03-28 19:30:16 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/Makefile.am: - tests: fix build of gl unit tests in uninstalled setup - Put local .la files first, and add link to libgstvideo - for tests that use the libgstvideo API directly. - -2014-03-27 22:41:02 +1100 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - gl/win32: allow not building the gl plugins - Fixes build on windows if <GL/wglext.h> headers are not present. - https://bugzilla.gnome.org/show_bug.cgi?id=727125 - -2014-03-28 11:54:45 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/eglgles/gsteglglessink.c: - eglglessink: unref last buffer on DRAIN - Similar to 093574053fae243ec5fcfd6adae8185053b1e896 - in gstbasesink - https://bugzilla.gnome.org/show_bug.cgi?id=726107 - -2014-03-27 18:51:59 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> - - * ext/eglgles/gsteglglessink.c: - eglglessink: fix wrong doc block for create_window - Wrong since 1ad253b9 when prop name was changed from - can_create_window to create_window. - -2014-03-27 22:02:22 +1100 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - gl: don't fail configure if we do not understand the platform - -2014-03-25 15:40:14 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/android/Makefile.am: - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/dispmanx/Makefile.am: - * gst-libs/gst/gl/win32/Makefile.am: - gl: fix out-of-source builds pt2 - 21b897de2f762bee504cbc007fd108148ee5ae24 did this for x11 and wayland. - Do it for the other backends as well. - -2014-03-26 23:13:53 +0000 Julien Isorce <julien.isorce@gmail.com> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gstglfilter.c: - gl: only set CAPS_FEATURE_MEMORY_EGL_IMAGE on egl platform - -2014-03-26 17:14:40 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * configure.ac: - configure.ac: fix OSX host check - Makes the check works with (i386|x86_64)-apple-darwin* hosts. - https://bugzilla.gnome.org/show_bug.cgi?id=727104 - -2014-03-26 19:17:03 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstglimagesink.c: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstglfilter.c: - gl: let the user includes itself our egl headers if needed - Forgot to address this change. - https://bugzilla.gnome.org/show_bug.cgi?id=703343 - -2014-03-22 22:01:49 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - gl: add EGLImage support - * picked from old libgstegl: - - GstEGLImageMemory - - GstEGLImageAllocator - - last_buffer management from removed GstEGLImageBufferPool - * add-ons: - - GstEGLImageMemory now old a reference on GstGLContext - so that it can delete the EGLImage and its gltexture source - while having the associated gl context being current. - - add EGLImage support for GstVideoGLTextureUploadMeta which - mainly call EGLImageTargetTexture2D - - GstGLBufferPool now supports GstEGLImageAllocator - - glimagesink / glfilters / etc.. now propose GstEGLImageAllocator - to upstream - https://bugzilla.gnome.org/show_bug.cgi?id=703343 - -2014-03-24 12:12:42 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * configure.ac: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/egl/Makefile.am: - gl: deploy egl headers in gst/gl/egl instead of gst/gl - https://bugzilla.gnome.org/show_bug.cgi?id=703343 - -2014-03-24 12:10:00 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/x11/Makefile.am: - gl: remove commented and unsued code in x11 Makefile.am - https://bugzilla.gnome.org/show_bug.cgi?id=703343 - -2014-03-23 21:55:34 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * configure.ac: - * pkgconfig/Makefile.am: - pkgconfig: add gstreamer-gl - https://bugzilla.gnome.org/show_bug.cgi?id=703343 - -2014-03-24 12:04:08 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglcontext.c: - gl: fix crash if _build_extension_string is not called - On GLES2 then (gl->GetIntegerv && gl->GetStringi) is false - regression introduced by cc6df204e2f58fffda5cbe90f3450aeba95889c4 - https://bugzilla.gnome.org/show_bug.cgi?id=703343 - -2014-03-26 10:14:36 +0100 Edward Hervey <bilboed@bilboed.com> - - * configure.ac: - gl: Only enabled cocoa backend on osx (and not ios) - ios requires using EAGL - -2014-03-26 09:05:15 +1100 Jan Schmidt <jan@centricular.com> - - * ext/rtmp/gstrtmpsink.c: - rtmpsink: Remove URL check for valid playpath. - The playpath is an optional component of the URL - don't require it. - -2014-03-25 17:39:18 +0100 Wim Taymans <wtaymans@redhat.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: unlock object lock before posting error - Posting an error with the object lock will deadlock. Rework the code - a bit to make things more simple. - -2014-03-25 15:04:14 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gsth265parser.h: - * gst-libs/gst/codecparsers/gstmpegvideometa.h: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - codecparsers: cosmetics: drop TAB characters. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-03-25 21:40:11 +1100 Jan Schmidt <jan@centricular.com> - - * gst/dvbsuboverlay/dvb-sub.c: - dvbsuboverlay: Clarify confusing debug message - The message is describing the number of bytes remaining for - parsing, not 'missing'. - -2014-03-25 21:40:11 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - tsdemux: Fix mpegts_packetizer_set_current_pcr_offset() - When adjusting the PCR offset of groups, adjust the correct group - entry from the list - not the current group repeatedly. - -2014-03-25 21:40:11 +1100 Jan Schmidt <jan@centricular.com> - - * gst/dvbsuboverlay/dvb-sub.c: - dvbsuboverlay: Remove warning for 2-bit and 8-bit subpictures - Both 2-bit and 8-bit mode now seem fine, so remove the warning - messages about them - -2014-03-25 21:40:10 +1100 Jan Schmidt <jan@centricular.com> - - * gst/dvbsuboverlay/dvb-sub.c: - dvbsuboverlay: Fix 8-bit subpicture rendering. - Fix 2 small flaws handling 8-bit subpictures that makes - my one test file work. - -2013-03-08 09:57:22 +0800 Li Xiaowei <xiaowei.a.li@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix slice_header() parsing for MVC. - The idr_pic_id syntax element depends on IdrPicFlag, which is a calculated - value that does not only depend on NAL unit type (IDR), but possibly also - on MVC non_idr_flag syntax element. - The computed idr_pic_flag is already stored in GstH264NalUnit structure. - https://bugzilla.gnome.org/show_bug.cgi?id=721772 - Signed-off-by: Li Xiaowei <xiaowei.a.li@intel.com> - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2012-10-01 09:48:06 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: add gst_h264_parse_nalu_header() helper. - Add helper to parse the NALU header. Move bounds checking to there. - https://bugzilla.gnome.org/show_bug.cgi?id=685215 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2012-10-01 09:37:21 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: add gst_h264_parse_sps_data() helper. - Split seq_parameter_set_data() parsing off gst_h264_parse_sps() so - that it could be re-used later on. - https://bugzilla.gnome.org/show_bug.cgi?id=685215 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2012-09-26 18:46:36 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: h264: complete set of NAL unit types. - Add missing NAL unit types. They are mostly related to alpha blending, - scalable video coding extensions (SVC, Annex.G), and multiview video - coding extensions (MVC, Annex.H). - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-03-24 19:27:44 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: clean-up gst_h264_parser_parse_sei_message(). - Fix build when GST_DISABLE_GST_DEBUG is not defined. Use a switch - statement to dispatch to the various SEI payload handlers. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-03-21 17:07:19 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/nalutils.c: - * gst-libs/gst/codecparsers/nalutils.h: - codecparsers: h264: fix skipping of unsupported SEI messages. - The payloadSize does not account for emulation prevention bytes. So, - just use nal_reader_skip() for skipping payload_size bits. It should - be possible to further optimize this code since the NAL reader shall - be aligned to byte boundary already. - Kill the now unused nal_reader_skip_to_next_byte() function. - https://bugzilla.gnome.org/show_bug.cgi?id=726829 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-03-21 17:03:36 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix SEI buffering_period() parsing. - Fix parsing of buffering_period() SEI messages. The number of bits - used to express {nal,vcl}_initial_cpb_removal_delay{,_offset} syntax - elements is not 5 but 1 + initial_cpb_removal_delay_length_minus1. - https://bugzilla.gnome.org/show_bug.cgi?id=726828 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2012-10-10 16:19:49 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/nalutils.c: - codecparsers: h264: fix rbsp_more_data() implementation. - Account for trailing zero bits when checking for rbsp_more_data(). - In particular, fix an hypothetical stream whereby rbsp_more_data() - is called in the following conditions for PPS header: NalReader - reached position 20, 12 bits are remaining and trailing data at - current byte position is c8 00. - rbsp_more_data() used to return TRUE whereas it should obviously - return FALSE because x8 00 represents a valid rbsp_trailing_bits() - structure. - https://bugzilla.gnome.org/show_bug.cgi?id=685890 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-03-24 17:33:00 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * ext/gl/Makefile.am: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/wayland/Makefile.am: - * gst-libs/gst/gl/x11/Makefile.am: - gl: fix out-of-source builds. - Always use the locally generated <gst/gl/gstglconfig.h> file. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2014-03-25 00:50:30 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - gl/download: add support for the bt709 color matrix - -2014-03-25 00:34:13 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: add support for the bt709 color matrix - -2014-03-24 23:09:20 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/dispmanx/Makefile.am: - * gst-libs/gst/gl/wayland/Makefile.am: - * gst-libs/gst/gl/win32/Makefile.am: - * gst-libs/gst/gl/x11/Makefile.am: - gl: remove explicit reference to X_CFLAGS - They are in GL_CFLAGS if required - -2014-03-23 23:43:28 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - gl/upload: remove the legacy GL 1.x upload path - uploading requires shaders and fbos available in GL2. - -2014-03-23 11:02:08 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglcontext.c: - gl: fallback to glGetString if GL_NUM_EXTENSIONS fails - Need it on MacOSX 10.7.5 - -2014-03-23 01:02:03 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/Makefile.am: - * gst-libs/gst/gl/glprototypes/all_functions.h: - gl: and update the Makefile - -2014-03-23 00:38:16 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/all_functions.h: - * gst-libs/gst/gl/glprototypes/base.h: - * gst-libs/gst/gl/glprototypes/blending.h: - * gst-libs/gst/gl/glprototypes/eglimage.h: - * gst-libs/gst/gl/glprototypes/fbo.h: - * gst-libs/gst/gl/glprototypes/fixedfunction.h: - * gst-libs/gst/gl/glprototypes/gles.h: - * gst-libs/gst/gl/glprototypes/gles1.h: - * gst-libs/gst/gl/glprototypes/gles1_functions.h: - * gst-libs/gst/gl/glprototypes/gles2_functions.h: - * gst-libs/gst/gl/glprototypes/gles3opengl.h: - * gst-libs/gst/gl/glprototypes/opengl.h: - * gst-libs/gst/gl/glprototypes/opengl_functions.h: - * gst-libs/gst/gl/glprototypes/shaders.h: - * gst-libs/gst/gl/gstglapi.h: - gl: reorganize the extension headers by function rather than api - -2014-03-21 20:29:49 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - gl/win32: use the correct include and gst-indent - -2014-03-21 15:56:16 +0100 Wim Taymans <wtaymans@redhat.com> - - * tests/check/elements/mpegvideoparse.c: - check: fix make check - The mpeg parser now flags the stream as mpeg2 if there is a picture - extension header, so remove it for mpeg1 data. - -2014-03-18 09:16:25 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - gl: use wglCreateContextAttribsARB to create share context - https://bugzilla.gnome.org/show_bug.cgi?id=726494 - -2014-03-17 20:43:35 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - gl/mixer: fix download check for failure - -2014-03-17 20:40:51 +0100 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/gstgltestsrc.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - gl: silence a critical if upstream does not provide us with meta params - -2014-03-19 13:48:10 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstopengl.c: - * gst-libs/gst/gl/gstglapi.h: - gl: silence warnings building for RPI related to 'vcos_*' - Similar than 1190a79b199584cfc4dd62c474531c32cfbba425 - -2014-03-19 13:45:35 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/gl/gstopengl.c: - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/egl/gstgldisplay_egl.h: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.h: - gl: keep only one occurence of '#include <EGL/egl.h>' - To simply maintainance if we need to put specific includes around it. - -2014-03-16 01:25:10 +0100 Edward Hervey <edward@collabora.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: Don't forward text gap events downstream - That gap is only for the subtitle stream and not for the video stream. - -2014-03-18 00:11:09 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * configure.ac: - gl: don't default to GST_GL_HAVE_WINDOW_DISPMANX=1 - Mistake introduced by 2a0f0399ae226089c2ba07b1b904741b856f37af - https://bugzilla.gnome.org/show_bug.cgi?id=726591 - -2014-03-18 00:08:50 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - * tests/examples/gtk/gstgtk.c: - gl: fix the use of always-defined macros - After 2a0f0399ae226089c2ba07b1b904741b856f37af GST_GL_* macros are always - defined to 0 or 1. Don't use #ifdef ... or #if defined() on them. - https://bugzilla.gnome.org/show_bug.cgi?id=726591 - -2014-03-18 00:07:43 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * configure.ac: - gl: check for X unconditionally - Without this the HAVE_X macro is empty, not "no" or "yes", which is not - what the later code is counting on. - https://bugzilla.gnome.org/show_bug.cgi?id=726591 - -2014-03-17 17:35:22 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * configure.ac: - gl: set default value to 0 for all definitions that go to gstglconfig.h - To avoid warnings like "GST_GL_HAVE_OPENGL is not defined". - As we are using #if instead of #ifdef - -2014-03-17 15:49:37 +0100 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - gl: allow not building the gl library plugins - -2014-03-17 15:16:13 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - gl: add GModule libs for win32 - -2014-03-17 15:06:25 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - gl: only link against gstegl if we are using egl - Assuming if we are building egl that the egl library is built - -2014-03-17 15:05:24 +0100 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - gl: add the option of disabling cocoa on OS X using --disable-cocoa - -2014-03-17 14:37:13 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - gl: add path of the gstegl library - Temporary until we merge the two libraries - -2014-03-17 14:26:31 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - Revert "gl: add dep on gstegl" - It was already in _LIBADD - This reverts commit b10a3530804335fc3b9494603ef78ce9417c3bc8. - -2014-03-17 14:11:14 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - gl: add dep on gstegl - Temporary until we merge the two libraries - -2014-03-17 14:06:22 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - gl/cocoa: Fix debug statements and platform - -2014-03-17 12:32:26 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * configure.ac: - gl: set HAVE_EGL_RPI to yes if HAVE_GL and RPI - Which fixes build on Raspberry Pi since -gl has been moved to -bad - -2014-03-17 12:04:40 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/gl/cocoa/Makefile.am: - gl: Fix static build with objective-C - --tag=CC is needed for static build - -2014-03-17 12:00:09 +0100 Thijs Vermeir <thijsvermeir@gmail.com> - - * configure.ac: - * ext/Makefile.am: - make: whitespace cleanups - -2014-03-17 10:56:39 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstgldisplay_egl.c: - * gst-libs/gst/gl/egl/gstgldisplay_egl.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - gl: Add EGLDisplay display subclass - -2014-03-17 10:44:32 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - gl/window: add a dummy window class - Effective for the case where we have a platform that does not - require a native window. We require a mainloop to run the GL - commands which is currently operated by GstGLWindow. - -2014-03-17 08:10:50 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - gl: fix undeclared symbol when building without GST_DEBUG - -2014-03-16 18:55:03 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - gl: fix a double unref of the query when building without X - -2014-03-16 16:36:06 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/dvbsuboverlay/gstdvbsuboverlay.c: - dvbsuboverlay: handle video/x-raw(ANY) if downstream supports the GstVideoOverlayCompositionMeta API - https://bugzilla.gnome.org/show_bug.cgi?id=726463 - -2014-03-16 17:21:38 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - gl: silence a compiler warning about missing prototypes - -2014-03-14 19:03:36 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - gl/utils: add x11 GstContext handling - https://bugzilla.gnome.org/show_bug.cgi?id=726360 - -2014-03-16 15:34:11 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - gl: define GL_NUM_EXTENSIONS if not defined - -2014-03-16 15:08:23 +0100 Matthew Waters <ystreet00@gmail.com> - - * configure.ac: - * docs/libs/Makefile.am: - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - * ext/Makefile.am: - * gst-libs/gst/Makefile.am: - * tests/check/Makefile.am: - * tests/check/libs/.gitignore: - Move gst-plugins-gl to bad - -2014-03-16 15:06:37 +0100 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/effects/gstgleffectbulge.c: - * ext/gl/effects/gstgleffectfisheye.c: - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectsin.c: - * ext/gl/effects/gstgleffectsquare.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectstretch.c: - * ext/gl/effects/gstgleffecttunnel.c: - * ext/gl/effects/gstgleffecttwirl.c: - * ext/gl/effects/gstgleffectxray.c: - * ext/gl/gstgldifferencematte.h: - * ext/gl/gstglfilterapp.h: - * ext/gl/gstglfilterblur.h: - * ext/gl/gstglfiltercube.h: - * ext/gl/gstglfilterglass.h: - * ext/gl/gstglfilterlaplacian.h: - * ext/gl/gstglfilterreflectedscreen.c: - * ext/gl/gstglfilterreflectedscreen.h: - * ext/gl/gstglfiltershader.h: - * ext/gl/gstglfiltersobel.h: - * ext/gl/gstgloverlay.h: - * ext/gl/gstopengl.c: - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshadervariables.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * tests/check/libs/gstglcontext.c: - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - gl: silence all the compiler warnings - -2014-03-16 11:23:16 +0100 Matthew Waters <ystreet00@gmail.com> - - * ext/gl/BUGS: - * ext/gl/Makefile.am: - * ext/gl/effects/gstgleffectbulge.c: - * ext/gl/effects/gstgleffectfisheye.c: - * ext/gl/effects/gstgleffectglow.c: - * ext/gl/effects/gstgleffectidentity.c: - * ext/gl/effects/gstgleffectlumatocurve.c: - * ext/gl/effects/gstgleffectlumatocurve.h: - * ext/gl/effects/gstgleffectmirror.c: - * ext/gl/effects/gstgleffectrgbtocurve.c: - * ext/gl/effects/gstgleffectscurves.h: - * ext/gl/effects/gstgleffectsin.c: - * ext/gl/effects/gstgleffectsquare.c: - * ext/gl/effects/gstgleffectsqueeze.c: - * ext/gl/effects/gstgleffectssources.c: - * ext/gl/effects/gstgleffectssources.h: - * ext/gl/effects/gstgleffectstretch.c: - * ext/gl/effects/gstgleffecttunnel.c: - * ext/gl/effects/gstgleffecttwirl.c: - * ext/gl/effects/gstgleffectxray.c: - * ext/gl/gltestsrc.c: - * ext/gl/gltestsrc.h: - * ext/gl/gstglbumper.c: - * ext/gl/gstglbumper.h: - * ext/gl/gstglcolorscale.c: - * ext/gl/gstglcolorscale.h: - * ext/gl/gstgldeinterlace.c: - * ext/gl/gstgldeinterlace.h: - * ext/gl/gstgldifferencematte.c: - * ext/gl/gstgldifferencematte.h: - * ext/gl/gstgleffects.c: - * ext/gl/gstgleffects.h: - * ext/gl/gstglfilterapp.c: - * ext/gl/gstglfilterapp.h: - * ext/gl/gstglfilterblur.c: - * ext/gl/gstglfilterblur.h: - * ext/gl/gstglfiltercube.c: - * ext/gl/gstglfiltercube.h: - * ext/gl/gstglfilterglass.c: - * ext/gl/gstglfilterglass.h: - * ext/gl/gstglfilterlaplacian.c: - * ext/gl/gstglfilterlaplacian.h: - * ext/gl/gstglfilterreflectedscreen.c: - * ext/gl/gstglfilterreflectedscreen.h: - * ext/gl/gstglfiltershader.c: - * ext/gl/gstglfiltershader.h: - * ext/gl/gstglfiltersobel.c: - * ext/gl/gstglfiltersobel.h: - * ext/gl/gstglimagesink.c: - * ext/gl/gstglimagesink.h: - * ext/gl/gstglmosaic.c: - * ext/gl/gstglmosaic.h: - * ext/gl/gstgloverlay.c: - * ext/gl/gstgloverlay.h: - * ext/gl/gstgltestsrc.c: - * ext/gl/gstgltestsrc.h: - * ext/gl/gstglvideomixer.c: - * ext/gl/gstglvideomixer.h: - * ext/gl/gstopengl.c: - move gl elements to ext subdirectory - -2014-03-15 15:55:46 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [906/906] filter: warn about trying to share with multiple contexts at once - -2014-03-15 14:06:40 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [905/906] Add GL context sharing support for non-gstgl elements - -2014-03-15 13:55:39 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [904/906] mixer: ask for display handles on pad activation - -2014-03-15 13:51:44 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - [903/906] api: add GstGLPlatform to/from string - -2014-03-15 11:25:43 +0100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/opengl.h: - * gst-libs/gst/gl/gstglcontext.c: - [902/906] context: implement glGetStringi handling for GL core contexts/GLES3 - -2014-03-12 23:46:58 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - [901/906] glx: use the display handle from the global display - Intel drivers require the display handles be the same for context - sharing to occur. Also solves some cases of use after free of the - display when integrating with gstreamer-vaapi. - See https://bugs.freedesktop.org/show_bug.cgi?id=41736 for the intel bug. - -2014-03-12 23:44:28 +1100 Matthew Waters <ystreet00@gmail.com> - - * tests/check/libs/gstglcontext.c: - [900/906] tests/gstglcontext: reduce the number of frames displayed - Was causing timeouts on intel hardware due to vsync handling. - -2014-03-12 23:43:12 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - [899/906] egl: warn if we resort to display handles from the window - -2014-03-06 18:11:22 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [898/906] glimagesink: add an other-context property - Allows applications to provide us with an OpenGL context with which - to share with. - -2014-03-04 23:28:01 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglapi.c: - [897/906] api: plugin a small memory leak - Found by adrien.schwartzentruber@gmail.com - -2014-03-02 11:48:54 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - [896/906] utils: use the vtable for deleting the texture - -2014-02-28 17:42:51 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - [895/906] context: call window_class->close last - We should destroy resources before closing the display connection - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725048 - -2014-02-25 09:27:26 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/gstglfeature.h: - [894/906] gl: add missing G_BEGIN_DECLS/G_END_DECLS - https://bugzilla.gnome.org/show_bug.cgi?id=725111 - -2014-02-24 23:55:58 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [893/906] x11: close both of the display's we use - (the comment doesn't seem to apply anymore) - https://bugzilla.gnome.org/show_bug.cgi?id=725048 - -2014-02-23 11:44:51 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - [892/906] silence a compiler warning on older gcc versions (4.6) - -2014-02-11 08:57:29 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - * tests/check/libs/gstglcontext.c: - [891/906] context: add support for wrapping external contexts - -2013-11-27 17:52:46 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/x11/Makefile.am: - * gst-libs/gst/gl/x11/gstgldisplay_x11.c: - * gst-libs/gst/gl/x11/gstgldisplay_x11.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/x11_event_source.c: - [890/906] x11: add display subclass - GstGLDisplayX11 holds the display connection and name. Each thread requires - it's own X11 Display connection (initialised from name) due to the fact that - we do not want to call XInitThreads(). Doing so would result in segfaults - when integrating with GUI toolkits Gtk, Qt, etc. - The Display connection is for OpenGL platforms where a constant display is - required in order to share contexts (egl). In the case of a wrapped context - (added later), we do not have GstGLWindow to retreive the display from so a - 'master' connection is used instead. - -2014-01-15 10:21:56 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [889/906] display: add display type enum - -2014-02-23 11:27:23 +1100 Adrien SCH <adrien.schwartzentruber@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - [888/906] correct error handling in gstgldownload.c - -2014-02-23 10:36:57 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [887/906] mixer: fixup a memory leak of the context in the GLTextureUploadMeta path - gst_structure_get returns a reference to the object and we asked - for another with gst_object_replace. - https://bugzilla.gnome.org/show_bug.cgi?id=724816 - -2014-02-23 01:32:23 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst/gl/gstgltestsrc.c: - [886/906] fixup a memory leak of the context in the GLTextureUploadMeta path - gst_structure_get returns a reference to the object and we asked - for another with gst_object_replace. - https://bugzilla.gnome.org/show_bug.cgi?id=724816 - -2014-02-21 15:25:22 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [885/906] filter: free our data - plugs some memory leaks - https://bugzilla.gnome.org/show_bug.cgi?id=724816 - -2014-02-21 13:28:16 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [884/906] filter: return the pad template caps in transform_caps - We can transform from any input in our caps to any output. - With the following pipeline snippet: - ... ! vaapidecode ! glcolorscale ! xvimagesink - GstVideoGLTextureUploadMeta was being used on both src and sink - pads causing linking to fail. This allows the usage of the meta - on either pad without affecting whether the meta is chosen on the - other pad. - -2014-02-11 08:23:39 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/gles1.h: - * gst-libs/gst/gl/glprototypes/gles1gles2.h: - * gst-libs/gst/gl/glprototypes/gles1gles2opengl.h: - * gst-libs/gst/gl/glprototypes/gles1opengl.h: - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglcontext.c: - [883/906] api: provide from_string() - Also s/gst_gl_api_string/gst_gl_api_to_string/g - -2014-02-11 07:24:40 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstopengl.c: - [882/906] port glcolorscale to GLES2 - -2014-02-06 21:43:45 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [881/906] upload: restore default values for unpack_length - fixes elements that upload a supplementary texture (glbumber, - gldifferencematte, etc) - -2014-02-05 00:44:18 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [880/906] glimagesink: remove unused stored_buffer field - It has the potential to cause deadlocks. - -2014-02-20 22:40:05 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst/gl/Makefile.am: - [879/906] build: don't add X_CFLAGS to CFLAGS - It should already be included if needed inside GL_CFLAGS - -2014-02-05 01:53:04 +1100 Matthew Waters <ystreet00@gmail.com> - - * tests/check/libs/gstglcontext.c: - * tests/check/libs/gstglmemory.c: - * tests/check/libs/gstglupload.c: - [878/906] tests: update for glmem api change - -2014-02-04 13:49:35 +0100 Chris Paulson-Ellis <chris@edesix.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [877/906] x11: Use correct format string for guintptr - https://bugzilla.gnome.org/show_bug.cgi?id=723537 - -2014-02-01 03:14:48 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - [876/906] glmem: use GstVideoInfo for format configuration - Allows use of strides - -2014-01-31 06:53:54 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [875/906] upload: support for arbitrary strides - Using GL_UNPACK_ALIGNMENT for GLES2 and GL_UNPACK_ROW_LENGTH for everything else - -2014-01-30 07:49:20 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - [874/906] filter: implement draw_texture for GLES2 - (taken from gleffects) - -2014-01-29 19:14:54 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst/gl/gstglimagesink.c: - [873/906] upload: use GstVideoInfo for choosing the format - -2014-01-29 06:42:40 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [872/906] upload: consolidate data _fill - -2014-01-29 02:51:23 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [871/906] upload: fix texture scaling for YUY2/UYVY with GLES2 - Another artifact from the transition to GL_TEXTURE_2D - -2014-01-29 01:02:57 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [870/906] upload: remove superflous g_mutex_init - -2014-01-30 08:28:52 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - * tests/check/libs/gstglupload.c: - [869/906] tests: add some upload tests - -2014-01-28 07:50:13 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [868/906] upload: fix compilation for GLES2 - -2014-01-17 08:46:02 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [867/906] glupload: Add GRAY8/GRAY16LE/BE upload support to glimagesink - the 16bit data is uploaded as LUMINANCE_ALPHA, then expanded, composed - in shader. value weight is a little complicate, high byte weight is - 255*256/65535 (denormalize to [0~255] ,shift to high byte,then normalize - to [0~1]), low byte weight is 255/65535(similar) - https://bugzilla.gnome.org/show_bug.cgi?id=722670 - -2013-11-23 22:57:03 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [866/906] upload: update some docs - -2013-11-23 22:19:18 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - [865/906] glmem: report successful copy to the caller - -2013-12-29 17:29:53 +1100 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - * tests/examples/gtk/gstgtk.c: - [864/906] examples: update to gtk3 - -2013-11-26 09:32:32 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - [863/906] window: hold a ref to our GstGLDisplay - -2013-11-25 20:34:06 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [862/906] window: remove set_need_lock - No-one is using it. The only code that did was the x11 one which - doesn't need it anymore. - -2014-01-10 02:50:14 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst-libs/gst/gl/glprototypes/opengl.h: - [861/906] glprototypes: Add missing glScalef declare - https://bugzilla.gnome.org/show_bug.cgi?id=721903 - -2013-11-23 22:58:57 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - [860/906] docs: misc updates - -2013-11-23 22:57:49 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - [859/906] window: provide some documetation - -2013-11-23 22:56:10 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - [858/906] glmem: update the docs - -2013-11-23 22:54:46 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [857/906] display: document the new GstContext api - -2013-11-23 22:53:48 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - [856/906] context: document it - -2013-11-14 15:27:52 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst/gl/gstglimagesink.c: - [855/906] upload: add support for GstVideoGLTextureUploadMeta - -2013-11-13 00:41:01 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [854/906] use the allocation query to propogate GstGLContext - uses the GstVideoGLTextureUploadMeta api type for the query - -2013-10-24 22:30:45 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * tests/check/libs/gstglcontext.c: - * tests/check/libs/gstglmemory.c: - [853/906] display: remove _{set,get}_context - A GstGLDisplay doesn't need a GstGLContext and its use - was cause a reference cycle - -2013-11-13 10:43:16 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [852/906] use GstContext for GstGLDisplay propogation - implements the hooks required in GstElement::set_context and the context query - -2013-12-20 15:18:38 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/gl/gstgldeinterlace.c: - [851/906] deinterlace: fix texture coordinates computation - Fixes a regression introduced by fffdcbdd3dde437e10cf6e1b5e40c6958d41e6c1 - https://bugzilla.gnome.org/show_bug.cgi?id=720826 - -2013-11-15 18:28:49 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [850/906] glupload: Remove texture scaling artifacts from the TEXTURE_RECTANGLE -> TEXTURE_2D transition - fixes the funky colours in some of the yuv formats - https://bugzilla.gnome.org/show_bug.cgi?id=721155 - -2013-10-26 02:20:17 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gltestsrc.c: - [849/906] testsrc: use _context_get_gl_api - -2013-10-24 22:28:57 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [848/906] filter: a little code cleanup - -2013-11-13 15:57:07 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [847/906] mixer: unmap the video frames we map - plugs a memory leak - -2013-11-15 20:50:27 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [846/906] mixer: handle 0/1 framerate better in caps - -2013-11-15 20:49:43 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [845/906] filter: handle capsfeatures properly - -2013-11-14 15:08:47 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst/gl/gstglmosaic.c: - * gst/gl/gstglmosaic.h: - * gst/gl/gstglvideomixer.c: - * gst/gl/gstglvideomixer.h: - [844/906] mixer: give access to the pads at render time - allows us to move the video frame mapping somewhere else - -2013-11-13 23:24:00 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - [843/906] memory: provide copy_into_texture - -2013-12-25 23:35:50 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/gl/Makefile.am: - [842/906] Fix gstglconfig.h-related 'make distcheck' issues - Fix srcdir vs. builddir issue in docs and 'files left after - disclean' issue for gstglconfig.h - -2013-11-30 09:51:49 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglwindow.c: - [841/906] osx: allow x11/glx backend and set default runtime to cocoa/nsgl - https://bugzilla.gnome.org/show_bug.cgi?id=719757 - -2013-12-14 19:12:09 +0100 Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - - * gst/gl/gstglvideomixer.c: - [840/906] glvideomixer: Use correct coordinates after the switch from GL_TEXTURE_RECTANGLE to GL_TEXTURE_2D - https://bugzilla.gnome.org/show_bug.cgi?id=720177 - -2013-11-30 16:38:13 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - [839/906] cocoa: allow to call set_window_handle before to create glcontext - So that it actually make cocoa videooverlay example work again. - Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=719758 - -2013-11-15 18:28:49 +1100 Matthew Waters <ystreet00@gmail.com> - - * ext/libvisual/visual-gl.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglutils.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gltestsrc.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglmosaic.c: - * gst/gl/gstgloverlay.c: - * gst/gl/gstglvideomixer.c: - * tests/check/libs/gstglcontext.c: - * tests/examples/clutter/cluttershare.c: - * tests/examples/sdl/sdlshare.c: - [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE - We create our textures (in Desktop GL) with GL_TEXTURE_RECTANGLE, - vaapi attempts to bind our texture to GL_TEXTURE_2D which throws a - GL_INVALID_OPERATION error and as thus, no video. - Also, by moving exclusively to GL_TEXTURE_2D and the npot extension - we also remove a difference between the Desktop GL and GLES2 code. - https://bugzilla.gnome.org/show_bug.cgi?id=712287 - -2013-11-08 12:12:26 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - [837/906] cocoa: resize OpenGL view size each time the window is resized - Fixes glitches that can appear when the OpenGL view has not been resized - after a window resize. - https://bugzilla.gnome.org/show_bug.cgi?id=711672 - -2013-11-01 16:35:46 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - [836/906] cocoa: only use GSRegisterCurrentThread with GNUStep environment - -2013-11-06 22:16:21 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglwindow.c: - [835/906] gstglwindow: remove unused fields - -2013-11-06 22:13:20 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglwindow.c: - [834/906] gstglwindow: clear mutex - -2013-11-06 22:12:02 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglcontext.c: - [833/906] gstglcontext: initialize window to NULL - -2013-11-06 21:59:27 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [832/906] x11: ignore Expose events not initiated by gst_gl_window_draw - -2013-11-06 21:55:49 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst/gl/gstglimagesink.c: - [831/906] glimagesink: avoid to overload the drawer if already drawing - Especially if the application calls gst_video_overlay_expose a lot - -2013-10-23 21:46:04 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstglvideomixer.c: - * gst/gl/gstglvideomixer.h: - * gst/gl/gstopengl.c: - [830/906] glvideomixer: Add a new simple glvideomixer element - that simply uses glBlendFunc to blend each imput frame - https://bugzilla.gnome.org/show_bug.cgi?id=710714 - -2013-10-23 20:38:56 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [829/906] mixer: error out properly on flushing - -2013-10-22 21:48:00 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - [828/906] context: refcount the display - -2013-10-26 02:20:54 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [827/906] mixer: don't unref the query in the default case - The element/application performing the query is responsible for the - de/allocation - -2013-10-24 21:24:03 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [826/906] upload: free our mutex - -2013-10-11 16:00:23 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [825/906] glwindow_x11: check if the loop exists - It happens when calling set_window_handle before to reach GST_STATE_READY. - In this case the parent is set when creating the internal window. - -2013-10-01 23:47:54 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglshadervariables.c: - [824/906] android: Build fixes - https://bugzilla.gnome.org/show_bug.cgi?id=709786 - -2013-10-01 11:46:46 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - [823/906] wayland_egl: make the wayland backend actually work on Raspberry Pi - Fix resizing and can now move the window - -2013-10-01 11:44:00 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - [822/906] gstglcontext_egl: avoid non working EGL confs on rpi/wayland - -2013-10-01 11:42:21 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglframebuffer.c: - * tests/check/libs/gstglcontext.c: - [821/906] tests: fix test_share on GLESv2 - -2013-10-01 11:27:07 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglwindow.c: - [820/906] gstglwindow: if available use wayland instead dispmanx on rpi - -2013-09-27 01:15:25 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst/gl/gstgldeinterlace.c: - [819/906] make gen_texture/del_texture threadsafe - Use stack allocated instead of static variables - Conflicts: - gst-libs/gst/gl/gstglutils.c - -2013-09-25 12:26:57 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [818/906] window: add send_message_async vmethod - - provide a default synchronous send_message - - make context creation threadsafe again - -2013-09-24 16:37:11 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglmosaic.c: - [817/906] make the state change test pass - -2013-09-24 14:07:58 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [816/906] x11: fix make check segfault - -2013-09-20 11:55:36 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglcontext.c: - * gst/gl/gstglimagesink.c: - [815/906] fix some refcount errors - -2013-09-20 11:54:42 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [814/906] mixer: timestamp buffers - -2013-09-16 19:07:18 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstglimagesink.c: - [813/906] unref the pool on shutdown - -2013-09-15 14:23:43 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfeature.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstglmosaic.c: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - * tests/check/libs/gstglcontext.c: - * tests/check/libs/gstglmemory.c: - [812/906] move the GL vtable from GstGLDisplay to GstGLContext - Conflicts: - tests/check/libs/gstglcontext.c - -2013-08-22 15:55:35 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/check/libs/gstglmemory.c: - [811/906] tests: update for GstGLContext addition - -2013-09-26 14:46:16 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglutils.c: - [810/906] gstglutils: use gl_vtable for glDeleteTextures - -2013-09-26 14:43:19 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * tests/check/libs/gstglcontext.c: - [809/906] tests: port test_share to GLES2 - Also add a deinit function to release fbo, tex and shader. - -2013-09-03 22:03:03 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [808/906] x11: remove dead code - -2013-09-03 21:49:18 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - [807/906] context: Move some window error enums to context - -2013-08-30 00:28:04 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - [806/906] egl: doesn't require the EGLConfig from the other context - libEGL should give us the same or similar EGLConfig from the - EGLDisplay we have. - -2013-08-30 00:22:31 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - [805/906] glfilter: rename external-opengl-context prop to other-context - It now requires a GstGLContext instead of a handle - -2013-08-30 15:53:41 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/gstglcontext.c: - * gst/gl/gstopengl.c: - [804/906] rpi: call bcm_host_init in plugin_init - -2013-08-30 14:12:37 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/dispmanx/Makefile.am: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: - * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.h: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglwindow.c: - [803/906] raspberrypi: add support for dispmanx - See https://bugzilla.gnome.org/show_bug.cgi?id=703342 - -2013-08-29 20:12:27 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/check/libs/gstglcontext.c: - [802/906] add GstGLContext test that tests context sharing - -2013-08-29 20:10:42 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - [801/906] context: Reimplement GL context sharing - https://bugzilla.gnome.org/show_bug.cgi?id=704806 - -2013-08-28 10:32:29 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst/gl/gstglimagesink.c: - [800/906] glimagesink: avoid to draw texture while releasing stored buffer - Spoted by generic/cube example with ClientDrawCallback set to - returning TRUE (it means drawing as fast as possible) - -2013-08-28 10:07:24 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [799/906] glimagesink: fix asynchrone drawing - Simplify gst_glimage_sink_redisplay which is there - only to ask the window for a redraw. - Put a lock to make sure we are not realeasing - the stored buffer while still drawing the corresponding - texture - -2013-08-22 00:29:36 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/Makefile.am: - [798/906] build: install needed header - -2013-08-21 15:40:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [797/906] x11: fix build for clang - -2013-08-21 14:05:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - * gst-libs/gst/gl/egl/gstglcontext_egl.c: - * gst-libs/gst/gl/egl/gstglcontext_egl.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - [796/906] move egl into its own directory - -2013-08-21 13:57:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - [795/906] android: port to GstGLContext - not tested - -2013-08-15 17:09:04 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/cocoa/gstgl_cocoa_private.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstglegl.c: - * gst-libs/gst/gl/gstglegl.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/Makefile.am: - * gst-libs/gst/gl/win32/gstglcontext_wgl.c: - * gst-libs/gst/gl/win32/gstglcontext_wgl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.h: - * gst-libs/gst/gl/x11/Makefile.am: - * gst-libs/gst/gl/x11/gstglcontext_glx.c: - * gst-libs/gst/gl/x11/gstglcontext_glx.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.h: - [794/906] context: add subclasses for the different platforms (egl, glx, wgl, etc) - - most code taken from the Window subclasses - - tested combinations: xEGL, GLX, Wayland+EGL, Cocoa (under GNUStep), WGL (Wine) - -2013-08-14 10:44:19 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglcontext.c: - * gst-libs/gst/gl/gstglcontext.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [793/906] add a GstGLContext object that will be the basis of OpenGL contexts - At the moment it just sits in between GstGLDisplay and GstGLWindow - performing some of the stuff that GstGLWindow used to do. - -2013-08-13 20:10:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/android/Makefile.am: - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/wayland/Makefile.am: - * gst-libs/gst/gl/win32/Makefile.am: - * gst-libs/gst/gl/x11/Makefile.am: - * gst/gl/Makefile.am: - [792/906] build: use our own in tree headers before system ones - allows us to develop against the tree rather than what may be installed - -2013-08-16 16:29:12 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/x11_event_source.c: - [791/906] glwindow/x11: remove X11EventSource as soon as the window is deleted - gst_gl_window_x11_send_message do not use XSendEvent anymore - -2013-08-16 15:26:28 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst/gl/gstglimagesink.c: - [790/906] glimagesink: retrieve window only when clientDrawCallback return true - -2013-08-07 17:11:59 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstglegl.c: - [789/906] egl: Create a window surface if necessary - -2013-08-07 11:46:49 +0200 Tonu Jaansoo <chain@bsd.ee> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - [788/906] osx: Fix compilation - -2013-08-07 11:42:46 +0200 Tonu Jaansoo <chain@bsd.ee> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglupload.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglimagesink.c: - [787/906] gl: The GLSL rectangle resampler does not always work with int tex coords - Use floats instead. - -2013-07-24 13:35:27 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/glprototypes/gles3opengl.h: - [786/906] glprototypes: Add support for NV extensions for DrawBuffers and ReadBuffer - -2013-07-24 13:34:20 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstglegl.c: - [785/906] egl: Use EGL_KHR_surfaceless_context instead of creating a useless surface if available - -2013-07-22 19:00:42 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * gst/gl/gstgloverlay.h: - [784/906] gloverlay: add G_BEGIN/END declaration - -2013-07-19 16:28:20 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/gl/gstglimagesink.c: - [783/906] glimagesink: Fix format string warning - -2013-07-19 10:07:54 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldownload.c: - [782/906] gldownload: Use strlen() instead of sizeof(char*) - gstgldownload.c:846:22: error: argument to 'sizeof' in 'memcpy' call is the same expression as the source; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess] - -2013-07-19 16:48:03 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - [781/906] download: propogate errors from the GL thread - -2013-07-18 20:21:57 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [780/906] up/download: check return values - So we fail properly - -2013-07-18 19:37:32 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - [779/906] download: remove _thread variants of the API - -2013-07-18 19:36:27 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [778/906] upload: remove _thread variants of the API - -2013-07-18 19:17:18 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [777/906] upload: overhaul and addition of new video formats - use the shaders from eglglessink (adapted for Desktop GL) - error out properly - -2013-07-17 21:17:03 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - [776/906] download: fix compiler warning about missing string format - -2013-07-19 09:20:09 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - * gst-libs/gst/gl/gstglapi.h: - [775/906] configure: Check for GLeglImageOES and others again - https://bugzilla.gnome.org/show_bug.cgi?id=704498 - -2013-07-18 20:26:44 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - [774/906] win32: Fix some compiler errors/warnings - -2013-07-18 01:42:31 +0200 Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> - - * gst-libs/gst/gl/gstglfilter.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterreflectedscreen.c: - [773/906] glfilters: Mark writable-only properties as readable as well - https://bugzilla.gnome.org/show_bug.cgi?id=704429 - -2013-07-18 01:41:05 +0200 Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> - - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglmosaic.c: - * gst/gl/gstgloverlay.c: - [772/906] glfilters: Mark them as Video filters in their classification - It makes it possible for applications like pitivi to - use them. - https://bugzilla.gnome.org/show_bug.cgi?id=704429 - -2013-07-17 11:22:02 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * tests/examples/gtk/gstgtk.c: - [771/906] gl: Some less long/ulong/gulong usage - -2013-07-16 18:28:33 +0200 Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> - - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/cluttershare.c: - [770/906] tests/examples: port some of the examples. - This commit is a first step, removes glupload, switch new-decoded-pad - to pad-added, but these examples still fail for various reasons. - -2013-07-16 18:27:07 +0200 Mathieu Duponchelle <mathieu.duponchelle@epitech.eu> - - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - * tests/examples/sdl/sdlshare.c: - [769/906] tests/examples: fix and port some of the examples. - Realize widgets, remove glupload element. - -2013-07-16 16:17:11 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/gl/gstgltestsrc.c: - [768/906] gltestsrc: Fix usage of FBO API - -2013-07-16 14:22:53 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [767/906] glimagesink: Remove GValue usage for fraction handling - -2013-07-04 10:01:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglutils.c: - [766/906] utils: generate a RGBA texture in all cases - -2013-07-03 21:01:25 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - [765/906] wayland: remove fullscreen - -2013-07-03 14:37:13 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [764/906] filter: fix pad template caps - upload is for the sink template - download is form the src template - -2013-07-03 14:13:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - [763/906] memory: copy properly depending on where the most recent data is - -2013-07-16 14:11:46 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [762/906] glimagesink: Fix some memory leaks and properly set up the buffer pool - -2013-07-16 13:28:19 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - [761/906] x11: Protect event display connection with a mutex - We use it from different threads and need to serialize the - accesses to it. - -2013-07-16 13:23:54 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [760/906] x11: Always use the same display connection from the GL thread - The other display connection might be used by async calls from elsewhere - at the same time. - https://bugzilla.gnome.org/show_bug.cgi?id=704247 - -2013-07-15 21:44:20 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldownload.c: - [759/906] gldownload: #ifdef some GLES2 specific code to fix compilation - -2013-07-15 18:07:12 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - [758/906] android: Don't require a window to be set - This allows the filters to be usable without a GL sink downstream. - -2013-07-15 18:01:55 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstglegl.c: - [757/906] egl: Create an offscreen surface if no window was provided - -2013-07-15 17:20:00 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldownload.c: - [756/906] gldownload: Reset the viewport after download RGB via GLES2 - -2013-07-15 17:11:59 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldownload.c: - [755/906] gldownload: Unbind framebuffer after downloading RGB with GLES2 - -2013-07-15 17:08:42 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - [754/906] gldownload: Add support for RGB reordering when using GLES2 - -2013-07-15 17:08:23 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldisplay.c: - [753/906] gldisplay: Sending a message is synchronous, we can allocate the memory on the stack - -2013-07-15 15:58:04 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst/gl/gstglimagesink.c: - [752/906] glwindow: Add destroy notifies for the data of the callbacks - And actually call the close callback when the window is closed. - -2013-07-15 15:25:57 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldisplay.c: - [751/906] gldisplay: Don't hold lock while sending a message to the GL thread - https://bugzilla.gnome.org/show_bug.cgi?id=704247 - -2013-07-15 14:11:20 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [750/906] glupload: Add support for RGB reordering when using GLES2 - -2013-07-15 07:39:07 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstglshader.c: - [749/906] glshader: Add some more debug output - -2013-07-12 14:31:48 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldownload.c: - [748/906] glupload: GL_STENCIL_ATTACHMENT is needed for desktop GL, not GLES - -2013-07-12 14:26:58 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglupload.c: - [747/906] gl: Constify YUV conversion shaders - -2013-07-12 14:20:41 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - [746/906] android: Add comment to clarify the type of a variable - -2013-07-12 14:20:05 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglupload.c: - [745/906] gl: Simplify and optimize YUV conversion shaders a bit - -2013-07-12 11:35:52 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gl.h: - [744/906] gl: Use __GST_GL_H__ instead of __GL_H__ as a multi-include guard - GL/gl.h might use the latter already. - -2013-07-11 21:30:53 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - [743/906] win32: Allow setting window handle before creating the context - -2013-07-11 21:22:57 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - [742/906] cocoa: Allow setting window handle before creating the context - -2013-07-11 21:17:42 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - [741/906] wayland: Don't leak main context and loop - -2013-07-11 21:15:41 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [740/906] x11: Allow setting window handle before creating the context - -2013-07-11 20:58:36 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [739/906] x11: Don't leak main context and main loop - -2013-07-11 20:51:47 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstglapi.h: - [738/906] gl: Include glu.h after gl.h - -2013-07-11 16:21:00 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/gl/gstglimagesink.c: - [737/906] glimagesink: Request and set the window handle much earlier - -2013-07-11 16:05:48 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/gl/gstopengl.c: - [736/906] glimagesink: Give MARGINAL rank to be able to autoplug it if nothing else is available - -2013-07-10 11:31:17 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/android/Makefile.am: - * gst-libs/gst/gl/android/gstglwindow_android_egl.c: - * gst-libs/gst/gl/android/gstglwindow_android_egl.h: - * gst-libs/gst/gl/gstglegl.c: - * gst-libs/gst/gl/gstglwindow.c: - [735/906] gl: Add support for Android - https://bugzilla.gnome.org/show_bug.cgi?id=703340 - -2013-07-11 11:37:17 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/win32/Makefile.am: - [734/906] win32: Make automake happy by using noinst_HEADERS - -2013-07-11 11:03:31 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/glprototypes/Makefile.am: - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglegl.h: - * gst-libs/gst/gl/gstglfeature.h: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglmixerpad.h: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglshadervariables.h: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglutils.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/Makefile.am: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/Makefile.am: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/x11/Makefile.am: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - * gst-libs/gst/gl/x11/x11_event_source.c: - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectlumatocurve.h: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gltestsrc.h: - * gst/gl/gstglbumper.h: - * gst/gl/gstglcolorscale.h: - * gst/gl/gstgldeinterlace.h: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldifferencematte.h: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * gst/gl/gstglfilterapp.h: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterblur.h: - * gst/gl/gstglfiltercube.h: - * gst/gl/gstglfilterglass.h: - * gst/gl/gstglfilterlaplacian.h: - * gst/gl/gstglfilterreflectedscreen.h: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltershader.h: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglfiltersobel.h: - * gst/gl/gstglimagesink.h: - * gst/gl/gstglmosaic.h: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgloverlay.h: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstopengl.c: - [733/906] gl: Major header and include cleanup - -2013-07-10 16:03:04 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gl.h: - * gst-libs/gst/gl/gstgl_fwd.h: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglegl.c: - * gst-libs/gst/gl/gstglegl.h: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfeature.h: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst/gl/gstglimagesink.h: - * gst/gl/gstgltestsrc.h: - [732/906] build: fix repeated typedefs - Write forward declarations in another way to avoid - repeated typedefs "error: redefinition of typedef". - Raised when using i686-apple-darwin11-llvm-gcc-4.2 - It seems that C apple compiler does not support - C11 feature. - https://bugzilla.gnome.org/show_bug.cgi?id=703885 - -2013-07-10 15:47:23 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - [731/906] cocoa: fix build when GNUSTEP is not defined - -2013-07-10 11:30:16 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - [730/906] glcompat: Properly check for GLchar and other types - On Android for example these are no #defines but typedefs - -2013-07-10 11:24:34 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglutils.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstglfiltershader.c: - * tests/check/pipelines/simple-launch-lines.c: - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/clutter/cluttershare.c: - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - * tests/examples/gtk/gstgtk.c: - * tests/examples/sdl/sdlshare.c: - [729/906] gl: Include config.h everywhere - -2013-07-03 14:13:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - [728/906] glimagesink: fix for gles2 - https://bugzilla.gnome.org/show_bug.cgi?id=703508 - -2013-07-03 09:12:39 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglegl.c: - * gst-libs/gst/gl/gstglegl.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - [727/906] egl: Refactor EGL logic into a helper object - -2013-07-02 22:45:08 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - [726/906] window: don't call a NULL destroy function - -2013-07-02 22:06:03 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/Makefile.am: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/x11_event_source.c: - * gst-libs/gst/gl/x11/x11_event_source.h: - [725/906] x11: use GMainContext/GMainLoop - allows us to be reentrant - https://bugzilla.gnome.org/show_bug.cgi?id=703445 - -2013-07-02 18:33:42 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - [724/906] wayland: make reentrant - https://bugzilla.gnome.org/show_bug.cgi?id=703445 - -2013-07-01 14:43:14 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - [723/906] gstglwindow: close has to be called in the glthread. - Indeed 'glXMakeCurrent (window_x11->device, None, NULL);' - has to be called in the thread where the glcontext is actually - current. - Otherwise glXDestroyContext may crash. - -2013-07-01 01:36:35 +0400 Руслан Ижбулатов <lrn1986@gmail.com> - - * gst-libs/gst/gl/gstglapi.h: - [722/906] gl: Fix build on Win32 - 1) Need to include GL/glext.h on W32 to provide necessary macros - 2) W32 macros that pre-processor has by default are different for different - toolchains. Borland uses __WIN32__, everyone else has _WIN32, so check both. - Side-note: glext.h is not supplied by mingw-w64 at the moment, but can be - downloaded from http://www.opengl.org/registry/ - https://bugzilla.gnome.org/show_bug.cgi?id=703364 - -2013-06-28 11:10:22 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstglfilter.c: - [721/906] glfilter: Use uint64 for the OpenGL context property - ulong/long properties are deprecated and should not be used anymore - for portability reasons. - -2013-06-28 11:00:46 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * tests/examples/clutter/clutteractortee.c: - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [720/906] examples: Stop using deprecated GLib thread API - -2013-06-28 11:00:07 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/gl/gstglshader.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglimagesink.c: - [719/906] gl: Fix compilation with GLES2 - -2013-06-28 00:34:48 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglutils.c: - * gst/gl/gstgleffects.c: - [718/906] shader: make it possible to unref in the non-GL thread - -2013-06-28 00:31:36 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/libvisual/CMakeLists.txt: - * gst-libs/gst/gl/CMakeLists.txt: - * gst/gl/CMakeLists.txt: - [717/906] remove outdated cmake build files - -2013-06-17 19:45:27 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - [716/906] wayland: properly choose EGL_RENDERABLE_TYPE - based on the gl api we chose - -2013-06-16 20:47:05 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.h: - [715/906] display: inherit from the right object class - -2013-06-16 20:44:47 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglframebuffer.c: - * gst-libs/gst/gl/gstglframebuffer.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - [714/906] Add GstGLFramebuffer to replace _display_gen_fbo and friends - This version is simply API compatible with _display_gen_fbo. - The next version will likely revamp the API - -2013-06-16 20:41:29 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - [713/906] shader: make it possible to create the object in a non-GL thread - -2013-06-16 20:38:27 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - [712/906] wayland: shutdown properly - We cannot use _finalize as this will be called before GstGLWindow's - _finalize. This causes us to try and perform operations with the - wayland server when the connection has been severed. - -2013-06-16 20:37:06 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - [711/906] wayland: support choosing Desktop GL as the api - -2013-06-16 20:34:15 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - [710/906] window: fail if the user specifies an GL api that we cannot work with - It would've been caught later in an g_assert anyway. - -2013-06-13 18:33:47 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [709/906] display: some more cleanups - -2013-06-13 17:57:35 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglmixerpad.h: - * gst-libs/gst/gl/gstglutils.h: - * gst-libs/gst/gl/gstglwindow.c: - [708/906] display: a cleanup and removal of old code - -2013-06-13 16:55:37 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [707/906] display: move error_message to utils - -2013-06-13 16:31:38 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - [706/906] display: move activate_context into utils - -2013-06-13 16:04:40 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [705/906] x11: don't shutdown in _finalize - The window's loop could be still running when _finalize is called - and if we destroy the display connection it will never be closed. - Add _open and _close vfuncs to GstGLWindow so that subclasses can - start up and shutdown at the right time. - -2013-06-13 14:36:41 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/libvisual/visual-gl.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglwindow.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * tests/check/libs/gstglmemory.c: - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/clutter/cluttershare.c: - * tests/examples/sdl/sdlshare.c: - [704/906] Use gst_object_[un]ref so we can get refcounts in the log - -2013-06-13 14:18:24 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [703/906] x11: don't segfault if destroy_cb is NULL - -2013-06-12 23:21:16 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [702/906] x11: fix segfault if the x11 backend is instantiated but not used - -2013-06-12 23:17:30 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/gltestsrc.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgltestsrc.c: - [701/906] display: move context creation into window - -2013-06-12 01:04:55 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglutils.c: - * gst-libs/gst/gl/gstglutils.h: - [700/906] display: move most of the code into utils for sorting later - This contains a hack that essentially requires one GstGLDisplay - per process. - -2013-06-11 18:50:12 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixerpad.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [699/906] display: remove list of upload and download objects - and only create an up/download object when needed. - -2013-06-11 12:26:50 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [698/906] move sink-specific stuff from GstGLDisplay into glimagesink - -2013-06-11 11:27:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [697/906] display: allow the user to try and choose the GL api we use via env variable - GST_GL_API=opengl,opengl3,gles2,gles3 - -2013-06-11 11:26:38 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglapi.c: - [696/906] glapi: fix memory leak from not freeing a string - -2013-06-04 22:18:51 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/wayland/Makefile.am: - * gst-libs/gst/gl/win32/Makefile.am: - * gst-libs/gst/gl/x11/Makefile.am: - [695/906] build: remove libtool warning about -version-info not used in convenience libraries - -2013-06-04 22:17:41 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/Makefile.am: - [694/906] build: add support for static plugins - -2013-06-04 22:16:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - [693/906] x11_glx: ask for a 3.0 GL Context - (falling back if needed) - -2013-06-03 18:15:45 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - [692/906] window_x11: add XError trapping - some functions in GLX can fail if the implementation does not support - certain features we ask for (i.e. GL 3) bringing down the entire - application - -2013-06-03 18:13:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfeature.h: - [691/906] feature: make gst_gl_check_extension public - prevents duplication of code of extension string parsing in GstGLWindow's - -2013-06-02 21:47:17 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.h: - [690/906] windowx11glx: use fbconfigs if supported - -2013-04-25 12:04:23 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglbumper.c: - [689/906] bumper: nicer error for no bumpmap file proveded - -2013-04-24 14:25:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [688/906] display: properly shutdown if we error after context creation - The _finalize() code checks to see if the context was created before - attempting to destroy it. We never did say that we had created the context. - -2013-04-24 14:24:27 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglbumper.c: - [687/906] bumper: error out properly if we cannot load the png file - -2013-04-24 14:23:16 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltershader.c: - [686/906] filtershader: fix string format compiler warnings - -2013-04-24 14:22:40 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [685/906] filter: improve error handling - -2013-04-24 12:18:14 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [684/906] display: lack of format-string causing a compiler warning - -2013-04-24 12:17:36 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfeature.c: - [683/906] feature: remove double free - -2013-03-11 15:51:06 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgloverlay.c: - [682/906] overlay: fix video-top property - -2013-06-02 07:52:30 +0000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglshader.c: - [681/906] win32: fix gl api calls on 32-bit - win has the bright idea of having 5 different calling conventions. - we should probably use the right one so we don't crash from stack - corruption. - -2013-03-10 13:37:48 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/opengl.h: - * gst/gl/gstgloverlay.c: - [680/906] overlay: tentative port to new GstGLFuncs API - -2013-03-10 13:34:15 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstopengl.c: - [679/906] opengl: fix plugins not being registered when they should be - -2013-03-09 23:36:36 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.c: - [678/906] window_win32_wgl: implement wglGetProcAddress for extension functions - -2013-03-09 22:53:41 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - [677/906] memory: fix GSIZE printf format on win32 - -2013-03-09 22:53:09 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.h: - [676/906] windwo_win32: port to new API - -2013-03-09 22:47:11 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [675/906] upload: provide nicer debugging - -2013-03-09 22:45:23 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfeature.c: - [674/906] feature: try and catch more GL extension functions - if we don't find the extension in core GL, try the extension version anyway - -2013-03-09 22:37:34 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfeature.h: - [673/906] feature: add gstreamer license - -2013-03-09 22:05:28 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [672/906] display: constify GstGLFuncs *gl - -2013-03-09 21:59:02 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/gstgl_compat.h: - * gst-libs/gst/gl/gstglapi.h: - [671/906] win32: #include GL/glext.h on windows - also add some GL default variables if some GL types are not defined - -2013-02-18 21:40:34 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [670/906] display: replace glib deprecated api - -2013-02-12 23:48:36 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.h: - [669/906] window: seperate object creation and context creation - -2013-02-04 21:30:51 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - [668/906] shader: fix gles2 segfault - -2013-02-04 21:29:33 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltercube.c: - [667/906] filtercube: fix for gles2 compilation - -2013-02-01 18:20:04 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltersobel.c: - [666/906] sobel: port for non-glew - -2013-02-01 00:08:28 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglmosaic.c: - [665/906] mosaic: fix a couple of assertions - -2013-02-01 00:06:54 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltershader.c: - [664/906] filtershader: improve error checking - -2013-01-31 23:51:04 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltershader.c: - [663/906] filtershader: port to non-glew - -2013-01-31 23:46:37 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterlaplacian.c: - [662/906] laplacian: port to non-glew - -2013-01-31 23:43:52 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterglass.h: - [661/906] glass: port to non-glew + shader matrices - -2013-01-31 23:39:56 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltercube.c: - [660/906] cube: port for non-glew - -2013-01-31 23:34:42 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterblur.c: - [659/906] blur: port for non-glew - -2013-01-31 23:32:49 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [658/906] mixer: fix eos timestamp check - -2013-01-31 23:31:09 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterapp.c: - [657/906] filterapp: port to non-glew - -2013-01-31 23:29:13 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglbumper.c: - [656/906] bumper: use DrawElements for semi-compatability with ES - also GL_QUADS isn't available with ES contexts - -2013-01-17 23:45:59 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - [655/906] download: remove erronous ReadBuffer call - - it was causing segfaults in mesa - - we didn't set the readbuffer so we shouldn't reset it - -2013-01-17 23:17:14 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldifferencematte.c: - [654/906] differencematte: port to non-GLEW - -2013-01-17 23:16:07 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldeinterlace.c: - [653/906] deinterlace: port to non-GLEW + arrays - -2013-01-17 23:14:49 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/opengl.h: - * gst/gl/gstglbumper.c: - [652/906] bumper: port to non-GLEW + arrays - -2013-01-17 23:12:35 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglupload.c: - [651/906] up/download: fix some typos when removing GLEW - -2013-01-16 22:41:18 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [650/906] filter: fix _draw_texture()'s wrong vertices - -2013-01-16 22:27:10 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectsqueeze.c: - [649/906] effects: fixes for mirror(1) and squeeze(2) producing black - -2013-01-16 15:23:49 +1100 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [648/906] tests/examples: remove dependency on glew - -2013-01-16 15:21:44 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/all_functions.h: - * gst-libs/gst/gl/glprototypes/gles3opengl.h: - * gst-libs/gst/gl/glprototypes/opengl_functions.h: - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfeature.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglupload.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * gst/gl/gstglmosaic.c: - [647/906] remove dependecy on glew - -2013-01-13 00:09:33 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/gles1.h: - * gst-libs/gst/gl/glprototypes/gles1gles2opengl.h: - * gst-libs/gst/gl/glprototypes/gles1opengl.h: - * gst-libs/gst/gl/glprototypes/gles2opengl.h: - * gst-libs/gst/gl/glprototypes/opengl.h: - [646/906] some gl header fixes/additions - -2013-01-10 13:32:16 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [645/906] fix gles2 compilation - -2013-01-10 10:57:11 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/.gitignore: - [644/906] update .gitignore for some new files - -2013-01-10 01:44:54 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [643/906] display: privatise most of the struct - -2013-01-10 01:13:23 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglshadervariables.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gltestsrc.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstopengl.c: - * tests/check/pipelines/simple-launch-lines.c: - [642/906] add gstglconfig.h for apps to find out what our capabilites are - ie libgstgl can be compiled with any combination of opengl/gles2 - -2013-01-10 00:30:03 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [641/906] display: feature check for GL extension functions - -2013-01-10 00:25:06 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - [640/906] build: add missing file to built sources - -2013-01-10 00:23:32 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - [639/906] add get_proc_address implementations for egl and glx - -2013-01-08 17:40:39 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - [638/906] window: add get_proc_address + stub for retrieving gl functions - -2013-01-08 17:38:40 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - [637/906] x11_egl: add prelim support for choosing opengl or gles - -2013-01-08 17:36:18 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [636/906] window_x11: compact debug info - -2013-01-07 14:08:39 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/opengl_functions.h: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfeature.h: - [635/906] fixup compile errors - -2012-12-19 14:54:21 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - [634/906] wayland egl: deactivate context before we destroy it - avoids a segfault with dri drivers - -2012-12-19 14:32:20 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [633/906] display: fail properly in context creation in order to minimize a race condition - previously, on context creation, when we failed to get a valid context - we would still atempt to run the window mainloop as well as setting an error - on the display. This would cause the calling element to finalize the display - and therefore attempt to quit the window mainloop. However the mainloop - may not have started running. Thus when the window mainloop ran it would - never a get a quit message and never end. - -2012-12-18 18:31:00 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgleffects.c: - [632/906] remove stray ) - The rest is indent stuff from the stray ) - -2012-12-18 18:29:11 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglshader.h: - [631/906] remove redefinition warnings in compiling tests - -2012-12-09 09:32:48 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglapi.c: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfeature.h: - [630/906] display: add gl api checking - i.e. check for cases where the window wants a different API than - what the library was compiled with - -2012-12-09 09:30:48 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.h: - [629/906] window: add GError for error handling of context creation - -2012-12-09 09:04:32 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltershader.c: - [628/906] shader filter: don't do anything if we don't have a shader file - -2012-12-07 13:32:28 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - [627/906] shader: check for invalid objects - -2012-12-07 00:20:58 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgleffects.c: - [626/906] fix build failure from undefined macro - -2012-12-07 00:16:04 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/glprototypes/README: - * gst-libs/gst/gl/glprototypes/all_functions.h: - * gst-libs/gst/gl/glprototypes/gles1.h: - * gst-libs/gst/gl/glprototypes/gles1_functions.h: - * gst-libs/gst/gl/glprototypes/gles1gles2.h: - * gst-libs/gst/gl/glprototypes/gles1gles2opengl.h: - * gst-libs/gst/gl/glprototypes/gles1opengl.h: - * gst-libs/gst/gl/glprototypes/gles2.h: - * gst-libs/gst/gl/glprototypes/gles2_functions.h: - * gst-libs/gst/gl/glprototypes/gles2opengl.h: - * gst-libs/gst/gl/glprototypes/opengl.h: - * gst-libs/gst/gl/glprototypes/opengl_functions.h: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglfeature.c: - * gst-libs/gst/gl/gstglfeature.h: - [625/906] add vtable for opengl functions - The vtable provides the ability for one to compile (but not link) - against both OpenGL and GL|ES and starts the move away from GLEW - -2012-12-06 18:40:26 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglshadervariables.c: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gltestsrc.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfiltercube.h: - * gst/gl/gstopengl.c: - * tests/check/pipelines/simple-launch-lines.c: - [624/906] OPENGL_ES2 => HAVE_GLES2 and add HAVE_OPENGL - use GstGLAPI to determine which code paths to execute. - perform some cleanups - -2012-12-06 17:40:47 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.h: - [623/906] move GL includes into a single file - -2012-12-05 17:23:21 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgles2.h: - [622/906] add missing GL_STENCIL_ATTACHMENT for gles2 compatability - -2012-12-03 15:04:49 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglapi.h: - * gst-libs/gst/gl/gstglrenderer.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.h: - [621/906] GstGLRendererAPI => GstGLAPI and get GstGLAPI from a window - -2012-11-30 17:09:21 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - [620/906] wayland_egl: attempt at resizing the video - -2012-11-29 13:06:24 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.c: - [619/906] fix typo for win32 debug variables - -2012-11-29 01:01:59 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/wayland/Makefile.am: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: - * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h: - * gst-libs/gst/gl/wayland/wayland_event_source.c: - * gst-libs/gst/gl/wayland/wayland_event_source.h: - [618/906] add wayland-egl window backend - -2012-11-20 00:15:05 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - [617/906] fix 'set but not used' compiler warnings - -2012-11-19 22:54:19 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/cocoa/Makefile.am: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h: - * gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst-libs/gst/gl/win32/Makefile.am: - * gst-libs/gst/gl/win32/gstglwindow_win32.c: - * gst-libs/gst/gl/win32/gstglwindow_win32.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_egl.h: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.c: - * gst-libs/gst/gl/win32/gstglwindow_win32_wgl.h: - * gst-libs/gst/gl/x11/Makefile.am: - * gst-libs/gst/gl/x11/gstglwindow_x11.c: - * gst-libs/gst/gl/x11/gstglwindow_x11.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_egl.h: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.c: - * gst-libs/gst/gl/x11/gstglwindow_x11_glx.h: - [616/906] move window-specific code into seperate subfolders - -2012-11-19 21:52:22 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_win32_egl.c: - * gst-libs/gst/gl/gstglwindow_win32_egl.h: - [615/906] preliminary support for Win32 EGL - -2012-11-18 01:23:52 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [614/906] try GLX first when using ANY | OPENGL | OPENGL3 - -2012-11-18 01:16:44 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [613/906] window_cocoa: fix segfault with gst-launch-1.0 -e ... and sending SIGINT (Ctrl-C) - GNUstep has a signal handler for SIGINT which runs in the main thread. - However that thread has never been 'registered' with GNUstep so - the autorelease magic of objective-c causes a segfault from accessing - a null NSThread object somewhere deep in GNUstep. - -2012-11-16 18:01:08 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/GNUmakefile.gnustep: - * gst/gl/GNUmakefile.gnustep: - * gst/gl/effects/GNUmakefile.gnustep: - [612/906] remove GNUstep makefiles - -2012-11-16 17:13:03 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow_cocoa.h: - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [611/906] cocoa port of determining gl platform at runtime - -2012-11-15 21:46:21 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11_egl.c: - [610/906] WindowX11EGL: remove get_platform call - -2012-11-15 13:17:59 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_win32.h: - * gst-libs/gst/gl/gstglwindow_win32_wgl.c: - * gst-libs/gst/gl/gstglwindow_win32_wgl.h: - [609/906] win32 port of determining GL platform at runtime - - add GstGLWindowWin32 and GstGLWindowWin32WGL along the same lines as the - X11 variants - -2012-11-14 20:39:38 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglrenderer.h: - [608/906] add GST_GL_PLATFORM_ANY for choosing any platform - -2012-11-14 20:36:16 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11.h: - * gst-libs/gst/gl/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/gstglwindow_x11_glx.c: - [607/906] remove get_platform and get_window_handle vfuncs - - rename choose_visual() to choose_format() for later incorporating - win32 changes and new GstGLPlatform for WGL, EGL, GLX, etc. - -2012-11-13 22:12:20 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglrenderer.h: - * gst-libs/gst/gl/gstglwindow.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11.h: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - * gst-libs/gst/gl/gstglwindow_x11_egl.c: - * gst-libs/gst/gl/gstglwindow_x11_egl.h: - * gst-libs/gst/gl/gstglwindow_x11_glx.c: - * gst-libs/gst/gl/gstglwindow_x11_glx.h: - * gst/gl/Makefile.am: - [606/906] determine the GL platform to use at runtime - - Make GstGLWindow subclassablerather than specified at compile time. - - Add GstGLWindowX11 for x11 windows and two subclasses, GstGLWindowX11GLX - and GstGLWindwX11EGL for GLX and EGL repectively. (win32 and cocoa - ports to come) - - Also cleanup GL library detection in configure.ac - -2012-12-02 14:58:14 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - [605/906] shader: move to gst debugging - -2012-11-21 13:34:15 +1100 Matthew Waters <ystreet00@gmail.com> - - * ext/libvisual/visual-gl.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglmosaic.c: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgltestsrc.c: - [604/906] gst_element_class_set_details_simple() => gst_element_class_set_metadata() - -2012-11-08 22:53:56 +1100 Matthew Waters <ystreet00@gmail.com> - - * ext/libvisual/visual-gl.c: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglmixerpad.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglshadervariables.c: - * gst-libs/gst/gl/gstglshadervariables.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectlumatocurve.h: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectscurves.h: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gltestsrc.c: - * gst/gl/gltestsrc.h: - * gst/gl/gstglbumper.c: - * gst/gl/gstglbumper.h: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglcolorscale.h: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldeinterlace.h: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldifferencematte.h: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterapp.h: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterblur.h: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfiltercube.h: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterglass.h: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterlaplacian.h: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfilterreflectedscreen.h: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltershader.h: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglfiltersobel.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstglmosaic.c: - * gst/gl/gstglmosaic.h: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgloverlay.h: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstopengl.c: - * tests/check/libs/gstglmemory.c: - * tests/check/pipelines/simple-launch-lines.c: - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/clutter/cluttershare.c: - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - * tests/examples/gtk/gstgtk.c: - * tests/examples/sdl/sdlshare.c: - [603/906] update FSF address - -2012-11-04 19:15:05 +1100 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/clutter/cluttershare.c: - [602/906] hide deprecation warnings with newer clutter versions - -2012-10-11 00:24:51 +1100 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglupload.c: - [601/906] fix typo causing shader compilation failure for uploading I420 - -2012-09-27 15:53:46 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [600/906] docs: add docs for new objects and expand on some existing ones - -2012-09-26 07:18:53 +0000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstglupload.c: - * tests/check/pipelines/simple-launch-lines.c: - [599/906] GL|ES2: fix typos from recent changes and make downloading RGB formats work again - -2012-09-25 19:26:17 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [598/906] examples: fix compilation of cluttershare - -2012-09-25 18:13:41 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/check/pipelines/simple-launch-lines.c: - [597/906] tests: add some simple pipeline tests to check - -2012-09-25 18:07:23 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglcolorscale.h: - [596/906] colorscale: port over to filter base class - -2012-09-25 18:06:14 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstgloverlay.c: - [595/906] update for filter API change - gleffects needed a similar change - -2012-09-25 17:59:27 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - [594/906] filter: update for up/download API changes and scaling fixes - -2012-09-25 16:03:01 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [593/906] testsrc/imagesink: update for up/download API changes - -2012-09-25 16:01:54 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - [592/906] memory: update for up/download API changes - -2012-09-25 16:00:48 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixerpad.h: - [591/906] mixer: save the upload object instead of querying for it every frame - -2012-09-25 15:20:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [590/906] up/download: fix scaling on transfer - i.e. uploading from a 10x10 video frame to a 20x20 texture into another 30x30 videoframe - -2012-09-20 23:45:26 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglcolorscale.h: - [589/906] Revert "GLColorscale: convert to a bin of glupload ! gldownload" - The elements no longer exist so we have to do something different - -2012-09-20 23:41:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglmosaic.c: - * gst/gl/gstglmosaic.h: - [588/906] mosaic: update for mixer changes and convenience API - -2012-09-20 23:27:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglmixerpad.h: - [587/906] mixer: mirror the changes done for filter - -2012-09-20 23:21:19 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglmemory.c: - [586/906] fix up some debug statements to get them into the right categories - -2012-09-20 23:20:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - [585/906] gltestsrc: update for new GLDownload in libs - -2012-09-20 23:16:08 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [584/906] glimagesink: update for new GLUpload object in libs - -2012-09-20 23:06:49 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldeinterlace.h: - [583/906] deinterlace: change for new API - also allow elements to call the _filter_texture vfunc if they want - -2012-09-20 23:03:55 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglbumper.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstgloverlay.c: - [582/906] filters: changes for new API - -2012-09-19 00:32:30 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - [581/906] filter: add seperate filter function for operating on textures instead of buffers - -2012-09-19 00:29:57 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - [580/906] bufferpool: remove obselete gl meta buffer pool options - -2012-09-18 21:42:24 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - [579/906] download: fix YV12 format - same as I420 but plane 1+2 swapped - -2012-09-18 21:39:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [578/906] {up,down}load: add variants that can be called in the gl thread - -2012-09-17 10:37:37 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/Makefile.am: - [577/906] remove upload and download elements from the build system - -2012-09-17 10:30:01 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglmeta.c: - * gst-libs/gst/gl/gstglmeta.h: - * gst-libs/gst/gl/gstglupload.h: - [576/906] remove uneeded GstGLMeta (use GstVideoMeta) - -2012-09-16 21:42:08 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - [575/906] filter: port to new upload/download - -2012-09-16 21:36:09 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - [574/906] memory: implement transperent upload/download for data - (not async yet) - -2012-09-16 21:23:09 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgldownload.c: - * gst-libs/gst/gl/gstgldownload.h: - * gst-libs/gst/gl/gstglupload.c: - * gst-libs/gst/gl/gstglupload.h: - [573/906] add upload and download library objects - allows multiple upload pipelines that previously wasn't possible - (i.e. upload RGB and I420 and ... on the same GstGLDisplay) - -2012-09-16 21:11:46 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldownload.c: - * gst/gl/gstgldownload.h: - * gst/gl/gstglupload.c: - * gst/gl/gstglupload.h: - * gst/gl/gstopengl.c: - [572/906] remove upload and download elements - to be replaced by upload and download in memory - -2012-09-05 14:58:38 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [571/906] mixer: fix deadlock on shutdown - didn't reiterate over the sinkpad's displays and reactivate them causing a deadlock - -2012-09-04 22:50:00 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglupload.c: - [570/906] remove the requirement for VideoMeta to be present on non-GL buffers - -2012-08-20 16:55:41 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldifferencematte.c: - [569/906] differencematte: prevent double unref of shader and midtexture - -2012-08-27 14:08:16 +0000 Matthew <matt@matt-bunt-lapt.(none)> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - [568/906] window: fix public definitions - -2012-08-27 14:07:31 +0000 Matthew <matt@matt-bunt-lapt.(none)> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglshadervariables.c: - [567/906] fix OpenGL|ES2 ifdef'ed code - -2012-08-20 13:27:50 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [566/906] effects: avoid using tanh in sin_fragment - It produces weird results on nouveau. - Provide an alternative implementation with (1-sinh)*cosh - -2012-08-20 13:06:27 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [565/906] effects: fix shader compilation with mesa drivers - -2012-08-15 21:37:01 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.h: - [564/906] glmemory: remove unused typedef - -2012-08-15 16:52:48 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [563/906] readd support for hanging GL pipelines e.g. ... ! gleffects ! fakesink - -2012-08-15 15:35:46 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [562/906] gldisplay: fix download of YUV formats - -2012-08-14 23:55:14 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [561/906] gldisplay: fix endianess issues on RGB download - -2012-08-14 14:41:19 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/clutter/cluttershare.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [560/906] examples: update for bus api changes and glimagesink changes - -2012-08-14 02:05:13 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [559/906] glmixer: pass the mixpad's display to the querying element - -2012-08-12 19:03:48 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/Makefile.am: - [558/906] add missing includes for _post_missing_element_message in glcolorspace - -2012-08-10 16:41:12 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstopengl.c: - [557/906] Fix plugin define and remove warning - -2012-08-10 15:55:51 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglcolorscale.h: - [556/906] GLColorscale: convert to a bin of glupload ! gldownload - -2012-08-10 15:31:20 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [555/906] Make the query for a GstGLDisplay a pad peer query - Allows the query to pass through bin boundaries and makes it possible for - arbitrary gl elements to be placed in bins. - -2012-08-08 16:08:40 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * tests/check/libs/gstglmemory.c: - [554/906] GstGLMemory: update for GstAllocator API changes - -2012-07-16 23:31:31 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltershader.c: - [553/906] GstGLFilterShader: update for GstGLMeta - -2012-07-16 23:22:58 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterapp.c: - [552/906] GstGLFilterApp: update for GstGLMeta - -2012-07-16 22:40:15 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgloverlay.c: - [551/906] GstGLOverlay: fix loading of non-square overlays - libjpeg complains about "Application read too {many,few} scan lines" in non-square images - -2012-07-16 21:40:59 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgloverlay.c: - [550/906] GstGLOverlay: fix libPNG complaining about unsigned integer being out of range - -2012-07-16 21:35:26 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgloverlay.c: - [549/906] GstGLOverlay: update for GstGLMeta - -2012-07-16 15:06:50 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldifferencematte.c: - [548/906] GstGLDifferenceMatte: update for GstGLMeta - -2012-07-16 00:36:30 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglbumper.c: - [547/906] GstGLBumper: fix libPNG complaining about invalid png files - We failed to inform libPNG that we had already read the header - -2012-07-16 00:03:50 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltersobel.c: - [546/906] GstGLFilterSobel: update for GstGLMeta - -2012-07-13 01:07:37 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglbumper.c: - [545/906] GstGLBumper: update for GstGLMeta - -2012-07-13 01:04:22 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/libvisual/visual-gl.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [544/906] fix memory leaks from not g_free()ing string returned by gst_element_get_name - -2012-07-12 18:22:01 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [543/906] GstGLDisplay: fix segfault from GST_PTR_FORMAT trying to expand the object - -2012-07-12 18:19:44 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - [542/906] GstGLMixer: add allocation and bufferpool methods - based off GstBaseTransform - -2012-07-12 18:11:11 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgltestsrc.c: - [541/906] GstGLTestSrc: generate a GLBufferPool instead of a VideoBufferPool in decide_allocation - -2012-07-12 18:09:57 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglmosaic.c: - * gst/gl/gstglmosaic.h: - [540/906] GstGLMosaic: update for GstGLMeta - -2012-07-12 18:07:34 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [539/906] GstGLImageSink: fold multiple fields into one and use VIDEO_SINK_* for window width/height - replace the caps information with a GstVideoInfo - place the window width/height information width VIDEO_SINK - -2012-07-11 14:20:14 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldeinterlace.h: - [538/906] GstGLDeinterlace: update for GstGLMeta - -2012-07-11 13:55:55 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterreflectedscreen.c: - [537/906] GstGLFilterReflectedScreen: update for GstGLMeta - -2012-07-11 13:37:55 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterglass.c: - [536/906] GstGLFilterGlass: update for GstGLMeta - -2012-07-11 13:11:59 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterlaplacian.c: - [535/906] GstGLFilterLaplacian: update for GstGLMeta - -2012-07-11 01:25:03 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfiltercube.c: - [534/906] GstGLFilterCube: Update for GstGLMeta - -2012-07-11 01:10:43 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglfilterblur.c: - [533/906] GstGLFilterBlur: update for GstGLMeta - -2012-07-09 22:27:48 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - [532/906] GstGLFilter: implement allocation vfuncs - -2012-07-09 22:26:12 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgleffects.c: - [531/906] GstGLEffects: update for GstGLMeta - -2012-07-09 16:17:18 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglupload.c: - [530/906] GstGLUpload: fix video scaling and use GL_UPLOAD_CAPS - -2012-07-09 16:15:28 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldownload.c: - [529/906] GstGLDownload: fix video scaling and use GL_DOWNLOAD_CAPS - -2012-07-09 16:13:39 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmeta.h: - [528/906] GstGLMeta: seperate upload/download/normal GL caps video formats - differentiate between upload, download and GL caps - -2012-07-09 16:12:53 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [527/906] GstGLDisplay: add some trace debugging - -2012-07-08 13:11:05 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - [526/906] GstGLTestSrc: update for 1.0 - implement decide_allocation - rename push_src_create to _fill - use GstVideoInfo to convert times - make use of GstGLMeta and friends - -2012-07-08 01:50:41 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldownload.c: - * gst/gl/gstgldownload.h: - [525/906] GstGLDownload: add allocation methods and use GstGLMeta - make GstGLDownload work with the new GstGLMeta and friends - -2012-07-08 01:49:06 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [524/906] GstGLDisplay: rework the download code - data paramaters now take GstVideoFrame - remove redundant parameters - -2012-07-08 01:11:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglupload.c: - [523/906] update for meta API changes - -2012-07-08 01:10:40 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [522/906] GstGLDisplay: add forgotten function definition - -2012-07-08 01:09:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmemory.c: - [521/906] GstGLMemory: update for GstAllocator changes - -2012-07-07 22:56:33 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [520/906] GstGLMixer: fix for GstChildProxy changes - -2012-07-06 19:10:45 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglupload.c: - * gst/gl/gstglupload.h: - [519/906] GstGLUpload: implement the allocation funcs and use GstGLMeta - make use of the new GstGLMeta, GstGLMemory and GstGLBufferPool objects - -2012-07-06 19:07:45 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [518/906] GstGLImageSink: add propose_allocation impl and use GstGLMeta - make use of GstGLMeta and GstGLMemory - -2012-07-06 19:05:03 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglbufferpool.c: - * gst-libs/gst/gl/gstglbufferpool.h: - [517/906] add GstGLBufferPool - which adds GstGLMeta to buffers - -2012-07-06 18:57:39 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglmeta.c: - * gst-libs/gst/gl/gstglmeta.h: - [516/906] add skeleton GstGLMeta - the GstVideoMeta _map/unmap functions still need implementing - -2012-07-06 18:51:02 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [515/906] GstGLDisplay: rework gen_texture and upload - rename functions so that other code can create textures in the GL thread - change upload functions to take a GstVideoFrame - default to GLSL for upload conversion - -2012-07-06 18:22:22 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglmemory.c: - * gst-libs/gst/gl/gstglmemory.h: - * tests/check/libs/gstglmemory.c: - [514/906] add GstGLMemory and allocator - implement custom GstMemory for GL textures - currently map/unmap returns NULL although it might be favourable to upload/download/cache the image data - -2012-06-19 18:40:28 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglmixerpad.h: - * gst/gl/gltestsrc.h: - * gst/gl/gstglcolorscale.h: - * gst/gl/gstgldownload.h: - * gst/gl/gstglimagesink.h: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstglupload.h: - [513/906] Remove GstGLBuffer (to be replaced by GstGLMeta) - -2012-06-19 15:54:24 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglmixerpad.h: - [512/906] GstGLMixer: update for 1.0 based on the videomixer2 element in -good - -2012-06-07 00:51:47 +1000 Matthew Waters <ystreet00@gmail.com> - - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/clutter/cluttershare.c: - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - * tests/examples/gtk/gstgtk.c: - * tests/examples/sdl/sdlshare.c: - [511/906] tests: update for 1.0 - -2012-06-05 22:59:31 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [510/906] GstGLImageSink: update for 1.0 - -2012-06-05 19:10:19 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - [509/906] GstGLDisplay: update for 1.0 - -2012-06-05 18:53:38 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstgldownload.c: - [508/906] GstGLDownload: update for 1.0 - -2012-06-05 15:40:52 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gltestsrc.c: - * gst/gl/gltestsrc.h: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - [507/906] GstGLTestSrc: update for 1.0 - -2012-06-05 13:56:43 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglupload.c: - [506/906] GstGLUpload: update for 1.0 - -2012-06-04 18:44:56 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst/gl/gstglcolorscale.c: - [505/906] GstGLColorscale: update for 1.0 - -2012-06-03 20:40:53 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - [504/906] GstGLFilter: update for 1.0 - -fix up function definitions - -remove _prepare_output_buffer (functionality taken over by GstBufferPool). - -2012-05-30 13:46:21 +1000 Matthew Waters <ystreet00@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglmosaic.c: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [503/906] Rename GST_BOILERPLATE_* to G_DEFINE_TYPE_* and move _base_init into _class_init - -2012-05-29 17:55:44 +1000 Matthew Waters <ystreet00@gmail.com> - - * ext/libvisual/Makefile.am: - * gst-libs/gst/gl/Makefile.am: - * gst/gl/Makefile.am: - * pkgconfig/gstreamer-gl-uninstalled.pc.in: - * pkgconfig/gstreamer-gl.pc.in: - [502/906] Update versioning for gstreamer 1.0 - Renames GST_MAJORMINOR to GST_API_VERSION in build files - removes -lgstinterfaces from _LDADD flags - -2012-05-20 18:45:06 +0300 Raimo Järvi <raimo.jarvi@gmail.com> - - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - [501/906] Fix building on 64 bit mingw-w64 - https://bugzilla.gnome.org/show_bug.cgi?id=676428 - -2012-04-20 12:33:38 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [500/906] gldisplay: do not call glCheckFramebufferStatus if 0 is bound - Indeed it may return GL_FRAMEBUFFER_UNDEFINED if there is no - default framebuffer. - It seems to be the case on MacOSX - -2012-04-20 11:19:32 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - [499/906] examples: fix build on MacOSX - -2012-04-20 10:41:51 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [498/906] gldisplay: don't pass non-constant strings as printf format strings - Fixes 'format not a string literal and no format arguments' on darwin - -2012-04-20 10:32:23 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglshadervariables.c: - [497/906] filtershader: fix format compiler warnings - -2012-04-20 10:26:30 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - [496/906] cmake build: add path to config.h on APPLE - -2012-04-18 15:44:05 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - [495/906] glES2.0: properly use glDeleteShader - -2012-04-17 18:25:55 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst/gl/CMakeLists.txt: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstglupload.h: - [494/906] cmake build: use config.h from win32/common and add some guidelines - -2013-06-28 00:04:43 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/gl/gstglfiltershader.c: - [493/906] glfiltershader: fix crash when loading shader file - Just use g_file_get_contents() instead of home-made file loading. - Fixes two issues - one is that we should pass "r" to fopen and - not O_RDONLY, the other is that an incorrect variable was used - to read the file length, leading to an empty shader file. - Spotted by: Wang Xin-yu (王昕宇) <comicfans44@gmail.com> - https://bugzilla.gnome.org/show_bug.cgi?id=702844 - https://bugzilla.gnome.org/show_bug.cgi?id=702845 - Conflicts: - gst/gl/gstglfiltershader.c - -2012-04-13 15:08:00 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - [492/906] glwindow: properly fails if resource not found - -2012-04-13 12:38:11 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/gstglimagesink.c: - [491/906] glES2.0: properly fails if driver/kernel inconsistency - -2012-04-11 10:44:23 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst/gl/gstgltestsrc.c: - [490/906] gldisplay: error out instead of g_assert - -2012-04-10 16:12:14 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglimagesink.c: - [489/906] glimagesink: pixel-aspect-ratio property now returns "1/1" by default - Previously it was not set - Fix bug #671734 (compatibility with Totem) - -2012-04-04 16:22:40 +0200 Julien Isorce <julien.isorce@gmail.com> - - * ext/libvisual/visual-gl.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstgleffects.c: - [488/906] libvisual-gl: full compatibility with projectM-libvisual if libprojectM >= 2.0.1 - Fix bug #310775 - -2012-03-06 14:31:05 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltershader.c: - [487/906] gl: Fix compiler warnings - 'if statement has empty body', which were real bugs and - 'comparison of unsigned expression < 0 is always false', which was - only an unneeded comparison. - -2011-12-22 15:30:38 +0100 Julien Isorce <julien.isorce@gmail.com> - - * ext/libvisual/visual-gl.c: - * gst-libs/gst/gl/gstgldisplay.c: - [486/906] libvisual-gl: add minimal support to libvisual plugins that uses Framebuffer objects - Fix bug #310775 - gst-launch audiotestsrc ! libvisual_gl_projectM ! glimagesink is working - but for now you cannot append any other opengl filters between - libvisual_gl_projectM and glimagesink because our FBO is turned OFF. - It would require that libvisual allows to split rendering between - pass1,2,3... and final rendering. In order to unbind our FBO before - the passN, and then rebind it just before the final libvisual rendering. - -2011-12-15 18:13:00 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [485/906] gstgldisplay: turn off texture binding and read buffer when downloading rgb is done - It fixes: (black image before) - gst-launch-0.10 audiotestsrc ! libvisual_gl_lv_gltest ! gldownload ! ximagesink - and - gst-launch-0.10 audiotestsrc ! libvisual_gl_lv_gltest ! gldownload ! glimagesink - -2011-12-15 18:08:48 +0100 Julien Isorce <julien.isorce@gmail.com> - - * ext/libvisual/visual-gl.c: - [484/906] libvisual_gl: correctly setup depth and blend functions - -2011-12-15 16:18:36 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [483/906] glelements: do not leak parent when using gst_pad_get_parent - -2011-11-25 16:51:59 +0100 Jonathan Matthew <notverysmart@gmail.com> - - * ext/libvisual/CMakeLists.txt: - * ext/libvisual/Makefile.am: - * ext/libvisual/visual-gl.c: - [482/906] ext: Add a libvisual plugin wrapping opengl libvisual - Fix bug #202069 - -2011-11-24 16:02:32 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglmosaic.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [481/906] feature checking: error out instead of doing nothing if an OpenGL feature is not present - Fix bug #572767 - -2011-11-21 16:46:51 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglshadervariables.c: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstgloverlay.c: - [480/906] win32 builds: add glshader filter sources to vs9 and codeblocks - Also fix some warnings from msvc9 and mingw-3.4.5 - -2011-11-21 15:04:16 +0100 Руслан Ижбулатов <lrn1986@gmail.com> - - * gst-libs/gst/gl/gstglshadervariables.c: - [479/906] gstglshadervariables: strtok_r is not multiplatform - Fix bug #664367 - -2011-11-18 17:32:05 +0100 Wei Feng <wei.feng.wayne@gmail.com> - - * gst-libs/gst/gl/gstgles2.h: - [478/906] OpenGL ES 2.0: include glib.h to use G_BEGIN_DECLS in gstgles2.h - Fix bug #631019 - -2011-11-18 17:27:45 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - [477/906] OpenGL ES 2.0: fix build since glfiltershader changes - -2011-11-18 17:26:35 +0100 Antoni Silvestre <antoni.silvestre@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - [476/906] OpenGL ES 2.0: fix build and disable some examples - Fix bug #631019 - -2011-11-18 12:16:22 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglmosaic.c: - [475/906] docs: add glmosaic and glshader to docs - -2011-11-18 11:52:10 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstopengl.c: - [474/906] build: make libjpeg use conditional - Disable gloverlay element if we do not hve libjpeg - -2011-11-18 10:10:59 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - [473/906] cmake build: 2.8 is now required and add jpeg - jpeg and png should be optional but our cmake build is still in pre-alpha - -2011-11-18 08:08:18 +0100 Stefan Sauer <ensonic@users.sf.net> - - * gst/gl/Makefile.am: - * gst/gl/gstopengl.c: - [472/906] linpng: make libpng use conditional - Disable 3 elements if we don't have libpng. - -2011-11-17 17:36:44 +0100 Luc Deschenaux <luc.deschenaux@freesurf.ch> - - * gst-libs/gst/gl/CMakeLists.txt: - * gst-libs/gst/gl/GNUmakefile.gnustep: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglshadervariables.c: - * gst-libs/gst/gl/gstglshadervariables.h: - * gst/gl/CMakeLists.txt: - * gst/gl/GNUmakefile.gnustep: - * gst/gl/Makefile.am: - * gst/gl/gstglfiltershader.c: - * gst/gl/gstglfiltershader.h: - * gst/gl/gstopengl.c: - [471/906] glshader: add dynamic fragment shader filter - Also add fragment shader parser - Fix bug #600195 - -2011-11-17 15:22:06 +0100 Anthony Violo <anthony.violo@ubicast.eu> - - * gst/gl/Makefile.am: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgloverlay.h: - [470/906] gloverlay: add jpeg support - Fix bug #636070 - -2011-11-17 11:39:50 +0100 Anthony Violo <anthony.violo@ubicast.eu> - - * gst/gl/gstgloverlay.c: - * gst/gl/gstgloverlay.h: - [469/906] gloverlay: manage ratio texture - Fix bug #630525 - -2011-11-17 11:34:20 +0100 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/clutter/clutteractor.c: - [468/906] tests: fix commentary in clutteractor example - -2011-11-16 16:53:25 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglwindow_x11.c: - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/clutter/cluttershare.c: - [467/906] tests: various build fixes - - cmake could not find glib - - put gtk variables at the beginning to avoid GL conflicts - - update examples to clutter-1.8 - - use const instead of deprecated G_CONST_RETURN - - set max pending events to 0 to make cube example works again - -2011-08-03 09:08:01 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/examples/clutter/clutteractortee.c: - [466/906] tests: Fix variable unused but set compiler warning - -2011-08-03 09:07:49 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/gl/gstglbumper.c: - * gst/gl/gstgldownload.c: - [465/906] gl: Fix variable unused but set compiler warnings - -2011-05-25 11:21:19 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/gl/gstglimagesink.c: - [464/906] glimagesink: Interface query should return FALSE if the supplied interface is not GST_TYPE_X_OVERLAY - -2010-12-14 23:56:55 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk> - - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgles2.h: - [463/906] Add some more G_{BEGIN,END}_DECLS to public headers - https://bugzilla.gnome.org/show_bug.cgi?id=637260 - -2010-10-19 18:00:33 +0300 Stefan Kost <ensonic@users.sf.net> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglshader.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [462/906] various: add missing G_PARAM_STATIC_STRINGS flags - Canonicalize property names as needed. Includes some gst-indent changes as well :/ - -2010-09-16 15:00:29 +0300 Stefan Kost <ensonic@users.sf.net> - - * gst/gl/gstglimagesink.c: - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/gtk/gstgtk.c: - [461/906] xoverlay: require base from git and update to new API - -2010-09-08 20:38:07 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/gl/gstgleffects.c: - [460/906] gstgleffects: Fix upper bound of an array iteration - 10 is above NEEDED_TEXTURES (currently 5) and makes the code consistent - with the rest of the usage in the file. - -2010-08-11 00:47:42 +1000 Jan Schmidt <thaytan@noraisin.net> - - * gst-libs/gst/gl/Makefile.am: - [459/906] Fix distcheck. - -2010-07-23 22:12:15 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfilterreflectedscreen.c: - [458/906] glfilterreflectedscreen: fix some warnings from msvc9 - -2010-07-12 18:38:59 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/gtk/fxtest/pixbufdrop.c: - [457/906] gtk examples: adapt code since the native-window changes from gtk - Fixes bug #599885 - -2010-05-05 11:21:31 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [456/906] glfilter/glmixer/gltestsrc/glupload: throw an element error if no parent bin - Fixes bug #602153 - -2010-05-04 11:37:38 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [455/906] glimagesink: handle pixel-aspect-ratio - -2010-05-01 11:19:55 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [454/906] blur: fix gaussian kernel computation - -2010-04-29 20:49:02 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldifferencematte.h: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterblur.h: - [453/906] blur: give up some accuracy for speed - Settle with 7x7 gaussian convolution kernels, maybe slightly less - accurate than previous 9x9 but fast enough to be able to use it on i915. - About a 20% percent speed gain (again, roughly measured with - videotestsrc and glimagesink sync=false). No noticeable rendering - difference with current effects. - -2010-04-28 17:08:45 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [452/906] sin: get rid of hls conversion code - Get rid of buggy and complicated hls conversion code for the sin effect. - The only thing needed was hue anyway and it is easily calculated using - Preucil formula for rgb to polar coordinates conversion. - Now works on i915 (removed all the IF blocks). Still needs some tuning, - I wonder if it will ever work properly. - -2010-04-30 11:44:26 +0200 Roland Peffer <Roland.Peffer@clixxun.de> - - * gst/gl/gstglupload.c: - [451/906] glupload: par is already handled in fixate_caps function - Fixes bug #593165 - -2010-04-30 11:42:41 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglupload.c: - [450/906] indent: gstglupload.c - -2010-04-29 14:21:28 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - [449/906] sobel: drop unused single pass sobel shader - Drop unused sobel shader, if anyone still needs it, git log is your - friend. - -2010-04-29 14:20:56 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectxray.c: - [448/906] xray: increase edges visibility - Some little fine tuning, still not completely satisfied yet. - -2010-04-29 12:59:42 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstgleffects.h: - [447/906] xray: port to the new separable sobel convolution - Port xray effect to use the same sobel convolution just used in - glfiltersobel. Now xray too works on i915 (a bit slow). - -2010-04-29 10:57:38 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglfilterblur.c: - [446/906] blur: forgot to add all the changes in previous commit - -2010-04-29 09:15:21 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglfilterblur.c: - [445/906] blur: use draw_texture from glfilter - -2010-04-29 09:02:12 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglfilterlaplacian.c: - [444/906] laplacian: precalculate coordinates - Precalculate coordinates to avoid unneeded texture indirections. - Now laplacian works on i915. - -2010-04-29 08:27:29 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/gstglfiltersobel.c: - [443/906] sobel: move some highly duplicated code into glfilter - Add a new convenience function in GstGLFilter that just draws an input - texture to a target texture using a simple shader with just a "tex" - uniform sampler. - Move draw_texture from glfiltersobel to glfilter. Still need to update - other plugins to this. - -2010-04-27 21:56:04 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [442/906] blur: optimize coordinates calculations - Save 28 instructions on i915 (mainly redundant MOVs) and gain a 25% - (roughly measured with videotestsrc and glimagesink sync=false) speed - bump - -2010-04-27 19:38:33 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglfiltersobel.h: - [441/906] sobel: convolve only luma - Rework Sobel a little bit again making it work as the old one: - 1. desaturate input texture - 2. calculate horizontal convolution for x gradient and vertical - convolution for y gradient at the same time (halves the number of - needed texture lookups) - 3. store results in a single texture (red and green channel) - 4. calculate remaining convolution (same as above switching vertical and - horizontal) - 5. calculate length of gradient using red and green as x and y - components. - Optimize wherever possible, store kernels as constants in the shaders, - remove unneeded uniforms. Restore invert property carefully avoiding - using IF. - Still not sure if "full color" convolution will be needed, glfiltersobel - is to be intended as a demo filter and xray, the only effect which uses - sobel only needs edge intensity. Dropping it for now. - -2010-04-27 09:08:22 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglfiltersobel.h: - [440/906] sobel: implement sobel filter using separable kernels - Reimplement sobel in a multipass fully separated convolution: - - calculate x gradient map convolving first horizontally with blurring - kernel and then vertically with differentiating kernel - - calculate y gradient map convolving first vertically with blurring - kernel and then horizonally with differentiating kernel - - calculate length of the gradient vector - Particular care was needed with normalization of the blurring kernel and - with grey level offset of the differentiating one to prevent overflow of - rgb values from the [0.0,1.0] range in intermediate passes. - Now works on i915. - -2010-04-26 13:20:38 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [439/906] sobel: get rid of #version 120 dependent array constructors - -2010-04-27 11:07:04 +0200 Pierre Pouzol <pierre.pouzol@hotmail.fr> - - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfilterreflectedscreen.h: - [438/906] glfilterreflectedscreen: improve behavior and add some properties - Fixes bug #612163 - -2010-04-26 23:48:15 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfilterreflectedscreen.c: - [437/906] glfilterreflectedscreen: remove unused code (copied/pasted from glfilterglass) - -2010-04-26 23:42:38 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/gstglfilterreflectedscreen.c: - [436/906] gleffectssources: fix some warnings from msvc9 - -2010-04-26 23:38:59 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/GNUmakefile.gnustep: - [435/906] GNUStep build: add glfilterreflectedscreen sources - -2010-04-26 14:41:17 +0200 Pierre Pouzol <pierre.pouzol@hotmail.fr> - - * gst/gl/gstglfilterreflectedscreen.c: - * gst/gl/gstglfilterreflectedscreen.h: - [434/906] glfilterreflectedscreen: forgot to add sources - -2010-04-26 14:32:28 +0200 Pierre Pouzol <pierre.pouzol@hotmail.fr> - - * gst/gl/CMakeLists.txt: - * gst/gl/Makefile.am: - * gst/gl/gstopengl.c: - [433/906] glfilterreflectedscreen: add new OpenGL Reflected Screen filter - Fixes bug #612163 - -2010-04-26 14:11:28 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [432/906] GstGLDisplay: this is GL_DEPTH24_STENCIL8_EXT, not GL_DEPTH24_STENCIL8_EXT - -2010-04-26 13:57:00 +0200 Pierre Pouzol <pierre.pouzol@hotmail.fr> - - * gst-libs/gst/gl/gstgldisplay.c: - [431/906] GstGLDisplay: enable stencil buffer when using framebuffer objects. - Fixes Bug #612159 - -2010-04-26 12:45:57 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [430/906] convolution: save some indirection grouping math and sampling - Thanks to Eric Anholt I've finally understood (at least I hope) how to - count texture indirections and save up some. Texture sampling dependent - on the result of some math counts as an indirection phase. Grouped - texture lookups with no math involved count as a single indirection. - Math on the coordinates count as indirection. - So the best thing is to group all the math involving coordinates and - then do all the lookups. - This saves enough indirections to make glfilterblur and glow effect - work, albeit a bit slowly, on i915. - -2010-04-25 10:55:43 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglfilterlaplacian.c: - [429/906] laplacian: remove unused norm_const and norm_offset uniforms - Remove unused uniforms from the laplacian filter. Also remove if - kernel[i] != 0 checks so that it compiles where IF is not available. - Again, big thanks to Eric Anholt for the hints. - -2010-04-13 16:20:02 -0700 Eric Anholt <eric@anholt.net> - - * gst/gl/gstglfilterlaplacian.c: - [428/906] laplacian: Avoid using GLSL 1.20 features in a non-#versioned shader. - Fixes compile on Mesa. - -2010-04-25 10:31:01 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [427/906] rgb_to_curve: save up a texture indirection - Apparently assigning gl_TexCoord to a temp count as an indirection. - Using it directly avoids it and limits indirections to four not - exceeding i915 limit. Now xpro effect works on i915. - -2010-04-25 10:04:28 +0200 Vinson Lee <vlee@vmware.com> - - * gst/gl/effects/gstgleffectssources.c: - [426/906] multiply: fix a compilation error with Apple compiler - Fix multiply_fragment_source to compile with Apple GLSL compiler. - https://bugzilla.gnome.org/show_bug.cgi?id=616748 - -2010-04-24 21:11:35 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [425/906] twirl: get rid of polar coordinates conversion - Get rid of polar coordinates in the twirl effect. The same can be done - using a rotation matrix, saving alu instructions and, most of all, - avoiding the use of the evil atan() function (which uses IF operators). - Calculate rotation angle in a saner, understandable way. - Works on i915! (Hope it still works elsewhere too as I'm not able to - test at the moment) - -2010-04-24 20:43:39 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [424/906] tunnel: get rid of polar coordinates conversion - Get rid of polar coordinates in the tunnel effect as the same can easily - be done just clamping the radius and multiplying. - Remove the evil atan() call that uses branching and a lot of unneeded alu - instructions. Now works on i915! - -2010-04-23 20:06:48 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldifferencematte.h: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterblur.h: - [423/906] convolution: generate gaussian kernel on the fly - Generate a normalized gaussian kernel with given size and standard - deviation on the fly. - Remove "norm_const" uniform from convolution shaders and provide a - normalized kernel instead. Remove norm_offset uniform as it was always - zero, will reintroduce it if really needed in the future. Thanks to Eric - Anholt for suggesting it. - Save some ALU instruction calculating directly the coordinate for - texture lookup instead of summing an offset. - Still exceed maximum indirect texture lookups on i915, the only solution - I see is using a 3x3 kernel. - -2010-04-23 17:49:45 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [422/906] convolution: reduce the number of register used - Reduce the number of register calculating texture lookup offset on the - fly. It was just a simple sequence, no need to store it in a array. - Fixes maximum number of registers exceeded error with i915. Still - exceed maximum indirect texture lookups and maximum ALU instructions. - Maybe we should gave up some blur goodness and use lightly more little - kernels. - -2010-04-23 17:37:21 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [421/906] convolution: don't check kernel[i] to be non zero - Apparently saving up some texture lookup for zero kernel elements is - definitely not worth the use of branching. This way convolution - fragment programs also work where IF operator is not supported (tested - on i915 and nouveau). See also discussion on bug #615696. - Thanks to Eric Anholt for spotting this. - -2010-04-23 17:30:45 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglfilterblur.c: - [420/906] blur: use common shader sources - Port blur filter to use the common convolution shaders in - gstgleffectssources.c. This reduces code duplication and, incidentally, - the shaders in the common file were already updated to not use array - constructor and to not depend on #version 120. - First step towards bug #615696 fixing. - -2010-04-23 17:19:50 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglfilterblur.c: - [419/906] blur: remove horizontal flip - Apparently there was some stale horizontal flip function still there - from my summer of code experiments. Remove it. - -2010-04-23 17:14:59 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [418/906] effects: disable gst-indent in the sources - Fix some crazy formatting caused by gst-indent previous runs and disable - the script for this file. The best would be to move shaders into - separate files and load them at runtime or hardcode them at compile - time. - -2010-03-31 12:40:12 +0200 Руслан Ижбулатов <lrn1986@gmail.com> - - * gst/gl/gstglbumper.c: - [417/906] glbumper: Use png_sig_cmp() instead of png_check_sig() - Fixes bug #613186 - -2010-03-24 11:10:21 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk> - - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglmosaic.c: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [416/906] gl: use gst_element_class_set_details_simple() - Fixes #613371. - -2010-03-09 01:35:42 +0100 Nicholas Panayis <nick@movency.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - [415/906] gstglwindow_win32: share opengl context in correct order - Allow to use the opengl context sharing feature if the original - context has been used already. - This is only possible on win32 with wglShareLists because on other - backends, the sharing is made when a context is created. - This new feature is only usefull when using external context - because gst-gl internally makes sure that the orginal context is not - already used when sharing it. - Fix bug #611067 - -2010-03-09 01:24:06 +0100 David Hoyt <dhoyt@llnl.gov> - - * gst/gl/gstglbumper.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgloverlay.c: - [414/906] glbumper/gldifferencematte/gloverlay: libpng 1.4.x compatible - Fix bug #608643 - -2010-01-12 18:32:39 +0300 Руслан Ижбулатов <lrn1986@gmail.com> - - * tests/examples/gtk/fxtest/pixbufdrop.c: - [413/906] Fix Windows compiler warning in test/examples/gtk/fxtest/pixbufdrop.c - -2010-01-06 00:13:46 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/GNUmakefile.gnustep: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - * gst/gl/GNUmakefile.gnustep: - * gst/gl/effects/GNUmakefile.gnustep: - [412/906] Cocoa backend: improve support on GNUStep - -2009-12-18 00:34:13 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [411/906] gstglmixer: copy/past recent changes from gstvideomixer - -2009-12-16 01:33:39 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [410/906] gstglmixer: inactivate shared gl context before to release ours - First, inactivate shared gl contexts known by each sink pad. - Then, destroy the gl context known by the glmixer. - Finally, re-activate shared gl contexts. - This is to satisfy the fact that no shared gl context must be current - when an opengl context is destroyed. - Moreover the application may hang or crash without those steps. - -2009-11-25 10:24:37 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstgleffects.c: - [409/906] gleffects: indent and fix some warnings in ES 2.0 mode - -2009-11-21 21:40:14 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * gst/gl/gstopengl.c: - [408/906] gleffects: start to make it compatible with OpenGL ES 2.0 - For now only identity, mirror and squeeze effects are available. - Maybe some factorization is needed about compilation shader - before to put the other effects since only a copy/past is needed, - at least until effect number 9: heat. - The effects from 10:sepia to 15:glow require more work. - -2009-11-21 13:32:59 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_winCE.c: - [407/906] winCE backend: fix build - -2009-11-21 13:21:54 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterapp.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [406/906] glimagesink: add a client-data property - Also add it to glfilterapp. - Fixes #559131 - -2009-11-17 23:47:24 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * tests/examples/clutter/cluttershare.c: - * tests/examples/sdl/sdlshare.c: - [405/906] glfilter: add external-opengl-context property - It repairs the cluttershare and sdlshare example - -2009-11-17 22:54:39 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglupload.c: - [404/906] glupload: repair external_opengl_context property - qglwtextureshare now works again. In this example, - the pipeline is src ! glupload ! fakesink. - So in this case the glupload element is a sink in - terms of gl chain. - But the problem is still there if the pipeline is - src ! glupload ! glfilter ! fakesink - (it's the case in sdlshare and cluttershare examples) - because since recent changes about how the gstgldisplay - is transmitted to the gl element, the context is usually - created by the sink in terms of gl chain. - A solution would be to also install this property on glfilter. - -2009-11-17 02:16:01 +0000 Jan Schmidt <thaytan@noraisin.net> - - * gst-libs/gst/gl/gstglmixer.c: - [403/906] gstglmixer: Initialise the debug category - Initialise the gstglmixer debug category before using it. - -2009-11-17 01:08:09 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstgloverlay.c: - [402/906] gloverlay: fix some warnings - -2009-11-16 14:32:16 +0100 Anthony Violo <anthony.violo@ubicast.eu> - - * gst/gl/gstgloverlay.c: - * gst/gl/gstgloverlay.h: - [401/906] gloverlay: Added rotate texture - fix #601277 - -2009-11-05 14:53:35 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [400/906] gstgldisplay: no need the I420 work around if ATI Mobility - fix #588653 - -2009-11-04 23:44:46 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - [399/906] glmixer: fix when no more gl elements after it - For example: - videotestsrc ! glupload ! ... ! glfiter ! ... ! glmosaic ! fakesink - Usefull when using glmixer inside cluttershare or sdlshare cases. - -2009-11-04 23:12:42 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstgldownload.c: - [398/906] gldownload: do not forgot to create the gl context - fix #600630 - -2009-11-04 23:11:54 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglmosaic.c: - [397/906] glmosaic: fix a comparison warning - -2009-11-04 23:10:16 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstgldifferencematte.c: - [396/906] gldifferencematte: fix some warnings from vc9 - -2009-10-28 10:41:53 +0100 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldifferencematte.h: - [395/906] differencematte: fix regressions from gdkpixbuf to libpng migration - The background image needs to be scaled to fit current texture size. - Previously this was done by gdk_pixbuf_scale_simple but that's been - removed. - Create a texture from the background pixbuf with correct dimensions and - use interpolation shader to scale it to the right size. Interpolation - fragment shader doesn't have too much sense if all the textures don't - have the same size so this seemed the most natural place to do the - scaling. It could probably be done with some custom texture mapping - outside the shader but it involved more code. - Fixes bug #599883. - -2009-10-27 17:02:23 +0100 Pratheesh Gangadhar <pratheesh.gangadhar@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [394/906] gstgldisplay: use of GL_DEPTH_COMPONENT16 if OpenGL ES 2.0 - glRenderbufferStorage does not accept GL_DEPTH_COMPONENT in - OpenGL ES 2.0. - Fix bug #593786 - -2009-10-27 15:27:14 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst/gl/gstglmosaic.c: - * gst/gl/gstglmosaic.h: - [393/906] glmosaic: for now it's a cube mosaic - Also use GPtrArray instead of GArray in glmixer. - And add a pipeline to tests/pieplines - -2009-10-27 11:14:38 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglmosaic.c: - [392/906] glmosaic: desactivate shader when done - -2009-10-26 11:44:35 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [391/906] Cocoa: fix backend since recent changes - Before, the window size was given at its creation. Now, it's done at - the drawing step because it's only relevant when there is a glimagesink - element in the pipeline. - -2009-10-23 20:53:32 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstgloverlay.c: - [390/906] remove warnings from vs9 - -2009-10-23 20:52:32 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - [389/906] fix codeblocks build on win32 - -2009-10-23 10:52:39 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/CMakeLists.txt: - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - * gst/gl/CMakeLists.txt: - * gst/gl/Makefile.am: - * gst/gl/gstglbumper.c: - [388/906] just fix builds and indent - -2009-10-23 01:11:27 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglmixer.c: - * gst-libs/gst/gl/gstglmixer.h: - * gst-libs/gst/gl/gstglmixerpad.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglmosaic.c: - * gst/gl/gstglmosaic.h: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - [387/906] glmixer: add a glmixer base element - glmixer can be seen as a glfilter except it handles N requested - sink pads. - Each sink pad and the src pad are video/x-raw-gl. - glmixer is responsible for managing different framerates from inputs. - It uses OpenGL context sharing. It means that each input is in its - own OpenGL context shared together and shared with the OpenGL context - of the ouput gl chain. - Also add a glmosaic which is an example of implementation of glmixer. - For now glmosaic is a cube but it will be fixed in the next commits. - For now the glmixer has some weird behaviours in some configurations - but it will be improved in the next commits. - The autotools builds is temporarly broken since those changes - have been made on win32. - -2009-10-23 01:07:29 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/gtk/fxtest/pixbufdrop.c: - [386/906] pixbufdrop: fix example on win32 - -2009-10-04 02:23:45 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/gstglbumper.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [385/906] rewrite the way a gstgldisplay is transmited to the gl elements - Before, a gstgldisplay was instancied by the gl src in terms of gl chain. - And then the next element got it through the first gstglbuffer. - Now, this is done though queries. - All glelements get their ref on a gstgldisplay in READY state. - This rewrite is mainly a first step to be able to share OpenGL context hold - by the gstgldisplay using more complex glelements. - For example, with a glvideomixer. The associated gstgldisplay of each gl chain - of the sink pads will share their OpenGL context. - -2009-10-16 18:08:11 +0300 Stefan Kost <ensonic@users.sf.net> - - * gst-libs/gst/gl/gstgldisplay.c: - [384/906] build: use <stdio.h> / "stdio.h" - -2009-10-16 17:29:08 +0300 Stefan Kost <ensonic@users.sf.net> - - * gst-libs/gst/gl/gstgldisplay.c: - [383/906] build: include <stdio.h> when using printf & co. - -2009-10-15 15:40:11 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgles2.h: - * gst/gl/gstglfiltercube.c: - [382/906] ES2.0: remove warnings - Partially fix #593786 - -2009-10-15 14:59:08 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - [381/906] EGL and GLX:: set a minimum depth size - -2009-09-21 15:00:02 +0200 Anthony Violo <anthony.violo@ubicast.eu> - - * gst/gl/gstgloverlay.c: - * gst/gl/gstgloverlay.h: - [380/906] gloverlay: can put video over png images - Fix bug #595303 - -2009-09-21 10:51:47 +0200 Anthony Violo <anthony.violo@ubicast.eu> - - * gst/gl/gstgloverlay.c: - [379/906] gloverlay: add support to use RGB png images - Previously restricted to RGBA, now gloverlay can also handle a RGB image. - -2009-09-19 14:31:28 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [378/906] gldisplay: avoid to request gl thread when deleting a texture - A texture is not destroyed when when we are done with it. - This texture is just added to the texture pool in order to be - re-used. In this case no OpenGL code is executed so we do not need to - request gl thread. - -2009-09-19 14:16:25 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [377/906] gldisplay: avoid to request gl thread when generating a texture - Thanks to the texture pool the gl textures are re-used. - When re-using one, no opengl code is executed so do not need - to request gl thread. - -2009-09-01 15:21:39 +0300 Stefan Kost <ensonic@users.sf.net> - - * gst-libs/gst/gl/Makefile.am: - * gst/gl/Makefile.am: - [376/906] build: support openGLES on linux via autofoo. Partialy fixes #593786 - Add a pkg-config check for opengl and if not found assume opengl-es. If user has - none of both one still get build error later on (there is no pkg-config for - opengl-es). - Add more files to EXTRA dist and build the opengles variant if selected. - Simmilar changes could be done for the winCE backend. - -2009-09-02 10:06:36 +0200 Anthony Violo <anthony.violo@ubicast.eu> - - * gst/gl/gstgloverlay.c: - * gst/gl/gstgloverlay.h: - [375/906] gloverlay: can control image size and position - Fix bug #591591 - -2009-09-01 19:46:10 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/sdl/sdlshare.c: - [374/906] sdlshare example: fix build on win32 - -2009-08-31 17:26:34 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/sdl/sdlshare.c: - [373/906] sdlshare example: review includes order and fix closure - -2009-08-31 17:18:01 +0200 Miquel Àngel Farré <miquel.farre@gmail.com> - - * tests/examples/sdl/sdlshare.c: - [372/906] make sdlshare example work on linux. Fix bug #593486 - -2009-08-26 23:43:37 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/sdl/sdlshare.c: - [371/906] tests: add sdlshare example - It shows how to use gl textures that come - from gst gl elements inside a SDL OpenGL scene - -2009-08-17 15:48:09 +0100 Christian Schaller <christian.schaller@collabora.co.uk> - - * gst/gl/Makefile.am: - [370/906] Add missing header file to Makefile.am and update spec file to actually be for this package - -2009-08-03 17:52:31 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [369/906] define missing glew macro on older versions - -2009-08-03 10:13:02 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [368/906] Cocoa backend: fix crash when resizing - Default implementation of NSOpenglView::update is not safe because it - just calls update on the opengl context whereas we are not in the gl thread. - Also fix the white flickering when resizing, because now we need to call - the draw callback manually when resizing. - -2009-07-31 18:17:55 +0300 Stefan Kost <ensonic@users.sf.net> - - * gst/gl/gstglimagesink.c: - [367/906] docs: fix GstXvImageSInk -> GstGLImageSink and reindent - -2009-07-30 00:36:30 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk> - - * gst/gl/Makefile.am: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldifferencematte.h: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterblur.h: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglfiltersobel.h: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgloverlay.h: - [366/906] docs: make remaining elements show up in docs - Split out declarations into header files and hook everything up so - that five more elements show up in the plugin docs. Fixes #559135. - -2009-07-27 09:58:20 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [365/906] Cocoa backend: make sure that nsapp is initialized - gst-launch-0.10 videotestsrc ! tee name=t ! queue ! glimagesink t. ! queue ! glimagesink - now works properly on MacOSX - -2009-07-24 10:33:47 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/CMakeLists.txt: - * gst/gl/CMakeLists.txt: - [364/906] make the cmake build work on MacOSX - We can now generate a Xcode project (or Unix Makfiles), - see INSTALL file - -2009-07-24 10:12:07 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [363/906] Cocoa backend: fix crash when closing - - All gstglwindow members are now modified only in the gl thread - to avoid thread concurrency - - OpenGL context is now properly clean - - fix a couple of things in implementation of xoverlay interface - -2009-07-17 16:47:41 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [362/906] make cocoa backend work on MacOSX - It works with both gst-launch and a cocoa app (non-embedded and embedded) - But there is still some problems: - - sometimes crash when closing - - flickering when resizing - - embedded mode not perfect - I will first make the CMake build work with cocoa backend - in order to generate a XCode project. - Then it should be easier to fix those issues. - -2009-07-14 20:36:13 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/gtk/gstgtk.c: - [361/906] gstgtk: add missing license and copyright information - -2009-07-14 20:25:28 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [360/906] examples: add missing copyright/license to my examples - -2009-07-13 16:32:00 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/gl/Makefile.am: - [359/906] gl: Link with -lm and fix indention - -2009-07-13 12:53:17 +0100 Jan Schmidt <thaytan@noraisin.net> - - * gst-libs/gst/gl/gstgldisplay.c: - [358/906] gstgldisplay: Close a small race starting the display thread - Take the display lock before signalling the create-context cond - to ensure the caller has dropped the lock and is therefore listening - for the signal. - -2009-07-13 12:52:31 +0100 Jan Schmidt <thaytan@noraisin.net> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [357/906] x11: Don't crash when the X11 display is not available. - Error out cleanly instead of crashing when the X11 display can't - be contacted. - -2009-07-13 12:08:11 +0100 Jan Schmidt <thaytan@noraisin.net> - - * gst/gl/Makefile.am: - [356/906] build: Fix typo: gstglbumber.h -> gstglbumper.h - -2009-06-25 21:32:38 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstgldeinterlace.c: - [355/906] same motion compensation - -2009-06-25 01:30:44 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - * gst/gl/Makefile.am: - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstopengl.c: - [354/906] fix and add gldeinterlace filter to the builds - -2009-06-24 17:58:35 +0200 julien <julien@KJIS.(none)> - - * gst/gl/gstgldeinterlace.c: - * gst/gl/gstgldeinterlace.h: - [353/906] add a gldeinterlace filter - Greedyh operation implemented using OpenGL Shading Language. - We could add other operations later. - Does some good results but still not as expected. - That's why I do not add it yet to the build. - -2009-06-12 11:33:02 +0100 Jan Schmidt <thaytan@noraisin.net> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglbumper.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - [352/906] fix typo - Change GST_GL_DISPLAY_PROJECTION_PERSPECIVE to - GST_GL_DISPLAY_PROJECTION_PERSPECTIVE. - Re-indent a couple of files that needed it. - -2009-06-09 20:35:26 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglimagesink.c: - [351/906] allow to switch xoverlay while being in paused state - -2009-06-07 20:19:03 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - [350/906] fix window position when using xoverlay - x, y are the coordinates of the position inside - the new parent window. - Fixes #584877 - -2009-06-06 14:34:57 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [349/906] can switch xoverlays while playing - Fixes bug #584877 - Before this commit calling "gst_x_overlay_set_xwindow_id" more - than one time, had no effect. - It mainly affects the glimagesink implementation. - But on win32 (and CE), some stuff has to be done to - release the old parent. - And add a switchxoverlay example where the user - can click on left/right part of the main window to - switch the xoverlay. - -2009-06-04 09:50:52 +0200 LRN <lrn1986@gmail.com> - - * gst/gl/Makefile.am: - [348/906] Add gstvideo to glimagesink LIBADD. Fixes bug #584680 - -2009-06-04 00:27:44 +0200 LRN <lrn1986@gmail.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - [347/906] fix miscast of a pointer in SetWindowLongPtr - GCC 4.4.0 complains error: cast from pointer to integer of different size - Fixes #584678. - -2009-05-12 11:41:19 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst-libs/gst/gl/Makefile.am: - [346/906] Fix linking by providing libtool the correct --tag parameter - -2009-05-11 18:06:18 +0200 julien <julien@KJIS.(none)> - - * tests/examples/clutter/cluttershare.c: - [345/906] change rotation center in cluttershare example - -2009-05-09 21:30:30 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [344/906] Use a more complex gst gl pipeline in the cluttershare example - -2009-05-09 21:26:42 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [343/906] Add a signal watch bus callback to check gst messages - -2009-05-09 20:51:36 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [342/906] Fix texture actor update due to a too strong thread locking. - On linux, the GSource func attached to the clutter_threads_add_idle - was not getting the cpu ressource periodically. - Because the use of clutter_threads_enter/leave inside the fakesink - callback seems to be too strong. - So remove the use if clutter_threads_enter/leave in the fakesink callback. - Then replace GQueue by GAsyncQueue to keep thread safe access to the - communication queues between clutter and gst-gl. - Call clutter_threads_add_idle with high priority. - -2009-05-09 15:44:09 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [341/906] Properly clean up pending gst gl buffers in cluttershare example - -2009-05-08 21:43:56 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [340/906] Fix cluttershare example. - It requires at least clutter 0.8.6 since lower clutter versions are - not compatible with GL_TEXTURE_RECTANGLE_ARB. - Remove use of ClutterEffectTemplace since it does not exist in - clutter 0.9. - -2009-05-04 11:24:30 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/examples/clutter/cluttershare.c: - [339/906] Cast to a GstBuffer* before passing to gst_buffer_unref to fix compiler warning - -2009-05-02 14:27:23 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [338/906] Use GQueue in the cluttershare example - -2009-04-30 23:40:38 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * tests/examples/clutter/cluttershare.c: - [337/906] Improve cluttershare example - Use clutter_threads_API. - When just using glupload from rgb, we have to be sure that - the upload texture is not in use in our gst gl context. - -2009-04-20 18:17:54 -0400 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - [336/906] [x11/x11ES] fix some pointer cast warnings - -2009-04-20 23:55:51 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [335/906] [cocoa] update since interface changed - -2009-04-20 23:48:15 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst/gl/gstglupload.c: - * gst/gl/gstglupload.h: - * tests/examples/clutter/cluttershare.c: - [334/906] [win32/winCE] fix some pointer cast warnings with mingw - And turn off deprecated Wp64 msvc compiler option. - -2009-04-20 00:52:41 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - [333/906] add force-aspect-ratio support - -2009-04-18 16:08:23 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/clutter/cluttershare.c: - [332/906] just gst-indent and C90 on cluttershare example - -2009-04-18 08:40:51 -0400 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - * gst/gl/gstglupload.c: - [331/906] indent and fix some compiler warnings - -2009-04-18 13:57:44 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_cocoa.m: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - * gst/gl/gstglupload.h: - * tests/examples/clutter/cluttershare.c: - [330/906] Can now share textures with an external gl context - The external opengl context must be specify when creating - our OpenGL context (glx) or just after (wgl). - When calling glXCreateContext or wglShareLists, the - external opengl context must not be current. - Then our gl context can be current in the gl thread while - the external gl context is current in an other thread. - See tests/examples/clutter/cluttershare.c - -2009-04-12 22:24:06 -0700 David Schleef <ds@hutch-2.local> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [329/906] Build for Cocoa on darwin, with various fixes - -2009-04-12 20:03:30 -0700 David Schleef <ds@hutch-2.local> - - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - * tests/examples/gtk/gstgtk.c: - [328/906] Convert gtk examples to use helper library - Helper lib implements gst-gtk glue on all platforms - -2009-04-10 20:42:59 +0200 Julien <julien@Julien-Kubuntu.(none)> - - * gst-libs/gst/gl/gstgldisplay.c: - [327/906] fix init FBO's texture attachment on ES 2.0 - -2009-04-10 20:30:46 +0200 Julien <julien@Julien-Kubuntu.(none)> - - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst-libs/gst/gl/gstglwindow_x11ES2.c: - [326/906] add X backend for OpenGL ES 2.0 - -2009-03-29 15:40:16 +0000 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/clutter/clutteractortee.c: - [325/906] Restore glimagesink instead of ximagesink - Partially revert previous commit. It's not an issue with glimagesink - Xoverlay interface. It's always the same intel bug with direct - rendering redirection (the one that affects each opengl application - with compositing managers). It works fine with DRI2 and UXA - acceleration. Still leaving effects disabled because I'm testing intel - hardware that doesn't support FBOs. - -2009-03-29 09:01:55 +0000 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/clutter/clutteractortee.c: - [324/906] Temporary disable glimagesink in clutteractortee - GLimagesink XOverlay interface doesn't seem to work with composite - redirection on intel (and I believe ati too). Windows aren't - redirected offscreen at all. This commit just shows that the example - correcty works with ximagesink. The most evident difference I see is - that glimagesink reparents the xoverlay window into its own while both - x and xvimagesink destroy their window and render directly to the - xoverlay one. - -2009-03-29 08:51:16 +0000 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/clutter/clutteractortee.c: - [323/906] Remove redundant XMoveWindow call - Revert the "move windows" thing from commit - 175f7a707bc922f3facc63e7d9b6d01f9bb6b1b0 - Windows are offscreen who cares about their position? If you see the - windows something is going wrong with composite redirection. - -2009-03-18 22:46:56 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [322/906] [download YUY2/UYVY] fix a regression - The call to glLoadIdentity was removed by mistake during - OpenGL ES 2.0 integration. - -2009-03-15 14:48:19 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstgles2.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_winCE.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfiltercube.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - [321/906] add OpenGL ES 2.x support. - In OpenGL 2.x for Embedded System, a lot of basic scene/draw functions - have been removed. It means that everything is made using vertex and - fragment shaders. - I have also added a gstglwindow backend for winCE that uses EGL - (Native Platform Graphics Intercace) (which is a full part of - OpenGL ES specification). It remove the use of wgl/glx functions. - -2009-03-07 03:13:38 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_cocoa.m: - [320/906] fix position and content rect - -2009-03-06 22:43:41 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - [319/906] [win32 backend] fix transmition message to the parent. - The Qt mouvexoverlay example shows how to rotate the cube - by moving (+click) the mouve over a qwidget using xoverlay - interface. - -2009-02-26 17:45:21 -0500 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/GNUmakefile.gnustep: - * gst/gl/GNUmakefile.gnustep: - * gst/gl/effects/GNUmakefile.gnustep: - [318/906] rename GNUmakefile(s) to GNUmakefile(s).gnustep - -2009-02-26 01:06:58 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/GNUmakefile: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_cocoa.m: - * gst/gl/GNUmakefile: - [317/906] implement gstglwindow for Cocoa (MacOS and GNUstep) - -2009-02-25 00:39:48 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - [316/906] remove some unused HAVE_LIBPNG: libpng is a required package - -2009-02-25 00:12:12 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/GNUmakefile: - * gst/gl/CMakeLists.txt: - * gst/gl/GNUmakefile: - * gst/gl/effects/GNUmakefile: - [315/906] add GNUstep build - -2009-02-23 11:07:22 -0800 David Schleef <ds@schleef.org> - - * pkgconfig/gstreamer-gl-uninstalled.pc.in: - [314/906] Add srcdir to includes for out-of-source builds - When you use gstreamer uninstalled and build outside - the source tree, the includes need to be specified for - both the source tree and the build tree. - -2009-02-23 13:39:29 +0200 Stefan Kost <ensonic@users.sf.net> - - * gst/gl/gstglfiltercube.c: - [313/906] indent: don't use tabs inside property descriptions - -2009-02-23 13:35:48 +0200 Stefan Kost <ensonic@users.sf.net> - - * gst/gl/gstglbumper.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgloverlay.c: - [312/906] build: include stdlib.h when using free(). - -2009-02-22 19:36:40 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - [311/906] Cast GstBuffer subclasses to GstBuffer * before passing to gst_buffer_unref() - -2009-02-10 22:39:14 -0800 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gltestsrc.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgloverlay.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [310/906] Global reindent - Indent parameters: - INDENT_PARAMETERS="--braces-on-if-line \ - --case-brace-indentation0 \ - --case-indentation2 \ - --braces-after-struct-decl-line \ - --line-length80 \ - --no-tabs \ - --cuddle-else \ - --dont-line-up-parentheses \ - --honour-newlines \ - --continuation-indentation4 \ - --tab-size8 \ - --indent-level2" - -2009-02-03 18:58:00 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [309/906] Replay: Fix callbacks passed over XEvents on 64 bit architectures - Althought the XEvent's xclient.data.l array is an array of - longs they will be constrained to 32 bit by the X11 protocol. - On 64 bit architectures use two elements of the array to store - one pointer. - This fixes segfaults that happen at least for every example - on startup. - -2009-02-05 13:13:51 -0800 David Schleef <ds@schleef.org> - - * gst/gl/CMakeLists.txt: - * gst/gl/Makefile.am: - * gst/gl/gstgloverlay.c: - * gst/gl/gstopengl.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [308/906] Rename glpixbufoverlay to gloverlay - -2009-02-04 16:57:14 -0800 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - * gst/gl/gstglpixbufoverlay.c: - * gst/gl/gstopengl.c: - [307/906] Remove conditionals on gdkpixbuf - -2009-02-08 01:50:10 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/CMakeLists.txt: - * gst/gl/CMakeLists.txt: - [306/906] fix CMake build and frozen CodeBlocks build - -2009-02-07 21:19:24 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - [305/906] CMake build now checks for libpng - -2009-02-05 19:59:27 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstglpixbufoverlay.c: - * gst/gl/gstopengl.c: - [304/906] only load RGBA files.png - -2009-02-04 16:18:15 -0800 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - [303/906] Add libpng dependency - -2009-01-26 16:30:22 -0800 David Schleef <ds@schleef.org> - - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstglpixbufoverlay.c: - [302/906] Fix some warnings - -2009-01-23 02:04:23 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstglpixbufoverlay.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [301/906] depends on libpng instead of gdk_pixbuf - -2009-01-22 02:19:31 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglbumper.c: - * gst/gl/gstglpixbufoverlay.c: - * gst/gl/gstopengl.c: - [300/906] use libpng in glpixbufoverlay filter. - -2009-01-22 01:16:38 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglbumper.c: - * gst/gl/gstglbumper.h: - [299/906] use libpng to load the normal map instead of using gdkpixbuf - -2009-02-10 21:57:31 -0800 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gltestsrc.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglpixbufoverlay.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [298/906] Revert "Fix indention" - This reverts commit 96e4ab18c2cf9876f6c031b9aba6282d0bd45a93. - You should have asked first. And you would have been told "no", - because it causes people on development branches to do a huge - amount of extra work. - -2009-02-10 21:57:08 -0800 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [297/906] Revert "Fix callbacks passed over XEvents on 64 bit architectures" - This reverts commit 280771d09b58617b27201027de0e1194da376e72. - -2009-02-03 18:58:00 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [296/906] Fix callbacks passed over XEvents on 64 bit architectures - Althought the XEvent's xclient.data.l array is an array of - longs they will be constrained to 32 bit by the X11 protocol. - On 64 bit architectures use two elements of the array to store - one pointer. - This fixes segfaults that happen at least for every example - on startup. - -2009-02-03 18:33:36 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gltestsrc.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglpixbufoverlay.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [295/906] Fix indention - -2009-02-03 11:23:06 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [294/906] Fix format string compiler warnings by using G_GUINT64_FORMAT - -2009-01-15 18:39:48 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglbumper.c: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstglpixbufoverlay.c: - [293/906] minimal gtk doc - -2009-01-09 17:46:01 -0800 David Schleef <ds@hutch-2.local> - - * gst/gl/effects/gstgleffectssources.h: - [292/906] Add 'extern' for data symbols in headers - -2009-01-09 17:20:25 -0800 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstgldisplay.c: - [291/906] Add check for GLEW_EXT_framebuffer_object - -2009-01-08 19:18:47 -0800 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/Makefile.am: - [290/906] Set GL_LIBS correctly in configure.ac - This doesn't detect the existence of libraries, which needs to - be fixed. - -2009-01-07 19:11:01 -0800 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/Makefile.am: - * gst/gl/Makefile.am: - [289/906] build fixes for Windows libraries - -2008-12-14 12:06:06 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [288/906] add more debug ouputs about GLSL and mesa - -2008-12-13 19:36:32 -0500 julien <julien@julien-desktop.(none)> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [287/906] fix a regression about glXChooseVisual which failed when using mesa, so attributes must be less restrictives. - -2008-12-13 00:50:16 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_win32.c: - [286/906] [win32] Register window class in gst_gl_window_class_init - -2008-12-07 03:25:59 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/gstglupload.c: - * tests/examples/clutter/clutteractortee.c: - [285/906] fix gl framerate in gst caps. Consider position in xoverlay. Fix inversion bettween COLS and ROWS, and move windows. - -2008-11-29 22:16:44 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - [284/906] workaround about the ATI shader compiler on linux (setlocale) - -2008-11-25 01:01:01 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [283/906] better result in cube and doublecube example. And some clean up debug and comments - -2008-11-23 16:14:26 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/CMakeLists.txt: - [282/906] update CMake build - -2008-11-23 16:04:27 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - [281/906] Make cube example work on x11. Finish TODO task 9. - -2008-11-22 16:43:24 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/gstglimagesink.c: - [280/906] Remove set_visible, because it's now automatically done when the first post redisplay comes. - -2008-11-22 00:51:30 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [279/906] finish set_xwindow_id (gst_gl_window_set_external_win_id): child is resized at the same time as the parent is. - -2008-11-21 20:51:48 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [278/906] Implement set_xwindow_id (gst_gl_window_set_external_window_id). - -2008-11-21 19:37:21 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [277/906] open x client connection for sender only at start up - -2008-11-21 19:11:11 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_x11.c: - [276/906] better deal with last pending custom cb and destroy_context_cb - -2008-11-21 01:31:19 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow_x11.c: - [275/906] Make sure the gl ressoures are destroyed before to destroy gl window - -2008-11-20 01:24:10 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - [274/906] add some other debug outputs and checks - -2008-11-19 00:07:22 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/gstglimagesink.c: - [273/906] add some debug outputs about Visual and XVisualInfo - -2008-11-17 01:04:32 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [272/906] add a visible member to deal better with the first expose events - -2008-11-16 16:57:00 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [271/906] revert last commit because the crash comes from libselinux - -2008-11-15 23:32:04 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [270/906] fix use of different Display structures which point on the same display name - -2008-11-15 18:51:44 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [269/906] Better deal with XNextEvent and XSendEvent - -2008-11-15 02:24:07 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [268/906] Better deal with Atoms - -2008-11-14 01:00:33 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [267/906] Get ride of calling sleep in gl thread X loop - -2008-11-13 02:05:33 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [266/906] secure close when clicking on the cross - -2008-11-13 01:29:10 +0100 Julien Isorce <julien.isorce@gmail.com> - - [265/906] CRLF -> LF - -2008-11-13 01:23:51 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/gstglimagesink.c: - [264/906] Rewrite gstglwindow_x11.c because X API is not thread safe. - -2008-11-11 03:19:51 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [263/906] discard x custom messages which are of date - -2008-11-09 23:23:30 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/Makefile.am: - [262/906] Works on linux but still some bugs. Fix autotools build. - -2008-11-09 22:14:29 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [261/906] implement quit x message loop - -2008-11-09 02:44:25 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - [260/906] try to make XSendEvent blocker (as win32 SendMessage is) - -2008-11-06 23:41:11 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow_x11.c: - [259/906] continue x implementation (but still not tested) - -2008-11-06 01:28:26 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow_x11.c: - [258/906] setup x message loop - -2008-11-05 02:06:33 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_x11.c: - * gst/gl/gstglupload.c: - [257/906] begin gstglwindow_x11.c implementation - -2008-10-29 23:53:22 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/CMakeLists.txt: - [256/906] fix CMake an CodeBlocks builds - -2008-10-28 21:44:09 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow_win32.c: - [255/906] fix window closure when using gst xoverlay interface - -2008-10-28 01:38:45 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - [254/906] Better handle when the parent window is resizing, and cleanup some code - -2008-10-28 00:22:27 +0100 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [253/906] win32: re-implement supports for gst xoverlay interface, on this branch - -2008-10-25 16:18:23 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - [252/906] avoid a dead lock on window closure - -2008-10-25 02:03:16 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [251/906] Properly clean OpenGL contexts - -2008-10-24 01:39:00 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglwindow_win32.c: - [250/906] win32: basic stuffs are working now on this branch with this new deep design (gstglwindow) - -2008-10-23 01:40:52 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/CMakeLists.txt: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglwindow.h: - * gst-libs/gst/gl/gstglwindow_win32.c: - [249/906] begin GstGLWindow in order to totally remove gstfreeglut - -2008-10-16 23:47:01 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - * gst/gl/effects/gstgleffectxray.c: - [248/906] fix msvc warnings and update CMake build, win32 CodeBlocks build and vs8 build - -2008-10-15 16:18:22 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectscurves.h: - * gst/gl/effects/gstgleffectxray.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * tests/examples/gtk/fxtest/fxtest.c: - [247/906] Import xray effect - Add xray effect. Maps luma to a negative, slightly cyan tinted, curve, - applies some light gaussian blur and multiplies it with its sobel edges. Not - sure about the name, likely to change. Probably still needs some tuning. - -2008-10-15 16:14:52 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - [246/906] Add multiply fragment shader - Add a fragment shader to blend two textures with multiply blend mode - -2008-10-15 15:49:12 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/gstglfiltersobel.c: - [245/906] Add invert property to sobel filter - Add an invert property to sobel_fragment_source and Sobel filter. Useful - to have dark edges with white background. - -2008-10-15 12:50:07 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectlumatocurve.h: - [244/906] Make luma_to_curve non-static - Make luma_to_curve public so that it can be used as a step for more - complex effects. - -2008-10-15 12:42:29 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [243/906] Support for missing videoformats in glupload - Add support for missing alpha channeled videoformats (RGBA, BGRA, - ARGB, ABGR) in gst_gl_display_do_upload_fill. - -2008-10-13 23:14:27 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [242/906] Fix crash in filters when going to NULL with no display - -2008-10-11 11:45:54 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - [241/906] fix CMake build - -2008-10-04 22:34:07 +0300 Stefan Kost <ensonic@users.sf.net> - - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldownload.c: - [240/906] Build gtk-docs for plugins. - Add include to otherwise empty .types file to fix the scanner build. - Edit Makefile.am, .sections, -docs.sgml to scan all plugins and include - them in the master file. Fix xml errors in two sources (missing closing - tag). - -2008-09-29 23:45:10 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gltestsrc.c: - * gst/gl/gstglbumper.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - [239/906] start to write the gtk doc - -2008-09-25 22:25:29 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilterglass.c: - [238/906] fix glfilterglass (reason: videotestsrc rgb is by default bpp=32, depth=24, so alpha channel is 0) - -2008-09-24 19:32:48 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - [237/906] update cmake build and the 2 frozen win32 builds (CodeBlocks, vs8) - -2008-09-23 10:37:58 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/CMakeLists.txt: - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstglfiltersobel.c: - * gst/gl/gstopengl.c: - [236/906] import sobel edge detector from cvs branch - -2008-09-24 02:07:41 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfilterglass.c: - [235/906] can use several G_LOG_DOMAINs and GST_CATegories, with msvc8 - -2008-09-22 09:47:16 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglpixbufoverlay.c: - [234/906] use right blending function with pixbuf overlay - -2008-09-21 10:58:13 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [233/906] no need to explicit set the debug category if default one is used - -2008-09-21 10:04:49 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - [232/906] use texture1 for curve textures - -2008-09-21 19:26:37 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/CMakeLists.txt: - * gst/gl/Makefile.am: - * gst/gl/gstglfilterglass.c: - * gst/gl/gstglfilterglass.h: - * gst/gl/gstopengl.c: - [231/906] Add a glfilterglass inspired from http://www.mdk.org.pl/2007/11/17/gl-colorspace-conversions - -2008-09-21 16:40:38 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - [230/906] explicit check g_getenv return value to be not NULL - -2008-09-20 15:44:24 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - [229/906] update authors from the CVS repository - -2008-09-20 14:12:49 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstglshader.c: - [228/906] output shaders info log only if GST_GL_SHADER_DEBUG env variable is set. Should fix TODO task 18 - -2008-09-19 12:47:06 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectrgbtocurve.c: - [227/906] explicitly bind the main texture and the curve one to separate units in rgb and luma to curve effects. This should solve the issue pointed in TODO item 21. - -2008-09-18 22:50:05 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [226/906] check on win32 that every tests/pipelines and tests/examples (generic, gtk, qt) still work - -2008-09-18 21:13:37 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [225/906] fix a regression that made the gltestsrc element not working - -2008-09-16 02:10:31 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [224/906] fix a regression about MESA YCbCr colorspace conversion - -2008-09-14 23:22:58 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [223/906] fix a regression (sometimes a FBO is needed even if the video source is rgb) - -2008-09-14 19:56:50 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstgleffects.c: - [222/906] Finish TODO task 17 - -2008-09-13 19:47:44 +0200 Julien <julien@bowob.(none)> - - * gst-libs/gst/gl/gstgldisplay.c: - [221/906] fix g_int_hash -> g_direct_hash - -2008-09-13 18:17:42 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [220/906] Use a better key for the pool of textures - -2008-09-13 03:32:04 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstglupload.c: - [219/906] Use a gst debug category for GstGLDisplay instead of g_print, gst-launch-0.10 --gst-debug=gldisplay:3 videotestsrc ! glimagesink - -2008-09-12 01:13:50 +0200 Julien <julien@bowob.(none)> - - * gst-libs/gst/gl/CMakeLists.txt: - * gst/gl/Makefile.am: - [218/906] The CMake build now works on my Kubuntu-KDE4.1.1 - -2008-09-11 02:07:12 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/CMakeLists.txt: - * gst/gl/CMakeLists.txt: - [217/906] Add cmake build http://www.cmake.org. See CMake install instructions in the INSTALL file. (I have not correctly configured yet the CMake build for unix, BE patient) - -2008-09-07 17:44:42 +0200 Julien <julien@bowob.(none)> - - * gst/gl/gstopengl.c: - [216/906] fix glbumper related gtk dependencies - -2008-09-07 14:17:57 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstopengl.c: - [215/906] glbumper is compiled only when having GdkPixBuf. And update win32 codeblocks build - -2008-09-07 01:38:10 +0200 julien User <julien@ubuntu.ubuntu-domain> - - * gst/gl/gstglbumper.c: - [214/906] update codeblocks build on linux and fix a warning - -2008-09-07 01:23:19 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglbumper.c: - * gst/gl/gstglbumper.h: - [213/906] forgot to add the bumper files - -2008-09-07 00:45:34 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst/gl/Makefile.am: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglpixbufoverlay.c: - * gst/gl/gstopengl.c: - [212/906] add a glbumper (bump mapping filter through GLSL) that exposes how to use both vertex and fragment shaders - -2008-08-25 10:34:54 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [211/906] Fix upload AYUV and YV12 (a regression in last commits) - -2008-08-24 16:33:26 +0200 julien User <julien@ubuntu.ubuntu-domain> - - * gst-libs/gst/gl/gstgldisplay.c: - [210/906] get ride of a wrong color on nvidia/linux when converting yv12 to rgb through GLSL - -2008-08-24 15:39:14 +0200 julien User <julien@ubuntu.ubuntu-domain> - - * gst-libs/gst/gl/gstgldisplay.c: - [209/906] fix warnings - -2008-08-24 04:24:29 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [208/906] fix upload AYUV, regression during the 2 last commits - -2008-08-24 03:38:40 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [207/906] oups, fix my mistake on last commit - -2008-08-24 03:12:12 +0200 unknown <Luc@.(none)> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/BUGS: - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglupload.c: - [206/906] Do not use frame buffer object when "input video is RGB" or when "GLSL is not available and YCbCr is available". So frame buffer object is not a plugin requirement anymore. So I decreased the OpengGL version from 1.4 to 1.2 (maybe less?) - -2008-08-21 11:12:42 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [205/906] use a GHash table instead of a GData for the texture pool - -2008-08-20 15:47:51 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [204/906] get ride of a bug on ATI related to YV12 to rgb conversion through GLSL and add an example - -2008-08-20 10:02:02 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglpixbufoverlay.c: - [203/906] use opengl for pixbuf resizing in glpixbufoverlay, start to work on properties - -2008-08-20 09:26:46 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglpixbufoverlay.c: - [202/906] use fixed opengl pipeline for glpixbufoverlay (any drawback?) - -2008-08-20 09:24:53 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [201/906] fix a signedness warning - -2008-08-20 00:11:39 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [200/906] get ride of a ATI bug related to GLSL colorspace conversion for I420 and YV12 to rgb - -2008-08-19 22:15:17 +0200 Julien Isorce <julien.isorce@gmail.com> - - * tests/examples/gtk/fxtest/pixbufdrop.c: - [199/906] add pixbufdrop vs8 project - -2008-08-19 21:04:29 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstgldifferencematte.c: - * tests/examples/gtk/fxtest/fxtest.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [198/906] add fxtest vs8 project - -2008-08-19 11:07:18 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstgleffects.c: - [197/906] Shaders which are in the shaderstable are now released - -2008-08-19 09:48:14 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstgldifferencematte.c: - [196/906] fix a differencematte memory issue - -2008-08-19 08:50:14 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/gstgldifferencematte.c: - * tests/examples/gtk/fxtest/pixbufdrop.c: - [195/906] fix gstgldifferencematte and add an example app to test it dragging an image over the video (works with pixbufoverlay too, see pixbufdrop --help) - -2008-08-18 21:50:09 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/gstgldifferencematte.c: - [194/906] another typo, restore old twirl fragment source - -2008-08-18 21:43:02 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/gstgldifferencematte.c: - [193/906] fix typos - -2008-08-18 21:40:26 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgldifferencematte.c: - [192/906] complete differencematte filter.. I did it quickly, probably still needs some work - -2008-08-18 20:25:25 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgldifferencematte.c: - * gst/gl/gstglpixbufoverlay.c: - * gst/gl/gstopengl.c: - [191/906] little cleanup. add first draft of gstgldifferencematte. still doesn't work - -2008-08-18 18:53:13 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglimagesink.c: - [190/906] force calling glimagesink->stop() when going from PAUSED to READY - -2008-08-18 17:19:06 +0200 unknown <Administrateur@.(none)> - - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglpixbufoverlay.c: - [189/906] update vs8 build and fix some warnings that comes from vc8 - -2008-08-18 16:16:58 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstglpixbufoverlay.c: - * gst/gl/gstopengl.c: - [188/906] add first draft of a pixbuf overlay element. add macros to optionally build the latter if gdk-pixbuf is found - -2008-08-18 11:48:47 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/clutter/clutteractortee.c: - [187/906] remove expose event handling, it's map-unmap that is not behaving correctly, any idea? - -2008-08-18 11:08:09 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/clutter/clutteractortee.c: - [186/906] add expose event handling to clutteractortee - -2008-08-18 10:50:37 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/clutter/clutteractor.c: - * tests/examples/clutter/clutteractortee.c: - [185/906] add clutteractortee example, a nice example about how clutter could be used to create a live preview widget for gleffects. It uses texture from pixmap, still needs some work regarding clean exit and expose event management. - -2008-08-18 09:06:09 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [184/906] add a couple of macros to autotools to compile with uintrepid automake. remove array constructor so we don't have to depend on glsl #version 120. - -2008-08-17 17:45:52 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/clutter/clutteractor.c: - [183/906] add an example to use texture from pixmap to do some kind of x_overlay on a clutteractor. A better way would be to directly share gl handles between clutter and gstgl but still I cannot find a way to do it. - -2008-08-17 12:21:49 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectscurves.h: - [182/906] add a better sepia toning curve - -2008-08-17 09:24:24 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstgltestsrc.c: - [181/906] add a translatable string to testsrc to get rid of po dir errors after distclean and git clean - -2008-08-16 17:36:10 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/gtk/fxtest/fxtest.c: - [180/906] minor cleanup in fxtest - -2008-08-16 12:37:36 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffectsdistortion.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - [179/906] distortion effect cleanup - -2008-08-16 10:15:31 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/gtk/fxtest/fxtest.c: - [178/906] improve fxtest command line option handling, default to videotestsrc if no source bin description is given - -2008-08-16 09:40:54 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstgleffects.c: - [177/906] fix gleffects memory issue (init resources on start and reset them on stop) - -2008-08-16 09:17:14 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [176/906] fix a typo - -2008-08-16 09:13:39 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectsin.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * tests/examples/gtk/fxtest/fxtest.c: - [175/906] add sin effect (desaturate everything but red shades). still needs some tuning. - -2008-08-14 22:28:19 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - [174/906] add a property to gleffects to switch video left to right, useful with webcams to resemble a mirror - -2008-08-14 21:29:02 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectscurves.h: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - * tests/examples/gtk/fxtest/fxtest.c: - [173/906] add lumaxpro (desaturate + cross process) effect. nothing too impressive but I like it. - -2008-08-14 20:54:54 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * tests/examples/gtk/fxtest/fxtest.c: - [172/906] add support for command line parsing to fxtest (try fxtest videotestsrc ! desired caps ! identity). report a new issue on BUGS. - -2008-08-14 20:02:04 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/gstgleffects.c: - * tests/examples/gtk/fxtest/fxtest.c: - [171/906] import fxtest (little gtk app to easily test effects) from cvs branch, fixed rgbtocurve. - -2008-08-14 17:03:21 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstopengl.c: - [170/906] update codeblocks build - -2008-08-14 14:08:23 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectbulge.c: - * gst/gl/effects/gstgleffectfisheye.c: - * gst/gl/effects/gstgleffectsdistortion.c: - * gst/gl/effects/gstgleffectsquare.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/effects/gstgleffecttunnel.c: - * gst/gl/effects/gstgleffecttwirl.c: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - [169/906] import remaining distortion effects from cvs branch (fisheye, twirl, bulge, tunnel, square) - -2008-08-14 12:39:01 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectscurves.h: - [168/906] cleanup curves header - -2008-08-14 12:26:25 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectscurves.h: - [167/906] better cross processing curve - -2008-08-14 12:09:39 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectrgbtocurve.c: - * gst/gl/effects/gstgleffectscurves.h: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - [166/906] add rgb_to_luma_fragment source and correspondent effect. use the latter for a cross processing effect. - -2008-08-14 11:31:09 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectlumatocurve.c: - * gst/gl/effects/gstgleffectscurves.h: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - [165/906] import luma_to_curve effects (Sepia, Heat) from cvs branch with better texture memory handling (teximage curves only once). Sepia curve still needs some love. - -2008-08-14 09:39:55 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - [164/906] rename blend_fragment_source to sum_fragment_source and add uniform blending parameters - -2008-08-14 09:26:23 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectglow.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgleffects.c: - * gst/gl/gstgleffects.h: - [163/906] import glow effect (maybe the most tricky) from cvs branch - -2008-08-14 08:03:49 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffects.h: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/effects/gstgleffectstretch.c: - * gst/gl/gstgleffects.c: - [162/906] import stretch effect from cvs - -2008-08-14 00:07:20 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffects.h: - * gst/gl/effects/gstgleffectsqueeze.c: - * gst/gl/effects/gstgleffectssources.c: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgleffects.c: - [161/906] import squeeze effect from cvs - -2008-08-13 22:42:48 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/effects/gstgleffectssources.c: - [160/906] forgot to add a file - -2008-08-13 22:36:13 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectidentity.c: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffects.h: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgleffects.c: - [159/906] still some source tree reorganize, fixed some issue with headers and ifdefs, moved identity into effects dir - -2008-08-13 20:58:49 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/effects/gstgleffectmirror.c: - * gst/gl/effects/gstgleffects.h: - * gst/gl/effects/gstgleffectssources.h: - * gst/gl/gstgleffects.c: - [158/906] still working on mergin gstgleffects, add mirror effect. reorganize source tree. - -2008-08-13 17:59:09 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglupload.c: - [157/906] move thread_do_upload_make from thread_do_upload to thread_init_upload - -2008-08-13 17:16:17 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/BUGS: - [156/906] fix a crash that could happens when using at least 2 gl context and when closing a window on linux - -2008-08-13 16:01:21 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/BUGS: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstgleffects.c: - [155/906] fix some errors and check all the pipelines listed in tests/pipelines - -2008-08-12 11:09:37 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstgleffects.c: - * gst/gl/gstopengl.c: - [154/906] added first skeleton of gstgleffects, imported basic stuff from cvs branch. - -2008-08-11 20:12:02 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstglfilterblur.c: - [153/906] Try to genereate textures within gstglfilterblur to see if the new thread_use_fbo works both with textures from the pool and custom ones - -2008-08-11 20:01:41 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [152/906] remove an unneeded (really?) glTexImage - -2008-08-11 19:08:22 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/Makefile.am: - [151/906] ISO C90 - -2008-08-11 19:01:33 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilterblur.c: - [150/906] glTexImage2D(w, h, NULL) is now called only one time (mem alloc) - -2008-08-11 17:21:30 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [149/906] same as previous commit - -2008-08-11 17:17:22 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [148/906] Fix rgb issue. Current program should always be set to 0 when a new texture is attached to a fbo. - -2008-08-11 15:53:12 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstopengl.c: - [147/906] oups forgot to add 2 files to the previous commit - -2008-08-11 15:40:39 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - * gst/gl/gstglfilteredge.c: - * gst/gl/gstglfilteredge.h: - * gst/gl/gstglupload.c: - [146/906] remove filteredge - -2008-08-11 15:30:38 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfilterblur.c: - [145/906] gen/del the middle texture only one time in the gstglfilterblur - -2008-08-11 11:26:32 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterblur.h: - * gst/gl/gstopengl.c: - [144/906] remove gstglfilterblur.h, it's easier to have everything in the same file - -2008-08-11 09:52:16 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/gstglfilterblur.c: - [143/906] Add init and reset callbacks in GstGLFilter to run arbitrary gl code at start and stop. Useful to init and cleanup custom gl resources. - -2008-08-11 09:00:40 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilterblur.c: - [142/906] Add a generic action to be able to execute arbitrary gl code within the gl thread with less pain - -2008-08-10 11:22:34 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/gstglfilterblur.c: - [141/906] some steps towards simplification. added a convenience function to gstglfilter and some comment here and there - -2008-08-05 10:15:07 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [140/906] Fix GL_STACK_OVERFLOW - -2008-08-04 12:13:29 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstglfilterblur.c: - [139/906] fix warnings when compiling upload/download shaders - -2008-08-04 09:56:59 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [138/906] is that videoformat pointer really needed? - -2008-08-04 09:46:14 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [137/906] Don't reallocate texture memory every time in upload_* functions. - -2008-08-01 11:00:49 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - [136/906] reindent gstgldisplay with gstreamer-c-mode - -2008-07-31 17:48:04 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstglfilterblur.c: - * gst/gl/gstglfilterblur.h: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstopengl.c: - [135/906] add and make the Filippo's gstglfilterblur works on the master branch (example of multiple step rendering) - -2008-07-25 01:43:28 +0200 julien User <julien@ubuntu.ubuntu-domain> - - * gst/gl/gstglimagesink.c: - [134/906] fix makefiles list from configure.ac (tests have changes) and fix a warning - -2008-07-21 00:24:48 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [133/906] finish todo task 4 - -2008-07-20 16:38:48 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [132/906] make the plugin properly shutdown when one of the check requirements failed - -2008-07-19 08:32:38 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstglfilteredge.c: - [131/906] fix warnings (unused vars) - -2008-07-19 03:00:26 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilteredge.c: - * gst/gl/gstglfilteredge.h: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterlaplacian.h: - [130/906] use GstGLShader in the GLSL colorspace conversion - -2008-07-18 22:33:44 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst/gl/gstglfilterlaplacian.c: - [129/906] fixed warning for unused variable (fatal with -Werror) - -2008-07-18 21:55:00 +0200 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstglfilterlaplacian.c: - [128/906] add GstGLShader stuffs in the vs8 project, fix laplacian fragment code to make it compile on ATI, and fix check function about Opengl and Glew version - -2008-07-18 10:49:34 +0200 Filippo Argiolas <filippo.argiolas@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglshader.c: - * gst-libs/gst/gl/gstglshader.h: - * gst/gl/Makefile.am: - * gst/gl/gstglfilterlaplacian.c: - * gst/gl/gstglfilterlaplacian.h: - * gst/gl/gstopengl.c: - [127/906] Imported GstGLShader from cvs branch. Added a demo laplacian convolution filter to demonstrate how this can be integrated with minimum effort. - -2008-07-16 15:23:36 -0700 David Schleef <ds@hutch.local> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/gstgltestsrc.h: - [126/906] Change some guints to GLuints because of warnings on OS/X. - -2008-07-16 15:22:36 -0700 David Schleef <ds@hutch.local> - - * gst-libs/gst/gl/Makefile.am: - [125/906] Add libraries as appropriate to fix compilation - -2008-07-15 14:36:03 -0700 David Schleef <ds@schleef.org> - - [124/906] Global replace of CRLF line endings to LF - -2008-07-12 14:18:47 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [123/906] X Specific: better implementation of the gst_gl_set_window_id - -2008-07-12 13:24:30 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [122/906] better implementation of gst_gl_display_set_window_id for win32. (change the window of the current wglcontext instead of reinit everything, and so avoid some problems about opengl objects that could be init in the previous wglcontext and so no usable in the newer wglcontext, it what the case for the first texture) This newer implementation has not been made yet on linux - -2008-07-12 01:13:08 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [121/906] avoid use of GLSL functions when fragment_shader is not available - -2008-07-11 06:24:27 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [120/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@580 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-07-10 23:53:36 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglimagesink.c: - [119/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@579 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-07-07 20:59:20 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstglimagesink.c: - [118/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@573 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-07-06 16:50:29 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglimagesink.c: - [117/906] up gtk example - -2008-07-05 22:56:29 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfiltercube.h: - * gst/gl/gstglfilteredge.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - [116/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@563 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-06-30 00:38:39 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglupload.c: - [115/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@556 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-06-29 17:27:43 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilteredge.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [114/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@555 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-06-28 23:28:11 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstgldownload.c: - [113/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@554 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-06-28 15:38:41 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglupload.c: - [112/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@552 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-06-24 22:28:03 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [111/906] up - -2008-06-23 23:12:37 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfiltercube.c: - [110/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@544 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-06-23 18:56:29 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterapp.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [109/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@543 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-06-21 21:38:42 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglcolorscale.h: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilteredge.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstglupload.c: - * gst/gl/gstglupload.h: - [108/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@540 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-06-19 23:38:36 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [107/906] fix opengl version checker - -2008-06-16 23:12:48 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfilteredge.c: - [106/906] up sobel algo - -2008-06-15 18:31:12 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstglfilteredge.c: - [105/906] up Sobel filter and gl/glew version checker - -2008-06-13 00:01:26 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/Makefile.am: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfilteredge.c: - * gst/gl/gstglfilteredge.h: - * gst/gl/gstopengl.c: - [104/906] start to add a glfilteredge that proceeds edge detection using GLSL - -2008-06-12 21:40:17 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstgldownload.c: - * gst/gl/gstgldownload.h: - * gst/gl/gstglupload.c: - * gst/gl/gstglupload.h: - * gst/gl/gstopengl.c: - [103/906] rename glgraphicmaker -> glupload and glvideomaker -> gldownload - -2008-06-11 23:43:41 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglcolorscale.c: - [102/906] up - -2008-06-11 23:42:50 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfilterapp.c: - [101/906] idem - -2008-06-11 23:40:57 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfilterapp.c: - [100/906] fix warnings linux-specific - -2008-06-11 23:40:01 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglfiltercube.c: - [099/906] up (switching linux and win32) ... not fun editor ... - -2008-06-11 23:38:33 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - [098/906] up... - -2008-06-11 23:36:25 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglgraphicmaker.c: - [097/906] fix warnings - -2008-06-11 23:31:53 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst/gl/Makefile.am: - * gst/gl/gltestsrc.c: - * gst/gl/gltestsrc.h: - [096/906] up - -2008-06-11 23:26:16 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gltestsrc.c: - * gst-libs/gst/gl/gltestsrc.h: - [095/906] up - -2008-06-11 23:23:12 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglfilter.c: - [094/906] up - -2008-06-11 23:12:53 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstopengl.c: - [093/906] remove 2 warnings - -2008-06-11 23:04:52 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstgltestsrc.c: - [092/906] Finish to revive the gltestsrc. Next step is to do some refactoring. - -2008-06-11 18:33:53 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gltestsrc.c: - * gst-libs/gst/gl/gltestsrc.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/Makefile.am: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstopengl.c: - [091/906] start to revive the gltestsrc - -2008-06-10 23:00:39 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - [090/906] up - -2008-06-10 22:59:57 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglcolorscale.c: - * gst/gl/gstglcolorscale.h: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstopengl.c: - [089/906] add a "glcolorscale" element equivalent to "ffmepgcolorspace ! videoscale ! ffmpegcolorspace" - -2008-06-10 22:08:11 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst/gl/gstglfilter.c: - * gst/gl/gstglgraphicmaker.c: - * gst/gl/gstglgraphicmaker.h: - * gst/gl/gstglimagesink.c: - [088/906] fix some caps negociations those pipelines works fine : gst-launch-0.10 -v videotestsrc ! video/x-raw-yuv, width=320, height=240 ! glgraphicmaker ! video/x-raw-gl, width=720 , height=576 ! glfiltercube ! glimagesink and gst-launch-0.10 -v videotestsrc ! video/x-raw-yuv, width=320, height=240 ! glgraphicmaker ! video/x-raw-gl, width=720 , height=576 ! glimagesink - -2008-06-10 19:07:43 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterapp.h: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglvideomaker.c: - [087/906] glfilter can accept to have an input size different than the out put size : video/x-raw-gl, width=w1, height=w1 ! glfilter ! video/x-raw-gl, width=w2, height=w2 ! (fix every examples) - -2008-06-08 22:11:36 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [086/906] up - -2008-06-08 13:15:12 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfiltercube.h: - * gst/gl/gstglvideomaker.c: - [085/906] fix regressions about glvideomaker. - -2008-06-08 02:19:43 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/Makefile.am: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfilter.h: - * gst/gl/gstglfilterapp.c: - * gst/gl/gstglfilterapp.h: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglgraphicmaker.c: - * gst/gl/gstglgraphicmaker.h: - * gst/gl/gstopengl.c: - [084/906] add a glfilterapp which holds the client draw and reshape callbacks (some "wanted" regressions about the glvideomaker, have been done with this version. Will be fix in next commits) - -2008-06-07 21:56:00 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglgraphicmaker.c: - * gst/gl/gstglimagesink.c: - [083/906] finish to implement the glfilter: example : gst-launch-0.10 videotestsrc num_buffers = 100 ! glgraphicmaker ! glfiltercube ! glimagesink - -2008-06-07 15:27:12 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfilter.h: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglimagesink.c: - [082/906] glfilter can request, use and reject a FBO (step 1) - -2008-06-07 00:01:18 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfilter.h: - * gst/gl/gstglfiltercube.c: - * gst/gl/gstglfiltercube.h: - * gst/gl/gstglgraphicmaker.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstopengl.c: - [081/906] start to add a glfilter - -2008-05-24 12:35:34 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [080/906] fix gstfreeglut linux implementation to correctly handle the gstxoverlay interface - -2008-05-22 20:10:31 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [079/906] up - -2008-05-21 22:49:21 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/gstglvideomaker.c: - [078/906] up from kubuntu - -2008-05-21 21:17:49 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [077/906] up - -2008-05-21 21:15:47 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [076/906] check OpenGL and Glew versions - -2008-05-20 17:40:20 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstglvideomaker.c: - * gst/gl/gstglvideomaker.h: - [075/906] indent - -2008-05-19 23:06:07 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [074/906] up - -2008-05-19 23:03:22 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [073/906] up - -2008-05-19 21:36:59 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [072/906] up - -2008-05-19 21:28:28 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - [071/906] remove all warnings - -2008-05-19 18:45:46 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglimagesink.c: - [070/906] implement and fix onClose: when a user click on the cross of an internal window (there is not this issue when using the gstxoverlay interface) - -2008-05-19 16:57:39 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstglgraphicmaker.c: - * gst/gl/gstglgraphicmaker.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstglvideomaker.c: - * gst/gl/gstglvideomaker.h: - * gst/gl/gstopengl.c: - [069/906] add gstreamer license - -2008-05-18 20:05:18 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - [068/906] up - -2008-05-18 19:58:49 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - [067/906] up - -2008-05-18 19:18:04 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/Makefile.am: - * gst/gl/gstglgraphicmaker.c: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglvideomaker.c: - * gst/gl/gstglvideomaker.h: - [066/906] up - -2008-05-18 17:55:56 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstgldisplay.h: - [065/906] up - -2008-05-18 16:04:56 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst/gl/Makefile.am: - * gst/gl/gstopengl.c: - [064/906] up - -2008-05-18 14:47:01 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstgldisplay.h: - [063/906] up - -2008-05-18 11:12:46 +0000 Julien Isorce <julien.isorce@gmail.com> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/gstgl.c: - * gst/gl/gstglgraphicmaker.c: - * gst/gl/gstglgraphicmaker.h: - * gst/gl/gstglimagesink.c: - * gst/gl/gstglimagesink.h: - * gst/gl/gstglvideomaker.c: - * gst/gl/gstglvideomaker.h: - [062/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@421 93df14bb-0f41-7a43-8087-d3e2a2f0e464 - -2008-07-15 14:16:53 -0700 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/glextensions.c: - * gst-libs/gst/gl/glextensions.h: - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/.cvsignore: - * gst/gl/BUGS: - * gst/gl/Makefile.am: - * gst/gl/color_matrix.c: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/gltestsrc.c: - * gst/gl/gltestsrc.h: - * gst/gl/gstglconvert.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilterexample.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - [061/906] First SVN commit. This commit is a hack to make git-rebase work - -2008-02-23 15:10:49 +0000 Tim-Philipp Müller <tim at centricular dot net> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstgldisplay.c: - [060/906] * gst-libs/gst/gl/gstglbuffer.c: (gst_gl_buffer_format_from_video_format): Fix compiler warning if there are video format enums gstglbuffer doesn't know about yet. * gst-libs/gst/gl/gstgldisplay.c: (gst_gl_display_upload_texture_rectangle), (gst_gl_display_draw_texture): Fix printf format for 64-bit integers. - -2008-01-31 23:40:13 +0000 David Schleef <ds@schleef.org> - - * pkgconfig/gstreamer-gl-uninstalled.pc.in: - * pkgconfig/gstreamer-gl.pc.in: - * tests/check/pipelines/simple-launch-lines.c: - [059/906] * configure.ac: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-gl-uninstalled.pc.in: * pkgconfig/gstreamer-gl.pc.in: * pkgconfig/gstreamer-plugins-gl-uninstalled.pc.in: * pkgconfig/gstreamer-plugins-gl.pc.in: Rename pkgconfig files. And install them. * tests/check/Makefile.am: * tests/check/generic/states.c: * tests/check/pipelines/simple-launch-lines.c: Add some tests copied from -good. - -2008-01-31 21:35:56 +0000 Tim-Philipp Müller <tim at centricular dot net> - - * gst-libs/gst/gl/Makefile.am: - * gst/gl/Makefile.am: - [058/906] * gst-libs/gst/gl/Makefile.am: The library needs to link against libgstvideo-0.10. * gst/gl/Makefile.am: The plugin does not (I think) need to link against GL or libgstvideo, since our new gstreamer GL library already does that, but it does need to link against our brand-new libgstgl-0.10. - -2008-01-31 20:31:11 +0000 David Schleef <ds@schleef.org> - - * gst/gl/.cvsignore: - * gst/gl/Makefile.am: - [057/906] * gst/gl/.cvsignore: ingore some files * gst-libs/gst/Makefile.am: distcheck fixes * gst/gl/Makefile.am: distcheck fixes * win32/common/config.h: -good has this in CVS, so we will too. - -2008-01-31 20:21:26 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/Makefile.am: - * gst-libs/gst/gl/gstglfilter.c: - * gst-libs/gst/gl/gstglfilter.h: - * gst/gl/glimagesink.c: - * gst/gl/gstopengl.c: - [056/906] * configure.ac: Readd pre-pkgconfig OpenGL detection, since pkgconfig requires Mesa from git master. * gst/gl/glimagesink.c: * gst/gl/gstopengl.c: Move debug category initialization to element. * gst-libs/gst/gl/Makefile.am: * gst-libs/gst/gl/gstglfilter.c: * gst-libs/gst/gl/gstglfilter.h: * gst/gl/gstglfilter.c: * gst/gl/gstglfilter.h: Move glfilter to library. * pkgconfig/gstreamer-plugins-gl.pc.in: Add gstreamer-base-0.10 as a requirement. * po/en.po: Update. - -2008-01-18 15:13:16 +0000 Tim-Philipp Müller <tim at centricular dot net> - - * gst-libs/gst/gl/Makefile.am: - * gst/gl/Makefile.am: - [055/906] * configure.ac: * docs/Makefile.am: * gst-libs/Makefile.am: * gst-libs/gst/gl/Makefile.am: * gst/gl/Makefile.am: * tests/Makefile.am: Fix compilation in uninstalled setup and some distcheck-y bits (not all though). - -2008-01-17 23:23:31 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/Makefile.am: - * gst/gl/Makefile.am: - * gst/gl/gstgltestsrc.c: - [054/906] Fixes to make project compile. Probably still doesn't work. * configure.ac: * gst-libs/gst/Makefile.am: * gst-libs/gst/gl/Makefile.am: * gst/Makefile.am: * gst/gl/Makefile.am: * gst/gl/gstgltestsrc.c: * po/LINGUAS: * win32/MANIFEST: - -2008-01-17 19:40:36 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/Makefile.am: - [053/906] Add project infrastructure. Not complete, doesn't work. * .cvsignore: * AUTHORS: * COPYING: * COPYING.LIB: * INSTALL: * Makefile.am: * NEWS: * README: * RELEASE: * REQUIREMENTS: * autogen.sh: * configure.ac: * docs/.cvsignore: * docs/Makefile.am: * docs/libs/Makefile.am: * docs/plugins/Makefile.am: * docs/version.entities.in: * ext/Makefile.am: * gst-libs/Makefile.am: * gst-libs/gst/Makefile.am: * gst-libs/gst/gl/Makefile.am: * gst-plugins-gl.doap: * gst-plugins-gl.spec.in: * gst/Makefile.am: * m4/.cvsignore: * m4/Makefile.am: * pkgconfig/.cvsignore: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-plugins-gl-uninstalled.pc.in: * pkgconfig/gstreamer-plugins-gl.pc.in: * sys/Makefile.am: * tests/Makefile.am: * tests/check/Makefile.am: * tests/examples/Makefile.am: * tests/icles/Makefile.am: * tools/Makefile.am: * win32/common/config.h.in: - -2008-01-06 03:01:39 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/gstglupload.c: - [052/906] * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: * sys/glsink/gstglupload.c: Handle xoverlay exposes correctly. This means glimagesink works correctly most of the time in totem (fullscreening being an execption). Doesn't handle expose events directly to the GL window. - -2008-01-06 01:19:48 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/glextensions.c: - * gst-libs/gst/gl/glextensions.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/gstopengl.c: - [051/906] * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: * sys/glsink/gstopengl.c: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable vblank synchronization. Remove unused code. - -2007-12-31 07:55:23 +0000 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - [050/906] * configure.ac: * sys/glsink/Makefile.am: Switch to using pkgconfig to detect libGL. Since we use recent features added to Mesa, there's no point in adding a check for pre-pkgconfig versions. - -2007-12-29 00:37:40 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/glextensions.c: - * gst-libs/gst/gl/glextensions.h: - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/gstglconvert.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfilter.h: - * gst/gl/gstglfilterexample.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [049/906] * configure.ac: * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstglconvert.c: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglfilter.h: * sys/glsink/gstglfilterexample.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstglupload.c: Major cleanup of code. Convert glupload to BaseTransform. Handle caps negotiation mostly correctly. Reenable in build. - -2007-12-27 05:26:05 +0000 David Schleef <ds@schleef.org> - - * gst/gl/glimagesink.c: - * gst/gl/gstglupload.c: - [048/906] * sys/glsink/glimagesink.c: * sys/glsink/gstglupload.c: Change glimagesink over to using GL buffers. This breaks glimagesink for normal operation, but should be fixed soon. - -2007-12-27 04:15:26 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst/gl/gltestsrc.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfilterexample.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - [047/906] * sys/glsink/gltestsrc.c: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglfilterexample.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstglupload.c: Convert gldownload to BaseTransform. Make glfilterexample visually interesting. Add support for various formats to downloading. Fix a few places where we leak GL state to other elements (bad, but hard to prevent). - -2007-12-27 00:52:22 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/BUGS: - * gst/gl/Makefile.am: - * gst/gl/color_matrix.c: - * gst/gl/gstglconvert.c: - * gst/gl/gstglfilter.c: - * gst/gl/gstglfilter.h: - * gst/gl/gstglfilterexample.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - [046/906] * sys/glsink/BUGS: * sys/glsink/Makefile.am: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstglconvert.c: * sys/glsink/gstgldisplay.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglfilter.h: * sys/glsink/gstglfilterexample.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstglupload.c: * sys/glsink/gstopengl.c: Remove code that handles non-texture buffers. Add a GstGLBufferFormat type that corresponds to how to use the texture, not the original video format. Convert gstflfilter.c into a base class, add glfilterexample and glconvert elements. * sys/glsink/color_matrix.c: Minor ramblings about color conversion matrices. - -2007-12-25 00:34:13 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstgldisplay.c: - * gst/gl/Makefile.am: - * gst/gl/gltestsrc.c: - * gst/gl/gltestsrc.h: - * gst/gl/gstgldownload.c: - * gst/gl/gstgltestsrc.c: - * gst/gl/gstgltestsrc.h: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - [045/906] * sys/glsink/Makefile.am: * sys/glsink/gltestsrc.c: * sys/glsink/gltestsrc.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstgltestsrc.h: * sys/glsink/gstglupload.c: * sys/glsink/gstopengl.c: Add gltestsrc element, a duplicate of videotestsrc that uses GL rendering to create images. More cleanup. - -2007-12-24 21:26:38 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilter.c: - [044/906] * sys/glsink/gstglbuffer.c: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: Clean up code. Fix a few leaks. - -2007-12-24 21:04:45 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst-libs/gst/gl/gstgldisplay.c: - * gst-libs/gst/gl/gstgldisplay.h: - * gst/gl/Makefile.am: - * gst/gl/glimagesink.h: - [043/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: Rename glvideo.[ch] to gstgldisplay.[ch]. - -2007-12-24 20:53:55 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/glvideo.c: - * gst/gl/glvideo.h: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilter.c: - * gst/gl/gstglupload.c: - [042/906] * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglupload.c: Rewrite a bunch of code to use textures as the intermediate instead of renderbuffers. upload, download, filtering all work. - -2007-12-22 05:01:57 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/glextensions.c: - * gst-libs/gst/gl/glextensions.h: - * gst-libs/gst/gl/gstglbuffer.c: - * gst/gl/glvideo.c: - * gst/gl/glvideo.h: - * gst/gl/gstgldownload.c: - * gst/gl/gstglupload.c: - [041/906] * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstgldownload.c: * sys/glsink/gstglupload.c: A careful read of the documentation reveals that I can't use renderbuffers as textures. Duh. Checkpoint because I'm about to rewrite a bunch of code. - -2007-12-21 00:03:10 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/glextensions.c: - * gst-libs/gst/gl/glextensions.h: - * gst-libs/gst/gl/gstglbuffer.c: - * gst-libs/gst/gl/gstglbuffer.h: - * gst/gl/Makefile.am: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/glvideo.c: - * gst/gl/glvideo.h: - * gst/gl/gstgldownload.c: - * gst/gl/gstglfilter.c: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - [040/906] * sys/glsink/Makefile.am: * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglupload.c: * sys/glsink/gstopengl.c: Switch to using framebuffer_objects instead of GLXPixmaps, because that's what my driver supports. Remove GLDrawable, since GstGLDisplay now has a default drawable and context. - -2007-12-18 01:25:57 +0000 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/glvideo.c: - * gst/gl/glvideo.h: - * gst/gl/gstglupload.c: - * gst/gl/gstopengl.c: - * gst/gl/gstvideo-common.c: - * gst/gl/gstvideo-common.h: - [039/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstopengl.c: * sys/glsink/gstglupload.c: Use new GstVideoFormat checked into -base. Add new glupload element to upload raw video into a GLXPixbuf. Untested. Will likely crash your motorcycle if you try it. * sys/glsink/gstvideo-common.c: * sys/glsink/gstvideo-common.h: Remove. - -2007-12-16 22:57:21 +0000 David Schleef <ds@schleef.org> - - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/glvideo.c: - * gst/gl/glvideo.h: - [038/906] * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: Rename GLVideo* to GstGL*. - -2007-12-16 00:16:46 +0000 David Schleef <ds@schleef.org> - - * gst-libs/gst/gl/glextensions.c: - * gst-libs/gst/gl/glextensions.h: - * gst/gl/Makefile.am: - * gst/gl/glvideo.c: - [037/906] * sys/glsink/Makefile.am: * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glvideo.c: Add vblank synchronization. Isn't really working on my driver. :( - -2007-12-15 19:31:23 +0000 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - * gst/gl/glimagesink.c: - * gst/gl/glvideo.c: - * gst/gl/glvideo.h: - * gst/gl/gstvideo-common.c: - * gst/gl/gstvideo-common.h: - [036/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstvideo-common.c: * sys/glsink/gstvideo-common.h: Add support for xRGB, xBGR, and AYUV. Re-add support for power-of-2 textures. - -2007-12-15 06:33:36 +0000 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - * gst/gl/glvideo.c: - * gst/gl/glvideo.h: - * gst/gl/gstopengl.c: - * gst/gl/gstvideo-common.c: - * gst/gl/gstvideo-common.h: - [035/906] * sys/glsink/gstvideo-common.c: * sys/glsink/gstvideo-common.h: Pull together some common raw video functions into one location. This should eventually move to -base. * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstopengl.c: Use the new video-common.h stuff. Readd support for RGB video. - -2007-12-14 16:23:06 +0000 Christian Schaller <christian.schaller@collabora.co.uk> - - * gst/gl/Makefile.am: - [034/906] update spec file and add two missing files for disting - -2007-12-12 02:33:12 +0000 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - * gst/gl/glimagesink.c: - * gst/gl/glvideo.c: - * gst/gl/glvideo.h: - [033/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: Split out gl-related code into a separate file with a sensible API. Major cleanup. Still crashes occasionally due to different threads touching bits at the same time. - -2007-06-06 15:58:31 +0000 Jan Schmidt <jan.schmidt@sun.com> - - * gst/gl/glimagesink.c: - [032/906] * sys/glsink/glimagesink.c: (gst_glimage_sink_stop), (gst_glimage_sink_create_window), (gst_glimage_sink_init_display): Sprinkle in some XSync calls to avoid raciness with broken drivers (ATI) when re-using a single glimagesink. - -2007-05-18 12:39:49 +0000 Jan Schmidt <jan.schmidt@sun.com> - - * gst/gl/glimagesink.c: - [031/906] * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display): Update the cached caps after opening the display so that we report only the supported caps formats, not just the template caps. Fixes: #439405 - -2007-04-03 22:36:47 +0000 David Schleef <ds@schleef.org> - - * gst/gl/glimagesink.c: - [030/906] * sys/glsink/glimagesink.c: Fix handling of video/x-raw-yuv. Add overlay handling. - -2006-09-23 00:28:35 +0000 David Schleef <ds@schleef.org> - - * gst/gl/glimagesink.c: - [029/906] * sys/glsink/glimagesink.c: Fix problems when the element cannot open the display. (fixes #357212) - -2006-09-22 15:59:59 +0000 Tim-Philipp Müller <tim at centricular dot net> - - * gst/gl/glimagesink.c: - [028/906] * ext/directfb/dfbvideosink.c: (plugin_init): Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might be autoplugged shouldn't trump plugins in -base, -good or -ugly (in this case ximagesink). * sys/glsink/glimagesink.c: (plugin_init): Set rank to NONE to prevent it from being autoplugged until errors are handled properly (see #357212). - -2006-08-15 19:29:58 +0000 Tim-Philipp Müller <tim at centricular dot net> - - * gst/gl/glimagesink.c: - [027/906] * ext/libfame/gstlibfame.c: (gst_fameenc_get_property): * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property): Fix leaks (#351502). - -2006-06-23 09:09:44 +0000 Tim-Philipp Müller <tim at centricular dot net> - - * gst/gl/glimagesink.c: - [026/906] * ext/directfb/dfbvideosink.c: * ext/gsm/gstgsmdec.c: * ext/gsm/gstgsmenc.c: * ext/libmms/gstmms.c: * ext/neon/gstneonhttpsrc.c: * ext/theora/theoradec.c: * gst/freeze/gstfreeze.c: * gst/gdp/gstgdpdepay.c: * gst/gdp/gstgdppay.c: * sys/glsink/glimagesink.c: Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject boilerplate macro. - -2006-04-25 21:56:38 +0000 Stefan Kost <ensonic@users.sf.net> - - * gst/gl/glimagesink.c: - [025/906] * ext/amrwb/gstamrwbdec.c: * ext/amrwb/gstamrwbenc.c: * ext/amrwb/gstamrwbparse.c: * ext/arts/gst_arts.c: * ext/artsd/gstartsdsink.c: * ext/audiofile/gstafparse.c: * ext/audiofile/gstafsink.c: * ext/audiofile/gstafsrc.c: * ext/audioresample/gstaudioresample.c: * ext/bz2/gstbz2dec.c: * ext/bz2/gstbz2enc.c: * ext/cdaudio/gstcdaudio.c: * ext/directfb/dfbvideosink.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init): * ext/faac/gstfaac.c: (gst_faac_base_init): * ext/faad/gstfaad.c: * ext/gsm/gstgsmdec.c: * ext/gsm/gstgsmenc.c: * ext/hermes/gsthermescolorspace.c: * ext/ivorbis/vorbisfile.c: * ext/lcs/gstcolorspace.c: * ext/libfame/gstlibfame.c: * ext/libmms/gstmms.c: (gst_mms_base_init): * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init): * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init): * ext/nas/nassink.c: (gst_nassink_base_init): * ext/neon/gstneonhttpsrc.c: * ext/sdl/sdlaudiosink.c: * ext/sdl/sdlvideosink.c: * ext/shout/gstshout.c: * ext/snapshot/gstsnapshot.c: * ext/sndfile/gstsf.c: * ext/swfdec/gstswfdec.c: * ext/tarkin/gsttarkindec.c: * ext/tarkin/gsttarkinenc.c: * ext/theora/theoradec.c: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init): * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init): * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init): * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init): * gst/chart/gstchart.c: * gst/colorspace/gstcolorspace.c: * gst/deinterlace/gstdeinterlace.c: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init): * gst/festival/gstfestival.c: * gst/filter/gstbpwsinc.c: * gst/filter/gstiir.c: * gst/filter/gstlpwsinc.c: * gst/freeze/gstfreeze.c: * gst/games/gstpuzzle.c: (gst_puzzle_base_init): * gst/librfb/gstrfbsrc.c: * gst/mixmatrix/mixmatrix.c: * gst/mpeg1sys/gstmpeg1systemencode.c: * gst/mpeg1videoparse/gstmp1videoparse.c: * gst/mpeg2sub/gstmpeg2subt.c: * gst/mpegaudioparse/gstmpegaudioparse.c: * gst/multifilesink/gstmultifilesink.c: * gst/overlay/gstoverlay.c: * gst/passthrough/gstpassthrough.c: * gst/playondemand/gstplayondemand.c: * gst/qtdemux/qtdemux.c: * gst/rtjpeg/gstrtjpegdec.c: * gst/rtjpeg/gstrtjpegenc.c: * gst/smooth/gstsmooth.c: * gst/smoothwave/gstsmoothwave.c: * gst/spectrum/gstspectrum.c: * gst/speed/gstspeed.c: * gst/stereo/gststereo.c: * gst/switch/gstswitch.c: * gst/tta/gstttadec.c: (gst_tta_dec_base_init): * gst/tta/gstttaparse.c: (gst_tta_parse_base_init): * gst/vbidec/gstvbidec.c: * gst/videocrop/gstvideocrop.c: * gst/videodrop/gstvideodrop.c: * gst/virtualdub/gstxsharpen.c: * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init): * gst/y4m/gsty4mencode.c: * sys/cdrom/gstcdplayer.c: * sys/directdraw/gstdirectdrawsink.c: * sys/directsound/gstdirectsoundsink.c: * sys/glsink/glimagesink.c: * sys/qcam/gstqcamsrc.c: * sys/v4l2/gstv4l2src.c: * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init): * sys/ximagesrc/ximagesrc.c: Define GstElementDetails as const and also static (when defined as global) - -2006-04-01 10:09:11 +0000 Thomas Vander Stichele <thomas at apestaart dot org> - - * gst/gl/glimagesink.c: - [024/906] rework build; add translations for v4l2 - -2006-02-25 21:40:08 +0000 Julien Moutte <julien@fluendo.com> - - [023/906] 2006-02-25 Julien MOUTTE <julien@moutte.net> - * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h - -2006-02-22 14:37:20 +0000 Jan Schmidt <jan.schmidt@sun.com> - - * gst/gl/Makefile.am: - * gst/gl/glimagesink.c: - [022/906] * configure.ac: * sys/glsink/Makefile.am: Merge patch from #317048 for building on Cygwin. Patch by Cygwin Ports maintainer. * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display): Move normal debug output to LOG level not ERROR. - -2006-02-14 11:36:30 +0000 Andy Wingo <wingo@pobox.com> - - [021/906] 2006-02-14 Andy Wingo <wingo@pobox.com> - * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on - schleef, don't break me gst-inspect -a. - -2006-01-30 15:47:47 +0000 Andy Wingo <wingo@pobox.com> - - * gst/gl/Makefile.am: - [020/906] 2006-01-30 Andy Wingo <wingo@pobox.com> - * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) - (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs. - -2006-01-28 12:45:54 +0000 Edward Hervey <edward.hervey@collabora.co.uk> - - * gst/gl/Makefile.am: - [019/906] * sys/glsink/Makefile.am: glimagesink.h is dead, long live glimagesink.h - -2006-01-28 04:39:18 +0000 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - [018/906] * configure.ac: * sys/Makefile.am: * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: revival of glimagesink. Kind of works. - -2005-11-21 14:33:11 +0000 Jan Schmidt <jan.schmidt@sun.com> - - * gst/gl/glimagesink.c: - [017/906] * ext/audioresample/gstaudioresample.c: * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate): * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate): * gst/modplug/gstmodplug.cc: * sys/glsink/glimagesink.c: (gst_glimagesink_fixate): * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate): Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) - -2005-10-12 14:29:55 +0000 Stefan Kost <ensonic@users.sf.net> - - * gst/gl/glimagesink.c: - [016/906] * examples/indexing/indexmpeg.c: (main): * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio), (gst_artsdsink_close_audio), (gst_artsdsink_change_state): * ext/artsd/gstartsdsink.h: * ext/audiofile/gstafparse.c: (gst_afparse_open_file), (gst_afparse_close_file): * ext/audiofile/gstafparse.h: * ext/audiofile/gstafsink.c: (gst_afsink_open_file), (gst_afsink_close_file), (gst_afsink_chain), (gst_afsink_change_state): * ext/audiofile/gstafsink.h: * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file), (gst_afsrc_close_file), (gst_afsrc_change_state): * ext/audiofile/gstafsrc.h: * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init): * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init): * ext/dts/gstdtsdec.c: (gst_dtsdec_init): * ext/jack/gstjack.h: * ext/jack/gstjackbin.c: (gst_jack_bin_init), (gst_jack_bin_change_state): * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init): * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init): * ext/nas/nassink.c: (gst_nassink_open_audio), (gst_nassink_close_audio), (gst_nassink_change_state): * ext/nas/nassink.h: * ext/polyp/polypsink.c: (gst_polypsink_init): * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state): * ext/sdl/sdlvideosink.h: * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init): * ext/sndfile/gstsf.c: (gst_sf_set_property), (gst_sf_change_state), (gst_sf_release_request_pad), (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop): * ext/sndfile/gstsf.h: * ext/swfdec/gstswfdec.c: (gst_swfdec_init): * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init): * gst/apetag/apedemux.c: (gst_ape_demux_init): * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init): * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init): * gst/festival/gstfestival.c: (gst_festival_change_state): * gst/festival/gstfestival.h: * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init): * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init), (gst_multifilesink_set_location), (gst_multifilesink_open_file), (gst_multifilesink_close_file), (gst_multifilesink_next_file), (gst_multifilesink_pad_query), (gst_multifilesink_handle_event), (gst_multifilesink_chain), (gst_multifilesink_change_state): * gst/multifilesink/gstmultifilesink.h: * gst/videodrop/gstvideodrop.c: (gst_videodrop_init): * sys/cdrom/gstcdplayer.c: (cdplayer_init): * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init), (dxr3audiosink_open), (dxr3audiosink_close), (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3), (dxr3audiosink_change_state): * sys/dxr3/dxr3audiosink.h: * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open), (dxr3spusink_close), (dxr3spusink_chain), (dxr3spusink_change_state): * sys/dxr3/dxr3spusink.h: * sys/dxr3/dxr3videosink.c: (dxr3videosink_init), (dxr3videosink_open), (dxr3videosink_close), (dxr3videosink_write_data), (dxr3videosink_change_state): * sys/dxr3/dxr3videosink.h: * sys/glsink/glimagesink.c: (gst_glimagesink_init): * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state), (gst_qcamsrc_open), (gst_qcamsrc_close): * sys/qcam/gstqcamsrc.h: * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init): * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get), (gst_vcdsrc_open_file), (gst_vcdsrc_close_file), (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate): * sys/vcd/vcdsrc.h: renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition - -2005-09-05 17:20:28 +0000 Jan Schmidt <jan.schmidt@sun.com> - - * gst/gl/glimagesink.c: - [015/906] Fix up all the state change functions. - -2004-11-01 14:43:38 +0000 Jan Schmidt <jan.schmidt@sun.com> - - * gst/gl/glimagesink.c: - [014/906] * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose), (gst_alsa_finalize): * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init), (gst_cdaudio_finalize): * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init), (cdparanoia_finalize): * ext/divx/gstdivxdec.c: (gst_divxdec_dispose): * ext/divx/gstdivxenc.c: (gst_divxenc_dispose): * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init), (dvdreadsrc_finalize): * ext/flac/gstflacdec.c: (gst_flacdec_class_init), (gst_flacdec_finalize): * ext/flac/gstflacenc.c: (gst_flacenc_class_init), (gst_flacenc_finalize): * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init), (gst_gnomevfssink_finalize): * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_finalize): * ext/libfame/gstlibfame.c: (gst_fameenc_class_init), (gst_fameenc_finalize): * ext/nas/nassink.c: (gst_nassink_class_init), (gst_nassink_finalize): * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize), (gst_sdlvideosink_class_init): * ext/sndfile/gstsf.c: (gst_sf_dispose): * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose): * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose): * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose): * gst-libs/gst/xwindowlistener/xwindowlistener.c: (gst_x_window_listener_dispose): * gst/audioscale/gstaudioscale.c: * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init), (play_on_demand_finalize): * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose): * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): * sys/cdrom/gstcdplayer.c: (cdplayer_class_init), (cdplayer_finalize): * sys/glsink/glimagesink.c: (gst_glimagesink_finalize), (gst_glimagesink_class_init): * sys/oss/gstosselement.c: (gst_osselement_class_init), (gst_osselement_finalize): * sys/oss/gstosssink.c: (gst_osssink_dispose): * sys/oss/gstosssrc.c: (gst_osssrc_dispose): * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose): Fixes a bunch of problems with finalize and dispose functions, either assumptions that dispose is only called once, or not calling the parent class dispose/finalize function - -2004-08-27 19:18:24 +0000 David Schleef <ds@schleef.org> - - * gst/gl/glimagesink.c: - [013/906] * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put), (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get), (gst_glimagesink_fixate): Move local variable declarations to make gcc-2.95 happy. - -2004-08-09 20:16:48 +0000 David Schleef <ds@schleef.org> - - * gst/gl/ARB_multitexture.h: - * gst/gl/EXT_paletted_texture.h: - * gst/gl/NV_register_combiners.h: - * gst/gl/gstgl_nvimage.c: - * gst/gl/gstgl_pdrimage.c: - * gst/gl/gstgl_rgbimage.c: - * gst/gl/gstglsink.c: - * gst/gl/gstglsink.h: - * gst/gl/gstglxwindow.c: - * gst/gl/regcomb_yuvrgb.c: - [012/906] * sys/glsink/ARB_multitexture.h: Remove old files. * sys/glsink/EXT_paletted_texture.h: * sys/glsink/NV_register_combiners.h: * sys/glsink/gstgl_nvimage.c: * sys/glsink/gstgl_pdrimage.c: * sys/glsink/gstgl_rgbimage.c: * sys/glsink/gstglsink.c: * sys/glsink/gstglsink.h: * sys/glsink/gstglxwindow.c: * sys/glsink/regcomb_yuvrgb.c: - -2004-08-09 20:14:51 +0000 David Schleef <ds@schleef.org> - - * gst/gl/Makefile.am: - * gst/gl/glimagesink.c: - * gst/gl/glimagesink.h: - [011/906] Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the GL sink plugin. (Bug #147302) * configure.ac: Test for OpenGL * sys/Makefile.am: Use test for OpenGL * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: rewrite * sys/glsink/glimagesink.h: rewrite - -2004-03-15 19:32:26 +0000 Thomas Vander Stichele <thomas at apestaart dot org> - - * gst/gl/gstgl_nvimage.c: - * gst/gl/gstgl_pdrimage.c: - * gst/gl/gstgl_rgbimage.c: - * gst/gl/gstglsink.c: - * gst/gl/gstglxwindow.c: - * gst/gl/regcomb_yuvrgb.c: - [010/906] don't mix tabs and spaces - -2004-03-15 16:32:53 +0000 Johan Dahlin <johan@gnome.org> - - * gst/gl/ARB_multitexture.h: - * gst/gl/EXT_paletted_texture.h: - * gst/gl/NV_register_combiners.h: - * gst/gl/gstglsink.h: - [009/906] * *.h: Revert indenting - -2004-03-14 22:34:32 +0000 Thomas Vander Stichele <thomas at apestaart dot org> - - * gst/gl/ARB_multitexture.h: - * gst/gl/EXT_paletted_texture.h: - * gst/gl/NV_register_combiners.h: - * gst/gl/gstgl_nvimage.c: - * gst/gl/gstgl_pdrimage.c: - * gst/gl/gstgl_rgbimage.c: - * gst/gl/gstglsink.c: - * gst/gl/gstglsink.h: - * gst/gl/gstglxwindow.c: - * gst/gl/regcomb_yuvrgb.c: - [008/906] gst-indent - -2004-01-12 04:15:47 +0000 David Schleef <ds@schleef.org> - - * gst/gl/gstgl_nvimage.c: - * gst/gl/gstgl_pdrimage.c: - * gst/gl/gstglsink.c: - [007/906] * ext/ffmpeg/gstffmpeg.c: * ext/ffmpeg/gstffmpegcodecmap.c: * ext/ffmpeg/gstffmpegdec.c: * ext/ffmpeg/gstffmpegenc.c: * ext/ffmpeg/gstffmpegprotocol.c: * ext/gdk_pixbuf/gstgdkanimation.c: * ext/jpeg/gstjpeg.c: * ext/libpng/gstpng.c: * ext/mpeg2dec/perftest.c: * ext/speex/gstspeex.c: * gst-libs/gst/resample/dtos.c: * gst/intfloat/gstintfloatconvert.c: * gst/oneton/gstoneton.c: * gst/rtjpeg/RTjpeg.c: * gst/rtp/gstrtp.c: * sys/dxr3/dxr3init.c: * sys/glsink/gstgl_nvimage.c: * sys/glsink/gstgl_pdrimage.c: * sys/glsink/gstglsink.c: * testsuite/gst-lint: Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H - -2003-12-22 01:47:08 +0000 David Schleef <ds@schleef.org> - - * gst/gl/gstglsink.c: - [006/906] Merge CAPS branch - -2003-12-04 10:37:36 +0000 Andy Wingo <wingo@pobox.com> - - * gst/gl/gstglsink.c: - [005/906] remove copyright field from plugins - -2003-11-07 12:46:52 +0000 Ronald S. Bultje <rbultje@ronald.bitfreak.net> - - * gst/gl/gstgl_rgbimage.c: - * gst/gl/gstglxwindow.c: - * gst/gl/regcomb_yuvrgb.c: - [004/906] Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files - -2003-11-06 00:27:03 +0000 madmac <madmac> - - * gst/gl/gstglsink.c: - [003/906] updates to glsink - -2003-10-31 16:40:20 +0000 madmac <madmac> - - * gst/gl/ARB_multitexture.h: - * gst/gl/gstgl_nvimage.c: - * gst/gl/gstgl_rgbimage.c: - * gst/gl/gstglsink.c: - * gst/gl/gstglxwindow.c: - * gst/gl/regcomb_yuvrgb.c: - [002/906] glsink with correct threading support - -2003-10-28 18:54:20 +0000 madmac <madmac> - - * gst/gl/ARB_multitexture.h: - * gst/gl/EXT_paletted_texture.h: - * gst/gl/Makefile.am: - * gst/gl/NV_register_combiners.h: - * gst/gl/gstgl_nvimage.c: - * gst/gl/gstgl_pdrimage.c: - * gst/gl/gstgl_rgbimage.c: - * gst/gl/gstglsink.c: - * gst/gl/gstglsink.h: - * gst/gl/gstglxwindow.c: - * gst/gl/regcomb_yuvrgb.c: - [001/906] welcome to glsink for 0.7.x :) - -2014-03-14 18:23:51 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * configure.ac: - * sys/winks/Makefile.am: - * sys/winks/gstksclock.c: - * sys/winks/gstksvideodevice.c: - * sys/winks/gstksvideosrc.c: - * sys/winks/gstksvideosrc.h: - * sys/winks/kshelpers.c: - * sys/winks/ksvideohelpers.c: - winks: port to 1.0 - https://bugzilla.gnome.org/show_bug.cgi?id=702041 - -2014-03-15 15:17:43 +0100 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * gst/y4m/gsty4mdec.c: - y4mdec: check for VIDEO meta instead of CROP meta - This element only need stride support, but checks for CROP_META, which - is a bit too much, even though this works as CROP imply having VIDEO - meta. - https://bugzilla.gnome.org/show_bug.cgi?id=726255 - -2014-03-04 13:19:55 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/plugins/gst-plugins-bad-plugins.args: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvbsrc: mpegts: change bandwidth to DVBv5 values - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=725463 - -2013-10-31 14:27:10 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * tests/examples/mpegts/ts-parser.c: - examples: ts-parser: Add table_id_name function - https://bugzilla.gnome.org/show_bug.cgi?id=721682 - -2013-11-19 11:36:14 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * tests/examples/mpegts/ts-parser.c: - examples: ts-parser: Add DVB teletext/subtitling - https://bugzilla.gnome.org/show_bug.cgi?id=721682 - -2014-03-03 13:07:47 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Support Bluray DTS/DTS-HD and AC3+/TrueHD streams - Apart from just adding detection of the proper stream type, we also need to only - output the first substream (0x71) which contains the core substream. - While this does not provide *full* DTS-HD support (since it will miss the complementary - substreams), it will still work in the way legacy (non-DTS-HD) bluray players would work. - https://bugzilla.gnome.org/show_bug.cgi?id=725563 - -2014-03-13 14:41:06 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Fix string order in warning message - -2014-03-09 18:41:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Always calculate the current download rate - Also take into account the last download rate when - calculating it. - -2014-03-11 10:32:46 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * ext/sbc/gstsbcenc.c: - sbcenc: Allow user to set channel-mode - Don't return error when channel-mode is already set, just check that it - is coherent with number of channels. - https://bugzilla.gnome.org/show_bug.cgi?id=726098 - -2014-03-10 11:19:46 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext - Presence of picture extension header identifies the stream as mpeg2. - We are supposed to set the mpegversion to 2 if there is a picextension - instead of blindly setting the version to 1 - https://bugzilla.gnome.org/show_bug.cgi?id=726028 - -2014-03-11 22:36:01 +0100 Stefan Sauer <ensonic@users.sf.net> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: set a group-id on the stream-start event - Set a default group-id to fix a warning printed by the sink. - -2014-03-10 22:48:04 +0100 Mathieu Duponchelle <mduponchelle1@gmail.com> - - * gst/frei0r/gstfrei0rfilter.c: - frei0rfilter: fix memory corruption on sink caps changes. - When the input size changed, the frei0r filters didn't take - it into account and ended up corrupting memory. - Fixes #726069 - -2014-03-11 15:30:19 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - atdec: Add some more debug output - -2014-03-11 14:47:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - * sys/applemedia/atdec.h: - atdec: Implement draining properly - -2014-03-11 14:37:49 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - atdec: First dequeue a buffer before enqueueing anything from the queue - Required for offline rendering according to the docs. wtf. - -2014-03-11 14:32:12 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - * sys/applemedia/atdec.h: - atdec: Keep track of the current position - It's required to set a valid sample time for decoding on iOS. - -2014-03-11 14:24:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - * sys/applemedia/atdec.h: - atdec: Always try to pull one decoded frame out of the queue - ... instead of doing magic calculations with the buffer duration. - -2014-03-11 14:22:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - atdec: Handle errors in handle_frame() properly - -2014-03-11 14:14:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - atdec: Call AudioQueueReset() for flushing - AudioQueueFlush() is for draining all remaining data. - -2014-03-11 11:18:22 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/vtutil.c: - atdec: Set correct number of frames for MP3 - -2014-03-11 11:18:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - atdec: Initialize the audio description with zeroes - -2014-03-11 11:14:21 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/atdec.c: - atdec: Set the correct layer depending on the MP3 caps - -2014-03-11 10:26:34 +0100 Wim Taymans <wtaymans@redhat.com> - - * configure.ac: - configure: videosignal was ported almost a year ago - -2014-03-09 19:38:39 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Fix comparison in bitrate selection - -2014-03-07 12:11:59 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: set proxy allocation flag on the video sink pad - https://bugzilla.gnome.org/show_bug.cgi?id=725893 - -2014-03-07 16:22:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - m3u8: Fix off-by-one in the download range end - -2014-03-07 16:22:10 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gstfragment.c: - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownload: Handle no buffers before EOS as error instead of crashing - -2014-03-06 23:14:10 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Implement proper segment handling - https://bugzilla.gnome.org/show_bug.cgi?id=695846 - https://bugzilla.gnome.org/show_bug.cgi?id=723268 - -2014-03-05 10:47:01 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - * gst-libs/gst/uridownloader/gstfragment.c: - hlsdemux: Implement handling of byte ranges - -2014-02-27 10:54:10 +0100 Zallesov <zallesov@gmail.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix seeking further than track duration - Don't fail the seek but instead send an EOS event from the streaming thread. - -2014-03-05 16:02:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Switch playlists after pushing the fragment - Makes sure we properly set the discont flag for the next buffer, - not the current one. - -2014-01-10 17:38:09 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/assrender/gstassrender.c: - * ext/assrender/gstassrender.h: - assrender: handle video/x-raw(ANY) if downstream supports the GstVideoOverlayCompositionMeta API - https://bugzilla.gnome.org/show_bug.cgi?id=721950 - -2014-03-04 17:25:23 +0200 Andres Gomez <agomez@igalia.com> - - * sys/wininet/gstwininetsrc.c: - wininet: "iradio-mode" property defaults to TRUE - As per discussed in bug #725383, it doesn't make much sense to default - to FALSE in the "iradio-mode" property. Better, let's sent the header - by default and just ignore headers that are not understood, if so. - https://bugzilla.gnome.org/show_bug.cgi?id=725659 - -2014-03-05 00:51:04 +0000 Tim-Philipp Müller <tim@centricular.com> - - * tests/check/elements/mpg123audiodec.c: - tests: fix mpg123audiodec test for big-endian architectures - -2014-03-05 11:20:27 +0100 Thijs Vermeir <thijsvermeir@gmail.com> - - * gst/rawparse/gstvideoparse.c: - rawparse: increase framerate to maxint - -2014-03-05 10:54:47 +0100 Thijs Vermeir <thijsvermeir@gmail.com> - - * gst/rawparse/gstvideoparse.c: - rawparse: increase maximum framerate - -2014-03-02 05:25:48 +0100 Sebastian Rasmussen <sebras@hotmail.com> - - * .gitignore: - .gitignore: Ignore gcov intermediate files - https://bugzilla.gnome.org/show_bug.cgi?id=725481 - -2014-03-01 17:13:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Implement proper handling of discontinuities - It's not really correct yet for seeks but better than what - we had before. - See https://bugzilla.gnome.org/show_bug.cgi?id=695846 - -2014-02-28 11:16:27 -0800 Aleix Conchillo Flaqué <aleix@oblong.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: unref caps after gst_query_set_caps_result - https://bugzilla.gnome.org/show_bug.cgi?id=725412 - -2014-02-25 11:45:46 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/m3u8.c: - hlsdemux: Segfaults if playlist has no media files - hlsdemux causes a null pointer dereference if the media playlist - does not contain any media files. The gst_m3u8_client_get_duration - function assumes that demux->client->current->files is valid when - computing duration. - gst_m3u8_client_update needed to be modified to check for the - case of downloading an M3U8 file that doesn't contain any media - files, and returning an error to gsthlsdemux.c - This bug can be reproduced by creating a master m3u8 file that - contains one media playlist that points back to the master m3u8 - file. For example create a file called bug725134.m3u8: - #EXTM3U - #EXT-X-VERSION:4 - #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1251135, CODECS="avc1.42001f mp4a.40.2", RESOLUTION=640x352 - bug725134.m3u8 - https://bugzilla.gnome.org/show_bug.cgi?id=725134 - -2014-02-28 09:34:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * common: - Automatic update of common submodule - From fe1672e to bcb1518 - -2014-02-27 22:28:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: Don't write after the end of the psm array when initialising it - -2014-02-27 21:45:34 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openal/gstopenalsrc.c: - openalsrc: Remove unused function to fix compiler warning - -2014-02-27 21:41:53 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/id3tag/id3tag.c: - id3tag: Remove unused function to fix compiler warning - -2014-02-27 15:49:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Init and clear a mutex - GLib initialises automatically for us for some reason... but of course - does not clear the mutex once the demuxer is destroyed. - -2014-02-27 15:41:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Unref seek events before returning from the seek handler - Otherwise we leak them all. - -2014-02-27 12:02:19 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Fix debug output to describe the new reality - -2014-02-27 11:53:12 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Warning messages are not fatal - Also they need to be parsed with gst_message_parse_warning(), - gst_message_parse_error() does not work on them. - -2014-02-26 22:26:48 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - docs: mpegts: add missed docs - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=725278 - -2014-02-26 21:08:23 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * docs/plugins/gst-plugins-bad-plugins.args: - docs: dvbsrc: add missed args - Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> - https://bugzilla.gnome.org/show_bug.cgi?id=725278 - -2014-02-26 22:12:23 +0100 Stefan Sauer <ensonic@users.sf.net> - - * common: - Automatic update of common submodule - From 1a07da9 to fe1672e - -2014-02-26 19:18:54 +0100 Stefan Sauer <ensonic@users.sf.net> - - * docs/Makefile.am: - docs: remove stray ( in Makefile.am - -2014-02-24 22:53:14 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: forward tags that have global scope - Instead of dropping all tag events - https://bugzilla.gnome.org/show_bug.cgi?id=644395 - -2014-02-24 22:43:56 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: store global tags to push later - Keep a list of current global tags around and push them - whenever a new stream is started. Also convert all stream - specific tags to global as they are stream specific for - the container, so they are global for the streams from - within that container. - https://bugzilla.gnome.org/show_bug.cgi?id=644395 - -2014-02-26 11:32:01 +0100 Stefan Sauer <ensonic@users.sf.net> - - * docs/Makefile.am: - docs: install prebuilt plugin docs if gtk-doc is disabled - Sync to the Makefile.am from gst-plugin-base where it is done right. - Fixes #725034 - -2014-02-21 09:36:51 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/m3u8.c: - hlsdemux: Fix parsing of CODECS and RESOLUTION - hlsdemux does not check for the '"' character in #EXT-X-STREAM-INF - attributes. The CODECS parameter is an example of an attribute - that might use the '"' symbol and might contain a ',' character - inside this quoted string. - For example: CODECS="avc1.77.30, mp4a.40.2" - hlsdemux does not correctly parse the RESOLUTION attribute, it - assumes that an '=' character is used to delineate the width - and height values, but the HLS RFC states that a 'x' character - must be used as the delimiter between width and height. - https://bugzilla.gnome.org/show_bug.cgi?id=725140 - -2014-02-21 09:30:49 +0000 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/m3u8.c: - hlsdemux: Fix for URLs that contain a '/' in the query parameter - If the URL for the master manifest files contains a '/' character - in the query parameter (for example - http://example.net/1054559_h264_1500k.mp4/master.m3u8?acl=/*1054559_h264_1500k.mp4), - hlsdemux is incorrectly converting the relative URLs of the media - playlists in to absolute URLs. It is incorrectly using the last '/' it - finds in the URL. According to RFC3986 the '/' character is allowed in - the query part of the URL. - https://bugzilla.gnome.org/show_bug.cgi?id=725137 - -2013-12-02 10:01:12 +0000 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/eglgles/gsteglglessink.c: - * gst-libs/gst/egl/egl.c: - * gst-libs/gst/egl/egl.h: - eglglessink: move GstEGLImageBufferPool to gstegl lib - https://bugzilla.gnome.org/show_bug.cgi?id=706054 - -2014-02-25 12:17:20 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * tests/check/libs/mpegts.c: - test: mpegts: Add check for SDT - https://bugzilla.gnome.org/show_bug.cgi?id=724981 - -2014-02-22 16:46:31 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Add constructor for dvb service descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=724981 - -2014-02-25 10:28:38 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - docs: mpegts: Add new SDT API - https://bugzilla.gnome.org/show_bug.cgi?id=724981 - -2014-02-22 16:47:57 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.h: - mpegts: Add support for creation of SDT - https://bugzilla.gnome.org/show_bug.cgi?id=724981 - -2014-02-22 16:41:22 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.h: - mpegts: Add transport_stream_id to GstMpegTsSDT - The transport_stream_id is contained in the subtable extension. - Introduce a variable for readability. - https://bugzilla.gnome.org/show_bug.cgi?id=724981 - -2014-02-25 11:29:06 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegpsdemux: Initialize PSM fully - Some gaps were missed in the previous version. Instead just initialize - the whole table to -1 first and then fill what needs to be specified. - -2014-02-24 15:52:53 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: Fix descriptor checks - Only use g_return_val_if_fail on provided direct arguments. The others get - checked all the time. - https://bugzilla.gnome.org/show_bug.cgi?id=724464 - -2014-02-24 14:56:03 -0500 Kipp Cannon <kcannon@cita.utoronto.ca> - - * gst/debugutils/debugutilsbad.c: - debugutilsbad.c fails gst-indent check - this patch is "gst-indent debugutilsbad.c" - https://bugzilla.gnome.org/show_bug.cgi?id=725090 - -2014-02-22 18:22:26 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: network_name: Check converted length - Check the length of the name argument after it has been converted. - https://bugzilla.gnome.org/show_bug.cgi?id=723953 - -2014-02-08 22:47:20 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * tests/check/Makefile.am: - * tests/check/libs/.gitignore: - * tests/check/libs/mpegts.c: - tests: Add test for mpegts library - Tests for PAT, PMT, and NIT - Creates a new table, and populates it with descriptors. - Parses the newly created tables, and checks the data. - Creates a GstMpegTsSection from the tables, and packetize the sections. - The packetized section data is byte-wise compared to a static byte array - https://bugzilla.gnome.org/show_bug.cgi?id=723953 - -2014-02-24 11:06:28 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/examples/camerabin2/gst-camerabin2-test.c: - examples: gst-camerabin2-test: new 1.x raw caps format - Remove -yuv and -rgb from video/x-raw as those are from the - old 0.10 version - -2014-02-23 15:18:22 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Keep track of timestamps by adding them up during playback - ...instead of adding them from the start of playlist every time. This - among other things fixes timestamps for live streams, where the playlist - is some kind of ringbuffer of fragments and thus adding from the beginning - of the playlist will miss the past fragments. - https://bugzilla.gnome.org/show_bug.cgi?id=724983 - -2014-02-23 11:01:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Deprecate fragments-cache property - The buffering/caching is handling completely different now and - outside of hlsdemux. - -2014-02-18 19:16:35 -0600 Brendan Long <self@brendanlong.com> - - * ext/kate/gstkatedec.c: - * ext/kate/gstkateutil.c: - * ext/kate/gstkateutil.h: - katedec: Merge new tags with existing tags to prevent overwriting demuxer tags - https://bugzilla.gnome.org/show_bug.cgi?id=724699 - -2014-02-20 15:09:36 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/hls/gsthlsdemux.c: - * ext/smoothstreaming/gstmssdemux.c: - ext: Use Codec/Demuxer/Adaptive for the adaptive streaming demuxers - -2014-02-17 09:19:32 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Refactor threading and downloading - We now download fragments as fast as possible and push them downstream - while another thread is just responsible for updating live playlists - every now and then. - This simplifies the code a lot and together with the new buffering - mode for adaptive streams in multiqueue makes streams start much faster. - Also simplify threading a bit and hopefully make the GstTask usage safer. - -2014-02-19 09:35:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Only switch pads if the caps are changing - -2014-02-21 12:33:42 +0000 Chris Bass <floobleflam@gmail.com> - - * ext/dash/gstdashdemux.c: - dashdemux: ensure segments aren't fetched before they're available - Incorrect time scaling in gst_dash_demux_wait_for_fragment_to_be_available() - means that media segments are fetched before their availablity time. This - patch fixes this. - https://bugzilla.gnome.org/show_bug.cgi?id=724875 - -2014-02-21 14:06:24 +0100 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Uncomment PAT clearup in _reset - The PAT is related to the stream, we therefore want it cleared along - with anything stream related. - This commented section was from the (old) mpegtsparse and *might* have - been related to speeding up DVB start-up. But we have another plan for that. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724716 - -2014-02-18 10:19:52 +0000 Chris Bass <floobleflam@gmail.com> - - * ext/dash/gstdashdemux.c: - dashdemux: initialise demux->last_manifest_update - demux->last_manifest_update is not initialised at startup, with the - effect that live manifests are reloaded immediately after the download - loop begins. This patch fixes this. - https://bugzilla.gnome.org/show_bug.cgi?id=724790 - -2013-12-29 16:00:01 +0100 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix ts_to_offset beyond last observed PCR - The requested TS might be beyond the last observed PCR. In order to calculate - a coherent offset, we need to use the last and previous-to-last groups. - https://bugzilla.gnome.org/show_bug.cgi?id=721035 - -2014-02-12 18:15:44 -0600 Brendan Long <self@brendanlong.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: Add gst_mpegts_section_get_data, to allow us to get the original binary section data. - https://bugzilla.gnome.org/show_bug.cgi?id=724255 - -2014-02-20 19:08:33 +0100 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: Add size guards for descriptors where neeeded - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724464 - -2014-02-20 18:14:51 +0100 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpeg-ts: Rename private function - Calling it _desc_checks when it was in fact used for sections was a - tad confusing ... - -2014-02-16 10:45:21 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Add support for content descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=724034 - -2014-02-16 10:44:55 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - mpegts: Add support for component descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=724034 - -2014-02-16 10:43:52 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Add support for extended event desriptor - https://bugzilla.gnome.org/show_bug.cgi?id=724034 - -2014-02-10 21:52:28 +0100 Stefan Ringel <linuxtv@stefanringel.de> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Add support for DVB terrestrial delivery system descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=724069 - -2014-02-16 10:09:18 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * sys/Makefile.am: - * sys/winks/Makefile.am: - configure: Rename all variables related to the winks plugin - It does not make sense to call them after directshow if they - are for the winks plugin only. - https://bugzilla.gnome.org/show_bug.cgi?id=724100 - -2013-04-08 14:04:10 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: fix update interval with respect of the spec - -2014-02-14 12:39:06 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcaudiodec.h: - amcaudiodec: Calculate number of samples per frame for MP3 and use that - Some audio decoders (at least the MP3 decoder on MTK based devices) outputs - raw audio in batches of multiple audio frames. We need to handle that - properly, otherwise the base class will be kind of unhappy. - -2014-02-14 12:33:08 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - amcaudiodec: Error out if we get an invalid raw audio buffer size - -2014-02-14 12:32:31 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Store return value of gst_caps_merge_structure() - The inputs are both invalid afterwards. - -2014-02-14 12:31:29 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Release buffer to Android if allocating output failed - -2014-02-14 12:28:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - amcaudiodec: Release buffer back to Android if allocating output fails - -2014-02-13 10:21:15 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Keep alive connections if the source supports that - -2014-02-13 10:06:48 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Re-use old source element if possible - Allows to implement keep-alive handling in the source element. - -2014-02-12 18:49:13 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Ignore empty lines in the playlist - Based on a patch by Andoni Morales. - -2014-02-12 18:47:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Make sure to ignore \r in line endings in every case - -2014-02-12 18:27:21 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Give a proper name to the srcpads and remove it when resetting the element - -2014-02-12 18:06:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Fix potential deadlock - The streaming thread might use our lock, so shutting - down the element while holding that lock calls for problems. - -2014-02-12 17:59:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Shutdown the source element before unlinking it - Otherwise we might get warnings about pushing to unlinked pads. - Based on a patch by Andoni Morales. - -2014-02-12 16:46:31 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Stop leaking GErrors in some error paths - -2012-05-11 13:58:28 +0200 Gil Pedersen <git@gpost.dk> - - * ext/hls/gsthlsdemux.c: - hlsdemux: don't pause task when it is stopped - This fixes a potential dead-lock situation from GstTask - https://bugzilla.gnome.org/show_bug.cgi?id=675869 - -2014-02-12 16:01:05 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Wait for the update task to finish when shutting down - -2014-02-12 15:33:06 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Prevent rounding errors due to division by using gst_util_uint64_scale() - -2013-07-25 19:36:48 +0200 Arnaud Vrac <avrac@freebox.fr> - - * ext/hls/gsthlsdemux.c: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: schedule next update based on the fragment duration - -2014-02-12 15:16:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Properly error out if caps can't be typefind instead of using NULL caps - -2013-07-29 18:00:31 +0200 Arnaud Vrac <avrac@freebox.fr> - - * ext/hls/gsthlsdemux.c: - hlsdemux: log fragment timestamp - -2014-02-12 14:10:02 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Use g_ascii_xdigit_value() instead of our own version of it - -2014-02-12 13:40:41 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Error out if the key is not 16 bytes large - -2014-02-12 13:13:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Download playlists with compression, keys and fragments without - -2014-02-12 13:11:38 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: Download the manifest with compression, the fragments without - -2014-02-12 13:10:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Download MPD with compression, the fragments without - -2014-02-12 13:08:29 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - * gst-libs/gst/uridownloader/gsturidownloader.h: - uridownloader: Add support for compressed downloads - Very useful for playlists, less useful for media files. - -2014-02-12 11:26:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Don't set the element private data on the srcpads - It's not used anyway. - -2014-02-12 11:25:41 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Use gst_pad_use_fixed_caps() on the srcpads - -2014-02-12 10:59:38 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Cache the key fragment instead of downloading it over and over again - -2014-02-12 10:58:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix cleanup when decryption fails - First unmap buffers, then unref them. And also unref the - key fragment. - -2014-02-11 15:20:58 +0100 Lihua Liu <lihual@axis.com> - - * ext/curl/gstcurlsmtpsink.c: - curlsmtpsink: Include timezone information in mail header - https://bugzilla.gnome.org/show_bug.cgi?id=724125 - -2014-02-11 18:15:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Don't try decryption if an unsupported method is found - -2014-02-11 18:15:07 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Properly parse IV from the playlist - Without this every fragment's first 16 bytes will be corrupted - if not the fallback IV is used by the playlist. - -2014-02-11 15:26:01 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Reset cancelled state after fetching an URI - Otherwise it will never ever be able to fetch anything after an - error until the user resets it manually. - -2014-02-11 14:57:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Propagate download errors properly and post error messages if they're fatal - -2014-02-11 14:18:32 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/dash/gstdashdemux.c: - * ext/hls/gsthlsdemux.c: - * ext/smoothstreaming/gstmssdemux.c: - ext: Update for GstUriDownloader API changes - -2014-02-11 14:13:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - * gst-libs/gst/uridownloader/gsturidownloader.h: - uridownloader: Provide some more details about errors if downloading fails - -2014-02-11 09:20:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - configure: The winks plugin is not ported to 1.0 yet - https://bugzilla.gnome.org/show_bug.cgi?id=724100 - -2014-02-10 15:38:08 -0800 Aleix Conchillo Flaqué <aleix@oblong.com> - - * sys/shm/shmpipe.c: - shm: call close() after shutdown() - shutdown() doesn't close the file descriptor so we leak sockets if we - don't call close(). - https://bugzilla.gnome.org/show_bug.cgi?id=724077 - -2014-02-10 14:33:49 -0800 Aleix Conchillo Flaqué <aleix@oblong.com> - - * sys/shm/shmpipe.c: - shm: use shutdown() instead of close() - we make sure both ends get notified when the socket is closed by using - shutdown() instead of close(). - https://bugzilla.gnome.org/show_bug.cgi?id=724077 - -2014-02-10 18:29:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Start downloading the next fragment immediately after caching the initial fragments - And only afterwards wait until a fragment was played. Otherwise we're keeping - our cache most of the time at "fragments-cache" fragments minus one. - Also allow setting "fragments-cache" to 1 now to start playback even faster. - -2014-02-10 18:27:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Start fetching new fragments whenever we have less fragments cached than given by the fragments-cache property - Waiting until our cache is empty before starting to fetch the next fragment - kind of defeats the purpose of caching multiple fragments. - -2014-02-10 18:21:38 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix bitrate calculation - g_get_monotonic_time() returns microseconds, not nanoseconds. - -2014-02-10 17:26:27 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Actually store doubles as such and don't truncate them to ints - Fixes broken duration reporting. - -2014-02-10 17:25:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/m3u8.c: - hlsdemux: Use locale-independent int/float parsing functions from GLib - -2014-02-10 14:34:40 +0100 Wim Taymans <wtaymans@redhat.com> - - * ext/fluidsynth/gstfluiddec.c: - fluiddec: add more soundfont search paths - Fedora installs the soundfonts in /usr/share/soundfonts/ so make sure we - look there as well. - -2014-02-10 08:19:52 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * ext/fluidsynth/gstfluiddec.c: - Change soundfont file search path for fluiddec - Use glib to get a list of system "share" directories, then go through that - list, appending 'sounds/sf2/' to each directory to get a soundfont directory, - and looking for .sf2 files there. - This way fluiddec is able to load sf2 files on W32, because otherwise the - path '/usr/share/sounds/sf2' makes no sense there. - Fixes #724013 - -2014-02-10 08:21:04 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * configure.ac: - Fix winks configure test - Fixes #723995 - -2014-02-10 08:22:05 +0000 Руслан Ижбулатов <lrn1986@gmail.com> - - * sys/winks/Makefile.am: - winks: Make headers known to automake - Fixes #724003 - -2014-02-09 18:49:49 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * ext/hls/Makefile.am: - * ext/hls/gsthlsdemux.c: - hlsdemux: Prefer to use nettle for decryption but fall-back to libgcrypt - nettle is used by newer versions of gnutls, while older versions of gnutls - used libgcrypt. Support both for now as not every distro has nettle yet. - nettle is preferred as it is more efficient to use and much smaller. - -2014-02-09 18:19:33 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - * ext/hls/m3u8.c: - * ext/hls/m3u8.h: - hlsdemux: Update to non-deprecated GLib thread API - -2014-02-09 18:09:36 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * ext/hls/Makefile.am: - * ext/hls/gsthlsdemux.c: - * m4/libgcrypt.m4: - hlsdemux: Use libgcrypt directly instead of going through gnutls - gnutls is also just wrapping gcrypt, but we don't need any of - the TLS related functionality. We just need to be able to decrypt - AES128-CBC. - -2014-02-08 20:08:29 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/opus.c: - opus: Remove unused variable from unit test - -2014-02-08 20:07:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/kate.c: - kate: Remove unused variable from unit test - -2014-02-08 20:07:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/assrender.c: - assrender: Fix compiler warning in test - error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] - -2014-02-08 19:59:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Fix comparison compiler warning - error: comparison of constant -1 with expression of type - 'GstSrtpCipherType' is always false - -2014-02-08 19:29:33 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/MotionCells.h: - motioncells: Remove unused private fields - -2014-02-08 19:28:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gstsegmentation.cpp: - segmentation: Fix integer underflow check - error: comparison of unsigned expression < 0 is - always false [-Werror,-Wtautological-compare] - -2014-02-08 18:58:38 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/directfb/dfbvideosink.c: - dfbvideosink: Fix unitialized variable compiler warning - -2014-02-08 18:57:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/bz2/gstbz2dec.h: - * ext/bz2/gstbz2enc.h: - bz2: Fix typo in header include guards - -2014-02-08 18:56:06 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/vdpau/gstvdpvideobufferpool.c: - vdpau: Fix comparison compiler warning - error: comparison of constant -1 with expression - of type 'const GstVideoFormat' is always false - -2014-02-08 18:54:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: Fix unitialized variable compiler warnings - -2014-02-08 18:48:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/id3tag/id3tag.c: - id3tag: Fix uninitialized variable compiler warning - error: variable 'image_type' is used uninitialized whenever - 'if' condition is false [-Werror,-Wsometimes-uninitialized] - -2014-02-08 18:45:10 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: Remove unused variable - -2014-02-08 18:20:22 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: pmt: Detect descriptor length correct - -2014-02-08 17:43:03 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: Correctly check for PAT,PMT,CAT,TSDT - -2014-02-08 13:08:02 +0100 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: Fix some packetizing bugs - - Length of NIT stream descriptors was not detected correct - - Reserved bits was not set according to EN 300 468, ISO/IEC 13818-1 - - Also set output data size if the section was previously packetized - https://bugzilla.gnome.org/show_bug.cgi?id=723892 - -2014-02-07 11:54:07 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Remove or move variable assignments - To where they're needed - -2014-02-07 11:53:38 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - dvb-descriptor: Remove unneeded increment - -2014-02-07 11:42:51 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - dvb-descriptor: Fix comparision - we want to stop if one OR the other is NULL. - -2014-02-06 13:53:49 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: Updated docs with new API - -2013-11-19 12:21:31 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst/mpegtsmux/tsmux/Makefile.am: - * gst/mpegtsmux/tsmux/crc.h: - * gst/mpegtsmux/tsmux/tsmux.c: - * gst/mpegtsmux/tsmux/tsmuxstream.c: - * gst/mpegtsmux/tsmux/tsmuxstream.h: - mpegtsmux: Use mpeg-ts lib for PAT/PMT sections - Rewrite of the PAT/PMT section handling to use the mpeg-ts library - -2013-11-20 11:14:46 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst/mpegtsmux/Makefile.am: - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - * gst/mpegtsmux/tsmux/Makefile.am: - * gst/mpegtsmux/tsmux/tsmux.c: - * gst/mpegtsmux/tsmux/tsmux.h: - * gst/mpegtsmux/tsmux/tsmuxcommon.h: - mpegtsmux: Add support for muxing SI tables - The muxer is now able to include DVB sections in the transport stream. - The si-interval property will determine how often the SI tables are - muxed into the stream. - The section is handled by the mpeg-ts library. Below is a small example - that will include a Netork Information Table with a Network Name - descriptor in the stream. - GstMpegTsNIT *nit; - GstMpegTsDescriptor *descriptor; - GstMpegTsSection *section; - GstElement *mpegtsmux; - gst_mpegts_initialize (); - nit = gst_mpegts_section_nit_new (); - nit->actual_network = TRUE; - descriptor = gst_mpegts_descriptor_from_dvb_network_name ("Network name"); - g_ptr_array_add (nit->descriptors, descriptor); - section = gst_mpegts_section_from_nit (nit); - // mpegtsmux should be retrieved from the pipeline - gst_mpegts_section_send_event (section, mpegtsmux); - gst_mpegts_section_unref (section); - -2013-11-19 11:30:33 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - mpegts: Support registration and custom descriptor - Support for registration descriptor (0x05) - Add function to create a descriptor with custom tag and data - -2013-11-19 11:15:52 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Add creation of DVB Subtitling descriptor - Descriptor tag is 0x59 - -2013-11-19 10:50:30 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Support parsing of DVB Teletext descriptor - Descriptor tag is 0x56 - -2013-11-20 11:06:03 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: Add support for creating PAT/PMT - -2013-11-20 11:04:58 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: Add program_number to GstMpegTsPMT - -2013-10-28 14:49:08 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Add network name descriptor construction - Add function to create a Network Name DVB descriptor. - -2013-10-28 14:48:13 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.h: - mpegts: Add support for creating a NIT section - Functions that will enable user to create Network Information Tables. - -2013-10-28 14:26:39 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.h: - mpegts: Add network_id to GstMpegTsNIT - The network_id is stored in the subtable extension. Make a field - in the GstMpegTsNIT for better code readability - -2013-10-31 13:47:23 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: Add functions to send sections as events - Added function that enables the user to send a GstMpegTsSection as - an event to a GstElement. (i.e. mpegtsmux) - -2013-10-28 14:44:13 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - mpegts: Add functions to packetize section - Sections needs to be packetized for use in i.e. mpegtsmux. - These functions handles the generic common parts of a GstMpegTsSection - -2013-10-28 14:39:49 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: Add init functions for descriptor/section - -2013-10-30 10:43:21 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: Add function to encode UTF8 strings - This can be used to create descriptors with appropriate character maps - -2013-10-30 10:42:07 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: Use big endian UCS-2 coding - Parsing of control codes requires a big endian character map - -2013-10-30 10:33:18 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: Add support for two-way iconv conversions - To use in conversions from UTF-8 to another character map - -2014-02-06 16:17:39 +0100 Edward Hervey <edward@collabora.com> - - * sys/applemedia-nonpublic/Makefile.am: - * sys/applemedia/Makefile.am: - applemedia: Fix libtool usage - --tag=CC is needed for static build - -2014-02-06 14:21:52 +0100 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gsttsdemux.c: - mpegtsdemux: Update plugin license field - The original code (old mpegtsparse) from which this plugin was based on - was dual-licensed. This allowed usage of the code under any of the - licenses (which including LGPL): - """ - * Alternatively, the contents of this file may be used under the terms of - * the GNU Lesser General Public License Version 2 or later (the "LGPL"), - * in which case the provisions of the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of the MPL or the LGPL. - """ - When refactored (leading to the creation of this new plugin), I chose all - new code to be LGPL-only (which was allowed for pre-existing code) by removing - the MPL sections. - The headers were all updated, but not the plugin license field. This commit - fixes this. - -2014-02-04 14:15:40 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/libs/insertbin.c: - tests: insertbin: update tests to 1.x scenario - The thread that calls the success/failure callback can be the - same that is adding/removing the element as the IDLE probe can - happen instantly if the pad is not 'busy'. - This required moving some checks for the callback counter around - as well as removing some pad pushes from the main test thread as - they were made useless after the IDLE pad probe was fixed in core - by commit 0324358ebc8122a41ab499a3ef7973b61c3e621b - -2014-02-03 23:39:35 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/elements/camerabin.c: - tests: camerabin: avoid warning if test is failing - In case the test fails the message won't be returned and it - will lead to an assertion that might be misleading to those - debugging the issue. - -2014-02-03 23:10:03 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: stop source to do internal reconfiguration safely - In order to be able to change the caps on multiple capsfilters the - source element needs to be stopped, otherwise it will get a few - reconfigure events and might try to renegotiate while the bin - is still transitioning its caps, leading to a not-negotiated failure - and the image capture won't happen because the source will be - unusable. - The solution is to keep the source in paused while the caps are being - changed in the bin, and then bring the element back to playing once - it is done. Unfortunately this increases the image capture latency, - but it should always work. - A possible improvement to reduce the latency is to add another signal - to be called before 'start-capture': 'prepare-capture'. At this step - the camera source should set all caps it needs and get the source - ready for doing the capture as soon as 'start-capture' is called. - This can be done on a future commit - -2014-02-03 23:09:28 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: remove unused variable - Probably a left over from 0.10 -> 1.x porting - -2014-02-04 17:22:27 +0100 Carlos Rafael Giani <dv@pseudoterminal.org> - - * ext/mpg123/gstmpg123audiodec.c: - mpg123: improved error report and checks - Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> - -2014-02-04 12:52:25 +0100 Duncan Palmer <dpalmer@digisoft.tv> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Fix race condition between EOS handling and downloading a range - https://bugzilla.gnome.org/show_bug.cgi?id=723134 - -2014-02-04 05:46:16 -0500 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/aiff/aiffparse.c: - * gst/aiff/aiffparse.h: - aiffparse: adaptive buffer size - Copied from wavparse, helps with CPU usage on high bitrate - files. - -2014-02-02 18:17:06 -0800 Dan Kegel <dank@kegel.com> - - * configure.ac: - Since b1a756fd, applemedia fails to build on osx 10.7, which lacks VideoToolbox.h... so disable it on OSX if that header is missing. - https://bugzilla.gnome.org/show_bug.cgi?id=723508 - -2014-02-02 13:50:53 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/aiff/aiffparse.c: - aiffparse: fix data start offset calculation not counting COMM size - In particular, this fixes seeking back to the start reading data - out of sync with sample start granularity, yielding swapped channels. - -2014-01-31 23:43:32 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/elements/gdpdepay.c: - tests: gdpdepay: update to 1.x events - Tests needed stream start at beginning and segment after the - caps event - -2014-01-31 18:38:44 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/gdp/dataprotocol.c: - * gst/gdp/dp-private.h: - gdp: add DTS to headers - -2014-01-31 12:15:49 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/gdp/gstgdppay.c: - * gst/gdp/gstgdppay.h: - * tests/check/elements/gdppay.c: - gdppay: update to 1.x reality - * stream-start-id is mandatory at the beginning, so add that to the - gdp headers - * caps must be sent before new segment, invert the order from legacy - 0.10 code - And fix the tests as a ref is now kept for those buffers that compose - the header - -2014-01-31 16:58:16 -0500 Colin Macdonald <cbm@m.fsf.org> - - * gst/geometrictransform/gstfisheye.c: - fisheye: Fix documentation - https://bugzilla.gnome.org/show_bug.cgi?id=723398 - -2014-01-29 16:32:30 +0100 Thibault Saunier <thibault.saunier@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Default framerate to 0/1 when no informations found - It is not perfect but it allows us to be sure that the mandatory 'framerate' - field is present in the caps. - As soon as some information is found in the stream, that will be - updated. - https://bugzilla.gnome.org/show_bug.cgi?id=723243 - -2014-01-30 19:45:08 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/elements/gdppay.c: - tests: gdppay: refactor and add missing bits - Most of the tests weren't updated after the sticky events order - and stream start. Fix that and refactor those tests check that - are the same to some common functions. - Those functions still don't actually test the content but at - least now they are in a single place and can be improved - without replication - -2014-01-30 18:17:33 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/elements/gdppay.c: - tests: gdppay: Do not forget to send stream-start event on test - Even if we don't want to push the caps event, a stream-start must - be present before any data in 1.x - -2014-01-30 18:09:13 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/gdp/gstgdppay.c: - gdppay: push the stream-start event - instead of just swallowing upstream's stream-start into its - payload, push it as elements expect a stream-start before data - -2014-01-30 20:28:04 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: We do not support the SKIP seek flag but that is not a problem - -2014-01-30 10:44:18 +0100 Edward Hervey <bilboed@bilboed.com> - - * common: - Automatic update of common submodule - From d48bed3 to 1a07da9 - -2014-01-30 03:28:45 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/elements/camerabin.c: - tests: camerabin: improve preview handling in tests - Always erase the preview image data to allow the next check for - it to operate properly - -2014-01-29 20:38:57 +0100 Duncan Palmer <dpalmer@digisoft.tv> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Always release the object lock in gst_uri_downloader_fetch_uri_with_range() - even if downloader->priv->urisrc is not set. This avoids deadlock under some - some conditions on cancel. - https://bugzilla.gnome.org/show_bug.cgi?id=723127 - -2014-01-29 13:25:37 +0100 Nicola Murino <nicola.murino@gmail.com> - - * configure.ac: - opencv: The plugin works with 2.4.8 too - https://bugzilla.gnome.org/show_bug.cgi?id=723230 - -2014-01-29 10:50:40 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/nalutils.c: - * gst-libs/gst/codecparsers/nalutils.h: - codecparsers: Don't use gst_ as prefix for private symbols - Otherwise they get exposed/accessible in the resulting .so - And make check-exports will complain - -2014-01-27 23:55:57 -0300 Amaury Medeiros <amaurymedeiros@gmail.com> - - * gst/mpegtsdemux/pesparse.c: - tsdemux: Fix flags comparison operator precedence - Fix operator precedence, so the whole operation is - negated instead of only flags variable. - https://bugzilla.gnome.org/show_bug.cgi?id=722096 - -2014-01-26 14:42:52 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst-libs/gst/mpegts/Makefile.am: - mpegts: install but nodist for generated header - -2014-01-25 17:40:46 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Don't handle FLUSHING or NOT_LINKED as error - And also just stop the task for FLUSHING. - -2014-01-24 21:41:25 +0100 Sjoerd Simons <sjoerd@luon.net> - - * gst/mxf/mxfdemux.c: - mxfdemux: Don't go into pull mode when the sequential flag is set - When the scheduling query results has GST_SCHEDULING_FLAG_SEQUENTIAL set - in its flags don't go into pull mode to prevent over-eager seeking. - https://bugzilla.gnome.org/show_bug.cgi?id=722934 - -2014-01-24 12:36:59 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * tests/check/elements/h264parse.c: - tests: h264parse: fix tests after leading 0x00 removal - Commit 6af387cd5ab2c946025e5499903e75ee87b063a9 made h264parse - strip a leading 0x00 byte from some output scenarios. This broke - tests as bs_to_nal test expects one more byte on the output. - Fix this by comparing the output with the expected stripped version, - too. - -2014-01-24 01:07:45 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/nalutils.c: - * gst-libs/gst/codecparsers/nalutils.h: - codecparsers: refactor common nal parsing to nalutils - Moves common code from h264 and h265 to a separate file - -2014-01-03 09:44:28 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst/videoparsers/gsth264parse.c: - h264parse: Fix multiple SEI messages in one SEI RBSP parsing. - An SEI RBSP could contains more than one SEI message as specified in - 7.4.2.3.1. - This commit change the parser API: the gst_h264_parser_parse_sei() - function now create and fill a GArray containing GstH264SEIMessage. - https://bugzilla.gnome.org/show_bug.cgi?id=721715 - -2014-01-22 10:26:32 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - h265parser: remove trailling 0x00 bytes as the spec doesn't allow them - Just like h264, the spec doesn't allow the last bytes of a NAL to be 0x00. - So remove it as it is probably just padding. - This is related to https://bugzilla.gnome.org/show_bug.cgi?id=721384 - -2014-01-20 17:24:54 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - h264parser: remove trailling 0x00 bytes as the spec doesn't allow them - The spec states that the last byte of a NAL 'shall not' be 0x00 - and it is allowed for byte-stream format to add padding 0x00 for - alignment. - So our parser should strip any trailling 0x00. - https://bugzilla.gnome.org/show_bug.cgi?id=721384 - -2014-01-21 23:42:58 +0900 Justin Joy <justin.joy.9to5@gmail.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: don't leak pad name when treating events - https://bugzilla.gnome.org/show_bug.cgi?id=722699 - -2014-01-21 10:27:20 +0100 Wim Taymans <wtaymans@redhat.com> - - * gst/mpegpsmux/mpegpsmux.c: - mpegpsmux: update last_ts to mux correctly - We use last_ts to decide what buffer to mux next so make sure that it - always contains the last known valid timestamp. - -2014-01-21 10:58:35 +0900 duhui.lee <duhui.lee@lge.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - h265parser: Initialize pointer correctly that is never assigned but freed in error cases - Fixes crash on broken streams. - https://bugzilla.gnome.org/show_bug.cgi?id=722669 - -2014-01-21 09:44:00 +0100 Alexey Chernov <4ernov@gmail.com> - - * sys/d3dvideosink/d3dhelpers.c: - d3dvideosink: First destroy the window, then unregister the class - It's impossible to create another pipeline with d3dvideosink after disposing - the previous one due to some problem in d3dvideosink. The message is: "Unable - to register Direct3D hidden window class". - I've evaluated the problem and it's that UnregisterClass() in working thread is - called before DestroyWindow() and UnregisterClass() does nothing. - https://bugzilla.gnome.org/show_bug.cgi?id=722622 - -2014-01-20 16:25:51 +0100 Wim Taymans <wtaymans@redhat.com> - - * gst/mpegpsmux/mpegpsmux.c: - mpegpsmux: fix timestamp handling - If the first buffer that we handle for a stream has no timestamp, we - would never consider this pad again for muxing which causes queues to - fill up and pipelines to stall. Instead, try to mux pads with -1 - timestamps as soon as possible. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=722330 - -2014-01-20 16:23:49 +0100 Wim Taymans <wtaymans@redhat.com> - - * gst/mpegpsmux/mpegpsmux.c: - mpegpsmux: return GST_FLOW_EOS when we pushed EOS - Return GST_FLOW_EOS from the collected function when we pushed EOS or - else it simply keeps on calling our collected function. - -2014-01-20 10:38:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - applemedia: Actually the enc/decbins are not used anywhere currently - Code is commented out. - -2014-01-20 10:34:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/plugin.m: - applemedia: Fix build on iOS and probably also on OSX - The video toolbox is not available on iOS, and also on OSX - we should probably build all source files that are used for - it. - https://bugzilla.gnome.org/show_bug.cgi?id=722590 - -2014-01-20 15:21:42 +0900 duhui.lee <duhui.lee@lge.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Update caps when receive VPS/SPS/PPS - https://bugzilla.gnome.org/show_bug.cgi?id=722240 - -2014-01-20 17:03:09 +0900 duhui.lee <duhui.lee@lge.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - h265parser: Fix segfault when parsing HRD parameter - https://bugzilla.gnome.org/show_bug.cgi?id=722240 - -2014-01-18 13:56:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openexr/gstopenexrdec.cpp: - openexrdec: Don't start scanning for the header from the start again each time - This will be incredible slow if the upstream block size is very small. Instead - continue scanning for the header where we previously stopped. - For the standard filesrc block-size this made decoding a file about - 3 times faster. - https://bugzilla.gnome.org/show_bug.cgi?id=719890 - -2014-01-18 13:06:29 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/sndfile/gstsfdec.c: - sfdec: This is a decoder, not a demuxer - Don't confuse autopluggers! - https://bugzilla.gnome.org/show_bug.cgi?id=722316 - -2014-01-18 01:19:36 +0200 Andrey Utkin <andrey.krieger.utkin@gmail.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - tsdemux: Fix leak of PCROffsetGroup - https://bugzilla.gnome.org/show_bug.cgi?id=722462 - -2014-01-16 12:18:45 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Remove some useless assignments and skip the current part of the buffer if the pad is muted - -2014-01-16 20:16:47 +1100 Jan Schmidt <jan@centricular.com> - - * ext/resindvd/gstmpegdemux.c: - * ext/resindvd/gstmpegdemux.h: - * ext/resindvd/gstpesfilter.c: - resindvd: Merge changes across from master mpegdemux - Merge various changes and fixes from the master mpegdemux - Performance improvement from the way streams are organised, - return flow combining, language tag event generation, - adjustments and fixes in debug output, and things like that. - -2014-01-16 20:14:48 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegdemux/gstmpegdemux.c: - * gst/mpegdemux/gstmpegdemux.h: - mpegdemux: Merge some changes from the resindvd copy - One bug fix, some debug changes and other inconsequential changes - just to reduce the diff between the 2 copies a bit. - -2014-01-15 23:30:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Fix and simplify overlap calculation - -2014-01-14 23:55:53 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/resindvd/resindvdsrc.c: - resindvdsrc: fix minor memory leak when creating title info message - -2013-10-09 17:49:06 +0200 Jorge Zapata <jorgeluis.zapata@gmail.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Add the divx variant for mpeg4 video - Looks like all the mpeg4 video decoders also accept the divx - variants. So we better add those caps too - https://bugzilla.gnome.org/show_bug.cgi?id=711163 - -2014-01-14 17:08:36 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * configure.ac: - configure: fix (again) check for DB API: 5.4 is Not Recent Enough - Maybe testing the version is clearer, but testing for < 5 is not - enough, my version is 5.4 and does not yet have those new enums. - If you git blame to this and have a version > 5.4 that does not - either, please feel free to join along and bump the version. - -2014-01-14 23:21:25 +0900 duhui.lee <duhui.lee@lge.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gsth265parser.h: - h265parser: Fix segfault when parsing VPS - https://bugzilla.gnome.org/show_bug.cgi?id=722081 - -2014-01-14 10:38:37 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opencv/gstfaceblur.c: - faceblur: set maximum feature size to 0x0 - Previously faces would only be detected if they were at least 30x30 pixels - large and at most 32x32 pixels. We keep the minimum setting (maybe needs - a property as in facedetect) but disable the maximum feature size. - See https://bugzilla.gnome.org/show_bug.cgi?id=722158 - -2014-01-14 01:06:02 -0500 Kipp Cannon <kcannon@cita.utoronto.ca> - - * ext/opencv/gstfacedetect.c: - facedetect: set maximum feature size to 0x0 - This disables the "max feature size" feature. The current configuration - is totally busted: The max feature size is hard-coded to 2 pixels more - than the user-supplied min feature size which pretty much means you need - to guess the size of the person's face to within a few pixels to get the - code to find it. - https://bugzilla.gnome.org/show_bug.cgi?id=722158 - -2014-01-14 02:19:12 +0200 Andrey Utkin <andrey.krieger.utkin@gmail.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - tsdemux: fix memleak of PCROffsetCurrent - https://bugzilla.gnome.org/show_bug.cgi?id=722145 - -2014-01-13 21:50:16 +0900 Justin Joy <justin.joy.9to5@gmail.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - h265parser: prevent to overrun chroma_weight_l0_flag - The index of elements cannot exceed or equal to the size of elements. - https://bugzilla.gnome.org/show_bug.cgi?id=722101 - -2014-01-13 10:01:43 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/schroedinger/gstschroenc.c: - schroenc: set buffer offset to buffer timestamp - oggmux expects this to order incoming buffers - https://bugzilla.gnome.org/show_bug.cgi?id=722078 - -2014-01-10 08:58:27 +0100 Edward Hervey <bilboed@bilboed.com> - - * configure.ac: - dvb: Use DVB_API_VERSION to know if we have recent enough version - We end up with the same end-result but it's more comprehensible - -2014-01-09 16:38:13 +0100 Stefan Sauer <ensonic@users.sf.net> - - * configure.ac: - configure: check for good enough dvb kernel headers - Recent changes are using new dvb api. Don't built the plugin, if we can't. - Fixes #721869 - -2014-01-09 08:18:07 +0100 Stefan Sauer <ensonic@users.sf.net> - - * gst/aiff/aiffparse.c: - aiffparse: misc code cleanups - Fix the launch examples for 1.0. Turn more logging into _OBJECT variants. - -2014-01-09 09:13:48 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstmpdparser.c: - dashdemux: remove unnecessary variable - Instead of using 2 indexes that were actually the same, use only - one. Saves a variable. - -2014-01-09 09:11:23 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dashdemux: fix seeking when the mpd uses a segment template - Remove the dashdemux seeking function to use the one implemented - in mpdparser as it is more complete. This also makes dashdemux not - crash when seeking on streams that use segment templates. - -2014-01-08 16:33:05 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpeg4videoparse.h: - mpeg4videoparse: do not lose DISCONT flag if buffer isn't pushed - mpeg4videoparse might not push buffers while parsing. If those buffers - contain the DISCONT flag, it gets lost and downstream won't get any - buffer with the flag. - Fix it by adding the DISCONT to the next pushed buffer. - This makes backwards playback work. - -2014-01-06 22:15:24 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sfdec: skip '\0' strings for metadata - libsndfile does not filter empty strings. We get a warning from gstreamer when - setting this as a tag. - -2014-01-06 15:15:27 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sfdec: break long method - Extract taglist creation into separate funtion. - -2014-01-06 15:01:22 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/mpegts/gst-atsc-section.h: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * gst-libs/gst/mpegts/gst-dvb-section.h: - * gst-libs/gst/mpegts/gst-scte-section.h: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * gst-libs/gst/mpegts/mpegts.h: - mpegts: make headers usable with c++ compiler - Add G_BEGIN_DECLS G_END_DECLS - https://bugzilla.gnome.org/show_bug.cgi?id=671136 - -2014-01-06 15:02:30 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sfdec: remove left over property-id enum - -2014-01-06 14:52:54 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Allows hvc1 version 0 and fix reading of NAL count in codec_data - -2014-01-06 14:48:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth265parse.c: - h265parse: Fix some more debug output - And don't access invalid memory - -2014-01-06 14:47:43 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/gsth265parser.c: - h265parser: Fix debug output - -2014-01-06 13:51:01 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/mpegts/gstmpegtssection.h: - * gst/mpegtsdemux/gstmpegdesc.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Add HEVC / h265 support - -2014-01-05 23:44:36 +0100 Stefan Sauer <ensonic@users.sf.net> - - * gst/aiff/aiffparse.c: - aiffparse: typo fix in comment - -2014-01-05 23:43:25 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sfdec: the read functions already return frames_read - Fixes choppy output. - -2014-01-05 23:41:26 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsf.c: - sndfile: enable rf64 format - -2014-01-02 21:02:27 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sfdec: add date to taglist - -2014-01-03 11:18:06 -0500 Olivier Crête <olivier.crete@collabora.com> - - * sys/shm/gstshmsink.c: - shmsink: Document that socket-path may change - -2014-01-03 11:16:42 -0500 Olivier Crête <olivier.crete@collabora.com> - - * sys/shm/gstshmsink.c: - shmsink: Change default shm size to 64 MiB - The original size of 256k was too small for anything where - one would want to use shm. If the buffer's size needs to be limit, it is - better to use buffer-time in most cases anyway. - -2013-10-10 18:25:46 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvbsrc: Add dvb-s2, dvb-t2 support - https://bugzilla.gnome.org/show_bug.cgi?id=709414 - -2013-10-10 18:23:20 +0200 Stefan Ringel <linuxtv@stefanringel.de> - - * sys/dvb/dvbbasebin.c: - * sys/dvb/gstdvbsrc.c: - * sys/dvb/gstdvbsrc.h: - dvbsrc: Change from deprecated frontend type field to DTV_ENUM_DELSYS - -add delsys property - -add delivery system capability to the gstreamer adapter structure - -ready for add new delivery systems - Application must ask the adapter structure to know which delivery systems are avaible. - The property delsys must be set. - https://bugzilla.gnome.org/show_bug.cgi?id=709414 - -2014-01-03 09:59:34 +0100 Miguel París Díaz <mparisdiaz@gmail.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Fix GstCaps memory leak - https://bugzilla.gnome.org/show_bug.cgi?id=721382 - -2013-12-31 22:38:03 +0100 Piotr Drąg <piotrdrag@gmail.com> - - * po/POTFILES.in: - po: update POTFILES - https://bugzilla.gnome.org/show_bug.cgi?id=721293 - -2013-12-31 23:18:54 +1100 Jan Schmidt <jan@centricular.com> - - * sys/androidmedia/gstamc-constants.h: - * sys/androidmedia/gstamc.c: - androidmedia: Add new color format, and enhance debug output - Add a new color format seen on my Galaxy S3 - (OMX_SEC_COLOR_FormatNV12Tiled = 0x7fc00002) to the table, - but don't actually implement it - the decoder doesn't choose it. - Remove an assert that makes the plugin fail noisily and take the app down - if it sees a color format it doesn't recognise (just skip the codec instead) - Modify the debug output when plugin scanning to print color format info to - make this sort of thing easier in the future. - -2013-12-19 23:00:12 +1100 Jan Schmidt <jan@centricular.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - mpegtsmux: Don't disrupt buffer state in the clip function - Collectpads assumes that it can pass any buffer to the clip function - for adjustment, some of which are artificially injected - so don't - adjust global timestamp tracking there. Instead, only adjust the - buffer timestamps and use them directly in the collection function. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=698748 - -2013-12-30 15:49:57 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sndfile: emit midi-base-note tag - Query instrument data. Use both 'loop_info' and 'instrument' to inform about the - basenote. - -2013-12-30 13:28:52 +0100 Edward Hervey <bilboed@bilboed.com> - - * gst/jpegformat/gstjpegparse.c: - jpegparse: Remove unneeded call - 'parse' is already provided by the parent variable - -2013-12-29 13:31:53 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - opencv: The plugin works with 2.4.7 too - Reported by kwm on IRC. - -2013-12-28 12:39:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusparse.c: - opusparse: Don't send caps in GstBaseParse::start() - This is too early and will confuse the event order. The other - code that sets the caps is at the right position and does it - properly already. - -2013-12-24 23:15:28 +0000 Víctor Manuel Jáquez Leal <vjaquez@igalia.com> - - * sys/mfc/mfc_decoder/mfc_decoder.c: - mfc: fix input dequeue for odroid - https://bugzilla.gnome.org/show_bug.cgi?id=721027 - -2013-12-27 14:29:46 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * ext/opus/gstopusenc.c: - opusenc: increase max payload size to 4000 bytes - 1275 is the maximum size of a frame, but the encoder may return - up to 3 frames, and we need a few extra bytes for TOC, etc. We - use 4000, which is a bit more, and suggested in the libopus docs. - -2013-12-27 10:25:30 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst-libs/gst/mpegts/gst-dvb-section.h: - mpegts: fix g-i annotations and gtk-doc markup - -2013-12-20 10:05:22 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: remove stream loop thread - Download and push from the same task, makes code a lot simpler - to maintain. Also pushing from separate threads avoids deadlocking - when gst_pad_push blocks due to downstream queues being full. - -2013-12-20 19:42:52 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: fix deadlock near EOS - A deadlock can happen when the source sends EOS when - being put to NULL as the object lock is being held by the - thread that sets the element to NULL and is needed by - the event handler. - -2013-12-20 19:39:16 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstmpdparser.c: - dash: detect EOS when segments are generated by template - Use the Period duration do know when to end the stream - -2013-12-13 17:26:10 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: do not try to access buffer after losing the ref - For obvious reasons - -2013-12-13 17:25:37 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: use a separate GstUriDownloader per stream - Avoids one download having to wait for another to finish - before starting - -2013-12-09 13:55:20 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: store GstActiveStream to avoid getting it every time - GstActiveStream is used everywhere to operate on the MPD client, - better store it in the GstDashDemuxStream to avoid getting it - everytime - -2013-12-09 13:33:53 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: simplify locking for streams - Use a single lock for all streams instead of having separate locks. - This makes maintenance easier and at most points we would need - a single lock before iterating on all streams data. So not much - is gained from individual locks. - -2013-12-09 11:28:25 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: fix multiple period mpd playback - Make dash playlists with multiple periods work again by waiting - to switch the periods when all streams have reached the end of - the current period. The stream_loop is responsible for advancing - the period, but the download loops will already start downloading - data for the next period as soon as possible. - -2013-12-05 02:53:18 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: add combine flows function - Use a flow combination function to decide the result from the - stream_loop - -2013-12-04 11:30:22 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: handle multiple languages - Handle multiple languages by using the not-linked return to stop - the download task for that stream. It can be reactivated when - a reconfigure event is received. Stopping the unused streams is - relevant to save network bandwidth - -2013-12-03 16:16:09 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Use 1 download task per stream - Instead of having a single download task for all streams, this - commit makes each stream have its own download loop, allowing - parallel download of fragments. - -2013-12-03 00:12:08 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: refactor fragment fetching into smaller functions - Makes it easier to maintain and extend. This is a first step into - adding multi language support to dashdemux - -2013-12-02 17:41:01 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dashdemux: run gst-indent - Lots of indentation issues making it very annoying to commit - because of the indent hook. Fix this for once. - -2013-12-02 17:31:41 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: expose all streams - always expose all streams instead of only exposing one of each type. - This is more aligned with gstreamer's way of working. Allows the user - to select the stream that it wants to use by linking its pad and leaving - the unused ones as unlinked. - -2013-12-24 11:51:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/eglgles/gstegladaptation_eagl.m: - eglglessink: Properly clean up renderbuffers and EAGL context - -2013-12-23 15:33:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/adpcmenc/adpcmenc.c: - adpcmenc: Properly set output format - Otherwise this will just error out if we only set caps on the srcpad. - -2013-12-22 22:33:51 +0000 Tim-Philipp Müller <tim@centricular.com> - - * autogen.sh: - * common: - Automatic update of common submodule - From dbedaa0 to d48bed3 - -2013-12-22 21:56:03 +0000 Tim-Philipp Müller <tim@centricular.com> - - * po/Makevars: - po: set gettext domain in Makevars so we don't have to patch the generated Makefile.in.in - https://bugzilla.gnome.org/show_bug.cgi?id=705455 - -2013-12-22 17:46:40 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideobuffer.c: - applemedia: vtdec: set the correct stride in the video meta - -2013-12-22 17:44:01 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/atdec.c: - applemedia: atdec: fix aac decoding on Mavericks - -2013-12-20 18:12:53 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/modplug/gstmodplug.cc: - modplug: small seeking code reshuffle - Put the code that checks stop values together. Don't clamp a cur value of -1 to 0 (should not happen right now). - -2013-12-20 18:10:14 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sfdec: make _stop() non fatal when we have an error already - Having no open file in _stop() is okay. Just reset state. - -2013-12-20 18:08:33 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - * ext/sndfile/gstsfdec.h: - sfdec: add event function and seeking support - -2013-12-18 08:12:07 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - sfdec: add taglist support - Map the metadata strings and a bunch of info-fields to GStreamer tags. - -2013-12-17 22:25:03 +0100 Stefan Sauer <ensonic@users.sf.net> - - * ext/sndfile/gstsfdec.c: - * ext/sndfile/gstsfdec.h: - sfdec: add query implementation for position and duration - -2013-12-17 17:56:32 +0100 Stefan Sauer <ensonic@users.sf.net> - - * configure.ac: - * ext/sndfile/Makefile.am: - * ext/sndfile/gstsf.c: - * ext/sndfile/gstsf.h: - * ext/sndfile/gstsfdec.c: - * ext/sndfile/gstsfdec.h: - sndfile: rewrite sndfile for 1.0 - Add a sfdec for a start. Instead of a source plugin, this is a demuxer/decoder combination. This makes it work with auto-plugging. - -2013-12-20 00:39:34 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: updating docs explaining how it works - mssdemux changed a lot and the docs were not correct anymore. - Also adds the 'Adaptive' category to its details - -2013-12-19 14:30:13 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: do not push event holding object lock - Can lead to deadlocks as the push might block downstream in - serialized event cases. - -2013-12-19 14:29:42 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: lock around 'cancelled' flag - Prevents race conditions when pipeline is seeking near eos - -2013-12-19 21:59:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Also resync timestamps on the RESYNC flag - -2013-12-19 21:36:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/eglgles/gstegladaptation_eagl.m: - eglglessink: Don't set the EAGLContext of the main thread and don't reuse it either - ... instead create a new context for every sink instance. - https://bugzilla.gnome.org/show_bug.cgi?id=720421 - -2013-12-19 08:57:41 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideobuffer.c: - applemedia: corevideobuffer: fix for planar formats - -2013-12-19 07:54:07 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: remove silly stride requirement - This is legacy from the 0.10 times, and it isn't clear how it was useful back - then also.' - -2013-12-19 11:11:28 +1100 Jan Schmidt <thaytan@noraisin.net> - - * ext/directfb/dfb-example.c: - directfb: Add hack to fix compile with broken DirectFB define - Compilation breaks because some versions of DirectFB redefine - __no_instrument_function__, which is used in the G_GNUC_NO_INSTRUMENT - macro. - -2013-12-17 17:55:58 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: fix segfault when trying to access codec_data - Check if codec_data was obtained before trying to use it to - prevent a segfault - -2013-12-17 17:54:31 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: also generate caps from audiotag attribute - Some audio will have its audio format defined by the AudioTag - instead of the Fourcc. Fallback to using AudioTag if Fourcc - isn't available - -2013-12-17 16:31:52 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: make sure streams stop properly on cancelled - specially when the gst_task_join is waiting for the task - to go stop and the task itself sets its back to paused, causing - a deadlock on exit. - -2013-12-17 13:16:58 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: track segments per stream - As streams now flow independently, the GstSegment needs to be put - on each stream so they can track the position of each one correctly - instead of being mixed in a single segment - -2013-11-14 15:23:42 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: push language code tag - https://bugzilla.gnome.org/show_bug.cgi?id=712358 - -2013-11-14 15:14:18 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - - * ext/smoothstreaming/gstmssmanifest.c: - * ext/smoothstreaming/gstmssmanifest.h: - mssmanifest: store the language of the stream - https://bugzilla.gnome.org/show_bug.cgi?id=712358 - -2013-12-16 16:14:24 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: remove the stream loop task - Download and push from the same task, makes code a lot simpler - to maintain. Also pushing from separate threads avoids deadlocking - when gst_pad_push blocks due to downstream queues being full - -2013-12-13 17:31:11 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: Improve logging - Show the stream's pad on log messages to make easier to debug - issues in the multiple threads - -2013-12-10 18:08:40 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: improve flow return handling - Handle different flow returns both from the streaming and the - downloading loops - -2013-12-10 15:41:00 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: remove stream locks - Simplify the locking by using a single lock instead of having one - lock per stream. This still works and is simpler to maintain. - -2013-11-12 09:58:31 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: avoid downloading not-linked streams - When a stream gets a not-linked return, it will be marked as so and - won't download any more new fragments until a reconfigure event - is received. This will make mssdemux expose all pads, but only download - fragments for the streams that are actually being used. - Relying on the pads being linked/unlinked isn't enough in this scenario - as there might be an input-selector downstream that is actually discarding - buffers for a given linked pad. - When streams are switching, the old active stream can be blocked because - input-selector will block not-linked streams. In case the mssdemux's - stream loop is blocked pushing a buffer to a full queue downstream it will - never unblock as the queue will not drain (input-selector is blocking). - In this scenario, stream switching will deadlock as input-selector is - waiting for the newly active stream data and the stream_loop that would - push this data is blocked waiting for input-selector. - To solve this issue, whenever an stream is reactivated on a reconfigure - it will enter into the 'catch up mode', in this mode it can push buffers - from its download thread until it reaches the currrent GstSegment's position. - This works because this timestamp will always be behind or equal to the maximum - timestamp pushed for all streams, after pushing data for this timestamp, - the stream will go back to default and be pushed sequentially from the main - streaming thread. By this time, the input-selector should have already - released the thread. - https://bugzilla.gnome.org/show_bug.cgi?id=711849 - -2013-12-18 16:26:17 -0500 Luis de Bethencourt <luis@debethencourt.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - mpegvideoparse: Fix documentation of GstMpegVideoSequenceScalableMode - -2013-12-18 13:48:54 +0100 Sebastian Dröge <sebastian@centricular.com> - - * pkgconfig/gstreamer-plugins-bad.pc.in: - pkgconfig: Don't include libraries in the generic gst-plugins-bad pc file - -2013-12-18 13:45:22 +0100 Mariusz Buras <mariusz.buras@youview.com> - - * gst-libs/gst/mpegts/Makefile.am: - * pkgconfig/gstreamer-plugins-bad.pc.in: - mpegts: Install generated headers - https://bugzilla.gnome.org/show_bug.cgi?id=720673 - -2013-12-17 10:01:42 +0100 Davide Bertola <dade@dadeb.it> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: Enable hardware accelerated decoding on 10.9 - -2013-12-17 12:17:51 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/curl/gstcurlftpsink.c: - * ext/curl/gstcurlsmtpsink.c: - curl: Fix indention - -2013-12-17 12:06:13 +0100 Haridass Selvaraj <haridasj@axis.com> - - * ext/curl/gstcurlftpsink.c: - * ext/curl/gstcurlftpsink.h: - * tests/check/elements/curlftpsink.c: - curlftpsink: Optionally create a temporary file during FTP transfer/upload - https://bugzilla.gnome.org/show_bug.cgi?id=711620 - -2013-12-17 10:23:15 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - decklinksink: Give preference to the order of the filter caps when querying caps - -2013-12-17 10:21:26 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksink.cpp: - decklinksink: Only intersect with the filter caps if there actually is a filter - -2013-12-15 21:05:31 -0800 Todd Agulnick <todd@agulnick.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: Some compiler warning fixes to satisfy XCode compiler - https://bugzilla.gnome.org/show_bug.cgi?id=720513 - -2013-12-16 16:07:44 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/id3tag/id3tag.c: - id3tag: Read image-description from the info structure, not the caps - -2013-12-16 11:14:29 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * configure.ac: - configure.ac: Fix typo in bz2 check - https://bugzilla.gnome.org/show_bug.cgi?id=720532 - -2013-12-16 11:51:00 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/id3tag/id3tag.c: - id3tag: Write image-type into the APIC tag - -2013-12-16 10:25:22 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstvc1parse.c: - * gst/videoparsers/gstvc1parse.h: - vc1parse: Post VIDEO_CODEC tag - -2013-12-16 10:24:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstpngparse.c: - * gst/videoparsers/gstpngparse.h: - pngparse: Post VIDEO_CODEC tag - -2013-12-16 10:22:24 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: Use pbutils API to create the VIDEO_CODEC tag string - -2013-12-16 10:21:00 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpeg4videoparse.h: - mpeg4videoparse: Post VIDEO_CODEC tag - -2013-12-16 10:19:36 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gsth265parse.h: - h265parse: Post VIDEO_CODEC tag - -2013-12-16 10:18:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: Post VIDEO_CODEC tag - -2013-12-16 10:16:14 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/gsth263parse.h: - h263parse: Post VIDEO_CODEC tag - -2013-12-16 10:13:36 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstdiracparse.c: - * gst/videoparsers/gstdiracparse.h: - diracparse: Post VIDEO_CODEC tag - -2013-12-14 18:12:53 -0500 Todd Agulnick <todd@agulnick.com> - - * sys/decklink/gstdecklinksrc.cpp: - decklinksrc: Process EOS even when there are no incoming video frames. - https://bugzilla.gnome.org/show_bug.cgi?id=680700 - -2013-12-14 15:55:42 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: handle level 3 in get_dpb_max_mb_s_from_level. oops. - -2013-12-14 15:55:22 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/atdec.c: - applemedia: atdec: fix mp3 caps - -2013-12-14 18:42:11 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/decklink/gstdecklinksrc.cpp: - decklinksrc: Set GST_ELEMENT_FLAG_SOURCE on the source - As it does not inherit from basesrc, this flag is not automatically set - and e.g. gst_bin_iterate_sources() and other code does not consider this - element a source. - https://bugzilla.gnome.org/show_bug.cgi?id=680700 - -2013-12-14 13:32:26 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * configure.ac: - configure.ac: add missing AM_CONDITIONAL for OPENEXR and SBC - Makes my automake (1.14) happier. - -2013-12-14 13:30:01 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/plugin.m: - applemedia: always include <Foundation/Foundation.h> - Fixes compilation with newest xcode. - -2013-12-12 17:49:24 +0100 Matej Knopp <matej.knopp@gmail.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - h264parser: not all startcodes should have 3-byte 0 prefix - The parser assumes that every time there is a 0 before the startcode, - it is part of the startcode. But that's not true. - From the specification - Byte stream NAL unit syntax - zero_byte is a single byte equal to 0x00. - When any of the following conditions are fulfilled, the zero_byte syntax - element shall be present. - – the nal_unit_type within the nal_unit( ) is equal to 7 (sequence parameter - set) or 8 (picture parameter set) - – the byte stream NAL unit syntax structure contains the first NAL unit of an - access unit in decoding order, as specified by subclause 7.4.1.2.3. - The problem with doing this for all startcodes is that a trailing zero can mess - up timestamps. The trailing zero gets prepended to the startcode, which will - carry the PTS and DTS of previous buffer. - https://bugzilla.gnome.org/show_bug.cgi?id=664443 - -2013-12-10 11:27:52 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/asfmux/gstasfobjects.c: - * gst/asfmux/gstasfobjects.h: - * gst/asfmux/gstasfparse.c: - asfparse: add timestamps to packets - re-enable the code that adds timestamps to packets after baseparse's - port - -2013-12-10 10:34:02 -0300 Thiago Santos <ts.santos@sisa.samsung.com> - - * gst/asfmux/gstasfobjects.c: - * gst/asfmux/gstasfobjects.h: - * gst/asfmux/gstasfparse.c: - * gst/asfmux/gstasfparse.h: - asfparse: port to baseparse - asfparse was not really functional after the port to 1.0 - Now porting it to baseparse to get it working again - -2013-12-13 11:49:52 +0100 Benjamin Gaignard <benjamin.gaignard@linaro.org> - - * gst/dvbsuboverlay/dvb-sub.c: - dvbsuboverlay: fix reading of display window in display definition segment - From ETSI EN 300 743 V1.3.1 (2006-11) 7.2.1 Display definition segment specifictations - the parameters of display window are in this order: Xmin, Xmax, Ymin, Ymax. - Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> - Signed-off-by: Pierre-Yves Mordret <pierre-yves.mordret@st.com> - https://bugzilla.gnome.org/show_bug.cgi?id=720382 - -2013-12-13 14:16:49 -0800 Aleix Conchillo Flaqué <aleix@oblong.com> - - srtp: add 256-bit key support - * ext/srtp/gstsrtp.[ch]: added GST_SRTP_CIPHER_AES_256_ICM to - GstSrtpCipherType and new function cipher_key_size. - * ext/srtp/gstsrtpenc.c: maximum key size is now 46 characters (14 for - the salt plus the key). If different ciphers are chosen for RTP and - RTCP the maximum needed key size is expected. - * ext/srtp/gstsrtpdec.c: minor documentation updates. - https://bugzilla.gnome.org/show_bug.cgi?id=720434 - -2013-12-12 13:21:15 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/gsm/gstgsmdec.c: - gsmdec: process all available input frames in one go - Instead of parsing, decoding and sending out - lots os little 20ms audio buffers one by one. - -2013-12-11 18:52:53 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fix compiler warning (uninitialized variable) - -2013-12-11 08:11:50 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - applemedia: vtdec: rename reorder_queue_frame_delay to reorder_queue_length - -2013-12-11 08:10:19 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: report latency - -2013-12-11 07:58:23 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: set reorder queue length to the max DPB length - Set reorder_queue_frame_delay from the DPB size (in frames). Still not optimal, - as the DPB size is larger than the max bframe forward prediction length, but I - don't know how to compute the latter without parsing every group of pictures. - -2013-12-10 23:06:53 +1100 Jan Schmidt <jan@centricular.com> - - * ext/soundtouch/gstbpmdetect.cc: - soundtouch: Call default event handler for basetransform - Make pipeline end properly at EOS and not leak by passing events - to the default event handler. - -2013-12-06 00:45:50 +1100 Jan Schmidt <jan@centricular.com> - - * ext/resindvd/resindvdbin.c: - resindvd: Remove racy glib warning. - Sometimes, the pad probes can be called twice - for OOB events - travelling downstream. Clear out the pad block id, so it only - gets removed once. - -2013-12-06 00:22:20 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/gsm/gstgsmdec.c: - gsmdec: fix decoding of audio/ms-gsm variant - Alternates between 33 and 32 byte frames, but must start - with a 33 byte frame. This has been broken for ages since - the element was ported to the audio decoder base class. - https://bugzilla.gnome.org/show_bug.cgi?id=709416 - -2013-12-10 11:10:54 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideobuffer.c: - * sys/applemedia/vtdec.c: - applemedia: vtdec: set the correct video format in the video meta - Fixes all kinds of weird bugs when videoconvert is used with the decoder. - -2013-04-17 10:44:48 +0800 Cong Zhong <congx.zhong@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix picture level scaling lists derivation (rule B). - Fix picture level scaling lists derivation from fall-back rule set B, - as specified in 7.4.2.2. More precisely, the sequence level scaling - lists need to be used but intra and inter lists arguments were swapped. - This fixes FRExt/freh5.264 from conformance testing. - https://bugzilla.gnome.org/show_bug.cgi?id=720099 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-12-08 16:46:58 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/corevideobuffer.c: - applemedia: corevideobuffer: set the correct stride for packed formats - -2013-12-08 15:31:09 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fix mpeg2 video support - -2013-12-08 15:25:27 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: make jpeg decoding actually work - -2013-12-08 15:24:58 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: vtdec: fail gracefully when not negotiated - -2013-12-07 23:55:13 +0100 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/plugin.m: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - applemedia: rewrite VideoToolbox decoder based on GstVideoDecoder - -2013-12-06 21:11:32 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/vmnc/Makefile.am: - * gst/vmnc/vmncdec.c: - * gst/vmnc/vmncdec.h: - vmcndec: Add missing header file - Forgot to add header file to previou commit - -2013-12-06 20:58:48 -0500 Olivier Crête <olivier.crete@collabora.com> - - * configure.ac: - * gst/vmnc/Makefile.am: - * gst/vmnc/vmncdec.c: - vmncdec: Port to GStreamer 1.0 API - -2013-12-06 17:58:13 -0500 Olivier Crête <olivier.crete@collabora.com> - - * configure.ac: - * gst/stereo/gststereo.c: - stereo: Port to GStreamer 1.0 API - -2013-12-06 17:10:39 -0500 Olivier Crête <olivier.crete@collabora.com> - - * configure.ac: - * gst/jp2kdecimator/gstjp2kdecimator.c: - * gst/jp2kdecimator/gstjp2kdecimator.h: - * gst/jp2kdecimator/jp2kcodestream.c: - jp2kdecimator: Port to GStreamer 1.0 API - -2013-12-05 16:50:27 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst/asfmux/gstrtpasfpay.c: - rtpasfpay: Use GstRTPBasePayload method to push buffer - This way the event is also pushed. - https://bugzilla.gnome.org/show_bug.cgi?id=719553 - -2013-12-05 12:05:30 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/sbc/gstsbcdec.c: - sbcdec: Require caps to be set before any data processing - -2013-12-05 12:05:21 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/adpcmdec/adpcmdec.c: - adpcmdec: Require caps to be set before any data processing - -2013-12-05 12:05:09 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/siren/gstsirendec.c: - sirendec: Require caps to be set before any data processing - -2013-12-05 12:04:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/opus/gstopusdec.c: - opusdec: Require caps to be set before any data processing - -2013-12-05 12:04:39 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/mpg123/gstmpg123audiodec.c: - mpg123audiodec: Require caps to be set before any data processing - -2013-12-05 12:04:23 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/gsm/gstgsmdec.c: - gsmdec: Require caps to be set before any data processing - -2013-12-05 11:49:41 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Use new gst_video_decoder_set_needs_format() API - -2013-12-05 11:49:31 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/mfc/gstmfcdec.c: - mfcdec: Use new gst_video_decoder_set_needs_format() API - -2013-12-05 11:49:14 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openjpeg/gstopenjpegdec.c: - openjpegdec: Use new gst_video_decoder_set_needs_format() API - -2013-12-05 11:45:36 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/daala/gstdaaladec.c: - daaladec: Use new gst_video_decoder_set_needs_format() API - -2013-12-04 17:31:27 -0500 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - mpegvideoparser: Also initialize debug category in parse_sequence_header - Also remove the useless initialized flag, this is already done by the macro - https://bugzilla.gnome.org/show_bug.cgi?id=719657 - -2013-12-04 22:38:20 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openexr/gstopenexrdec.cpp: - openexrdec: Instead of trying to parse the bitstream, just look for the next header - This should be more robust and allows us to handle new versions of the - file format if the library supports it. - -2013-12-04 09:13:31 +0100 Wim Taymans <wtaymans@redhat.com> - - * gst/videoparsers/gstdiracparse.c: - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpegvideoparse.c: - * gst/videoparsers/gstvc1parse.c: - videoparsers: use ACCEPT_INTERSECT - We can also accept caps with missing fields. - -2013-12-04 09:03:45 +0100 Wim Taymans <wtaymans@redhat.com> - - * gst/videoparsers/gstdiracparse.c: - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpegvideoparse.c: - * gst/videoparsers/gstvc1parse.c: - videoparsers: remove fields from filter - Don't filter out the caps properties we can convert between when - proxying the getcaps query to the downstream peer pad. - -2013-12-04 09:00:43 +0100 Wim Taymans <wtaymans@redhat.com> - - * gst/videoparsers/gstdiracparse.c: - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gstmpeg4videoparse.c: - * gst/videoparsers/gstmpegvideoparse.c: - * gst/videoparsers/gstvc1parse.c: - videoparsers: refactor remove_fields in getcaps - -2013-12-03 14:53:24 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Check color format - -2013-12-03 14:47:32 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Add support for the video meta - -2013-12-03 14:46:25 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - * ext/openni2/gstopenni2src.h: - openni2src: Use GstVideoFrame API for better handling of strides - And do proper stride conversion. - -2013-12-03 14:35:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Fix buffer handling to actually work and properly timestamp buffers - -2013-12-03 14:35:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Don't shut down library when finalizing an element instance - -2013-12-03 14:35:21 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Fix negotiation and creation of a video buffer pool - -2013-12-03 14:34:56 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Use debug category properly - -2013-12-02 17:03:46 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Classification of the element should be Source/Video - -2013-12-02 17:01:36 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Use GstVideoInfo to create caps and don't leak them - -2013-12-02 16:59:14 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openni2/gstopenni2src.cpp: - openni2src: Some random cleanup and minor fixes - -2013-12-02 11:17:02 +0100 Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> - - * configure.ac: - * docs/plugins/Makefile.am: - * ext/Makefile.am: - * ext/openni2/Makefile.am: - * ext/openni2/gstopenni2.cpp: - * ext/openni2/gstopenni2src.cpp: - * ext/openni2/gstopenni2src.h: - openni: Add OpenNNI2 plugin - https://bugzilla.gnome.org/show_bug.cgi?id=708914 - -2013-12-02 10:28:28 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/geometrictransform/gstbulge.c: - * gst/geometrictransform/gstcircle.c: - * gst/geometrictransform/gstdiffuse.c: - * gst/geometrictransform/gstfisheye.c: - * gst/geometrictransform/gstkaleidoscope.c: - * gst/geometrictransform/gstmarble.c: - * gst/geometrictransform/gstmirror.c: - * gst/geometrictransform/gstperspective.c: - * gst/geometrictransform/gstpinch.c: - * gst/geometrictransform/gstrotate.c: - * gst/geometrictransform/gstsphere.c: - * gst/geometrictransform/gstsquare.c: - * gst/geometrictransform/gststretch.c: - * gst/geometrictransform/gsttunnel.c: - * gst/geometrictransform/gsttwirl.c: - * gst/geometrictransform/gstwaterripple.c: - geometrictransform: G_DEFINE_TYPE() already calls g_type_class_peek_parent() for us - -2013-12-02 10:25:57 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/geometrictransform/gstbulge.c: - * gst/geometrictransform/gstcircle.c: - * gst/geometrictransform/gstcirclegeometrictransform.c: - * gst/geometrictransform/gstdiffuse.c: - * gst/geometrictransform/gstgeometrictransform.c: - * gst/geometrictransform/gstkaleidoscope.c: - * gst/geometrictransform/gstmarble.c: - * gst/geometrictransform/gstperspective.c: - * gst/geometrictransform/gstpinch.c: - * gst/geometrictransform/gstrotate.c: - * gst/geometrictransform/gstsphere.c: - * gst/geometrictransform/gstsquare.c: - * gst/geometrictransform/gststretch.c: - * gst/geometrictransform/gsttunnel.c: - * gst/geometrictransform/gsttwirl.c: - * gst/geometrictransform/gstwaterripple.c: - geometrictransform: Remove empty GObject::finalize() implementations - Also don't use GST_DEBUG_FUNCPTR for GObject vfuncs - -2013-10-20 22:04:38 +0200 Antonio Ospite <ospite@studenti.unina.it> - - * gst/geometrictransform/Makefile.am: - * gst/geometrictransform/gstperspective.c: - * gst/geometrictransform/gstperspective.h: - * gst/geometrictransform/plugin.c: - geometrictransform: Add a 2D perspective transform plugin - The perspective plugin applies a 2D perspective (also called projective) - transform to the frame buffer. - A perspective transform can be used for instance to perform keystone - correction when playing the content with a video projector. - https://bugzilla.gnome.org/show_bug.cgi?id=710810 - -2013-12-01 23:31:25 +0000 Tim-Philipp Müller <tim@centricular.com> - - * ext/mpeg2enc/gstmpeg2enc.cc: - mpeg2enc: avoid list for one single value in template caps - -2013-12-01 22:32:09 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/asfmux/gstasfmux.c: - asfmux: microoptimisation: avoid unnecessary gst_buffer_get_size() calls - -2013-11-29 13:23:40 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/asfmux/gstrtpasfpay.c: - rtpasfpay: init rtp buffer fixing rtp packet creation - https://bugzilla.gnome.org/show_bug.cgi?id=719553 - -2013-11-29 13:22:56 +0000 Tim-Philipp Müller <tim@centricular.com> - - * gst/asfmux/gstasfmux.c: - asfmux: don't use buffer after giving away ownership - https://bugzilla.gnome.org/show_bug.cgi?id=719553 - -2013-11-29 10:14:43 +0100 Christian Fredrik Kalager Schaller <uraeus@linuxrising.org> - - * gst-plugins-bad.spec.in: - Update spec file with latest changes - -2013-11-25 16:57:00 +0000 Lubosz Sarnecki <lubosz@gmail.com> - - * gst/videoparsers/gstpngparse.c: - pngparse: Don't try to set framerate if not from upstream - https://bugzilla.gnome.org/show_bug.cgi?id=715166 - -2013-11-28 15:10:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Fix splitting of multiple NALU per buffer - Conversion to byte-stream/nal crashes without that because the - baseparse frame of all NALUs is finished for the first NALU, then - used again for parsing the second NALU. Just that now the buffer - of the frame is already gone. Instead we create temporary frames - for every NALU. - -2013-10-31 17:16:14 +0100 Antonio Ospite <ospite@studenti.unina.it> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: fix setting codec_data when using WaveFormatEx - When using WaveFormatEx the actual codec private data is at the end of - the wav header structure, after the cbSize field, see for example the - notes at http://wiki.multimedia.cx/index.php?title=WAVEFORMATEX - The previous code was erroneously passing the whole WAVEFORMATEX - structure as codec_data. - The smoothstreaming specifications[1,2,3] always mention WAVEFORMATEX - and never smaller structures like WAVEFORMAT or PCMWAVEFORMAT, so the - buffer can assumed to be at least 18 bytes and always consuming the wav - header gives the (possibly empty) codec private data. - [1] http://web.archive.org/web/20120907004742/http://www.iis.net/community/files/media/smoothspecs/%5BMS-SMTH%5D.pdf - [2] http://download.microsoft.com/download/B/0/B/B0B199DB-41E6-400F-90CD-C350D0C14A53/%5BMS-SSTR%5D.pdf - [3] http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-SSTR%5D.pdf - https://bugzilla.gnome.org/show_bug.cgi?id=699924 - -2013-10-31 15:58:27 +0100 Antonio Ospite <ospite@studenti.unina.it> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: use mssdemux_debug debug category for gstmssmanifest.c too - -2013-10-16 16:22:36 +0200 Antonio Ospite <ospite@studenti.unina.it> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: fix coding style - -2013-11-25 15:17:33 +1100 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstspu-vobsub.c: - dvdspu: Don't unmap an unreffed buffer - gst_dvd_spu_finish_spu_buf drops the reference to the current - buffer, so make sure to call gst_buffer_unmap before it. - -2013-11-23 19:11:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openexr/gstopenexrdec.cpp: - openexrdec: Consider the pixel aspect ratio stored in the file - -2013-11-23 18:37:00 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openexr/Makefile.am: - * ext/openexr/gstopenexr.c: - * ext/openexr/gstopenexrdec.cpp: - * ext/openexr/gstopenexrdec.h: - openexr: Add OpenEXR decoder element - This currently converts from ARGB64_F16 (16 bit float per component) - to ARGB64 by clipping. We should add support for the F16 format and - implement a conversion filter element that can apply gamma curves, - change exposure, etc. - -2013-11-23 11:29:08 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * ext/Makefile.am: - * ext/openexr/Makefile.am: - * ext/openexr/gstopenexr.c: - * ext/openexr/gstopenexr.h: - * ext/openexr/gstopenexrdec.cpp: - * ext/openexr/gstopenexrdec.h: - openexr: Add OpenEXR plugin - See http://www.openexr.com - -2013-11-23 11:35:35 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/openjpeg/gstopenjpegdec.c: - * ext/openjpeg/gstopenjpegenc.c: - openjpeg: Fix names of debug categories - -2013-11-23 14:35:06 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst/dvdspu/gstspu-vobsub.c: - dvdspu: pop new packet when invalid next command block - ... to prevent staying stuck on current command block and busy looping. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=712219 - -2013-11-23 11:23:35 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst/videoparsers/gstmpeg4videoparse.c: - mpeg4videoparse: accept VideoObjectLayer as start of frame and config - ... which it deserves as much as VideoObject. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=667564 - -2013-11-21 15:54:32 +0000 Tim-Philipp Müller <tim@centricular.com> - - * sys/qtwrapper/audiodecoders.c: - * sys/qtwrapper/imagedescription.c: - * sys/qtwrapper/videodecoders.c: - qtwrapper: g_memmove() is deprecated - Just use plain memmove(), g_memmove() is deprecated in - recent GLib versions. - https://bugzilla.gnome.org/show_bug.cgi?id=712811 - -2013-11-20 12:46:23 +1100 Jan Schmidt <jan@centricular.com> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: Handle vobsub packets smaller than 4 bytes - In particular, handle the case of an empty packet with size 0 bytes. - Partially fixes: #712643 - -2013-11-19 20:18:48 -0500 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.c: - srtpenc: Set the first session flag to false once one is create - Otherwise it always thinks it's the first session. - https://bugzilla.gnome.org/show_bug.cgi?id=711495 - -2013-11-19 20:12:54 -0500 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - * ext/srtp/gstsrtpdec.h: - srtpdec: Make sure that stream-id/caps/segment are sent before buffers - It may be possible that only one of the two sink pads is linked in that case, - the events need to be created from the other pad. - -2013-11-19 19:10:06 -0500 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Pass is_rtcp to setcaps function - -2013-04-04 17:59:01 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - srtp: Implement SRTCP demultiplexing - Separate multiplexed RTP and RTCP if they arrive - on the rtp_sink pad. - -2013-11-19 00:38:33 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/daala/gstdaaladec.c: - * ext/daala/gstdaalaenc.c: - daala: Fix compilation - -2013-11-13 22:25:59 -0300 Thiago Santos <ts.santos@partner.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: do not try to deinit the downloadrate while it is used - This can cause an assertion or deadlocks. - -2013-11-11 16:35:35 -0300 Thiago Santos <ts.santos@partner.samsung.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: also consider /manifest - The spec says /Manifest, but /manifest is easily found on some - services, so handle that, too. - https://bugzilla.gnome.org/show_bug.cgi?id=710223 - -2013-11-14 09:02:35 -0300 Thibault Saunier <thibault.saunier@collabora.com> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Fix compilation when debug is disabled - -2013-11-13 18:59:48 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> - - * gst-libs/gst/codecparsers/Makefile.am: - codecparsers: Add -lm needed by H.265 parser - -2013-11-13 17:16:04 -0300 Thibault Saunier <thibault.saunier@collabora.com> - - * gst/videoparsers/gstpngparse.c: - pngparse: Proxy upstream framerate on srcpad if avalaible - If the user sets it himself with capsfilter, the information should be - kept and transmitted downstream. - -2013-11-12 18:36:04 -0300 Thibault Saunier <thibault.saunier@collabora.com> - - * gst/mpegtsmux/Makefile.am: - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/mpegtsmux.h: - * gst/mpegtsmux/tsmux/tsmux.c: - * gst/mpegtsmux/tsmux/tsmux.h: - * gst/mpegtsmux/tsmux/tsmuxstream.c: - * gst/mpegtsmux/tsmux/tsmuxstream.h: - mpegtsmux: Properly add subtitle descriptor for DVb subpicture subtitles - We were adding an empty descriptor for them and it was not possible to - actually use them on muxed streams. - -2013-11-13 14:28:30 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * ext/eglgles/gsteglglessink.c: - eglglessink: fix non-egl display context query - -2013-11-11 16:15:00 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: look beyond start code before leaping - In case more data than a start code alone is needed to decide whether - it ends a frame, arrange for more input data and decide when available. - Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711627 - -2013-11-11 13:24:08 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: declare missing instance variables - Fixes build on 32-bit system. - https://bugzilla.gnome.org/show_bug.cgi?id=711844 - -2013-11-10 12:17:18 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: tweak extension handling - -2013-11-10 12:15:33 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> - - * gst/mpegdemux/gstmpegdemux.c: - mpgegdemux: do not use pushed buffer in debug message - -2013-11-09 13:32:21 +0100 Matej Knopp <matej.knopp@gmail.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: check for same TSN only for interlaced streams (fixes unit test) - https://bugzilla.gnome.org/show_bug.cgi?id=711721 - -2013-11-09 12:18:02 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/Makefile.am: - audiomixer: Add test for the ORC code - -2013-11-09 09:43:56 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/videoparsers/gstmpegvideoparse.c: - Revert "mpegvparse: Fix last start code position when input buffer is empty" - This reverts commit 7c23a6f23c185330d74ae4ccce79c3641a2fabac. - The fix was not complete, see discussion in - https://bugzilla.gnome.org/show_bug.cgi?id=711627 - -2013-11-08 20:23:27 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/mpegts/gst-dvb-section.h: - mpegts: Add some more element-type annotations for g-i - -2013-11-07 21:37:29 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/coremediabuffer.c: - coremediabuffer: keep an extra ref to the image and data buffer - -2013-11-07 10:57:22 -0700 Greg Rutz <greg@gsr-tek.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvparse: Fix last start code position when input buffer is empty - When the input buffer is empty and we need more data to determine - whether or not to terminate the previous frame, the last start code - location needs to be set to 4 bytes before the the current position - (size of start_code is 32-bits) - https://bugzilla.gnome.org/show_bug.cgi?id=711627 - -2013-11-07 14:39:26 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: Fix bad condition in h264 parser - https://bugzilla.gnome.org/show_bug.cgi?id=711615 - -2013-11-07 12:29:48 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/coremediabuffer.c: - applemedia: coremediabuffer: use correct retain/release functions on CMSampleBufferRef buffer - Fixes a crash while releasing the sample buffer after the image - buffer it contains. - Also fixes a minor coding style error. - https://bugzilla.gnome.org/show_bug.cgi?id=711606 - -2013-11-07 14:26:22 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/plugin.m: - qtkitvideosrc: lower rank to GST_RANK_SECONDARY - Makes avfvideosrc be prefered over qtkitvideosrc since it is deprecated - with OS X 10.9. - https://bugzilla.gnome.org/show_bug.cgi?id=711614 - -2013-11-07 13:33:36 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/plugin.m: - avfvideosrc: set rank to GST_RANK_PRIMARY - Makes avfvideosrc to be used with autodetection. - https://bugzilla.gnome.org/show_bug.cgi?id=711614 - -2013-11-07 12:47:51 -0300 Thiago Santos <ts.santos@partner.samsung.com> - - * ext/hls/gsthlssink.c: - hlssink: do not lose ref to the multifilesink - It is needed to update location properties and it was being lost on - state changes, causing issues if the pipeline was to be reused - -2013-11-07 12:35:55 -0300 Thiago Santos <ts.santos@partner.samsung.com> - - * ext/hls/gsthlssink.c: - hlssink: make sure it is handled as a sink - It only gets the sink flag set when it adds the multifilesink, that - happens in null->ready and it might be too late. Set the flag - explicitly on the constructor. - https://bugzilla.gnome.org/show_bug.cgi?id=711086 - -2013-11-07 13:05:08 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/atdec.c: - avfvideosrc: fix compiler warning in iOS - -2013-11-07 12:29:34 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix build in iOS with isEqualTo doesn't exists - -2013-11-07 12:20:31 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix build with older SDK not supporting AVDeviceFormat - AVDeviceFormat and AVFrameRateRange are available in iOS since 7.0 - so we need a more dynamic approach to support compilation with older - SDK's. We use a NSObject to avoid referencing those types and key-value - coding or preformSelector to access properties. - -2013-11-07 01:38:20 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix checks for HAVE_IOS - -2013-11-07 01:37:38 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: include config.h - -2013-11-06 18:53:25 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: add more debug - -2013-11-06 18:50:46 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix compilation with gcc - The synthesize block needs to be moved to fix a compiler error - -2013-11-06 18:49:35 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: sort caps with the highest resolution first - When started without any caps filter we prefer the highest - supported resolution. - -2013-11-04 11:14:35 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: support screen capture on OSX - https://bugzilla.gnome.org/show_bug.cgi?id=711432 - -2013-10-31 13:05:40 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: minor cosmetic - -2013-10-31 13:03:58 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: use input device formats to set/get caps if available - https://bugzilla.gnome.org/show_bug.cgi?id=711211 - -2013-10-29 15:37:16 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: update caps if frame size has changed - On OSX, setting the pixel format on the output reset the capture device - to its native resolution, so we need to update the caps if the output - frame size has changed before a proper solution is found. - -2013-10-29 15:36:06 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: check if low preset is available - -2013-10-28 18:22:13 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: use a dedicated queue for AVFoundation calls - Replace the main queue with a dedicated queue for AVFoundation calls - so the execution on this queue won't block if the main queue - is not running. - -2013-10-29 17:33:11 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: remove trailing space - -2013-10-30 14:51:50 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: dispatch AVFoundation calls synchronously in the main queue - -2013-10-30 12:40:01 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/plugin.m: - applemedia: enable avfvideosrc if AVFoundation is present - -2013-10-30 12:39:24 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: only enable 1920x1080 preset on iOS - -2013-10-28 11:20:27 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * configure.ac: - configure.ac: detect presence of AVFoundation - -2013-10-28 11:53:26 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/plugin.m: - applemedia: port avfvideosrc to 1.0 - -2013-11-07 14:12:17 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Add unit test for handling unaligned buffers - That is, buffers that start or end in the middle of an output block. - -2013-11-07 14:12:00 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Fix EOS handling if we have some pending data - -2013-11-07 13:57:35 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Add test for the discont handling - -2013-11-07 13:55:32 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Refactor sync test to be more reusable - -2013-11-07 13:48:06 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Remove some racy-ness from the unit test - We might already be EOS when we start the mainloop, so only - set the pipeline to PLAYING from the main loop. - -2013-11-07 09:54:40 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - codecparsers: Remove some unused functions - -2013-11-06 22:13:13 -0300 Thiago Santos <ts.santos@partner.samsung.com> - - * gst/camerabin2/gstcamerabin2.c: - camerabin: Make sure video-done is post only when file is closed - Force filesink to null before posting video-done to make sure the - file was closed. - Had to do it from a separate thread to avoid calling state_change from - a sync message handler. - https://bugzilla.gnome.org/show_bug.cgi?id=709373 - -2013-11-06 23:11:14 +0000 Tim-Philipp Müller <tim@centricular.com> - - * win32/common/libgstcodecparsers.def: - win32: add new codecparser API to .def file - -2013-10-09 10:54:14 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/Makefile.am: - * gst/videoparsers/gsth265parse.c: - * gst/videoparsers/gsth265parse.h: - * gst/videoparsers/plugin.c: - videoparsers: add H.265 HEVC video parser element - https://bugzilla.gnome.org/show_bug.cgi?id=708438 - -2013-10-01 13:39:41 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/Makefile.am: - * gst-libs/gst/codecparsers/gsth265parser.c: - * gst-libs/gst/codecparsers/gsth265parser.h: - codecparsers: add H.265 HEVC bitstream parser - https://bugzilla.gnome.org/show_bug.cgi?id=708438 - -2013-11-05 12:43:44 +0100 Wim Taymans <wim.taymans@collabora.co.uk> - - * gst/aiff/aiffparse.c: - aiffparse: fix seeking in push mode - -2013-11-06 15:50:08 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/audiomixer/gstaudiomixer.c: - audiomixer: Don't take channel mask in consideration in mono or stereo - This could cause negotiation to fail. - https://bugzilla.gnome.org/show_bug.cgi?id=708633 - -2013-11-06 15:31:31 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/.gitignore: - audiomixer: Add test to the .gitignore file - -2013-11-06 15:18:58 +0100 Sebastian Dröge <sebastian@centricular.com> - - * tests/check/elements/audiomixer.c: - audiomixer: Add simply synchronization test - -2013-11-06 15:18:50 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - * gst/audiomixer/Makefile.am: - * gst/audiomixer/gstaudiomixer.c: - * gst/audiomixer/gstaudiomixer.h: - * gst/audiomixer/gstaudiomixerorc-dist.c: - * gst/audiomixer/gstaudiomixerorc-dist.h: - * gst/audiomixer/gstaudiomixerorc.orc: - * tests/check/Makefile.am: - * tests/check/elements/audiomixer.c: - audiomixer: Add new element based on adder that does synchronized audio mixing - -2013-11-05 11:19:37 +0000 Tim-Philipp Müller <tim@centricular.com> - - * common: - Automatic update of common submodule - From 865aa20 to dbedaa0 - -2013-11-04 19:58:35 +0100 Sebastian Dröge <sebastian@centricular.com> - - * ext/eglgles/gstegladaptation_egl.c: - eglglessink: Query upstream first to get a EGLDisplay - -2013-11-04 10:04:59 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia-nonpublic/Makefile.am: - applemedia-nonpublic: Link with gmodule for g_module_open() and others - -2013-11-04 10:04:42 +0100 Sebastian Dröge <sebastian@centricular.com> - - * sys/applemedia/Makefile.am: - applemedia: Link with gmodule for g_module_open() and others - -2013-11-01 22:32:32 +0100 Sebastian Dröge <sebastian@centricular.com> - - * configure.ac: - configure: Always define AM_CONDITIONAL USE_EGLGLES - -2013-10-04 12:48:10 +0200 L. Sorin <sorin@axis.com> - - * configure.ac: - * ext/curl/Makefile.am: - * ext/curl/gstcurl.c: - * ext/curl/gstcurlsftpsink.c: - * ext/curl/gstcurlsftpsink.h: - * ext/curl/gstcurlsshsink.c: - * ext/curl/gstcurlsshsink.h: - * tests/check/Makefile.am: - * tests/check/elements/.gitignore: - * tests/check/elements/curlsftpsink.c: - curl: curlsftpsink - new libcurl-based sink element for SFTP - Note: SFTP = SSH File Transfer Protocol - The sink acts as a client and uploads data to the SFTP server. - https://bugzilla.gnome.org/show_bug.cgi?id=709795 - -2013-10-31 13:36:25 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> - - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.signals: - * ext/Makefile.am: - * ext/cdaudio/Makefile.am: - * ext/cdaudio/gstcdaudio.c: - * tests/check/Makefile.am: - * win32/common/config.h: - cdaudio: Remove cdaudio plugin - This element is being removed due to it been - considered obsolete and the functionaily it - provides no longer needed. - Details on the decision can be found here: - https://bugzilla.gnome.org/show_bug.cgi?id=711223 - Fixes: - https://bugzilla.gnome.org/show_bug.cgi?id=711232 - -2013-11-01 10:41:16 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/yadif/yadif.c: - yadif: Fix compiler warning caused by specifying const twice - yadif.c:49:24: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] - DECLARE_ASM_CONST (16, const xmm_reg, pb_1) = { - ^ - yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST' - #define DECLARE_ASM_CONST(n,t,v) static const t __attribute__((used)) __attribute__ ((aligned (n))) v - ^ - yadif.c:52:24: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] - DECLARE_ASM_CONST (16, const xmm_reg, pw_1) = { - ^ - yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST' - #define DECLARE_ASM_CONST(n,t,v) static const t __attribute__((used)) __attribute__ ((aligned (n))) - -2013-11-01 10:40:06 +0100 Sebastian Dröge <sebastian@centricular.com> - - * gst/yadif/yadif.c: - yadif: Fix build with XCode - https://bugzilla.gnome.org/show_bug.cgi?id=710451 - -2013-10-28 15:04:16 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/gsth264parse.h: - h264parse: Remove the explicit PAR calculation based on VUI headers - The PAR calculation based on VUI headers is already doing by the - h264 codecparser and we does't need to duplicate those code. - https://bugzilla.gnome.org//show_bug.cgi?id=711009 - -2013-10-17 12:05:44 +0200 Antonio Ospite <ospite@studenti.unina.it> - - * docs/plugins/gst-plugins-bad-plugins.args: - * gst/geometrictransform/gstrotate.c: - rotate: Fix angle property help text - The help text of the angle property was probably copied from the circle - plugin, fix it to mention the rotation determined by the angle. - https://bugzilla.gnome.org/show_bug.cgi?id=710391 - -2013-10-30 18:48:08 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@sisa.samsung.com> - - * configure.ac: - * ext/cdaudio/gstcdaudio.c: - cdaudio: port to 1.X - https://bugzilla.gnome.org/show_bug.cgi?id=711223 - -2013-10-30 18:25:50 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/androidmedia/gstamc.c: - androidmedia: fix rank for more software decoders - In Galaxy S4 the codecs list contains some OMX.SEC.foo.sw.dec - as software decoders - https://bugzilla.gnome.org/show_bug.cgi?id=711214 - -2013-10-17 12:53:31 +0200 Antonio Ospite <ospite@studenti.unina.it> - - * gst/geometrictransform/gstgeometrictransform.c: - geometrictransform: Fix setting black background for AYUV buffers - When the frame buffer is AYUV writing all zeros does not set it to - black, in YUV colorspace 0x10 is the black level for luminance and 0x80 - is the black level for chrominance. - Fix setting the background to black when the out_frame format is AYUV; - in all the other supported formats zeroing the data with memset is still - the right thing to do. - https://bugzilla.gnome.org/show_bug.cgi?id=710392 - -2013-10-23 23:34:27 +0100 Matthieu Bouron <matthieu.bouron@gmail.com> - - * sys/applemedia-nonpublic/plugin.m: - applemedia-nonpublic: fix plugin name - https://bugzilla.gnome.org/show_bug.cgi?id=711135 - -2013-10-23 17:22:16 +0100 Matthieu Bouron <matthieu.bouron@gmail.com> - - * sys/applemedia/vtenc.c: - vtenc: use proper release callback type in CVPixelBufferCreateWithPlanarBytes - https://bugzilla.gnome.org/show_bug.cgi?id=711140 - -2013-09-21 00:20:36 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * sys/applemedia/avfvideosrc.m: - avfvideosrc: fix truncated line - https://bugzilla.gnome.org/show_bug.cgi?id=710657 - -2013-10-30 16:20:56 +0100 Andoni Morales Alastruey <ylatuya@gmail.com> - - * ext/eglgles/gstegladaptation_eagl.m: - eglglessink: remove unused functions in the eagl backend - https://bugzilla.gnome.org/show_bug.cgi?id=711159 - -2013-10-18 11:54:12 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - androidmedia: fix access to invalid buffers in the decoding loop - Flushing the decoder invalidates all buffers, so it should be done - after quiting the decoding loop. Otherwise we can jump into - "failed_release" and stop everything - https://bugzilla.gnome.org/show_bug.cgi?id=711156 - -2013-10-28 09:33:47 +0100 Edward Hervey <edward@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Unify value setting - the initial par_n = par_d = 0; was always overwritten since the switch/case - handles all values - And remove the 0 case (it's the same handling as default) - -2013-10-28 09:33:16 +0100 Edward Hervey <edward@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Avoid ending up with undefined values - If caps aren't fixed, we'd end up with undefined values for format - and align. - -2013-10-11 11:23:16 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Demote GST_ERROR to GST_WARNING - discontinuities are not errors per-se and we handle them correctly. - -2013-10-25 11:11:30 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/gsthlsdemux.c: - hlsdemux: fix memory leak in gst_hls_demux_get_next_fragment - This patch fixes three memory leaks in hlsdemux, one that occurs - during normal operation and two that occur during error conditions. - The gst_hls_demux_get_next_fragment function calls - gst_fragment_get_buffer which increments the reference count - on the buffer but gst_hls_demux_get_next_fragment never calls unref on - the buffer. This means that the reference count for each downloaded - fragment never gets to zero and so its memory is never released. - This patch adds a call to gst_buffer_unref after the flags have been - updated on the buffer. - There is a leak-on-error in gst_hls_demux_decrypt_fragment if it fails - to download the key file. If the key fails to download, null is - returned without doing an unref on the encrypted fragment. The - semantics of gst_hls_demux_decrypt_fragment is that it takes ownership - of the encrypted fragment and releases it before returning. - There is a leak-on-error in gst_hls_src_buf_to_utf8_playlist in the - unlikely event that the gst_buffer_map fails. In the "happy path" - operation of gst_hls_src_buf_to_utf8_playlist the buffer gets an unref - before the function returns, therefore the error condition must do the - same. - https://bugzilla.gnome.org/show_bug.cgi?id=710881 - -2013-10-23 17:11:20 +0100 Matthieu Bouron <matthieu.bouron@gmail.com> - - * gst/mpegtsmux/mpegtsmux_ttxt.c: - mpegtsmux: fix uninitialized variable warning - https://bugzilla.gnome.org/show_bug.cgi?id=710759 - -2013-10-23 16:58:49 +0100 Matthieu Bouron <matthieu.bouron@gmail.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtsdemux: fix uninitialized variable warning - https://bugzilla.gnome.org/show_bug.cgi?id=710759 - -2013-10-18 10:12:56 +0800 Chen Jie <chenj@lemote.com> - - * sys/androidmedia/gstamc.c: - androidmedia: make gst_amc_avc_profile_from_string recognize alt name - https://bugzilla.gnome.org/show_bug.cgi?id=710433 - -2013-10-12 16:04:25 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/soundtouch/gstpitch.cc: - pitch: Fix inverted condition in setcaps - -2013-10-11 10:32:52 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Skip packets with corrupted length - This is similar to what we do for packets with payload - -2013-10-11 10:29:20 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Refactor language tag extraction - subtitling descriptor needs to be used with a different method to extract - language codes. - -2013-10-11 10:21:25 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - mpegts: Add support for parsing DVB Subtitling descriptor (0x59) - Essentially works in the same vein as the iso639 descriptor code - -2013-10-10 22:46:48 +0200 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegts: Fix assertion fault in ISO 639 parsing - https://bugzilla.gnome.org/show_bug.cgi?id=709180 - -2013-10-09 17:18:41 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/speed/gstspeed.c: - speed: Fix some bytes-per-frame vs. bytes-per-sample mixups - Otherwise we will crash when handling multiple channels and - miscalculate timestamps. - https://bugzilla.gnome.org/show_bug.cgi?id=709734 - -2013-10-08 11:10:49 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - configure: Make sure to try window-system-agnostic EGL if nothing was auto-detected - -2013-10-08 07:56:11 +0200 Stefan Sauer <ensonic@users.sf.net> - - * gst/mpegdemux/gstmpegdemux.c: - mpegpsdemux: log time format as name instead of the number - -2013-10-06 17:37:38 +0200 Gilles Dartiguelongue <eva@gentoo.org> - - * configure.ac: - egl: Allow disabling gstreamer-egl library - https://bugzilla.gnome.org/show_bug.cgi?id=709531 - -2013-10-05 14:45:33 +0200 Jesper Larsen <knorr.jesper@gmail.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Use mpegts-lib for ISO 639 language tags - https://bugzilla.gnome.org/show_bug.cgi?id=709180 - -2013-10-05 14:45:32 +0200 Jesper Larsen <knorr.jesper@gmail.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Return descriptor in get_descriptor - https://bugzilla.gnome.org/show_bug.cgi?id=709180 - -2013-10-05 14:45:31 +0200 Jesper Larsen <knorr.jesper@gmail.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - mpegts: Add ISO 639 parsing functions - https://bugzilla.gnome.org/show_bug.cgi?id=709180 - -2013-10-05 00:00:52 +0200 Matej Knopp <matej.knopp@gmail.com> - - * gst/dvdspu/gstdvdspu.c: - dvdspu: handle sticky dvd events - palette-changed events are now sticky. - https://bugzilla.gnome.org/show_bug.cgi?id=709454 - -2013-10-03 07:57:17 -0300 Thiago Santos <ts.santos@partner.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Small improvement on always valid if condition - No need to check for !cancelled as the above if guarantees it - to be true - -2013-10-03 07:56:21 -0300 Thiago Santos <ts.santos@partner.samsung.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Do not call _stop holding the updates lock - It will cause a deadlock and the calers for _get_next_fragment - will already call _stop if required when _get_next_fragment fails. - Fixes #690148 - -2013-06-12 10:50:51 -0600 Greg Rutz <greg@gsr-tek.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Improve if cause readability - Fixed up the error-handling code when downloading fragments. - Modifed the error-handling code to use positive logic when - testing for cancellation of the download loop. - https://bugzilla.gnome.org/show_bug.cgi?id=701404 - -2013-09-26 17:05:24 -0300 Thiago Santos <ts.santos@partner.samsung.com> - - * ext/dash/gstdashdemux.c: - dashdemux: actually return true on latency query - Do not forget to set the return for latency query - -2013-09-26 16:13:33 -0300 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: stop fetching live fragments that don't yet exist - There is an issue for live streams where download_loop will keep - downloading segments until it gets a 404 error for a segment - that has not yet been published. This is a problem because this - request for a segment that doesn't exist will propagate all the - way back to the origin server(s). This means that dashdemux causes - extra load on the origin server(s) for segments that aren't yet - available. - This patch uses availabilityStartTime, period - and the host's idea of UTC to decide if a fragment is available to - be requested from an HTTP server and filter out requests for fragments - that are not yet available. - https://bugzilla.gnome.org/show_bug.cgi?id=701404 - -2013-10-03 13:26:06 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/videoparsers/gsth264parse.c: - h264parse: Fix conversion to AVC if a SPS/PPS not from the first indizes is used - https://bugzilla.gnome.org/show_bug.cgi?id=707974 - -2013-10-02 10:55:30 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - * ext/openjpeg/Makefile.am: - * ext/openjpeg/gstopenjpeg.h: - * ext/openjpeg/gstopenjpegdec.c: - * ext/openjpeg/gstopenjpegdec.h: - * ext/openjpeg/gstopenjpegenc.c: - * ext/openjpeg/gstopenjpegenc.h: - openjpeg: Port OpenJPEG plugin to the 2.0 API - -2013-10-02 05:49:43 +0300 Dominik Röttsches <dominik.rottsches@intel.com> - - * sys/applemedia/vtenc.c: - vtenc: Add support for I420 - https://bugzilla.gnome.org/show_bug.cgi?id=709241 - -2013-10-02 05:49:34 +0300 Dominik Röttsches <dominik.rottsches@intel.com> - - * sys/applemedia/vtenc.c: - * sys/applemedia/vtenc.h: - vtenc: Use correct strides, etc from the GstVideoFrame - https://bugzilla.gnome.org/show_bug.cgi?id=706211 - -2013-08-20 17:03:38 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: store quantization matrices in zig-zag order - Quantizer matrices are encoded in zigzag scan order in the bitstream, - so always parse it as it is. - https://bugzilla.gnome.org/show_bug.cgi?id=708629 - -2013-10-02 11:40:05 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * win32/common/libgstcodecparsers.def: - win32: update with the new file libgstcodecparsers.def - https://bugzilla.gnome.org/show_bug.cgi?id=708629 - -2013-10-02 11:24:58 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - codecparsers: h264: add helpers to convert quantization matrices - Add utility functions to convert quantization matrices from zig-zag scan - order into raster scan order and vice-versa - https://bugzilla.gnome.org/show_bug.cgi?id=708629 - -2013-09-30 15:32:55 -0600 Brendan Long <b.long@cablelabs.com> - - * configure.ac: - * gst-plugins-bad.spec.in: - * pkgconfig/Makefile.am: - * pkgconfig/gstreamer-mpegts-uninstalled.pc.in: - * pkgconfig/gstreamer-mpegts.pc.in: - * pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in: - Add gstreamer-mpegts pkg-config file. - https://bugzilla.gnome.org/show_bug.cgi?id=709145 - -2013-09-29 23:43:23 +0100 Tim-Philipp Müller <tim@centricular.net> - - * ext/opencv/gstdisparity.cpp: - opencv: don't unref NULL caps in finalize - Fixes gst-inspect-1.0 -a and generic states unit test. - -2013-09-26 13:37:09 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/applemedia/Makefile.am: - * sys/applemedia/iosassetsrc.h: - * sys/applemedia/iosassetsrc.m: - iosassetsrc: Port to 1.0 and fix some bugs on the way - -2013-09-26 13:21:59 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/iosassetsrc.h: - * sys/applemedia/iosassetsrc.m: - * sys/applemedia/plugin.m: - iosassetsrc: Add new element from the GStreamer SDK project - -2013-09-23 14:36:40 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/eglgles/Makefile.am: - * ext/eglgles/gstegladaptation.c: - * ext/eglgles/gstegladaptation.h: - * ext/eglgles/gstegladaptation_eagl.m: - * ext/eglgles/gstegladaptation_egl.c: - * ext/eglgles/gsteglglessink.c: - * ext/eglgles/gsteglglessink.h: - eglglessink: Port iOS part to 1.0 - -2013-09-23 13:20:46 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - configure: Fix iOS check for eglglessink - -2013-09-23 11:35:56 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/applemedia-nonpublic/Makefile.am: - * sys/applemedia-nonpublic/coremediactx.c: - * sys/applemedia-nonpublic/plugin.m: - * sys/applemedia/Makefile.am: - * sys/applemedia/plugin.m: - applemedia: avfvideosrc is not ported to 1.0 yet - -2013-09-18 17:51:26 +0200 Michael Olbrich <m.olbrich@pengutronix.de> - - * gst/liveadder/liveadder.c: - liveadder: round when calculation length from duration - liveadder sometimes calculates the offsets incorrectly before adding. The - resulting errors can easily be heard when mixing silence with a sine. - I'm not sure what the exact conditions are to trigger this, but it definitively - happens when the buffers of two streams have a different duration and buffer - length and duration don't match exactly for one stream because of rounding - errors (e.g. duration=0:00:00.021333333) - I have to admit, I got lost in the math somewhere but it seems that not - rounding in gst_live_adder_length_from_duration() causes 1 sample overlaps in - consecutive buffers from the same stream. - When using gst_util_uint64_scale_int_round() instead of just truncating the - sine sound correctly again. - https://bugzilla.gnome.org/show_bug.cgi?id=708345 - -2013-09-25 15:22:12 +0100 Javier Jardón <jjardon@gnome.org> - - * ext/hls/gstm3u8playlist.c: - hlssink: Use floats for the EXTINF duration values - https://bugzilla.gnome.org/show_bug.cgi?id=708851 - -2013-09-25 15:18:39 +0100 Javier Jardón <jjardon@gnome.org> - - * ext/hls/gstm3u8playlist.c: - hlssink: Write EXT-X-VERSION tag in the playlist file - https://bugzilla.gnome.org/show_bug.cgi?id=708851 - -2013-09-19 14:53:46 +0200 Edward Hervey <edward@collabora.com> - - * tests/check/elements/uvch264demux.c: - check: Update uvch264demux for behaviour change - Since 006e7a3428bd097fc6e6c648332bff583dd434f9 we no longer error out on - incomplete aux segment. - -2013-09-27 14:45:00 +0000 Steve Maynard <steve@secondstryke.com> - - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/mpegts/gst-scte-section.h: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * gst-libs/gst/mpegts/mpegts.h: - * gst-plugins-bad.spec.in: - * gst/mpegtsdemux/gstmpegdesc.h: - * gst/mpegtsdemux/mpegtsbase.c: - mpegts: Add SCTE/EISS sections and table types - https://bugzilla.gnome.org/show_bug.cgi?id=708688 - -2013-07-29 08:10:07 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Wait for valid PCR/offset obvervations - It is quite possible that we might get PTS/DTS before the first - PCR/Offset observation. - In order to end up with valid timestamp we wait until at least one - stream was able to get a proper running-time for any PTS/DTS. - Until then, we queue up the pending buffers to push out. - Once we see a first valid timestamp, we re-evaluate the amount of - running-time elapsed (based on returned inital running-time and amount - of data/DTS queued up) for any given stream. - Taking the biggest amount of elapsed time, we set that on the packetizer - as the initial offset and recalculate all pending buffers running-time - PTS/DTS. - Note: The buffer queueing system can also be used later on for the - dvb fast start proposal (where we queue up all stream packets before - seeing PAT/PMT and then push them once we know if they belong to the - chosen program). - -2013-07-07 15:04:18 +0200 Edward Hervey <edward@collabora.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Add descriptor dumping - -2013-07-26 07:54:30 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdefs.h: - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - mpegtsdemux: New PCR<=>Offset estimation code - This allows: - * Better duration estimation - * More accurate PCR location - * Overall more accurate running-time location and calculation - Location and values of PCR are recorded in groups (PCROffsetGroup) - with notable PCR/Offset observations in them (when bitrate changed - for example). PCR and offset are stored as 32bit values to - reduce memory usage (they are differences against that group's - first_{pcr|offset}. - Those groups each contain a global PCR offset (pcr_offset) which - indicates how far in the stream that group is. - Whenever new PCR values are observed, we store them in a sliding - window estimator (PCROffsetGroupCurrent). - When a reset/wrapover/gap is detected, we close the current group with - current values and start a new one (the pcr_offset of that new group - is also calculated). - When a notable change in bitrate is observed (+/- 10%), we record - new values in the current group. This is a compromise between - storing all PCR/offset observations and none, while at the same time - providing better information for running-time<=>offset calculation - in VBR streams. - Whenever a new non-contiguous group is start (due to seeking for example) - we re-evaluate the pcr_offset of each groups. This allows detecting as - quickly as possible PCR wrapover/reset. - When wanting to find the offset of a certain running-time, one can - iterate the groups by looking at the pcr_offset (which in essence *is* - the running-time of that group in the overall stream). - Once a group (or neighbouring groups if the running-time is between two - groups) is found, once can use the recorded values to find the most - accurate offset. - Right now this code is only used in pull-mode , but could also - be activated later on for any seekable stream, like live timeshift - with queue2. - Future improvements: - * some heuristics to "compress" the stored values in groups so as to keep - the memory usage down while still keeping a decent amount of notable - points. - * After a seek compare expected and obtained PCR/Offset and if the - difference is too big, re-calculate position with newly observed - values and seek to that more accurate position. - Note that this code will *not* provide keyframe-accurate seeking, but - will allow a much more accurate PCR/running-time/offset location on - any random stream. - For past (observed) values it will be as accurate as can be. - For future values it will be better than the current situation. - Finally the more you seek, the more accurate your positioning will be. - -2013-07-05 17:11:46 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - mpegtspacketizer: No longer use a private struct - These are not public headers, it just adds complexity for no reason - -2013-09-26 16:51:25 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Fix dereferencing of NULL pointer - On some live HLS streams, gst_hls_demux_switch_playlist causes - assertion failures because it tried to dereference a NULL fragment. - This is because g_queue_peek_tail sometimes was returning NULL and - this case was not being checked. - This patch does two things: - * move the g_queue_peek_tail inside the semaphore protection - * check if q_queue_peek_tail returns NULL - https://bugzilla.gnome.org/show_bug.cgi?id=708849 - -2013-09-27 16:10:54 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/mpegtsparse.h: - mpegtsparse: Queue buffers until we have enough to know the caps - https://bugzilla.gnome.org/show_bug.cgi?id=708222 - -2013-09-16 11:46:27 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: rework TS packet sync and extraction - The previous code could enter an infinite loop because the adapter state - could get out of sync with its mapped data state after sync was lost. - The code was pretty confusing so it's been rewritten to be clearer. - The easiest way to reproduce the infinite loop is to use the breakmydata - element before tsdemux to trigger a resync. - https://bugzilla.gnome.org/show_bug.cgi?id=708161 - -2013-09-16 11:42:48 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix buffer overflow - This can happen with a corrupt TS file, found with breakmydata element - plugged before tsdemux. - https://bugzilla.gnome.org/show_bug.cgi?id=708161 - -2013-09-25 23:57:42 +0100 Tim-Philipp Müller <tim@centricular.net> - - * configure.ac: - configure: remove AS_SCRUB_INCLUDE - Shouldn't be needed any more. - https://bugzilla.gnome.org/show_bug.cgi?id=707658 - -2013-09-25 20:25:03 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/bluez/gstavdtputil.c: - bluez: Fix compilation on big endian systems - -2013-09-24 18:31:10 +0100 Tim-Philipp Müller <tim@centricular.net> - - * README: - * common: - Automatic update of common submodule - From 6b03ba7 to 865aa20 - -2013-09-24 15:05:28 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - configure: Actually use 1.3.0.1 as version to make configure happy - -2013-09-24 15:00:27 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - Back to development - -=== release 1.2.0 === - -2013-09-24 14:37:58 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-eglglessink.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.2.0 - -2013-09-24 14:37:29 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2013-09-23 16:18:43 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/sdp/gstsdpelem.c: - sdpdemux: Change rank to NONE until it can be autoplugged properly - https://bugzilla.gnome.org/show_bug.cgi?id=702495 - -2013-09-20 16:17:14 +0200 Edward Hervey <edward@collabora.com> - - * common: - Automatic update of common submodule - From b613661 to 6b03ba7 - -2013-09-19 20:17:01 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/audiofxbad/gstaudiofxbad.c: - audiofxbad: Change plugin name to audiofxbad from audiochannelmix - -2013-09-19 20:09:26 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/dash/gstplugin.c: - * ext/smoothstreaming/gstsmoothstreaming-plugin.c: - dash/smoothstreaming: Remove unused debug category with the same name - It caused static linking to fail. - -2013-09-19 18:43:28 +0100 Tim-Philipp Müller <tim@centricular.net> - - * common: - Automatic update of common submodule - From 74a6857 to b613661 - -2013-09-19 17:36:03 +0100 Tim-Philipp Müller <tim@centricular.net> - - * autogen.sh: - * common: - Automatic update of common submodule - From 098c0d7 to 74a6857 - -2013-09-19 16:44:48 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/eglgles/Makefile.am: - eglglessink: Fix static linking for Android by passing --tag=CC to libtool - -2013-09-19 11:35:01 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - Back to development - -=== release 1.1.90 === - -2013-09-19 10:50:47 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-eglglessink.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.1.90 - -2013-09-19 10:46:27 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2013-09-19 09:46:34 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * po/cs.po: - * po/nl.po: - * po/pl.po: - * po/ru.po: - * po/uk.po: - * po/vi.po: - po: Update translations - -2013-09-18 22:36:51 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/eglgles/gstegladaptation.c: - * ext/eglgles/gstegladaptation_egl.c: - * ext/eglgles/gsteglglessink.c: - eglglessink: Update for new GstContext API - -2013-09-18 22:24:07 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst-libs/gst/egl/egl.c: - * gst-libs/gst/egl/egl.h: - egl: Update for new GstContext API - -2013-09-17 17:41:39 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Reset GstUriDownloader cancellation when restarting to play - -2013-09-15 17:09:16 +0530 Sudip Jain <sudip.jain@st.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Correct condition check for current next indicator - https://bugzilla.gnome.org/show_bug.cgi?id=708106 - -2013-09-12 12:03:45 +0200 Wim Taymans <wim.taymans@collabora.co.uk> - - * gst/rawparse/gstrawparse.c: - * gst/rawparse/gstrawparse.h: - rawparse: fix event order - Delay forwarding the segment event until we pushed caps. - Send STREAM_START in pull mode. - -2013-09-12 13:21:37 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Don't put the level restrictions on the sinkpad caps - They tend to be inaccurate and having them in the sinkpad caps - prevents playback of files that would otherwise play fine. - -2013-09-10 18:51:52 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - tsdemux: respect seqnums on seeks - Pass the seqnum to other events that are consequence of the - original seek event - -2013-09-10 11:37:55 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - opencv: We also work with OpenCV 2.4.6.1 - -2013-09-10 08:48:32 +0000 Iain Lane <iain.lane@canonical.com> - - * ext/modplug/gstmodplug.cc: - modplug: Specify directory when including stdafx.h - modplug stopped exposing their directory in their pcfile, meaining - consumers accessing the headers directly fail to build. - http://sourceforge.net/p/modplug-xmms/git/ci/75e9b166982ed637b59ef7cbc1835a09f768923e/ - -2013-09-09 13:14:13 -0400 Olivier Crête <olivier.crete@collabora.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: Fix small mem leak - -2013-09-07 23:09:31 +0200 Matej Knopp <matej.knopp@gmail.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: don't update src caps if only codec_data differs - https://bugzilla.gnome.org/show_bug.cgi?id=705333 - -2013-09-05 19:23:10 -0400 Olivier Crête <olivier.crete@collabora.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: Let the caps be NULL if there is no peer - -2013-09-05 19:22:51 -0400 Olivier Crête <olivier.crete@collabora.com> - - * sys/uvch264/gstuvch264_src.c: - uvch264src: No need to drop segment events - In 1.0, segment events are sticky and not additive, no need to prevent - their accumulation. - -2013-09-05 19:10:31 +0100 Tim-Philipp Müller <tim@centricular.net> - - * sys/decklink/gstdecklinksrc.cpp: - decklinksrc: send caps event before segment - -2013-09-04 10:58:24 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/eglgles/gsteglglessink.c: - eglglessink: change pool->sink->last_buffer to pool->last_buffer - So that GstEGLImageBufferPool does not depend on GstEglGlesSink - The goal is still to move it into gstegl lib - -2013-09-04 10:56:12 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/eglgles/gsteglglessink.c: - eglglessink: buffer pool does not need to maintain a ref on the display - Because it does not use it and also it may not know it when - we create the pool - -2013-09-04 10:52:51 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/eglgles/gsteglglessink.c: - eglglessink: add GstEGLImageBufferPoolSendBlockingAllocate callback - The goal here is to prepare GstEGLBufferPool to be moved into - gstegl lib. So it has to not depend on 'gst_eglglessink_queue_object' - -2013-09-04 10:48:34 +0100 Julien Isorce <julien.isorce@collabora.co.uk> - - * ext/eglgles/gstegladaptation.h: - * ext/eglgles/gstegladaptation_egl.c: - * ext/eglgles/gsteglglessink.c: - eglglessink: prepare gst_egl_adaptation_allocate_eglimage to be moved - into gstegl lib or splited between gstegl lib and gstgl lib - because it both depends on egl and gl - So it has to not depend on GstEglAdaptationContext - -2013-08-30 13:54:40 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * gst/videoparsers/gsth264parse.c: - * tests/check/elements/h264parse.c: - h264parse: Add support for stream-format=avc3 - When outputting in AVC3 stream format, the codec_data should not - contain any SPS or PPS, because they are embedded inside the stream. - In case of avc->bytestream h264parse will push the SPS and PPS from - codec_data downstream at the start of the stream, at intervals - controlled by "config-interval" and when there is a codec_data change. - In the case of avc3->bytstream h264parse detects that there is - already SPS/PPS in the stream and sets h264parse->push_codec to FALSE. - Therefore avc3->bytstream was already supported, except for the stream - type. - In the case of bystream->avc h264parse will generate codec_data caps - from the parsed SPS/PPS in the stream. However it does not remove these - SPS/PPS from the stream. bytestream->avc3 is the same as bytestream->avc - except that the codec_data must not have any SPS/PPS in it. - |--------------+-------------+-------------------| - |stream-format | SPS in-band | SPS in codec_data | - |--------------+-------------+-------------------| - | avc | maybe | always | - |--------------+-------------+-------------------| - | avc3 | always | never | - |--------------+-------------+-------------------| - Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new - structure for fragmented MP4 called "avc3". The principal difference - between AVC1 and AVC3 is the location of the codec initialisation - data (e.g. SPS, PPS). In AVC1 this data is placed in the initial MOOV box - (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in the - first sample of every fragment. - https://bugzilla.gnome.org/show_bug.cgi?id=702004 - -2013-09-03 17:36:08 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/soundtouch/gstbpmdetect.cc: - * ext/soundtouch/gstpitch.cc: - soundtouch: Fix compilation with soundtouch 1.4.0 - It used FLOAT_SAMPLES/INTEGER_SAMPLES #defines instead of ones properly - prefixed with a namespace. - https://bugzilla.gnome.org/show_bug.cgi?id=707390 - -2013-09-03 11:14:43 +0100 Tim-Philipp Müller <tim@centricular.net> - - * .gitignore: - .gitignore: ignore new win32 config.h-new - -2013-09-03 11:05:02 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Port tiled NV12 conversion to 1.0 - -2013-09-03 10:56:46 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/androidmedia/gstamcvideodec.c: - amcvideodec: Add FIXME comment - -2013-08-12 10:16:16 +0000 Jorge Luis Zapata <jzapata@fluendo.com> - - * sys/androidmedia/gstamc-constants.h: - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamcvideodec.c: - androidmedia: add support for a new qualcomm colorspace - -2013-09-02 23:28:38 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/mpegdemux/gstmpegdemux.c: - mpegpsdemux: minor clean-up - -2013-09-02 22:54:32 +0200 Matej Knopp <matej.knopp@gmail.com> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: send events on pads that are not linked - Someone might be waiting for certain events with a probe. - https://bugzilla.gnome.org/show_bug.cgi?id=707317 - -2013-08-28 20:07:48 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/d3dvideosink/Makefile.am: - * sys/d3dvideosink/d3dhelpers.c: - * sys/d3dvideosink/d3dvideosink.c: - d3dvideosink: disable buffer pools - On a device lost, all the surfaces allocated in the - device need to be released before resetting the device, - which can't be done for the allocated buffers. - https://bugzilla.gnome.org/show_bug.cgi?id=706566 - -2013-09-02 13:40:37 +0100 Tim-Philipp Müller <tim@centricular.net> - - * Makefile.am: - * configure.ac: - * win32/MANIFEST: - * win32/common/config.h.in: - Change how win32/common/config.h is updated - Generate win32/common/config.h-new directly from config.h.in, - using shell variables in configure and some hard-coded information. - Change top-level makefile so that 'make win32-update' copies the - generated file to win32/common/config.h, which we keep in source - control. It's kept in source control so that the git tree is - buildable from VS. - This change is similar to the one recently applied to GStreamer - and gst-plugins-good. The previous config.h file in -bad was in - pretty bad shape, so unlike core and base, I didn't attempt to - leave it strictly the same, but fixed it as necessary. Needs - testing I cannot do myself. - https://bugzilla.gnome.org/show_bug.cgi?id=569015 - -2013-09-02 12:19:12 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/elements/.gitignore: - tests: ignore new aiffparse test binary - -2013-09-02 10:29:08 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/soundtouch/gstbpmdetect.cc: - * ext/soundtouch/gstpitch.cc: - * ext/soundtouch/gstpitch.hh: - soundtouch: Allow compilation against float and integer version of the library - https://bugzilla.gnome.org/show_bug.cgi?id=707270 - -2013-08-30 21:52:35 +0200 Josep Torra <n770galaxy@gmail.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix warnings when building in OS X Snow Leopard - gstdashdemux.c:1753: warning: format '%llu' expects type 'long long unsigned int', but argument 8 has type 'long unsigned int' - gstdashdemux.c:2224: warning: format '%llu' expects type 'long long unsigned int', but argument 9 has type 'guint64' - gstdashdemux.c:2224: warning: format '%llu' expects type 'long long unsigned int', but argument 10 has type 'guint64' - -2013-08-30 21:36:19 +0200 Josep Torra <n770galaxy@gmail.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Fix warnings when building in OS X Snow Leopard - gstmpdparser.h:530: warning: type qualifiers ignored on function return type - gstmpdparser.c:4177: warning: type qualifiers ignored on function return type - -2013-08-30 09:05:43 +0200 Edward Hervey <edward@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Use codecparsers macros - note: I/SI also covers the S_I/S_SI variants - -2013-08-29 11:02:37 -0700 Kerrick Staley <kerrick@kerrickstaley.com> - - * tests/examples/directfb/gstdfb.c: - examples: port directfb example to 1.0 - gst_pad_get_negotiated_caps was removed from 1.0; - gst_pad_get_current_caps should be used instead. See - http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random - /porting-to-1.0.txt - https://bugzilla.gnome.org/show_bug.cgi?id=707074 - -2013-08-29 15:55:08 +0100 Tim-Philipp Müller <tim@centricular.net> - - * win32/common/config.h: - win32: update config.h - -2013-08-29 15:46:14 +0100 Tim-Philipp Müller <tim@centricular.net> - - * ext/directfb/dfbvideosink.c: - dfbvideosink: make "layer-mode" property an enum - https://bugzilla.gnome.org/show_bug.cgi?id=703520 - -2013-08-29 14:48:28 +0100 Tim-Philipp Müller <tim@centricular.net> - - * ext/directfb/dfbvideosink.c: - dfbvideosink: don't use deprecated GLib thread API - https://bugzilla.gnome.org/show_bug.cgi?id=703520 - -2013-06-26 11:07:14 +0900 Kazunori Kobayashi <kkobayas@igel.co.jp> - - * configure.ac: - * ext/directfb/dfbvideosink.c: - * ext/directfb/dfbvideosink.h: - dfbvideosink: port to 1.0 - including the following supports and fixes: - * Create DirectFB surfaces from GstBufferPool - * Add NV12 pixel format support - * Don't use the cursor in the exclusive mode - - EnableCusor() can be only used when the administrative mode is set - in DirectFB 1.6.0 and later. - * Support multiple plane rendering for planar color formats - - This accommodates the chroma plane offsets of the framebuffer - in planar formats. - * Invoke SetConfiguration regardless of video mode setting in setcaps() - - SetConfiguration() method should be invoked regardless of - the result of gst_dfbvideosink_get_best_vmode(), since the two are - unrelated. - * Disable DirectFB signal handler - - "--dfb:no-sighandler" option is passed to DirectFBInit(). - This prevents DirectFB from trying to kill the process and allows - GStreamer's termination sequence to proceed normally. - https://bugzilla.gnome.org/show_bug.cgi?id=703520 - -2013-08-29 10:20:56 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/bluez/gstavdtputil.c: - avdtputil: Some minor cleanup and leak fixes - -2013-08-28 14:26:04 +0200 Bernhard Miller <bernhard.miller@streamunlimited.com> - - * sys/bluez/a2dp-codecs.h: - * sys/bluez/gstavdtpsrc.c: - * sys/bluez/gstavdtputil.c: - bluez: support aac in avdtpsrc - Signed-off-by: Bernhard Miller <bernhard.miller@streamunlimited.com> - -2013-08-28 13:26:56 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - Back to development - -=== release 1.1.4 === - -2013-08-28 13:07:27 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-eglglessink.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * gst/bayer/gstbayerorc-dist.c: - * gst/fieldanalysis/gstfieldanalysisorc-dist.c: - * win32/common/config.h: - Release 1.1.4 - -2013-08-28 13:07:24 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hr.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2013-08-28 12:33:17 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * po/pt_BR.po: - po: update translations - -2013-08-28 11:13:14 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst-libs/gst/mpegts/mpegts.h: - mpegts: mark as unstable API - -2013-08-27 17:05:44 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtsdemux: fix possible read beyond end of buffer when resyncing - -2013-08-27 11:27:04 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: only update src CAPS when it's necessary - https://bugzilla.gnome.org/show_bug.cgi?id=705452 - -2013-08-20 11:59:34 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: do not set CAPS and passthrough mode if SPS/PPS have not been parsed - https://bugzilla.gnome.org/show_bug.cgi?id=705452 - -2013-08-26 13:48:02 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - configure.ac: Don't set BZ2_LIBS if bz2 is not found - -2013-08-26 10:22:06 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/webp/gstwebpdec.c: - webpdec: Some cleanup and minor fixes - -2013-08-24 00:46:38 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * configure.ac: - * ext/Makefile.am: - * ext/webp/Makefile.am: - * ext/webp/gstwebp.c: - * ext/webp/gstwebpdec.c: - * ext/webp/gstwebpdec.h: - webp: Add WebP image decoder plugin - https://bugzilla.gnome.org/show_bug.cgi?id=706285 - -2012-09-01 20:46:43 +0200 Nicola Murino <nicola.murino@gmail.com> - - * ext/opencv/gstfacedetect.c: - * ext/opencv/gstfacedetect.h: - facedetect: new property to control bus messages updates - https://bugzilla.gnome.org/show_bug.cgi?id=655622 - -2013-08-23 12:01:32 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/opencv/gstopencvutils.c: - * ext/opencv/gstsegmentation.cpp: - opencv: Fix indention - -2013-08-23 12:01:07 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/opencv/gstdisparity.cpp: - * ext/opencv/gstdisparity.h: - opencv: Port to non-deprecated GMutex/GCond API - -2013-08-23 11:38:04 +0200 Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstdisparity.cpp: - * ext/opencv/gstdisparity.h: - * ext/opencv/gstopencv.c: - opencv: Add disparity-map calculation element - https://bugzilla.gnome.org/show_bug.cgi?id=704760 - -2013-08-22 17:32:17 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/directsound/gstdirectsoundsrc.c: - directsoundsrc: Remove unused variable - -2013-08-22 16:07:58 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - configure: Update opencv dependency, 2.4.5 works too. - -2013-08-22 13:45:59 +0200 Kishore Arepalli <kishore.arepalli@gmail.com> - - * sys/directsound/gstdirectsoundsrc.c: - * sys/directsound/gstdirectsoundsrc.h: - directsoundsrc: Add 'device-name' property for selecting a audio device - https://bugzilla.gnome.org/show_bug.cgi?id=706574 - -2013-08-22 14:56:05 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - configure: Fix bz2 configure check for Windows - Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2. - https://bugzilla.gnome.org/show_bug.cgi?id=465924 - -2013-08-21 14:44:38 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Refuse negative rates which we don't support yet - And remove a check which was done before - -2013-03-10 17:02:18 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst/mpegtsmux/mpegtsmux.c: - * gst/mpegtsmux/tsmux/tsmux.c: - * gst/mpegtsmux/tsmux/tsmux.h: - mpegtsmux: Set the program number from prog-map - The prog-map property of mpegtsmux only allows you to group pids together in a program. - The program number set in the PAT/PMT tables cannot be set explicitly. - This patch will set the program number according to the prog-map. - If a program id of 0 is given, the first vacant program number starting from 1 will be used. - https://bugzilla.gnome.org/show_bug.cgi?id=697239 - -2013-08-21 08:58:52 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/camutils.c: - * sys/dvb/dvbbasebin.c: - dvb: Adapt for latest mpegts lib changes - -2013-08-21 08:58:23 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - mpegtsbase: Adapt for latest mpegts lib changes - -2013-08-21 08:40:16 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * tests/examples/mpegts/ts-parser.c: - mpegts: ABI/API break: Use GPtrArray instead of GArray - While it was a great idea, various g-i based bindings don't support - GArray with entries greater than sizeof(gpointer) :( - So let's just make everybody happy by just using GPtrArray. - And since we're breaking the API, also rename the various descriptor fields - to no longer have the descriptor_ prefix. - It does cost a bit more in terms of memory/cpu usage, but makes it usable - from bindings. - -2013-08-19 15:31:51 -0400 Robert Krakora <rob.krakora@messagenetsystems.com> - - * sys/uvch264/gstuvch264_mjpgdemux.c: - uvch264src: don't error out on incomplete aux data segment - It appears that the Logitech C920 sometimes drops the next - to last segment of RAW aux data contained within the MJPEG - container. H264 data that is multiplexed with in the same - container does not appear to be affected. This appears to - be a bug in the Logitech C920 firmware and uvch264src should - not error out in this case. - Sometimes it can take 24 hours of continuous streaming for - the problem to occur, but sometimes it takes only a couple - of hours. - https://bugzilla.gnome.org/show_bug.cgi?id=706276 - -2013-08-20 16:01:47 +0200 Edward Hervey <edward@collabora.com> - - * gst/ivtc/gstivtc.c: - ivtc: Use input framerate when possible - if input is 30000/1001 ... use 24000/1001 as the output fixated framerate - -2013-08-15 11:45:34 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/id3tag/id3tag.c: - id3mux: handle publisher, interpreted-by and musical-key tags - https://bugzilla.gnome.org/show_bug.cgi?id=705999 - -2013-08-20 13:29:14 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: Fix switch statement in level detection code - Properly fall through the cases without re-assigning the level to - the wrong value. - https://bugzilla.gnome.org/show_bug.cgi?id=706369 - -2013-08-19 17:23:28 +0200 Edward Hervey <edward@collabora.com> - - * gst/jpegformat/gstjpegparse.c: - jpegparse: Forward segment event after caps - Store it until we know what our caps are. - -2013-08-20 00:26:06 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/elements/aiffparse.c: - test: fix compiler warning in aiffparse test on 32-bit x86 - -2013-08-19 09:25:20 +0000 Matthieu Bouron <matthieu.bouron@collabora.com> - - * tests/check/elements/aiffparse.c: - aiffparse: fix copyright - -2013-08-17 00:22:44 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/elements/aiffparse.c: - tests: fix some leaks in aiffparse unit test - -2013-08-17 00:09:18 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/elements/aiffparse.c: - tests: fix state change order in aiffparse test - Do state changes from sink to src. Fixes race condition in - pull mode test where the source will start up and push buffers - to queue/identity or aiffparse before the main thread has - managed to set them to playing yet. - -2013-08-12 18:33:39 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * tests/check/Makefile.am: - * tests/check/elements/aiffparse.c: - * tests/files/Makefile.am: - * tests/files/s16be-id3v2.aiff: - aiffparse: add tests - https://bugzilla.gnome.org/show_bug.cgi?id=705993 - -2013-08-17 00:23:08 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/aiff/aiffparse.c: - aiffparse: don't leak adapter - -2013-08-15 13:58:48 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/aiff/aiffparse.c: - aiffparse: s/newsegment/segment/ - https://bugzilla.gnome.org/show_bug.cgi?id=705993 - -2013-08-13 18:42:55 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/aiff/aiffparse.c: - aiffparse: fix push mode - Fix push mode by handling sink events (CAPS, SEGMENT) properly. - https://bugzilla.gnome.org/show_bug.cgi?id=705993 - -2013-08-16 15:41:48 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst/videoparsers/gstmpeg4videoparse.c: - mpeg4videoparse: Reparse the config if the size changed - Also only re-issue the caps update if the part of the config that - changed is one we care about. - -2013-08-16 19:48:03 +0100 Tim-Philipp Müller <tim@centricular.net> - - * ext/srtp/gstsrtpdec.c: - srtpdec: fix buffers being dropped due to shadowed variable - Spotted by gstblub@gmail.com. - https://bugzilla.gnome.org/show_bug.cgi?id=706091 - -2013-08-08 11:19:00 +0100 Chris Bass <floobleflam@gmail.com> - - * ext/dash/gstmpdparser.c: - dashdemux: offset segment numbers by startNumber - For SegmentTemplate elements containing a startNumber attribute, the - `number' member of GstMediaSegments should be offset by the value of - startNumber; however, this is not currently the case. As a result, the - first URI(s) requested by the download loop will be wrong. - This commit ensures that segment numbers will be offset by startNumber - when one is present in a SegmentTemplate element. - https://bugzilla.gnome.org/show_bug.cgi?id=705661 - -2013-08-08 15:19:15 +0100 Chris Bass <floobleflam@gmail.com> - - * ext/dash/gstmpdparser.c: - dashdemux: remove incorrect timestamp scaling. - When using a SegmentTemplate element, the timestamps of the buffers - output by dashdemux are incorrect, causing problems downstream. - The reason is that GstMediaSegment start times are calculated (in - gst_mpdparser_get_chunk_by_index) by multiplying segment index by - segment duration and then scaling the result according the `timebase' - attribute from the MPD. However, the segment duration is already a - GstClockTime (i.e., it has already been scaled according to the timebase - from the MPD and converted to a nanosecond value), so multiplying it by - the segment index will give the correct timestamp without the need for - any further scaling. - https://bugzilla.gnome.org/show_bug.cgi?id=705679 - -2013-08-15 20:12:42 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/examples/stats/Makefile.am: - * tests/examples/stats/mp2ogg.c: - examples: remove another obsolete example - -2013-08-15 15:46:58 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/daala/gstdaaladec.c: - * ext/daala/gstdaalaenc.c: - * ext/openjpeg/gstopenjpegdec.c: - * ext/openjpeg/gstopenjpegenc.c: - * ext/rsvg/gstrsvgdec.c: - * ext/rsvg/gstrsvgdec.h: - * ext/schroedinger/gstschrodec.c: - * sys/androidmedia/gstamcvideodec.c: - * sys/mfc/gstmfcdec.c: - * sys/vdpau/h264/gstvdph264dec.c: - * sys/vdpau/mpeg/gstvdpmpegdec.c: - ext: Use new flush vfunc of video codec base classes and remove reset implementations - -2013-08-14 19:12:16 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/examples/capsfilter/Makefile.am: - * tests/examples/capsfilter/capsfilter1.c: - * tests/examples/gstplay/.gitignore: - * tests/examples/gstplay/Makefile.am: - * tests/examples/gstplay/player.c: - * tests/examples/indexing/.gitignore: - * tests/examples/indexing/Makefile.am: - * tests/examples/indexing/indexmpeg.c: - * tests/examples/level/Makefile.am: - * tests/examples/level/README: - * tests/examples/level/demo.c: - * tests/examples/level/plot.c: - examples: remove prehistoric examples - -2013-08-14 18:17:51 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstinteraudiosrc.h: - interaudiosrc: make silence memory actually contain silence - instead of random data. Reported by Marco Micheletti on - gstreamer-devel. - -2013-08-14 13:27:03 +0100 Tim-Philipp Müller <tim@centricular.net> - - * sys/dvb/dvbbasebin.c: - dvbbasebin: fix criticals when trying to cast a GstPad to a GstElement - message->src might be a GstPad. Observed during gst-inspect-1.0 -a - -2013-08-14 13:59:27 +0200 Edward Hervey <edward@collabora.com> - - * .gitignore: - * gst-libs/gst/mpegts/.gitignore: - .gitignore: Update for new files to ignore - -2013-08-14 13:41:37 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/pesparse.c: - * gst/mpegtsdemux/pesparse.h: - pesparse: Refactory secondary PES extension handling - Some streams had wrong values for the stream_id_extension, make sure - we only remember the valid ones. - For streams with PES_extension_field_length == 0, assume there's nothing - else. - For streams that state they have a TREF extension but don't have enough - data to store it, just assume it was produced by a non-compliant muxer - and skip the remaining data. - Only store remaining data in stream_id_extension_data instead of storing - data we already parse. - -2013-08-14 10:47:31 +0200 Zaheer Abbas Merali <zaheermerali@gmail.com> - - * gst/pcapparse/gstpcapparse.c: - pcapparse: Remove unneeded unref and only set pad caps if we have caps - Fixes crashes due to invalid unrefs. - https://bugzilla.gnome.org/show_bug.cgi?id=705957 - -2013-08-14 10:39:46 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/pesparse.c: - pesparse: Fix pes extension data length check - And remove length/data updates (we use the header size just below to - properly set them). - Based on feedback from Stas Sergeev <stsp@list.ru> - https://bugzilla.gnome.org/show_bug.cgi?id=657343 - -2013-08-14 10:33:14 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/pesparse.c: - * gst/mpegtsdemux/pesparse.h: - * gst/mpegtsdemux/tsdemux.c: - pesparse: Remove unused argument - We always provided 0 as the offset and never used the returned value. - Based on feedback from Stas Sergeev <stsp@list.ru> - https://bugzilla.gnome.org/show_bug.cgi?id=657343 - -2013-08-13 17:47:14 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - codecparsers: mpegvideoparse: turn internal consistency check into a g_assert() - We only check input from the API user with g_return_*_if_fail(). - Internal sanity checks should use g_assert() instead, which is - disabled by default for releases. - -2013-08-13 17:45:51 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - codecparsers: mpegvideoparser: minor doc fixes - -2013-08-13 12:41:28 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: use gst_data_queue_push_force for adding events to queue - This prevents locking on startup when a stream only has a single buffer - for one of the streams and mssdemux decides to push an EOS event right - after it. - -2013-08-08 13:32:02 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: use push_force when adding events to the dataqueue - This prevents deadlocks on startup on files that have only a very - large buffer for a stream and the queue is filled and will lock on - the eos event that is pushed after the buffer. As no buffers have yet - been pushed to other streams, the pipeline locks on preroll - -2013-07-30 15:17:23 +0200 Matej Knopp <matej.knopp@gmail.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: support field encoding for interlaced video - https://bugzilla.gnome.org/show_bug.cgi?id=705144 - -2013-08-12 01:02:51 -0400 Alexandre Rostovtsev <tetromino@gentoo.org> - - * configure.ac: - neonhttpsrc: allow building with neon-0.30 - https://bugzilla.gnome.org/show_bug.cgi?id=705812 - -2013-08-12 12:27:33 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - * ext/srtp/gstsrtpenc.c: - srtp: Let packets through without touching them if no crypto or auth is set - -2013-08-12 12:27:16 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Refactor code a bit - Simplify the error handling case and get the packet push out of the if() - -2013-08-12 11:56:27 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - srtpdec: Don't error on invalid packet, just drop it - -2013-08-07 15:01:33 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: Fix the SequenceLayer handling for advanced profile. - The Sequence Header Data Structure STRUCT_C for Advanced Profile - has only a one valid field which is the profile indicator. Don't - use the reserved fields for fps update like Simple/Main profile. - https://bugzilla.gnome.org/show_bug.cgi?id=705667 - -2013-08-07 14:52:43 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gstvc1parse.c: - vc1parse: Fix seq hdr STRUCT_A handling for advanced profile. - The Sequence Header Data Structure STRUCT_A for advanced profile - may be eight consecutive zero bytes.Don't try to override the - width and height values in this case. - https://bugzilla.gnome.org/show_bug.cgi?id=705667 - -2013-08-07 10:14:20 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/aiff/aiffparse.c: - aiffparse: fix SSND data size - AIFF chunk size does not include the chunk header size (8 bytes), so the - SSND data size is equal to the chunk size minus the SSND header size (8 - bytes). - https://bugzilla.gnome.org/show_bug.cgi?id=705675 - -2013-07-13 02:50:52 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * ext/hls/gsthlsdemux.c: - hlsdemux: add support for redirections - -2013-08-02 20:37:30 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegdemux/Makefile.am: - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: send codec tag for each stream - -2013-08-10 21:34:10 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/elements/uvch264demux.c: - tests: uvch264demux: send stream-start events and fix event order - -2013-08-10 21:33:36 +0100 Tim-Philipp Müller <tim@centricular.net> - - * sys/uvch264/gstuvch264_mjpgdemux.c: - uvch264mjpgdemux: fix event ordering - -2013-08-10 20:02:01 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/elements/mplex.c: - tests: mplex: fix 'Got data flow before stream-start event' failure - -2013-08-10 19:54:57 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/elements/mpeg2enc.c: - tests: mpeg2enc: fix 'Got data flow before stream-start event' failure - -2013-08-10 19:44:15 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/aiff/aiffparse.c: - aiffparse: fix CAPS query - Was causing criticals in decodebin/playbin because the caps - query done when exposing pads would return ANY caps. - -2013-08-10 19:43:41 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/aiff/aiffparse.c: - aiffparse: don't unref NULL buffer - -2013-08-07 19:08:33 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/aiff/aiffparse.c: - aiffparse: set missing layout field in srcpad caps - https://bugzilla.gnome.org/show_bug.cgi?id=705674 - -2013-08-07 17:28:29 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/aiff/aiffparse.c: - aiffparse: send start stream event - https://bugzilla.gnome.org/show_bug.cgi?id=705674 - -2013-08-06 16:53:37 +0100 Matthieu Bouron <matthieu.bouron@collabora.com> - - * gst/aiff/aiffparse.c: - aiffparse: fix buffers initialisation - https://bugzilla.gnome.org/show_bug.cgi?id=705674 - -2013-08-02 14:11:01 +0200 Lubosz Sarnecki <lubosz@gmail.com> - - * configure.ac: - build: add subdir-objects to AM_INIT_AUTOMAKE - Fixes warnings with automake 1.14. - https://bugzilla.gnome.org/show_bug.cgi?id=705350 - -2013-08-09 20:12:09 +0100 David Schleef <ds@schleef.org> - - * configure.ac: - * tests/check/Makefile.am: - tests: create/remove orc directory at proper time - Before automake creates .deps directories, and during distclean. - https://bugzilla.gnome.org/show_bug.cgi?id=705350 - -2013-08-09 20:10:35 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/Makefile.am: - * tests/check/elements/baseaudiovisualizer.c: - tests: fix build of baseaudiovisualizer test with subdir-objects option - https://bugzilla.gnome.org/show_bug.cgi?id=705350 - -2013-08-07 09:04:39 +0200 Edward Hervey <bilboed@bilboed.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Use slice type to determine if frame is keyframe - This is the same behaviour as pre-baseparse-refactoring - https://bugzilla.gnome.org/show_bug.cgi?id=705598 - -2013-08-03 14:20:47 +0200 Edward Hervey <edward@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Do not trigger caps update if we only have PPS updates - Updating caps results in downstream elements potentially reconfiguring themselves - (such as decoders). If we do this in the middle of keyframes, we would result - in those elements being reconfigured and handling garbage until the next keyframe. - Instead of this only send (potentially) new codec_data when we have *both* SPS and - PPS. - https://bugzilla.gnome.org/show_bug.cgi?id=705333 - -2013-07-31 11:56:39 -0700 David Schleef <ds@schleef.org> - - * gst/ivtc/gstivtc.c: - ivtc: quiet FIXME when it's not relevant - -2013-07-31 11:54:06 -0700 David Schleef <ds@schleef.org> - - * gst/ivtc/gstivtc.c: - ivtc: implement new edge-directed upsampling - -2013-08-03 18:07:30 +0100 Tim-Philipp Müller <tim@centricular.net> - - * sys/dvb/gstdvbsrc.c: - dvbsrc: remove use of _XOPEN_SOURCE - Which causes problems when used with _GNU_SOURCE apparently, and it - seems it was only set because of usleep(), which we can just replace - with g_usleep() until we get rid of those entirely. - https://bugzilla.gnome.org/show_bug.cgi?id=705208 - -2013-08-02 15:12:17 +0200 Bernhard Miller <bernhard.miller@streamunlimited.com> - - * sys/bluez/gstavdtpsrc.c: - bluez: return GST_FLOW_EOS in avdtpsrc create when stream is EOF - Signed-off-by: Bernhard Miller <bernhard.miller@streamunlimited.com> - https://bugzilla.gnome.org/show_bug.cgi?id=705349 - -2013-08-01 11:01:03 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Look harder for next sync position - If ever we lose sync, we were just checking for the next 0x47 marker ... - which might actually happen within a mpeg-ts packet. - Instead check for 3 repeating 0x47 at the expected packet size interval, - which the same logic we use when we initially look for the packet size. - -2013-08-01 10:58:23 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix PCR LUT table - We were only resetting the first 512 values of the lookup table instead - of the whole 8192. - This resulted in any PCR PID over 0x0200 ... ending up taking the first PCR - table around :( - -2013-07-30 22:06:38 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: properly error out when manifest has no streams - Post an error message when the manifest is parsed and no valid streams - are found be activated and used. - Fixes #704308 - -2013-07-30 16:08:17 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsmux/mpegtsmux.c: - mpegts: private/teletext -> application/x-teletext - -2013-07-29 21:25:14 +0100 Tim-Philipp Müller <tim@centricular.net> - - * win32/common/config.h: - win32: update - -2013-07-29 21:24:51 +0100 Tim-Philipp Müller <tim@centricular.net> - - * .gitignore: - tests: ignore new example binaries - -2013-07-29 21:23:48 +0100 Tim-Philipp Müller <tim@centricular.net> - - * po/LINGUAS: - * po/el.po: - * po/hr.po: - * po/hu.po: - * po/nb.po: - * po/nl.po: - * po/sv.po: - * po/vi.po: - po: update translations - -2013-07-29 14:48:02 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - Back to development - -=== release 1.1.3 === - -2013-07-29 13:52:29 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-eglglessink.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * win32/common/config.h: - Release 1.1.3 - -2013-07-29 13:52:24 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2013-07-29 12:17:57 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/timidity/gsttimidity.c: - * ext/timidity/gstwildmidi.c: - * gst/midi/midiparse.c: - midi: Fix handling of the SEGMENT query - -2013-07-29 12:14:08 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mpegdemux/gstmpegdemux.c: - * gst/mpegtsdemux/tsdemux.c: - * gst/mxf/mxfdemux.c: - gst: Don't swap start/stop for negative rates in the SEGMENT query - -2013-07-29 11:02:34 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: Implement SEGMENT query - -2013-07-29 11:01:09 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Implement SEGMENT query - -2013-07-29 11:00:14 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mxf/mxfdemux.c: - mxfdemux: Implement SEGMENT query - -2013-07-29 09:35:08 +0200 Edward Hervey <edward@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/eglgles/gstegladaptation_egl.c: - * ext/eglgles/gsteglglessink.c: - * ext/faac/gstfaac.c: - * ext/resindvd/gstmpegdemux.c: - * ext/resindvd/gstmpegdesc.c: - * ext/resindvd/gstpesfilter.c: - * ext/rsvg/gstrsvgdec.c: - * ext/smoothstreaming/gstmssdemux.c: - * ext/wayland/gstwaylandsink.c: - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst/audiofxbad/gstaudiochannelmix.c: - * gst/debugutils/gstwatchdog.c: - * gst/dvdspu/gstdvdspu.c: - * gst/inter/gstinteraudiosrc.c: - * gst/inter/gstintersubsrc.c: - * gst/inter/gstintervideosrc.c: - * gst/ivtc/gstcombdetect.c: - * gst/ivtc/gstivtc.c: - * gst/mpegdemux/gstmpegdemux.c: - * gst/mpegdemux/gstpesfilter.c: - * gst/mpegtsmux/mpegtsmux.c: - * gst/siren/gstsirendec.c: - * gst/siren/gstsirenenc.c: - * gst/videofilters/gstscenechange.c: - * gst/videofilters/gstvideodiff.c: - * gst/videofilters/gstzebrastripe.c: - * gst/videoparsers/gsth264parse.c: - * gst/videoparsers/h263parse.c: - * sys/androidmedia/gstamc.c: - * sys/dvb/camapplicationinfo.c: - * sys/dvb/camconditionalaccess.c: - * sys/vdpau/gstvdpdecoder.c: - * sys/vdpau/gstvdpvideomemory.c: - all: Fix for GST_DISABLE_GST_DEBUG - Where applicable, remove methods that don't do anything different than - the default implementation. - -2013-07-29 08:46:39 +0200 Edward Hervey <edward@collabora.com> - - * docs/plugins/Makefile.am: - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-celt.xml: - * gst-plugins-bad.spec.in: - docs/spec: Really remove all mentions of CELT plugin - -2013-07-29 08:29:34 +0200 Edward Hervey <edward@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Show NALU string type in debug messages - If you know the NALU type by heart I tip my hat to you, for the rest of - us mere mortals this is a bit more helpful - -2013-07-29 08:28:17 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Remove unused macros - -2013-07-29 08:23:30 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdesc.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Add more AC3 detection cases - ATSC ac3 streams are always guaranteed to be AC3 if EAC3 descriptor - is not present - If stream registration id is 'AC-3' then it's also guaranteed to be AC3. - Finally if AC3 descriptor is present it's guaranteed to be AC3. - Only silences a warning, but still. - -2013-07-29 08:20:10 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Flush out pending data on EOS - Ensures downstream elements (like decoders) really get all the data - -2013-07-29 08:18:24 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.h: - mpegtspacketizer: More AFC flags - I should have put those in a previous commit. sorry :( - -2013-07-29 08:14:57 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdefs.h: - mpegdefs: Simplify PCR/PTS/DTS => GST conversion macros - We know we will not overflow 64 bits, therefore just use direct - multiplication/division instead of the scale method (trims usage from - 50 instruction calls to 2/3). - -2013-07-28 20:14:55 +0200 Matej Knopp <matej.knopp@gmail.com> - - * gst/dvdspu/gstspu-vobsub-render.c: - dvdspu: artifacts when rendering clipped spu - https://bugzilla.gnome.org/show_bug.cgi?id=705039 - -2013-07-28 18:28:30 +0200 Matej Knopp <matej.knopp@gmail.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: do not update caps when bitrate changes - https://bugzilla.gnome.org/show_bug.cgi?id=705035 - -2013-07-28 14:22:38 -0700 David Schleef <ds@schleef.org> - - * REQUIREMENTS: - Fix URIs in REQUIREMENTS - -2013-07-28 13:12:32 -0700 David Schleef <ds@schleef.org> - - * configure.ac: - * ext/Makefile.am: - * ext/celt/Makefile.am: - * ext/celt/gstcelt.c: - * ext/celt/gstceltdec.c: - * ext/celt/gstceltdec.h: - * ext/celt/gstceltenc.c: - * ext/celt/gstceltenc.h: - celt: remove, replaced by opus. - -2013-07-28 17:29:32 +0200 Olivier Crête <olivier.crete@collabora.com> - - * sys/uvch264/gstuvch264_mjpgdemux.c: - uvch264_mjpgdemux: Remove duplicated variables - -2013-07-28 17:25:10 +0200 Olivier Crête <olivier.crete@collabora.com> - - * sys/uvch264/gstuvch264_mjpgdemux.c: - uvch264_mjpgdemux: Don't unmap/unref buffer if it's pushed out as-is - -2013-07-26 18:33:00 +0000 Robert Krakora <rob.krakora@messagenetsystems.com> - - * sys/uvch264/gstuvch264_mjpgdemux.c: - uvcv4l2_mjpegdemux: Unmap buffer - https://bugzilla.gnome.org/show_bug.cgi?id=699517 - -2013-07-28 15:46:33 +0200 Christian Fredrik Kalager Schaller <uraeus@linuxrising.org> - - * gst-plugins-bad.spec.in: - Update spec file to be current - -2013-07-27 12:17:34 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdesc.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: HDV only has mpeg 1 audio layer 2 - Set that accordingly on the caps - -2013-07-26 17:31:22 +0200 Edward Hervey <edward@collabora.com> - - * gst/asfmux/gstasfmux.c: - asfmux: Various debug argument fixes - mainly G_GUINT16_FORMAT to ... the right type (guint32 or guint8) - -2013-07-26 17:25:42 +0200 Edward Hervey <edward@collabora.com> - - * ext/mpg123/gstmpg123audiodec.c: - mpg123: Remove dead assignment - harder ? :) - -2013-07-26 13:20:27 -0700 David Schleef <ds@schleef.org> - - * ext/ladspa/gstladspa.c: - ladspa: initialize debug category earlier - You know, before it's used. - -2013-07-26 07:53:06 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/pesparse.c: - mpegtsdemux: Add more flag debugging for PES and TS packets - Helps with debugging issues. And also remove unused variable (opcr) - This will also allow us in the future to properly detect: - * random-access location (to enable keyframe observation and - potentially seeking - * discont location (to properly handle resets) - * splice location (to properly handle new stream changes) - -2013-07-24 17:49:59 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - codecparser: Make warnings more meaningful - By stating whether we don't have enough data or it's a corrupted - packet - -2013-07-24 17:49:23 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/pesparse.c: - pesparse: Demote a Warning - We actually now know what to do ... have a log message :) - -2013-07-25 15:06:12 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: avoid using clipped out buffers - If a buffer was entirely clipped out (ie, it's out of the segment - entirely), we'll end up with a NULL buffer, which we don't want - to process/dereference. - -2013-07-24 15:50:14 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: Remember requested seek rate and use it - The new seek handling re-creates the segment time information once it - has enough information after a seek. - The problem was that we'd completely ignore the requested rate. So store - that and use it in the newly created segment. - https://bugzilla.gnome.org/show_bug.cgi?id=694369 - -2013-07-24 09:18:43 +0200 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/atdec.c: - applemedia: atdec: destroy the queue if set_format fails - -2013-07-24 09:15:49 +0200 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/atdec.c: - applemedia: atdec: remove c++ style comments - -2013-07-24 09:11:59 +0200 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/atdec.c: - * sys/applemedia/atdec.h: - applemedia: atdec: 1st round of fixes - -2013-07-23 10:10:13 +0200 Edward Hervey <edward@collabora.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: Fix codec_data handling - Set to sequence_offset so that _process_config accepts it. - (btw: seq_offset usage throughout this plugin is really dodgy) - https://bugzilla.gnome.org/show_bug.cgi?id=702806 - -2013-06-14 07:28:29 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/Makefile.am: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Create and send codec tag - Helps with applications that rely on presence of that tag for user-facing - information. - https://bugzilla.gnome.org/show_bug.cgi?id=702216 - -2013-07-23 13:29:18 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/hls/gsthlsdemux.c: - hlsdemux: Implement pkcs7 unpadding - Every encrypted fragment will be a multiple of 128 bits, the last byte - contains the number of bytes that were added as padding in the end - and should be removed. - https://bugzilla.gnome.org/show_bug.cgi?id=701673 - -2013-07-23 10:30:39 +0200 Alessandro Decina <alessandro.d@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/atdec.c: - * sys/applemedia/atdec.h: - * sys/applemedia/plugin.m: - applemedia: add AudioToolbox based audio decoder - -2013-07-23 10:33:21 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/decklink/gstdecklinksrc.cpp: - decklink: Add support for group-id in the stream-start event - -2013-07-23 10:31:27 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mxf/mxfdemux.c: - * gst/mxf/mxfdemux.h: - mxfdemux: Add support for group-id in the stream-start event - -2013-07-23 10:24:22 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: Add support for group-id in the stream-start event - -2013-07-23 10:21:26 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/mpegtsparse.h: - tsparse: Add support for group-id in the stream-start event - -2013-07-23 10:15:58 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mpegdemux/gstmpegdemux.c: - * gst/mpegdemux/gstmpegdemux.h: - mpegdemux: Add support for group-id in the stream-start event - -2013-07-23 10:14:01 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/midi/midiparse.c: - * gst/midi/midiparse.h: - midiparse: Add support for group-id in the stream-start event - -2013-07-23 10:11:49 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/smoothstreaming/gstmssdemux.c: - * ext/smoothstreaming/gstmssdemux.h: - mssdemux: Add support for group-id in the stream-start event - -2013-07-23 10:09:38 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/resindvd/gstmpegdemux.c: - * ext/resindvd/gstmpegdemux.h: - resindvd: Add support for group-id in the stream-start event - -2013-07-23 10:07:24 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/hls/gsthlsdemux.c: - * ext/hls/gsthlsdemux.h: - hlsdemux: Add support for group-id in the stream-start event - -2013-07-23 10:04:42 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dash: Add support for group-id in the stream-start event - -2013-07-22 17:30:31 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk> - - * gst/interlace/gstinterlace.c: - interlace: fix negotiation if filter caps are passed to query_caps - Make videotestsrc ! interlace ! $anything work again. Problem - was that upstream filter caps were passed which contained - interlace-mode=progressive, which doesn't intersect too well - with interlace's source pad template caps, leading to - not-negotiated errors. - -2013-07-22 14:56:32 +0200 Olivier Crête <olivier.crete@collabora.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Don't abort on invalid streams - Just return an error - -2013-07-19 15:30:42 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/hls/Makefile.am: - * ext/hls/gstfragment.c: - * ext/hls/gstfragment.h: - hls: fix for assert failure when using encrypted HLS streams - When using an HLS encrypted stream, an assertion failure is thrown: - (gst-launch-1.0:31028): GLib-GObject-WARNING **: cannot register - existing type `GstFragment' - (gst-launch-1.0:31028): GLib-CRITICAL **: g_once_init_leave: assertion - `result != 0' failed - Eventually tracked this down to the call gst_fragment_new() - in function gst_hls_demux_decrypt_fragment. - The GstFragment class is defined in ext/hls/gstfragment.c and in - gst-libs/gst/uridownloader/gstfragment.c. Having two class definitions - with the same name causes the assert failure when trying to allocate - GstFragment. Deleting the version from hls and editing the - Makefile.am solves this assert failure. - https://bugzilla.gnome.org/show_bug.cgi?id=704555 - -2013-07-19 23:42:12 +0200 Youri Westerman <tetracon@gmail.com> - - * sys/decklink/gstdecklink.cpp: - decklink: actually enable decklinksink - https://bugzilla.gnome.org/show_bug.cgi?id=704505 - -2013-07-19 20:09:28 +0200 Youri Westerman <tetracon@gmail.com> - - * sys/decklink/gstdecklinksink.cpp: - * sys/decklink/gstdecklinksink.h: - * sys/decklink/gstdecklinksrc.cpp: - * sys/decklink/gstdecklinksrc.h: - decklink: add "device-number" to select from multiple devices - https://bugzilla.gnome.org/show_bug.cgi?id=704505 - -2013-07-22 10:46:23 +0200 Edward Hervey <edward@collabora.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: Only map input buffer once - Instead of constantly map/unmapping it a bit everywhere, we pass along - to all functions the GstMapInfo. - Makes mpeg video frame parsing 6% faster - https://bugzilla.gnome.org/show_bug.cgi?id=702330 - -2013-03-10 12:07:40 +1300 Douglas Bagnall <douglas@paradise.net.nz> - - * gst/mpegtsdemux/tsdemux.c: - * gst/mpegtsdemux/tsdemux.h: - tsdemux: disentangle requested program number from active program number - The program_number attribute was overloaded, trying to indicate both - the currently playing program, and the program requested via the - "program-number" property. The end result was that setting the - property didn't work (see #690934). - I added a new requested_program_number field rather than reviving the - current_program_number field because it seemed this would result in - fewer changes overall and be less confusing. It breaks symmetry with - the "program-number" property, but it retains parallels with the likes - of program->program_number. - Because gst_ts_demux_reset is called after the properties have been - parsed, requested_program_number is initialised in gst_ts_demux_init. - Whether this is exactly the right place, I don't know. - -2013-03-06 12:15:47 +0100 Jesper Larsen <jesper.larsen@ixonos.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fix program-number functionality - Setting the program-number property does not affect which program - is actually being demuxed. - Moving the initialization of the program_number from - gst_ts_demux_reset to gst_ts_demux_init seems to fix this issue. - https://bugzilla.gnome.org/show_bug.cgi?id=690934 - -2013-07-22 09:18:32 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/resindvd/gstmpegdemux.c: - resindvd: Send stream-start event before anything else on the mpeg demuxer srcpads - -2013-07-17 17:12:59 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegdemux/gstmpegdemux.c: - mpegdemux: do not push discont buffers if they aren't discont - Explicitly unset discont flag when it shouldn't be set. - https://bugzilla.gnome.org/show_bug.cgi?id=682110 - -2013-07-17 11:28:28 +0200 Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstfacedetect.c: - * ext/opencv/gstgrabcut.cpp: - * ext/opencv/gstgrabcut.h: - * ext/opencv/gstopencv.c: - grabcut: Add GrabCut segmentation element - https://bugzilla.gnome.org/show_bug.cgi?id=702722 - -2013-07-15 23:01:31 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/videoparsers/h263parse.c: - h263parse: fix height extraction for H263p - -2013-07-15 22:57:06 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/videoparsers/gsth263parse.c: - * gst/videoparsers/h263parse.c: - * gst/videoparsers/h263parse.h: - h263parse: add pixel-aspect-ratio if upstream doesn't provide one - -2013-07-09 12:49:55 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: fix typo in check_queue_full function - It should return True when the queue IS full - Fixes #704226 - -2013-07-15 11:15:11 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Remember seek sequence number - * Avoids handling twice the same seek (can happen with playbin and files - with subtitles) - * Set the sequence number of the segment event to the sequence number of - the seek event that generated it (-1 for the initial one). - -2013-05-24 18:18:35 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: implement seeking in push mode - -2013-05-28 16:14:42 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: recalculate new segment after byte seek - The seeking start time is approximated from the seek offset in bytes - using the accumulated PCR observations, so on a VBR stream there might - be a big difference between the actual PCR and the estimated one after - the seek. This might result in a long wait to skip all out of segments - packets. - Instead we just recalculate the new segment to start at the first PTS - after the seek, so that playback starts immediatly. - -2013-07-13 23:49:44 +0100 Tim-Philipp Müller <tim@centricular.net> - - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-celt.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpeg2enc.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-mplex.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-spandsp.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * win32/common/config.h: - Update docs and win32 config.h to development version - -2013-07-12 15:58:33 +0100 Tim-Philipp Müller <tim@centricular.net> - - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * docs/plugins/inspect/plugin-neon.xml: - * docs/plugins/inspect/plugin-ofa.xml: - * docs/plugins/inspect/plugin-openal.xml: - * docs/plugins/inspect/plugin-rfbsrc.xml: - docs: add newly-ported elements to docs - -2013-07-11 17:46:37 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: Use sequence_display_extension values to update the src caps - The caps should always represent what the user is supposed to see. - So if there is a sequence_display_extension associated with the - stream then use the display_horizontal_size/display_vertical_size - to update the src caps (if they are less than the values provided - by sequence header). - https://bugzilla.gnome.org/show_bug.cgi?id=704009 - -2013-07-12 09:45:38 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ChangeLog: - * NEWS: - * RELEASE: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-celt.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-eglglessink.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * gst/bayer/gstbayerorc-dist.c: - * gst/fieldanalysis/gstfieldanalysisorc-dist.c: - * win32/common/config.h: - Release 1.1.2 - Oops... should've been part of 1.1.2 tag already :( - -2013-07-11 16:57:20 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - Back to development - -=== release 1.1.2 === - -2013-07-11 16:31:22 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2013-07-10 12:28:38 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/mpegpsmux/mpegpsmux.c: - mpegpsmux: Send stream-start event before any data - -2013-07-08 08:44:43 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtsdemux: Avoid parsing section without enough data - This is actually a workaround (we'll be skipping the upcoming section) - This will only happen for sections where the beginning is located within - the last 8 bytes of a packet (which is the minimum we need to properly - identify any section beginning). - Later we should figure out a way to store those bytes and mark that - some analysis needs to happen. The probability of this happening is - too low for me to care right now and do that fix. There is a good chance - that section will eventually be repeated and won't end up on such border. - -2013-07-08 08:43:50 +0200 Edward Hervey <edward@collabora.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Add BAT support to mpegts example - -2013-07-08 08:42:18 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.h: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: Unify section checks and add BAT parsing - * Avoid repeating code everywhere, and instead provide all parsing - information in one go. - * Add BAT support - * Refine BAT/CAT identification (by adding PID checks) - -2013-07-07 11:42:50 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Avoid vmethod calls - Depending on usage, tsparse and tsdemux might not need to be called - when new section/pes-data is available. - -2013-07-07 10:25:27 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/mpegtsparse.c: - mpegtsdemux: Remove unneeded variables - * packet.origts is no longer used since the PCR refactoring done ages ago - * known_packet_size is a duplicate of packet_size != 0 - * caps was never used outside of the packetizer - -2013-07-09 11:39:46 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/videoparsers/gsth264parse.c: - h264parser: fix size caps to report cropped dimensions. - Restore the original h264parser behaviour to report cropped dimensions - in size caps. - https://bugzilla.gnome.org/show_bug.cgi?id=694068 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-07-08 18:44:24 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - codecparsers: h264: fix calculation of the frame cropping rectangle. - Fix calculation of the frame cropping rectangle, and more precisely - the actual cropped height. The frame_crop_top_offset subtraction - was not scaled up with SubHeightC. - Also clean-up variables to align more with (7-18) to (7-21). - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-02-15 14:18:49 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - * gst-libs/gst/codecparsers/gsth264parser.h: - h264parser: Parse the cropping-rectangle separately. - Assign the un-cropped width/height to sps->width/sps->height - during sps header parsing. Added new fields to SPS header structure - to provide the crop-rectangle dimensions. - https://bugzilla.gnome.org/show_bug.cgi?id=694068 - -2013-07-03 16:38:33 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: implement queue full check function - Checks if the queue is full according to max buffering time - set by the user - https://bugzilla.gnome.org/show_bug.cgi?id=701404 - -2013-07-09 00:47:07 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: minor refactor - Split one very large function into 2 smaller but still large functions. - Also change the if conditions to positive checks to improve readability. - -2013-07-08 23:24:28 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: handle live playback resync - During a live stream it is possible for dashdemux to lag behind on a - slow connection or to rush ahead of the connection os too fast. - For the first case it is necessary to jump some segments ahead to be able to - continue playback as old segments are usually deleted from the server. - For the later, dashdemux should wait a little before attempting another - download do give time to the server to produce a new segment - -2013-07-05 13:22:17 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: fix template based segment generation - When using a template based segment list, do not try to - contruct a finite segment list for the limits of the available periods. - We might not know when the period ends (for live streams) and we can - always create the segment on demand when requested by dashdemux, - avoiding use of some memory and cpu when re-creating this list. - -2013-07-04 23:42:23 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: use more appropriate data structures for parsing - Replaces the 2 likely larger lists with more appropriate structures - to improve performance. - Replaces S nodes GList for a GQueue, this reduces latency to startup - because of traversing the list just append an element. - Replaces the processed media segments GList for a GPtrArray as it is - constantly acessed by index during playback. - -2013-07-04 15:14:00 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: answer to latency queries - Set live if stream is live and also add to the max latency the - max internal buffering - -2013-07-08 22:01:58 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: fix crash when download is null - Do no try to unref a NULL download attribute - -2013-07-08 22:00:48 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: do not set cancelled unless explicitly called by user - Cancelled is a 'permanent' state of the uridownloader and is only - removed by a call to _reset. When a download fails we just want to - return NULL on the fetch function and leave the downloader ready - for another fetch, otherwise the user has to call _reset after - failed downloader, even when it didn't call _cancel. - -2013-07-07 08:35:02 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: Avoid false-positives in section type detection - Due to the variety of section types out there, we need to add - some checks when identifying section types. - We check here that the PID is also consistent with the table_id. - -2013-07-07 08:29:37 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - mpegtsdemux: Fix multiple-SI detection/parsing - We had two issues with the previous code: - 1) We were badly handling PUSI-flagged packets. We were discarding the - initial data (if pointer != 0) whereas we should have been accumulating - it with the previous data (if there was a continuity of course). - => First series of information loss - 2) We were not checking whether there were more sections after the end - of one (i.e. when the following byte was not a stuff byte). - This fixes those two issues. - Fixes #677443 - https://bugzilla.gnome.org/show_bug.cgi?id=677443 - -2013-07-07 07:21:46 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtbase: Fix switch/case typo - Ended up trying to analyze PMT ... with a PAT :( - -2013-07-06 14:50:52 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Handle private section streams - Until now we simply ignored those streams (since we couldn't do anything - with it anyway). Now that we have the mpegts library and we offload the - section handling to the application side we can properly identify and - extract them. - By default it is disabled for tsparse and enabled for tsdemux, but there is - a property to change that. - This should open the way to properly handle all private section streams, - including: - * DSM-CC - * MHEG - * Carousel data - * Metadata streams (though I haven't seen any of those in the wild) - * ... And all other specs/protocols making use of those - Partially fixes #560631 - -2013-07-06 12:39:49 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * tests/examples/mpegts/ts-parser.c: - mpegts: Properly handle UTC time in sections - * don't unref inexistant GstDateTime - * Fine-tune hour/min/sec BCD reading code - * Update example code accordingly - -2013-07-06 10:59:08 +0200 Edward Hervey <edward@collabora.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Registration descriptor support - And output the length of the descriptors - -2013-07-06 10:38:26 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - mpegts: Fix NIT parsing - The size checks were wrong. The smallest size for a NIT is 16 bytes - (12 for the smallest content + 4 for crc) and the smallest size for - a inner stream loop is 6 bytes (without any descriptors). - Also remove FIXME that has already moved elsewhere - -2013-07-06 10:36:33 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdefs.h: - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Handle registration descriptor for programs and streams - * Allows us to simplify some code and prepare for future cleanups. - * Remove useless casts - * Add some FIXME regarding VC1 - -2013-07-05 21:49:48 +0200 Piotr Drąg <piotrdrag@gmail.com> - - * po/POTFILES.in: - * po/POTFILES.skip: - po: update POTFILES - https://bugzilla.gnome.org/show_bug.cgi?id=703683 - -2013-07-05 11:20:49 -0600 Brendan Long <b.long@cablelabs.com> - - * gst/subenc/gstwebvttenc.c: - webvttenc: Separate cues with two line breaks instead of one. - See http://dev.w3.org/html5/webvtt/#syntax - https://bugzilla.gnome.org/show_bug.cgi?id=703673 - -2013-07-05 18:33:42 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - codecparsers: mpeg2: fix video packet header size checks. - Fix video packet header size checks for: - - Sequence Header: 64 bits ; - - Sequence Scalable Extension: 10 bits ; - - Slice Header: 6 bits. - https://bugzilla.gnome.org/show_bug.cgi?id=703668 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-07-05 14:58:25 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - codecparsers: mpeg2: add missing gtk-doc entries. - The following functions were missing gtk-doc entries: - - gst_mpeg_video_parse_sequence_display_extension - - gst_mpeg_video_finalise_mpeg2_sequence_header - - gst_mpeg_video_quant_matrix_get_raster_from_zigzag - - gst_mpeg_video_quant_matrix_get_zigzag_from_raster - https://bugzilla.gnome.org/show_bug.cgi?id=703667 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-01-31 11:57:54 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * tests/check/libs/mpegvideoparser.c: - codecparsers: mpeg2: update test program with new GstMpegVideoPacket API. - This is the lost hunk from: - https://bugzilla.gnome.org/show_bug.cgi?id=692933 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-01-30 16:56:15 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - codecparsers: mpeg2: add slice header parsing API. - Add API to parse the Slice header. This also calculates the macroblock - position as specified in 6.3.16. - https://bugzilla.gnome.org/show_bug.cgi?id=664274 - Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-01-25 15:48:58 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - codecparsers: mpeg2: add sequence scalable extension parsing API. - Add API to parse the Sequence Scalable Extension header. - https://bugzilla.gnome.org/show_bug.cgi?id=664274 - Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-07-04 14:22:14 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: cope with new parser API. - Migrate the code to use the new parser API based on GstMpegVideoPacket. - Also try to optimize gst_mpegv_parse_process_config() by using more of - GstMpegVideoPacket and determining the extension_start_code_identifier - prior to calling the parser function for that extension packet. - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-01-31 11:57:54 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - codecparsers: mpeg2: add new API that takes GstMpegVideoPacket arguments. - Add new interface to MPEG-2 video parser that takes GstMpegVideoPacket - arguments instead of data, size, and offset. New functions are called - after gst_mpeg_video_packet_*() and provide the default implementation. - Older API is moved to the deprecated namespace and uses the new functions. - https://bugzilla.gnome.org/show_bug.cgi?id=692933 - Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> - -2013-07-05 16:46:42 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Remove no-longer needed code - Since we now send all sections to the packetizer, we no longer need to do - anymore in-depth checks for the validity of a section. - The choice boils down to: - 1) Is it from a known PES pid ? If so pass it on (which might be just pushing - downstream in the case of tsparse, or accumulating PES data for tsdemux) - 2) Is it from a known SI pid ? If so pass it to the section packetizer - -2013-07-05 13:53:06 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/dvbbasebin.c: - dvb: Fix PMT handling - Was using an older (temporary) version of the mpegts library API. - -2013-07-05 10:57:34 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtsdemux: Fix compilation with debugging disabling - We previously weren't using that variable ... - -2013-07-04 08:43:37 +0200 Edward Hervey <edward@collabora.com> - - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * gst-libs/gst/mpegts/gst-dvb-section.c: - * gst-libs/gst/mpegts/gst-dvb-section.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - mpegts: Improve documentation - * Add a base page for the library - * Add pages for the base MPEG-TS section and descriptors - * Add pages for the known variants - * Add documentation on more fields/sections/types - * Remove some fixmes that were ... fixed - -2013-07-04 07:49:37 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdefs.h: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Switch to using GstMpegTsStreamType - We still have some other stream types which haven't been ported, but - we will do so once we have defined the enums in the mpegts library. - Also add some FIXMEs regarding items discovered during analysis - -2013-07-04 07:48:10 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - mpegtsdescriptor: Fix handling of unknown stream encodings - If we cannot identify the encoding used for a string, return a NULL - string instead of garbage and add a FIXME so we can detect and later - fix it. - -2013-07-04 07:45:12 +0200 Edward Hervey <edward@collabora.com> - - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * tests/examples/mpegts/ts-parser.c: - mpegts: Add registered mpeg-ts stream types - These are the values officially registered in the base specification - (H.222.0/13818-1). Later on we can add other enums for other variants - Note that the enum is not used in the structure fields (such as a pmt - stream stream_type field) since it can contain values from other - variants. - -2013-07-04 02:12:30 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * tests/examples/camerabin2/Makefile.am: - camerabin: examples: add missing lib to makefile - Fixes initialization of sample application - -2013-07-03 19:11:45 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dashdemux: prevent assertion when duration is unknown - Duration from segment being unknown is a issue from the MPD and not - a programming issue, so the assert isn't useful here. Instead check - and return an error code so the caller can fallback to alternatives - -2013-07-03 19:11:11 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix event leak when parsing manifest fails - Always remember to unref the event before proceeding, in both success - and failure cases - -2013-07-03 12:30:28 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: various cleanups - Removing unused function, replacing // comments with /* */ and - replacing some GST_WARNING with GST_INFO/_DEBUG as they are meant - to be - -2013-06-11 14:28:53 +0100 Alex Ashley <bugzilla@ashley-family.net> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Change first fragment selection for live streams - When dashdemux selects its first fragment, it always selects the - first fragment listed in the manifest. For on-demand content, - this is the correct behaviour. However for live content, this - behaviour is undesirable because the first fragment listed in the - manifest might be some considerable time behind "now". - The commit uses the host's idea of UTC and tries to find the - oldest fragment that contains samples for this time of day. - https://bugzilla.gnome.org/show_bug.cgi?id=701509 - -2013-07-03 18:52:18 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/mpegts/gst-dvb-descriptor.c: - * gst-libs/gst/mpegts/gst-dvb-descriptor.h: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/mpegts.h: - mpegts: split dvb descriptors/enums into a separate file - We will do the same once we have ATSC/ISDB/... descriptor parsing - -2013-07-03 18:44:54 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/mpegts/gst-dvb-section.c: - * tests/examples/mpegts/ts-parser.c: - mpegts: Fix TOT section parsing - And use it in example - -2013-07-03 18:00:55 +0200 Edward Hervey <edward@collabora.com> - - * tests/examples/mpegts/ts-parser.c: - examples: Fix a leak - -2013-07-03 17:59:02 +0200 Edward Hervey <edward@collabora.com> - - mpegts: Split files and implement free functions - * In order to avoid future clashing between table_id for the various - mpeg-ts variants, use different enums. - * In order to keep everything clean(ish) and allow for cleaner growth, - split into different files (will need the same for descriptors later) - * Also ... implement free functions for all table types :) - -2013-07-03 15:30:01 +0200 Edward Hervey <edward@collabora.com> - - * win32/common/config.h: - win32: back to feature development - -2013-07-03 10:16:29 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dashdemux: only generate index segment uri if there is a template - Simple fix to avoid an assertion. - -2013-06-21 17:09:30 -0600 Greg Rutz <greg@gsr-tek.com> - - * ext/dash/gstmpdparser.c: - dashdemux: Implement inheritance for certain MPD elements - According to the MPEG-DASH spec, certain elements (i.e. - SegmentBase, SegmentTemplate, and SegmentList) should inherit - attributes from the same elements in the containing AdaptationSet - or Period. - Updated the SegmentBase, SegmentTemplate, and SegmentList parsers - to properly inherit attributes from the corresponding elements in - AdaptationSet and/or Period. - https://bugzilla.gnome.org/show_bug.cgi?id=702677 - -2013-06-21 15:51:46 -0600 Greg Rutz <greg@gsr-tek.com> - - * ext/dash/gstmpdparser.c: - dashdemux: Properly detect presence of xml attributes - Convert all xml attribute/content parsing functions to return a - boolean value indicating whether or not the attribute/content was - present. We need this finer-grained control in order to properly - implement the inheritance policies described in the spec - Also fixed several memory leak conditions when handling errors in - the xml attribute/content parsing functions. - https://bugzilla.gnome.org/show_bug.cgi?id=702677 - -2013-07-02 21:31:48 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dashdemux: change debug message from warning to info - It isn't a warning/issue. - -2013-07-02 21:28:26 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dashdemux: protect from access to empty list data - Check if the list has elements before trying to access the last one - and causing a segfault - -2013-07-02 23:16:59 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - uridownloader: Simplify locking to fix deadlocks - Use object lock to protect variables from concurrent access and - use download_lock to only allow one download running - -2013-07-02 16:04:45 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: protect against failed header downloads - Avoids criticals when downloaded fragment is NULL - -2013-07-03 13:59:04 +0200 Edward Hervey <edward@collabora.com> - - * tests/examples/mpegts/ts-parser.c: - examples: GstMpegTS => GstMpegTs - -2013-07-03 13:57:57 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/camconditionalaccess.c: - * sys/dvb/camconditionalaccess.h: - * sys/dvb/camdevice.c: - * sys/dvb/camdevice.h: - * sys/dvb/camswclient.c: - * sys/dvb/camswclient.h: - * sys/dvb/camutils.c: - * sys/dvb/camutils.h: - * sys/dvb/dvbbasebin.c: - dvb: GstMpegTS => GstMpegTs - -2013-07-03 13:57:38 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: GstMpegTS => GstMpegTs - -2013-07-03 13:56:22 +0200 Edward Hervey <edward@collabora.com> - - * docs/libs/gst-plugins-bad-libs.types: - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - libs/mpegts: Rename GstMpegTS => GstMpegTs - Sorry for this :( But this makes it more in sync with expected type - naming in gobject (i.e. CamelCase and not CamelMAYBECase). - Also split descriptor type enums into the different variants: - * ISO H.222.0 / 13818-1 (i.e. standard mpeg-ts) - * DVB - * ATSC - * ISDB - * miscellaneous - This will avoid future clashes when specs use the same descriptor type - -2013-07-01 08:35:26 +0200 Edward Hervey <edward@collabora.com> - - * configure.ac: - * tests/examples/Makefile.am: - * tests/examples/mpegts/Makefile.am: - * tests/examples/mpegts/ts-parser.c: - examples: Add an example of a mpeg-ts SI extractor - Serves as an example of usage of the new mpegts library from an - application. - Will parse/dump all sections received on a bus. - Usage is ./tsparse <any gst-launch line using tsdemux or tsparse> - Examples: - ./tsparse file:///some/mpegtsfile ! tsparse ! fakesink - ./tsparse dvb://CHANNEL ! tsparse ! fakesink - ./tsparse playbin uri=dvb://CHANNEL - ./tsparse playbin uri=file:///some/mpegtsfile - ... - https://bugzilla.gnome.org/show_bug.cgi?id=702724 - -2013-06-23 08:44:08 +0200 Edward Hervey <edward@collabora.com> - - * sys/dvb/Makefile.am: - * sys/dvb/camconditionalaccess.c: - * sys/dvb/camconditionalaccess.h: - * sys/dvb/camdevice.c: - * sys/dvb/camdevice.h: - * sys/dvb/camswclient.c: - * sys/dvb/camswclient.h: - * sys/dvb/camutils.c: - * sys/dvb/camutils.h: - * sys/dvb/dvbbasebin.c: - dvb: Switch to MPEG-TS SI library - Also serves as an example of using mpegts library from a plugin - https://bugzilla.gnome.org/show_bug.cgi?id=702724 - -2013-06-23 08:43:23 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/Makefile.am: - * gst/mpegtsdemux/gstmpegdefs.h: - * gst/mpegtsdemux/gstmpegdesc.c: - * gst/mpegtsdemux/gstmpegdesc.h: - * gst/mpegtsdemux/gsttsdemux.c: - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/pesparse.h: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Switch to MPEG-TS SI library - * Only mpeg-ts section packetization remains. - * Improve code to detect duplicated sections as early as possible - * Add FIXME for various issues that need fixing (but are not regressions) - https://bugzilla.gnome.org/show_bug.cgi?id=702724 - -2013-06-23 08:41:12 +0200 Edward Hervey <edward@collabora.com> - - * configure.ac: - * docs/libs/Makefile.am: - * docs/libs/gst-plugins-bad-libs-docs.sgml: - * docs/libs/gst-plugins-bad-libs-sections.txt: - * docs/libs/gst-plugins-bad-libs.types: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/mpegts/Makefile.am: - * gst-libs/gst/mpegts/gstmpegts-private.h: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: - * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: - * gst-libs/gst/mpegts/gstmpegtssection.c: - * gst-libs/gst/mpegts/gstmpegtssection.h: - * gst-libs/gst/mpegts/mpegts.h: - gst-libs: New Mpeg-TS support library - Exposes various MPEG-TS (ISO/IEC 13818-1) and DVB (EN 300 468) Section - Information as well as descriptors for usage by plugins and applications. - This replaces entirely the old GstStructure-based system for conveying - mpeg-ts information to applications and other plugins. - Parsing and validation is done on a "when-needed" basis. This ensures - the minimal overhead for elements and applications creating and using - sections and descriptors. - Since all information is made available, this also allows applications - to parse custom sections and descriptors. - Right now the library is targeted towards parsing, but the structures - could be used in the future to allow applications to create and inject - sections and descriptors (for usage by various mpeg-ts elements). - https://bugzilla.gnome.org/show_bug.cgi?id=702724 - -2013-06-10 18:01:14 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dashdemux: Handle case without an initialization segment - If no initialization segment is defined, then don't print a - critical or a warning, just ignore it. - https://bugzilla.gnome.org/show_bug.cgi?id=701961 - -2013-07-01 18:22:46 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dash: save 1 or 2 string copies when getting fragment uris - Only create new string if required, saving maybe 1 or 2 str copies per - fragment. - -2013-07-01 18:15:43 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * docs/libs/Makefile.am: - docs: add uridownloader lib to gtk-doc libs - fixes runtime linking error on windows - -2013-07-01 17:50:37 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: each fragment can have its own index - Return index URI/range to dashdemux from the mpdparser to be able - to download and deliver them downstream for playback. - -2013-07-01 13:19:15 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: handle top-level index urls - Parse and provide access to top-level index segments if available. - dashdemux should push those whenever a header is pushed. - Fixes #700489 - -2013-05-06 17:08:54 -0400 Arthur Shipkowski <art@videon-central.com> - - * ext/dash/gstmpdparser.c: - dashdemux: Fix critical error output when Initialization has no URL - Issue evinced by - http://yt-dash-mse-test.commondatastorage.googleapis.com/car-20120827-manifest.mpd - which produces output like ** (gst-launch-1.0:8060): CRITICAL **: - gst_mpdparser_get_initializationURL: assertion `InitializationURL->sourceURL - != NULL' failed - https://bugzilla.gnome.org/show_bug.cgi?id=700489 - -2013-07-01 14:35:02 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dashdemux: prevent crash by checking if the segment node is present - Do not try to access range data if there is no segment node - -2013-06-25 18:34:13 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/Makefile.am: - * ext/dash/gstdash_debug.h: - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dash: use same debug category for dashdemux and the mpd parser - Makes debugging easier - -2013-06-20 03:52:31 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: add support for range based segments - Use the mediaRange information and pass it to the uridownloader - to correctly download only the segment ranges indicated in the - MPD - https://bugzilla.gnome.org/show_bug.cgi?id=702206 - -2013-06-19 18:28:15 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * gst-libs/gst/uridownloader/gsturidownloader.c: - * gst-libs/gst/uridownloader/gsturidownloader.h: - uridownloader: add support for range based downloads - Adds a new API gst_uri_downloader_fetch_uri_with_range that allows - downloading only a byte range from an URI. It uses a seek event - sent to the source to signal the range to be downloaded. - https://bugzilla.gnome.org/show_bug.cgi?id=702206 - -2013-03-09 01:49:23 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gsth264parser.c: - h264parser: Fix the return value type for the SEI palyload parsing methods. - The return value type of SEI payload parsing functions - are GstH264ParserResult. - https://bugzilla.gnome.org/show_bug.cgi?id=695475 - -2013-06-28 20:15:08 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpdec.c: - * ext/srtp/gstsrtpenc.c: - srtp: Don't require a key if both auth and cipher are null - -2013-06-28 20:32:36 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/Makefile.am: - * ext/srtp/gstsrtp.c: - * ext/srtp/gstsrtp.h: - * ext/srtp/gstsrtpdec.c: - * ext/srtp/gstsrtpenc.h: - srtp: Move the enums to the common header - The types are used in both the encoder and decoder - -2013-06-28 20:13:38 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/srtp/gstsrtpenc.c: - srtp: Remove unused code - -2013-06-28 12:25:59 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * gst/frei0r/gstfrei0r.c: - frei0r: add the build prefix path in the search dirs - -2013-06-25 10:26:24 -0600 Greg Rutz <greg@gsr-tek.com> - - * ext/dash/gstmpdparser.c: - dashdemux: Cleanup memory allocation/deallocation - Ensure that g_free/xmlFree is used correctly based on how the - memory was allocated. - When deallocating GLists, there were many places that were using - g_list_foreach and g_list_free. Converted these occurrences to - call g_list_free_full. - Add NULL checks to all xmlFree calls since the documentation does - not guarantee that passing NULL is safe - In places where we are strdup'ing memory allocated by libxml2, - changed those calls to use xmlMemStrdup(). - There were several places where we were missing g_slice_free when - deallocating a top-level node structure. - https://bugzilla.gnome.org/show_bug.cgi?id=702837 - -2013-06-24 13:02:40 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdesc.h: - mpegdesc: Extend list of known descriptors - Add the various ATSC ones - -2013-06-24 08:24:58 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Only warn for added streams when needed - We use add_stream(stream_type:-1) to ensure a programs' PCR Stream is - also taken into account. For most programs this will re-use an - existing ES stream. - So only warn that we are re-adding a stream if it was already present - AND it is not to ensure the PCR stream is taken into account. - -2013-06-23 15:12:58 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Speed up section parsing - Only create subtables when needed. It was previously creating one every - single time ... to check if one was present. - And speed up code to detect whether a subtable was already present or not. - Overall makes section pushing 2 times faster. - -2013-06-24 07:40:20 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdesc.h: - mpegdesc: Extend list of known descriptors - From ITU-T H222.0 (06/2012). Freely available from itu.int - -2013-06-23 15:26:14 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/tsdemux.c: - mpegtspacketizer: Speedup packet parsing - Avoid using bitshifting where not needed. - Speeds up packet parsing by 3% (this is *the* hotspot of mpeg-ts elements). - -2013-06-22 08:57:12 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/codecparsers/gsth264parser.h: - * gst-libs/gst/codecparsers/gstmpeg4parser.h: - * gst-libs/gst/codecparsers/gstmpegvideoparser.h: - * gst-libs/gst/codecparsers/gstvc1parser.c: - * gst-libs/gst/codecparsers/gstvc1parser.h: - codecparsers: Fix gtk-doc - Detected by initial pre-run of gi-scanner. - -2013-06-23 11:29:23 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/daala/gstdaala.c: - * ext/daala/gstdaaladec.c: - * ext/daala/gstdaaladec.h: - daaladec: Add decoder element - -2013-06-23 10:04:29 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - * ext/daala/gstdaala.c: - * ext/daala/gstdaalaenc.c: - * ext/daala/gstdaalaenc.h: - daalaenc: Add encoder element - -2013-06-22 11:27:37 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - * ext/Makefile.am: - * ext/daala/Makefile.am: - * ext/daala/gstdaala.c: - * ext/daala/gstdaaladec.c: - * ext/daala/gstdaaladec.h: - * ext/daala/gstdaalaenc.c: - * ext/daala/gstdaalaenc.h: - daala: Initial version of a Daala plugin - -2013-06-23 09:05:29 +0200 Edward Hervey <edward@collabora.com> - - * ext/srtp/Makefile.am: - srtp: Fix dist - The enums should not be dist-ed and instead be re-generated when - compiling. - -2013-06-19 20:39:54 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - mpegtspacketizer: Better detect already seen section - In some cases (NIT on highly-populated DVB-C operator for example), there - will be more than one section emitted for the same subtable and version - number. - In order not to lose those updates for the same version number, we checked - against the CRC of the previous section we parsed. - The problem is that, while it made sure we didn't lose any information, it - also meant that if the same section came back (same version, same CRC) later - on we would re-process it, re-parse it and re-emit it. - This version improves on that by keeping a list of previously observed CRC - for identical PID/subtable/version-number and will only process sections if - they really were never seen in the past (as opposed to just before). - On a 30s clip, this brings down the number of NIT section parsing from 4541 - down to 663. - https://bugzilla.gnome.org/show_bug.cgi?id=614479 - -2013-06-20 22:12:11 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * configure.ac: - * sys/Makefile.am: - * sys/winscreencap/Makefile.am: - * sys/winscreencap/gstdx9screencapsrc.c: - * sys/winscreencap/gstdx9screencapsrc.h: - * sys/winscreencap/gstgdiscreencapsrc.c: - * sys/winscreencap/gstgdiscreencapsrc.h: - * sys/winscreencap/gstwinscreencap.h: - winscreencap: Initial port to 1.0 - -2013-06-20 09:52:31 +0200 Xavi Artigas <xartigas@fluendo.com> - - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Fix copying of raw video frames on Samsung Galaxy S3 with Exynos 4 SOC - -2013-06-19 12:52:52 -0700 Aleix Conchillo Flaque <aleix@oblong.com> - - * sys/shm/gstshmsink.c: - shmsink: unref buffer if no clients are connected - If no client has received the command, unref the buffer. This will - make sure that the shared memory area does not get filled with buffers - no one knows about. - https://bugzilla.gnome.org/show_bug.cgi?id=702684 - -2013-06-19 19:29:27 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Speed up NIT parsing - Avoid duplicating the delivery structure, and instead give it to the - receiving container. - -2013-06-07 12:53:08 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtbase: simplify code - We don't need generic methods for push/flush since we know all the - subclass that we control - -2013-06-05 15:51:58 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/gstmpegdesc.c: - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/tsdemux.c: - mpegtsdemux: Fix for compiling without GST_DEBUG - Protect debug-only variables/usage, and in one case remove a useless - variable. - -2013-06-17 08:15:54 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsparse.c: - * gst/mpegtsdemux/mpegtsparse.h: - tsparse: Ensure initial events are sent in the right order - First send stream-start, then caps, then segment. - The segment we push is from upstream in push-mode. If we work in pull-mode - then we initialize the base segment to BYTES. - https://bugzilla.gnome.org/show_bug.cgi?id=702422 - -2013-06-18 12:29:41 -0700 Aleix Conchillo Flaque <aleix@oblong.com> - - * sys/shm/gstshmsink.c: - shmsink: propagate events to basesink class - https://bugzilla.gnome.org/show_bug.cgi?id=702597 - -2013-06-18 13:47:54 +0200 Benjamin Gaignard <benjamin.gaignard@linaro.org> - - * ext/wayland/gstwaylandsink.c: - * ext/wayland/gstwaylandsink.h: - * ext/wayland/waylandpool.c: - wayland: Add support for RGBx and RGBA formats - Wayland interface could offer two buffers pixels formats: WL_SHM_FORMAT_XRGB8888 and WL_SHM_FORMAT_ARGB8888. - Update waylandsink to support them and check if the format is really available. - https://bugzilla.gnome.org/show_bug.cgi?id=702112 - -2013-06-18 12:46:07 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk> - - * ext/opencv/Makefile.am: - opencv: fix CFLAGS order and add plugins base libs includes to CXXFLAGS - https://bugzilla.gnome.org/show_bug.cgi?id=702297 - -2013-06-15 00:12:18 +0200 Alban Browaeys <prahal@yahoo.com> - - * ext/opencv/gstsegmentation.cpp: - * ext/opencv/gstsegmentation.h: - opencv: fixes build by moving the c++ header to gstsegmentation.cpp - Fixes: - In file included from gstsegmentation.h:51:0, - from gstopencv.c:42: - /usr/include/opencv2/video/background_segm.hpp:47:16: fatal error: list: - No such file or directory - #include <list> - ^ - compilation terminated. - https://bugzilla.gnome.org/show_bug.cgi?id=702297 - -2013-06-18 13:33:14 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: fix release of null pointer - -2013-06-18 13:17:52 +0200 Thiago Santos <thiago.sousa.santos@collabora.com> - - * sys/applemedia/coremediabuffer.c: - applemedia: coremediabuffer: fix leaking of apple media structs - remember to release the apple's api buffers to avoid huge leaking - -2013-06-18 13:02:42 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/Makefile.am: - applemedia: move defines to CPPFLAGS for obj-c files - -2013-06-11 11:54:41 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/dshowsrcwrapper/gstdshow.cpp: - * sys/dshowsrcwrapper/gstdshow.h: - * sys/dshowsrcwrapper/gstdshowaudiosrc.cpp: - dshowaudiosrc: fix audiocapture producing silence - Configure the capture latency using the IAMBufferNegotiation - interface and try to respect the configured latency-time and buffer-time - -2013-06-14 14:52:07 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * gst/videoparsers/gstmpegvideoparse.c: - mpegvideoparse: Make sure the buffer is writable before we add the MPEG video meta - https://bugzilla.gnome.org/show_bug.cgi?id=702174 - -2013-06-13 13:34:37 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * sys/applemedia-nonpublic/Makefile.am: - * tests/examples/camerabin2/Makefile.am: - build: Fix some automake warnings - -2013-05-27 22:22:32 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegtsdemux/mpegtspacketizer.c: - tsdemux: fix M2TS stream resync - Sync byte scan is incorrect for M2TS streams because the timestamp 4 - bytes were not included in the flush size. This can result in an - infinite loop. - Rework the scan code to be clearer and work in all cases. - -2013-05-24 10:59:55 +0200 Arnaud Vrac <avrac@freebox.fr> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: move some debug prints at the log level - -2013-05-24 10:59:59 +0200 Josep Torra <n770galaxy@gmail.com> - - * gst/mpegtsdemux/mpegtsbase.c: - * gst/mpegtsdemux/mpegtsbase.h: - * gst/mpegtsdemux/mpegtspacketizer.c: - * gst/mpegtsdemux/mpegtspacketizer.h: - * gst/mpegtsdemux/tsdemux.c: - tsdemux: fixes seeking in pull mode - Preserve the current segment and observations in pull mode seeks with - flushing. - https://bugzilla.gnome.org/show_bug.cgi?id=698050 - -2013-06-11 19:45:31 +0200 Patricia Muscalu <patricia@axis.com> - - * ext/curl/gstcurlsmtpsink.c: - curlsmtpsink: removed an incorrect assert - https://bugzilla.gnome.org/show_bug.cgi?id=702036 - -2013-06-11 14:32:43 +0200 Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstopencv.c: - * ext/opencv/gstsegmentation.cpp: - * ext/opencv/gstsegmentation.h: - opencv: add foreground/background segmentation element - Add an element to the opencv plugin for foregroung/background image - sequence segmentation, using one out of 3 algorithms. - https://bugzilla.gnome.org/show_bug.cgi?id=701421 - -2013-06-10 17:00:42 +0200 Hans de Goede <hdegoede@redhat.com> - - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: Add video-source-filter during construction - By adding the video-source-filter during construction time, rather then - patching it in later (*), we can greatly reduce the amount of caps involved - in negotation, speeding up pipeline creation. - I wrote this while working on speeding up the startup of cheese. My cheese - has been modified to add a capsfilter, filtering for only the configured - resolution, with that cheese patch + this patch, the pipeline creation time - goes from aprox 1.1 seconds to aprox 350ms. This is with a Logitech 9000 - pro camera, which supports lots of different resolutions at many different - framerates per resolution, causing a caps "explosion" if not filtered. - *) Note the code for this is left in, as it is still necessary if the - video-source-filter is changed between a stop + re-start. - https://bugzilla.gnome.org/show_bug.cgi?id=701953 - -2013-06-10 18:00:13 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Make gst-indent happy - -2013-06-10 10:05:56 +0200 Hans de Goede <hdegoede@redhat.com> - - * gst/camerabin2/camerabingeneral.c: - * gst/camerabin2/gstwrappercamerabinsrc.c: - wrappercamerabinsrc: Don't unset the video-source property on pipeline start - check_and_replace_src() was setting self->app_vid_src to NULL, which - means that an app setting the video-source property, and then starting, - stopping and re-starting the pipeline (ie to make changes to the - video-source-filter property) would after the restart no longer have - a video-source. - This patch fixes this by making gst_camerabin_setup_default_element return a - ref to the passed in user_element, rather then returning the user_element as - is, so that that ref can be passed on to the bin, and the app_vid_src ref - stays valid. - https://bugzilla.gnome.org/show_bug.cgi?id=701915 - -2013-06-08 14:48:03 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * ext/eglgles/gstegladaptation_egl.c: - eglglessink: Remove workaround for a bug in the RPi EGL implementation - It's fixed in the latest firmware since a few weeks. - -2013-05-06 16:56:01 -0400 Arthur Shipkowski <art@videon-central.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix issue with get returning a value for max-buffering-time - It was not properly divided by GST_SECONDS. Also fix issue with - max-buffering-time being multiplied by GST_SECONDS every time the - property is retrieved. - https://bugzilla.gnome.org/show_bug.cgi?id=700487 - -2013-06-07 15:18:15 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/librfb/Makefile.am: - rfb: Link with libgstbase for GstPushSrc - -2013-06-07 14:01:46 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Fix string comparison - -2013-04-04 18:22:52 +0200 Alban Browaeys <prahal@yahoo.com> - - * gst/mpegdemux/gstpesfilter.c: - mpegdemux: accept ID_PRIVATE_STREAM_1 to avoid loosing sync - Current fallback to lost_sync seems to impede a delay to restore - sync. Let the parser parse and skip the private stream. - Here it contains the digital camera brand (in 2010 bytes) - and is repeated twice. - https://bugzilla.gnome.org/show_bug.cgi?id=697283 - -2013-06-07 12:10:08 +0200 Ilya Smelykh <ilya.smelykh@gmail.com> - - * gst/videoparsers/gsth264parse.c: - h264parse: Wait until SPS/PPS before outputting any data - https://bugzilla.gnome.org/show_bug.cgi?id=646327 - -2013-06-07 14:06:56 +0800 Chen Jie <chenj@lemote.com> - - * sys/androidmedia/gstamc.c: - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Hacks for HuaweiMediaPad which reports wrong color format - COLOR_FormatYCbYCr is reported but it is actually COLOR_TI_FormatYUV420PackedSemiPlanar. - -2013-06-05 16:16:36 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - mpegvideoparser: Fix the pixel-aspect-ratio calculation - Ignore the display_extension values if they are greater than the width/height - values provided by seqhdr and calculate the PAR based on the seqhdr values.T - his is what DVD players are doing. - Thanks to "David Schleef <ds@schleef.org>" - https://bugzilla.gnome.org/show_bug.cgi?id=685103 - -2013-06-05 18:36:40 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * configure.ac: - Back to development - -=== release 1.1.1 === - -2013-06-05 18:10:29 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * ChangeLog: - * NEWS: - * RELEASE: - * common: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins.args: - * docs/plugins/gst-plugins-bad-plugins.hierarchy: - * docs/plugins/gst-plugins-bad-plugins.interfaces: - * docs/plugins/gst-plugins-bad-plugins.signals: - * docs/plugins/inspect/plugin-accurip.xml: - * docs/plugins/inspect/plugin-adpcmdec.xml: - * docs/plugins/inspect/plugin-adpcmenc.xml: - * docs/plugins/inspect/plugin-asfmux.xml: - * docs/plugins/inspect/plugin-assrender.xml: - * docs/plugins/inspect/plugin-audiovisualizers.xml: - * docs/plugins/inspect/plugin-autoconvert.xml: - * docs/plugins/inspect/plugin-bayer.xml: - * docs/plugins/inspect/plugin-bz2.xml: - * docs/plugins/inspect/plugin-camerabin.xml: - * docs/plugins/inspect/plugin-celt.xml: - * docs/plugins/inspect/plugin-chromaprint.xml: - * docs/plugins/inspect/plugin-coloreffects.xml: - * docs/plugins/inspect/plugin-curl.xml: - * docs/plugins/inspect/plugin-dataurisrc.xml: - * docs/plugins/inspect/plugin-debugutilsbad.xml: - * docs/plugins/inspect/plugin-dtsdec.xml: - * docs/plugins/inspect/plugin-dvb.xml: - * docs/plugins/inspect/plugin-dvbsuboverlay.xml: - * docs/plugins/inspect/plugin-dvdspu.xml: - * docs/plugins/inspect/plugin-eglglessink.xml: - * docs/plugins/inspect/plugin-faac.xml: - * docs/plugins/inspect/plugin-faad.xml: - * docs/plugins/inspect/plugin-festival.xml: - * docs/plugins/inspect/plugin-fieldanalysis.xml: - * docs/plugins/inspect/plugin-flite.xml: - * docs/plugins/inspect/plugin-fragmented.xml: - * docs/plugins/inspect/plugin-frei0r.xml: - * docs/plugins/inspect/plugin-gaudieffects.xml: - * docs/plugins/inspect/plugin-gdp.xml: - * docs/plugins/inspect/plugin-geometrictransform.xml: - * docs/plugins/inspect/plugin-gmedec.xml: - * docs/plugins/inspect/plugin-gsm.xml: - * docs/plugins/inspect/plugin-gstsiren.xml: - * docs/plugins/inspect/plugin-id3tag.xml: - * docs/plugins/inspect/plugin-inter.xml: - * docs/plugins/inspect/plugin-interlace.xml: - * docs/plugins/inspect/plugin-jpegformat.xml: - * docs/plugins/inspect/plugin-liveadder.xml: - * docs/plugins/inspect/plugin-mimic.xml: - * docs/plugins/inspect/plugin-mms.xml: - * docs/plugins/inspect/plugin-modplug.xml: - * docs/plugins/inspect/plugin-mpegpsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsdemux.xml: - * docs/plugins/inspect/plugin-mpegtsmux.xml: - * docs/plugins/inspect/plugin-mpg123.xml: - * docs/plugins/inspect/plugin-opencv.xml: - * docs/plugins/inspect/plugin-opus.xml: - * docs/plugins/inspect/plugin-pcapparse.xml: - * docs/plugins/inspect/plugin-pnm.xml: - * docs/plugins/inspect/plugin-rawparse.xml: - * docs/plugins/inspect/plugin-removesilence.xml: - * docs/plugins/inspect/plugin-resindvd.xml: - * docs/plugins/inspect/plugin-rtmp.xml: - * docs/plugins/inspect/plugin-schro.xml: - * docs/plugins/inspect/plugin-sdp.xml: - * docs/plugins/inspect/plugin-segmentclip.xml: - * docs/plugins/inspect/plugin-shm.xml: - * docs/plugins/inspect/plugin-smooth.xml: - * docs/plugins/inspect/plugin-soundtouch.xml: - * docs/plugins/inspect/plugin-speed.xml: - * docs/plugins/inspect/plugin-subenc.xml: - * docs/plugins/inspect/plugin-videoparsersbad.xml: - * docs/plugins/inspect/plugin-voaacenc.xml: - * docs/plugins/inspect/plugin-voamrwbenc.xml: - * docs/plugins/inspect/plugin-waylandsink.xml: - * docs/plugins/inspect/plugin-y4mdec.xml: - * docs/plugins/inspect/plugin-zbar.xml: - * gst-plugins-bad.doap: - * gst/bayer/gstbayerorc-dist.c: - * gst/bayer/gstbayerorc-dist.h: - * gst/fieldanalysis/gstfieldanalysisorc-dist.c: - * gst/fieldanalysis/gstfieldanalysisorc-dist.h: - * gst/gaudieffects/gstgaudieffectsorc-dist.c: - * gst/gaudieffects/gstgaudieffectsorc-dist.h: - * win32/common/config.h: - Release 1.1.1 - -2013-06-05 18:28:17 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/vdpau/Makefile.am: - vdpau: Add some missing headers to dist - -2013-06-05 18:01:10 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * ext/Makefile.am: - dash: Add to Makefile.am for make dist - -2013-06-05 17:49:59 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/Makefile.am: - applemedia-nonpublic: Add to the Makefile.am for dist - -2013-06-05 16:54:57 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * po/af.po: - * po/az.po: - * po/bg.po: - * po/ca.po: - * po/cs.po: - * po/da.po: - * po/de.po: - * po/el.po: - * po/en_GB.po: - * po/eo.po: - * po/es.po: - * po/eu.po: - * po/fi.po: - * po/fr.po: - * po/gl.po: - * po/hu.po: - * po/id.po: - * po/it.po: - * po/ja.po: - * po/ky.po: - * po/lt.po: - * po/lv.po: - * po/mt.po: - * po/nb.po: - * po/nl.po: - * po/or.po: - * po/pl.po: - * po/pt_BR.po: - * po/ro.po: - * po/ru.po: - * po/sk.po: - * po/sl.po: - * po/sq.po: - * po/sr.po: - * po/sv.po: - * po/tr.po: - * po/uk.po: - * po/vi.po: - * po/zh_CN.po: - Update .po files - -2013-06-05 15:20:52 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix leak - Since we were manually setting GValue to the GValueArray, we also need - to specify how many were set, otherwise all values in the array will - be leaked. - -2013-06-05 15:15:06 +0200 Sebastian Dröge <slomo@circular-chaos.org> - - * common: - Automatic update of common submodule - From 098c0d7 to 01a7a46 - -2013-06-05 13:39:14 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Speedup TDT/TOT parsing - Use quarks where needed, makes it 2.5 times faster - -2013-06-05 13:21:29 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Fix string leak - The description/text get copied in the structure. - -2013-06-05 12:49:09 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Speed up descriptor parsing/packing - descriptors are stored as a GValueArray of GString. The downside is - that there is no way to "pass" ownership of a GValue to a GValueArray - which previously resulted in expensive copy/free of the (already expensive) - GString. - Here we estimate first the size of the GValueArray, then create it, - then directly use the GValue of that array. - Speeds up total SI parsing by ~30% - -2013-06-05 11:21:21 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Use gst_value_list_append_and_take_value - Avoids doing the expensive copy of structures/arrays/... - Speeds up parsing SI by about 50% - -2013-06-05 11:20:49 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtspacketizer.c: - mpegtspacketizer: Avoid copying GValueArray - Just give the GValueArray to the container GValue. - -2013-05-29 09:25:23 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * Makefile.am: - cruft: Add signalprocessor directory - -2013-05-29 08:37:19 +0200 Branko Subasic <branko@axis.com> - - * docs/libs/Makefile.am: - docs: removed signalprocessor from docs/libs/Makefile.am - -2013-05-28 15:54:33 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/midi/midiparse.c: - midiparse: In pull mode drop SEGMENT, CAPS and STREAM_START events - We create and send our own later from another thread. - -2013-05-28 15:53:07 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/midi/midiparse.c: - midiparse: Push stream-start event before anything else - -2013-05-28 08:08:42 +0200 Stefan Sauer <ensonic@users.sf.net> - - * configure.ac: - * gst-libs/gst/Makefile.am: - * gst-libs/gst/signalprocessor/.gitignore: - * gst-libs/gst/signalprocessor/Makefile.am: - * gst-libs/gst/signalprocessor/gstsignalprocessor.c: - * gst-libs/gst/signalprocessor/gstsignalprocessor.h: - signalprocessor: ladspa is not using this anymore - When we port lv2, we'll go the same route as the new ladspa plugin. - -2013-05-28 07:53:37 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/ladspa/gstladspa.c: - ladspa: fix typos in launch examples - -2013-05-27 23:07:16 +0200 Stefan Sauer <ensonic@users.sf.net> - - * ext/ladspa/gstladspa.c: - * ext/ladspa/gstladspa.h: - * ext/ladspa/gstladspafilter.c: - * ext/ladspa/gstladspafilter.h: - * ext/ladspa/gstladspasink.c: - * ext/ladspa/gstladspasink.h: - * ext/ladspa/gstladspasource.c: - * ext/ladspa/gstladspasource.h: - * ext/ladspa/gstladspautils.c: - * ext/ladspa/gstladspautils.h: - ladspa: use the registry cache for plugin details - Split the introspection and registration part. This way we only need to open all - plugins when updating the registry. When reading the registry we can register - the elements entierly from the cache. - -2013-05-27 11:20:07 +0200 Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstopencv.c: - * ext/opencv/gstretinex.c: - * ext/opencv/gstretinex.h: - opencv: Add colour image enhancement element based on Retinex algorithm - Add colour image enhancement element based on Retinex algorithm. Two types - exist, namely basic and multiscale; both are described in this article: - Rahman, Zia-ur, Daniel J. Jobson, and Glenn A. Woodell. "Multi-scale retinex - for color image enhancement." Image Processing, 1996. Proceedings., - International Conference on. Vol. 3. IEEE, 1996 - Visually speaking the result looks a bit funny, but is pretty invariable to - lightning changes, which is good for some applications, like image - segmentation. - https://bugzilla.gnome.org/show_bug.cgi?id=700977 - -2013-05-26 14:29:54 +0200 Stefan Sauer <ensonic@users.sf.net> - - * gst/audiofxbad/gstaudiochannelmix.h: - audiochannelmix: fill in the author template - The copyright header still contained the author template. - -2013-05-25 15:25:56 +0200 Michael Rubinstein <mrubinstein@weather.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsdemux: Free memory behind GString if we don't use it - https://bugzilla.gnome.org/show_bug.cgi?id=700903 - -2013-05-23 14:32:07 +0200 Patricia Muscalu <patricia@axis.com> - - * ext/curl/gstcurlbasesink.c: - * ext/curl/gstcurlbasesink.h: - * ext/curl/gstcurlsmtpsink.c: - * ext/curl/gstcurlsmtpsink.h: - curlsmtpsink: terminate transfer thread properly - If no EOS has been sent, the curl readfunc callback will - return ABORT. The media file in that case will not be properly - finalized. - https://bugzilla.gnome.org/show_bug.cgi?id=700886 - -2013-04-08 14:59:54 +0000 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/directdraw/gstdirectdrawsink.c: - directdrawsink: update window width/height when it's not done in WndProc - -2013-04-05 17:59:41 +0000 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/directdraw/gstdirectdrawsink.c: - * sys/directdraw/gstdirectdrawsink.h: - directdrwasink: call previous WndProc if any - -2013-04-05 17:26:57 +0000 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/directdraw/gstdirectdrawsink.c: - directdrawsink: respect PAR with coordinates - -2013-04-25 15:35:50 +0000 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia-nonpublic/Makefile.am: - applemedia-nonpublic: fix symbols redefinition for objc files - -2013-04-24 15:55:12 +0000 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/Makefile.am: - applemedia: fix duplicated symbols with applemedia - -2013-05-23 14:57:49 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/mpegtsbase.c: - mpegtsbase: Post an error message when EOS'ing without source pads - This ensures we don't "hang" when files can't be decoded, or contain - no valid streams. - -2013-05-23 14:56:40 +0200 Edward Hervey <edward@collabora.com> - - * gst/mpegtsdemux/tsdemux.c: - tsdemux: Demote a warning to debug level - We will get it for virtually every first packets. - -2013-05-01 16:37:54 +0200 Edward Hervey <edward@collabora.com> - - * gst-libs/gst/codecparsers/gstmpegvideoparser.c: - codecparsers: Actually store mpeg video bitrate value - And use the extension also (higher 12 bits) - -2013-05-23 11:04:57 +0200 Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> - - * ext/opencv/Makefile.am: - * ext/opencv/gstopencv.c: - * ext/opencv/gstskindetect.c: - * ext/opencv/gstskindetect.h: - opencv: Add skin color detection element - https://bugzilla.gnome.org/show_bug.cgi?id=700654 - -2013-05-07 21:45:54 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtdec.c: - vtdec: simplify caps setting - -2013-04-26 17:47:26 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - applemedia: fix H264 streams with b-frames - The decoder output frames in DTS order, even with the flag - kVTDecodeFrame_EnableTemporalProcessing. We store a internal - queue of the decoded frames and push them PTS order. - -2013-04-26 17:45:31 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: fix segfault with dropped frames - -2013-04-26 17:40:00 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtapi.c: - * sys/applemedia/vtapi.h: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtdec.h: - applemedia: improve usage of the VT API - Add timing information to CV samples and pass the GstBuffer - as extra data in the decode function - -2013-04-26 13:26:03 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: add support for MPEG-1 too - -2013-04-25 11:30:07 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtapi.h: - * sys/applemedia/vtdec.c: - applemedia: add support for MPEG-2 decoding - -2013-04-25 11:27:13 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtdec.c: - applemedia: use the best colorformat on each platform - This saves a colorspace conversion before the sink in OS X - -2013-04-25 11:17:16 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/vtdec.c: - * sys/applemedia/vtutil.c: - * sys/applemedia/vtutil.h: - applemedia: replace private function with its public variant - FigVideoFormatDescriptionCreateWithSampleDescriptionExtensionAtom - is an un-documented private function which might change its signature - as it already did in the past. Replace it with - CMVideoFormatDescriptionCreate and the also un-documented Extensions - dictionary. - -2013-04-24 22:22:28 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/avfvideosrc.m: - * sys/applemedia/bufferfactory.h: - * sys/applemedia/bufferfactory.m: - * sys/applemedia/qtkitvideosrc.m: - applemedia: remove the unneeded buffer factory - -2013-04-24 22:15:01 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * sys/applemedia/Makefile.am: - * sys/applemedia/cmapi.c: - * sys/applemedia/cmapi.h: - * sys/applemedia/coremediabuffer.c: - * sys/applemedia/coremediabuffer.h: - * sys/applemedia/coremediactx.c: - * sys/applemedia/coremediactx.h: - * sys/applemedia/corevideobuffer.c: - * sys/applemedia/corevideobuffer.h: - * sys/applemedia/cvapi.c: - * sys/applemedia/cvapi.h: - * sys/applemedia/vtapi.h: - * sys/applemedia/vtdec.c: - * sys/applemedia/vtenc.c: - applemedia: don't use the dynamic API for public frameworks - Public frameworks don't need to build the API dynamically, we instead - use the framework directly. - The exception is for VideoToolbox which went public in the 10.8 SDK, - but it's still private in older version of the SDK and iOS. This allow - building the plugin against SDK's where it's not a public framework. - -2013-04-24 18:53:11 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> - - * configure.ac: - * sys/Makefile.am: - * sys/applemedia-nonpublic/Makefile.am: - * sys/applemedia-nonpublic/bufferfactory.h: - * sys/applemedia-nonpublic/bufferfactory.m: - * sys/applemedia-nonpublic/celapi.c: - * sys/applemedia-nonpublic/celapi.h: - * sys/applemedia-nonpublic/celvideosrc.c: - * sys/applemedia-nonpublic/celvideosrc.h: - * sys/applemedia-nonpublic/cmapi.c: - * sys/applemedia-nonpublic/cmapi.h: - * sys/applemedia-nonpublic/coremediabuffer.c: - * sys/applemedia-nonpublic/coremediabuffer.h: - * sys/applemedia-nonpublic/coremediactx.c: - * sys/applemedia-nonpublic/coremediactx.h: - * sys/applemedia-nonpublic/corevideobuffer.c: - * sys/applemedia-nonpublic/corevideobuffer.h: - * sys/applemedia-nonpublic/cvapi.c: - * sys/applemedia-nonpublic/cvapi.h: - * sys/applemedia-nonpublic/dynapi-internal.h: - * sys/applemedia-nonpublic/dynapi.c: - * sys/applemedia-nonpublic/dynapi.h: - * sys/applemedia-nonpublic/mioapi.c: - * sys/applemedia-nonpublic/mioapi.h: - * sys/applemedia-nonpublic/miovideodevice.c: - * sys/applemedia-nonpublic/miovideodevice.h: - * sys/applemedia-nonpublic/miovideosrc.c: - * sys/applemedia-nonpublic/miovideosrc.h: - * sys/applemedia-nonpublic/mtapi.c: - * sys/applemedia-nonpublic/mtapi.h: - * sys/applemedia-nonpublic/plugin.m: - * sys/applemedia/Makefile.am: - * sys/applemedia/coremediactx.c: - * sys/applemedia/coremediactx.h: - * sys/applemedia/plugin.m: - applemedia: move plugins using private frameworks to applemedia-nonpublic - -2013-05-20 13:24:07 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * sys/androidmedia/gstamcaudiodec.c: - * sys/androidmedia/gstamcvideodec.c: - androidmedia: Fix indention - -2013-05-17 20:17:31 +0800 Chen Jie <chenj@lemote.com> - - * sys/androidmedia/gstamcvideodec.c: - androidmedia: fix a minor error in COLOR_FormatYUV420Planar converting - https://bugzilla.gnome.org/show_bug.cgi?id=700521 - -2013-05-18 14:01:22 -0700 David Schleef <ds@schleef.org> - - * tools/element-templates/audiofilter: - element-maker: Add transform functions to audiofilter - -2013-05-18 13:57:11 -0700 David Schleef <ds@schleef.org> - - * configure.ac: - * gst/audiofxbad/Makefile.am: - * gst/audiofxbad/gstaudiochannelmix.c: - * gst/audiofxbad/gstaudiochannelmix.h: - * gst/audiofxbad/gstaudiofxbad.c: - audiofx: Add plugin, add audiochannelmix - -2013-05-18 13:56:18 -0700 David Schleef <ds@schleef.org> - - * ext/flite/gstflitetestsrc.c: - flitetestsrc: audio format is "S16" not "s16" - -2013-05-18 11:58:14 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/videosignal/Makefile.am: - videosignal: fix CFLAGS order - -2013-05-17 21:23:55 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: send stream start event - Removes warnings about strict sticky events ordering - -2013-05-17 12:08:10 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: fix wma pro caps creation - WmaPro is actually wmaversion 3, and can also be found by the - WMAP fourcc. - Some manifests also contain the block_align field as "PacketSize" - in the audio track description, the libav decoders require it - to be present in caps. - Fixes #699921 - -2013-05-17 11:37:30 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: fix assertions when a stream caps can't be created - Fixes two assertions related to cleanup for a pad that couldn't - be exposed because the caps couldn't be identified from the - Manifest - Fixes #699921 - -2013-05-15 11:49:22 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/eglgles/gstegladaptation_eagl.m: - * ext/eglgles/gsteglglessink.c: - eagl: fix handling of surface dimension changes - Detect when the eagl surface changed its dimension (when the user rotates - the device for example) and adapt the egl internals to draw to that, - preventing that ios resizes the image again when drawing. - This is particularly harmful when eagl would scale down a image - to draw and the ios screen would scale it back up because the - surface is now bigger than when the element was configured. - -2013-05-15 00:48:53 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: parse block_align, channels and rate from waveformatex if possible - wma v2 expects block_align, channels and rate fields set to its caps. - This isn't present direclty on the manifests, so mssdemux should parse - it from the waveformatex structure - https://bugzilla.gnome.org/show_bug.cgi?id=699924 - -2013-05-14 22:04:19 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/smoothstreaming/gstmssmanifest.c: - mssdemux: add bitrate info to audio streams - bitrate info is always present on the QualityLevel xml node as part - of the adaptive selection processing, put it into caps as some - decoders require it (avdec_wmav2 for example) - https://bugzilla.gnome.org/show_bug.cgi?id=699924 - -2013-05-14 16:37:16 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/smoothstreaming/gstmssdemux.c: - mssdemux: send stream id and newsegment before pushing data - Fixes sticky events ordering warnings when data is pushed - https://bugzilla.gnome.org/show_bug.cgi?id=699924 - -2013-05-15 22:24:29 -0400 Olivier Crête <olivier.crete@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dashdemux: Announce correct mpegts caps - -2013-05-15 20:03:30 -0400 Olivier Crête <olivier.crete@collabora.com> - - * gst-libs/gst/insertbin/gstinsertbin.c: - insertbin: Annotate callback scopes - -2013-05-15 19:23:08 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> - - * ext/mimic/gstmimdec.c: - * ext/mimic/gstmimenc.c: - * ext/mimic/gstmimenc.h: - mimic: Ensure segment is sent before caps and buffer - https://bugzilla.gnome.org/show_bug.cgi?id=700420 - -2013-05-15 11:57:07 -0600 Brendan Long <b.long@cablelabs.com> - - * configure.ac: - openal: require OpenAL >= 1.14 to build the OpenAL plugin - For AL_FORMAT_MONO_ALAW_EXT and AL_FORMAT_STEREO_ALAW_EXT. - https://bugzilla.gnome.org/show_bug.cgi?id=700402 - -2013-05-15 11:38:35 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/mpegtsmux/mpegtsmux.c: - mpegtsmux: Push stream-start event before anything else - -2013-05-15 11:37:14 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/mpegtsmux.c: - mpegtsmux: Fix event handling in unit test - -2013-05-15 11:31:14 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/mxfdemux.c: - mxfdemux: Fix event handling in unit test - -2013-05-15 11:28:04 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/libs/insertbin.c: - insertbin: Fix event handling in unit test - -2013-05-15 11:26:25 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/schroenc.c: - schroenc: Fix event handling in unit test - -2013-05-15 11:25:07 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/mpg123audiodec.c: - mpg123audiodec: Fix event handling in unit test - -2013-05-15 11:15:24 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/parser.c: - parser: Fix event handling in unit tests - -2013-05-15 11:09:08 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/gdpdepay.c: - * tests/check/elements/gdppay.c: - gdp: Fix event handling in unit test - gdp elements still needs to be fixed for all the event related - changes and generally properly ported to 1.0. - -2013-05-15 11:04:23 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/baseaudiovisualizer.c: - baseaudiovisualizer: Fix event handling in unit test - -2013-05-15 11:02:29 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: Enable GLib deprecation warnings again - -2013-05-15 11:00:46 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/audiovisualizers/gstaudiovisualizer.c: - audiovisualizer: Negotiate as soon as possible when getting the sinkpad caps - -2013-05-15 10:54:56 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/asfmux.c: - asfmux: Fix event handling in unit test - -2013-05-15 10:54:46 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * gst/asfmux/gstasfmux.c: - asfmux: Send stream-start event - -2013-05-15 10:51:54 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * common: - Automatic update of common submodule - From 5edcd85 to 098c0d7 - -2013-05-15 10:23:49 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/autoconvert.c: - autoconvert: Fix event handling in unit test - -2013-05-15 10:22:44 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/shm.c: - shm: Fix event handling in unit test - -2013-05-15 10:19:24 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/curlfilesink.c: - curlfilesink: Fix event handling in unit test - -2013-05-15 10:18:01 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/opus.c: - opus: Fix event handling in unit test - -2013-05-15 10:14:33 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/kate.c: - kate: Fix event handling in unit test - -2013-05-15 10:12:09 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * ext/kate/gstkateenc.c: - * ext/kate/gstkateenc.h: - kateenc: Delay segment event until we have caps - -2013-05-15 10:02:29 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * ext/kate/gstkateutil.c: - katedec/tiger: Don't queue sticky events that would come before CAPS - -2013-05-15 09:47:21 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * ext/kate/gstkateparse.c: - kateparse: Fix event handling - Internal state should only be reset on FLUSH_STOP, not FLUSH_START. - Also forward pre-caps events immediately and don't queue them. - -2013-05-15 09:42:58 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/voaacenc.c: - * tests/check/elements/voamrwbenc.c: - vo{amr,aac}enc: Fix event handling in unit test - -2013-05-15 09:41:54 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * tests/check/elements/faac.c: - * tests/check/elements/faad.c: - faad/faac: Fix event handling in unit test - -2013-05-15 09:20:45 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * ext/hls/Makefile.am: - * ext/hls/gsthlsdemux.h: - * ext/hls/gsturidownloader.c: - * ext/hls/gsturidownloader.h: - hls: Use GstURIDownloader from the library for now to keep everything in a usable state - -2013-05-14 14:32:19 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> - - * ext/ladspa/gstladspautils.c: - ladspa: Fix compilation issue when lrdf is enabled - https://bugzilla.gnome.org/show_bug.cgi?id=700328 - -2013-05-14 00:14:34 +0100 Tim-Philipp Müller <tim@centricular.net> - - * Android.mk: - * configure.ac: - * gst/nsf/Makefile.am: - * gst/nsf/dis6502.h: - * gst/nsf/fds_snd.c: - * gst/nsf/fds_snd.h: - * gst/nsf/fmopl.c: - * gst/nsf/fmopl.h: - * gst/nsf/gstnsf.c: - * gst/nsf/gstnsf.h: - * gst/nsf/log.c: - * gst/nsf/log.h: - * gst/nsf/mmc5_snd.c: - * gst/nsf/mmc5_snd.h: - * gst/nsf/nes6502.c: - * gst/nsf/nes6502.h: - * gst/nsf/nes_apu.c: - * gst/nsf/nes_apu.h: - * gst/nsf/nsf.c: - * gst/nsf/nsf.h: - * gst/nsf/osd.h: - * gst/nsf/types.h: - * gst/nsf/vrc7_snd.c: - * gst/nsf/vrc7_snd.h: - * gst/nsf/vrcvisnd.c: - * gst/nsf/vrcvisnd.h: - nsf: remove nsf plugin, replaced by gme plugin - https://bugzilla.gnome.org/show_bug.cgi?id=648021 - -2013-04-17 02:18:58 +0200 Juan Manuel Borges Caño <juanmabcmail@gmail.com> - - * configure.ac: - * ext/openal/gstopenal.c: - * ext/openal/gstopenalsink.c: - * ext/openal/gstopenalsink.h: - * ext/openal/gstopenalsrc.c: - * ext/openal/gstopenalsrc.h: - openal: improved port to 1.0 - https://bugzilla.gnome.org/show_bug.cgi?id=698013 - -2013-05-13 00:08:42 +0100 Tim-Philipp Müller <tim@centricular.net> - - * tests/check/Makefile.am: - tests: blacklist some more tests from the generic state change test - -2013-05-13 00:06:10 +0100 Tim-Philipp Müller <tim@centricular.net> - - * sys/bluez/bluez-plugin.c: - * sys/bluez/gstavdtputil.c: - bluez: add debug category for avdtp utils - -2013-05-12 23:51:32 +0100 Tim-Philipp Müller <tim@centricular.net> - - * REQUIREMENTS: - * configure.ac: - * docs/plugins/gst-plugins-bad-plugins-docs.sgml: - * docs/plugins/inspect/plugin-dirac.xml: - * ext/Makefile.am: - * ext/dirac/Makefile.am: - * ext/dirac/gstdirac.cc: - * ext/dirac/gstdiracdec.cc: - * ext/dirac/gstdiracdec.h: - * ext/dirac/gstdiracenc.cc: - * gst-plugins-bad.spec.in: - dirac: remove old dirac-research library based codec - It's not developed any more and replaced by the - libschroedinger-based elements in gst-plugins-good. - (The libschroedinger 1.0.9 release notes state "This - is an exciting release: most of the encoding tools in - dirac-research have been ported over to Schrödinger, so - now schro has the same or better compression efficiency - as dirac-research.") - -2013-05-12 22:41:32 +0100 Tim-Philipp Müller <tim@centricular.net> - - * configure.ac: - * ext/ofa/Makefile.am: - * ext/ofa/gstofa.c: - * ext/ofa/gstofa.h: - * tests/check/elements/ofa.c: - ofa: port to 1.0 - -2013-05-12 20:32:23 +0100 Tim-Philipp Müller <tim@centricular.net> - - * LICENSE_readme: - * configure.ac: - * docs/plugins/Makefile.am: - * docs/plugins/gst-plugins-bad-plugins-sections.txt: - * ext/Makefile.am: - * ext/musicbrainz/Makefile.am: - * ext/musicbrainz/gsttrm.c: - * ext/musicbrainz/gsttrm.h: - musicbrainz: remove trm element which is not useful any more - TRM IDs are MusicBrainz' old audio fingerprinting system from - Relatable, they were phased out in favour of MusicIPs PUIDs. - https://wiki.musicbrainz.org/History:TRM - -2013-05-12 18:51:52 +0100 Tim-Philipp Müller <tim@centricular.net> - - * ext/neon/gstneonhttpsrc.c: - neonhttpsrc: add support for SCHEDULING query - -2013-05-12 18:47:32 +0100 Tim-Philipp Müller <tim@centricular.net> - - * ext/neon/gstneonhttpsrc.c: - * ext/neon/gstneonhttpsrc.h: - neonhttpsrc: add iradio-mode property and post icy metadata as tags - -2013-05-12 18:28:18 +0100 Tim-Philipp Müller <tim@centricular.net> - - * configure.ac: - * ext/neon/gstneonhttpsrc.c: - * ext/neon/gstneonhttpsrc.h: - neonhttpsrc: port to 1.0 - -2013-05-11 12:07:03 -0700 David Schleef <ds@schleef.org> - - * gst/inter/gstintervideosrc.c: - intervideosrc: Fix timestamp generation - -2013-05-11 19:41:22 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/librfb/gstrfbsrc.c: - * gst/librfb/rfbdecoder.c: - * gst/librfb/rfbdecoder.h: - rfbsrc: post error messages on errors - -2013-05-10 17:30:48 -0700 David Schleef <ds@schleef.org> - - * gst/videofilters/Makefile.am: - * gst/videofilters/gstvideodiff.c: - * gst/videofilters/gstvideodiff.h: - * gst/videofilters/gstvideofiltersbad.c: - videofilters: Add videodiff element - -2013-04-27 11:56:48 -0700 David Schleef <ds@schleef.org> - - * gst/y4m/gsty4mdec.c: - y4mdec: set timestamps when restriding buffer - -2013-04-15 00:24:23 -0700 David Schleef <ds@schleef.org> - - * gst/videosignal/Makefile.am: - * gst/videosignal/gstsimplevideomark.c: - * gst/videosignal/gstsimplevideomark.h: - * gst/videosignal/gstsimplevideomarkdetect.c: - * gst/videosignal/gstsimplevideomarkdetect.h: - * gst/videosignal/gstvideosignal.c: - videomark/detect: rename to simplevideomark[detect] - -2013-04-13 15:16:04 -0700 David Schleef <ds@schleef.org> - - * gst/videosignal/Makefile.am: - * gst/videosignal/gstvideodetect.c: - * gst/videosignal/gstvideodetect.h: - * gst/videosignal/gstvideomark.c: - * gst/videosignal/gstvideomark.h: - * gst/videosignal/gstvideosignal.c: - videomark/detect: port to 1.0 - -2013-05-11 00:36:06 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/librfb/gstrfbsrc.c: - * gst/librfb/rfbdecoder.c: - rfbsrc: fix rfbdecoder new/free asymetry and wrong free in error case - If rfb_decoder_new() allocates the decoder sructure, rfb_decoder_free() - should free the structure. We should not free the decoder when an - error occurs during connection - it holds lots of configuration/state - and will be freed later in finalize. - -2013-05-11 00:29:40 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/librfb/d3des.c: - * gst/librfb/d3des.h: - * gst/librfb/rfbdecoder.c: - rfbsrc: make authentication handshake safe for multiple instances - Move DES key into context struct. - -2013-05-10 23:09:30 +0100 Tim-Philipp Müller <tim@centricular.net> - - * gst/librfb/Makefile.am: - * gst/librfb/rfbdecoder.c: - * gst/librfb/vncauth.c: - * gst/librfb/vncauth.h: - rfbsrc: remove GPL-licensed source file - and replace the 1% of it that we need with new code, so we - don't have to change the runtime license of rfbsrc to GPL. - -2013-05-10 09:49:46 -0700 Aleix Conchillo Flaque <aleix@oblong.com> - - * gst/librfb/Makefile.am: - * gst/librfb/gstrfbsrc.c: - * gst/librfb/rfbdecoder.c: - * gst/librfb/rfbdecoder.h: - rfbsrc: use glib gio sockets for network access - https://bugzilla.gnome.org/show_bug.cgi?id=700038 - -2013-05-09 16:41:32 -0700 Aleix Conchillo Flaque <aleix@oblong.com> - - * configure.ac: - * gst/librfb/Makefile.am: - * gst/librfb/gstrfbsrc.c: - * gst/librfb/gstrfbsrc.h: - rfbsrc: port to 1.0 - https://bugzilla.gnome.org/show_bug.cgi?id=700038 - -2013-05-10 12:49:06 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - - * ext/eglgles/gstegladaptation_egl.c: - * gst-libs/gst/egl/egl.c: - * gst-libs/gst/egl/egl.h: - egl: Add destroy notify instead of always calling eglTerminate() on the display - In some scenarios, for example in QtWebKit, might be difficult to obtain full - control on the egl display and it might be only accessible indirectly via - eglGetCurrentDisplay(). - https://bugzilla.gnome.org/show_bug.cgi?id=700058 - -2013-05-10 11:48:46 +0200 Josep Torra <n770galaxy@gmail.com> - - * gst-libs/gst/egl/egl.h: - egl: Allow being used in C++ code - -2013-05-08 23:17:08 +0100 Tim-Philipp Müller <tim@centricular.net> - - * ext/dash/gstdashdemux.c: - dashdemux: rename src template from src%d to src_%u - -2013-05-08 18:22:39 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/AUTHORS: - * ext/dash/COPYING: - dash: remove superfluous files - Authors and license are at the top of the source files - -2013-05-02 14:11:54 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dash: do not use deprecated glib mutex API - -2013-04-23 12:08:07 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - dashdemux: fixing compiler warnings about print formats - -2013-05-08 11:14:15 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * configure.ac: - * ext/Makefile.am: - dash: enable in configure/makefiles - It was intentionally disabled up to this point to prevent - compile failures as dashdemux development commits were all for - 0.10 up to here - -2013-04-18 07:41:09 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/Makefile.am: - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstdownloadrate.c: - * ext/dash/gstdownloadrate.h: - * ext/dash/gstplugin.c: - dashdemux: port to 1.0 - -2013-04-11 09:12:26 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Fix another wrong assertion - Also adds a couple log messages for easier debugging - -2013-04-10 18:09:19 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: remove wrong asserts - Those asserts should be the contrary that they are. And also - the surround functions should already check that. Removing them. - -2013-03-13 15:55:03 +0100 Wim Taymans <wim.taymans@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: only start timestamp from 0 for live stream - We only want to adjust the timestamps so that they start from 0 for live - streams. Non-live streams already start from 0 and after a seek we actually want - to timestamp to be the position we seek to. - -2013-03-08 15:04:48 +0100 Wim Taymans <wim.taymans@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: make timestamps start from 0 - Non-live streams should timestamp buffers with a running-time starting from - 0. Since we already push a 0 -> -1 segment, bring the timestamps to 0 - by subtracting the initial timestamp. - -2013-03-08 14:59:59 +0100 Wim Taymans <wim.taymans@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: also send newsegment on startup - -2013-03-08 14:57:39 +0100 Wim Taymans <wim.taymans@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: small cleanup - -2013-02-22 17:00:27 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: live stream playback crashfix - -2013-02-22 16:46:22 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dash: mpdparser: do not cleanup xml lib too early - The xmlCleanupParser function seems to cleanup all statically - allocated libxml variables, making it unusable. We can't guarantee - that dashdemux won't need it anymore, so better not call it. - -2013-02-22 16:40:36 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: reimplementing live streams manifest updates - Manifest updates should be done periodically for live streams, - this patch makes the demuxer create a new manifest client for - the new version and transfers the stream position to the new - one, discarding the old one afterwards. - -2013-02-20 12:49:25 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dash: mpdparser: allow periods without start time for live streams - Live streams can have undefined start times for the periods and - mpdparser can let that pass instead of erroring out - -2013-02-19 19:35:34 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dash: mpdparser: use guint64 for timestamps - The timestamps can be pretty big, so use guint64 for them - -2013-02-19 01:26:25 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dashdemux: mpd parsing: fix query parameter parsing - Try harder to detect URL parameters and split them to accomodate - the fragment url in the concat: - base-url + fragment-url + url-parameters - -2013-02-18 14:02:48 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: plug some leaks - Add some missing free/unrefs spotted by valgrind - -2013-02-18 14:01:27 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: remove unused mutexes - -2013-02-14 17:39:35 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: properly reset stream status after a flush - The stream eos/end of period status must also be reset after a flushing - seek. This makes seeking after EOS work. - -2013-02-13 02:13:23 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: keep a list of streams periods - Keep a list of streams per period so that the download loop can keep - downloading while the stream loop is still pushing old period's data. - -2013-02-12 22:54:32 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: Properly parse base uri from mpd. - -2013-02-12 22:53:16 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Remove unused members. - -2013-02-12 18:50:51 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Only send newsegment on seek. - -2013-02-08 02:55:05 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: send segments that overwrite previous ones - This is only done for seeks, so it is fine - -2013-02-07 21:58:37 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: switch bitrates without switching pads - -2013-02-07 16:22:13 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: Remove unusued method. - -2013-02-07 14:09:44 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: Set stream need_header after seek and has_data_queued to FALSE when flushing stream. - -2013-02-07 03:09:28 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: do not pause/start the stream loop on playing/paused changes - The demuxer shouldn't care about paused/playing, it should act the - same in both states - -2013-02-06 13:31:18 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: remove property that isn't used anymore - Remove some pieces of code that are from an old property - that isn't used anymore - -2013-02-05 17:38:06 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/Makefile.am: - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstdownloadrate.c: - * ext/dash/gstdownloadrate.h: - dashdemux: add a downloadrate utility - A small struct that keeps a short history of fragment download bitrates - to have an average measure of N last fragments instead of using only - the last downloaded bitrate - -2013-02-05 14:24:45 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: sprinkling some more log - -2013-02-05 14:22:51 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: change bitrates based on the stream bitrate - Do not use a global bitrate as the sizes of the fragments matter - when calculating the download rate as the connection setup time is - also being taken into the download duration, a smaller fragment - will have a lower bitrate than a larger one. - This avoids switching the bitrates for streams frequently because - of bitrate mismatches - -2013-02-05 00:45:06 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/Makefile.am: - * ext/dash/gstdashdemux.h: - * ext/dash/gstfragment.c: - * ext/dash/gstfragment.h: - * ext/dash/gstfragmented.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstplugin.c: - * ext/dash/gsturidownloader.c: - * ext/dash/gsturidownloader.h: - dashdemux: refactor to use the uridownloader lib instead of internal copy - -2013-02-05 01:29:28 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - dashdemux: Make sure switch_pads won't leak any pad. - -2013-02-04 22:58:32 -0200 Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> - - * ext/dash/gstdashdemux.c: - * ext/dash/gsturidownloader.c: - * ext/dash/gsturidownloader.h: - dashdemux: Properly stop download and stream tasks where appropriate. - -2013-02-01 02:12:25 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: avoid an assertion when stopping the pipeline - Avoids asserting when dataqueues are setting to flushing due - to a pipeline stop during a pad switch. - -2013-02-01 02:10:15 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: download the next fragment with smaller timestamp - Instead of downloading 1 fragment per stream per download loop, - select the stream with the earlier timestamp and get a fragment - only for that one. - The old algorithm would lead to problems when the fragment durations - were too different for streams. - -2013-02-01 00:37:33 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: track segments in the demuxer - Use a GstSegment to track the current segment information in the - demuxer. - -2013-02-01 00:33:00 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: remove buffering message emission from dashdemux - dashdemux shouldn't emit the buffering message as that can pause - the pipeline. It has no proper knowledge of the downstream buffering - status so it can pause the pipeline when it isn't necessary. It should - have an internal buffer for downloading the streams ahead of playback, - but that shouldn't make it able to stop the pipeline for buffering. - A particular case in which this is bad is when a pad switch happens - (changing bitrates for example), the new pads dashdemux creates - will get linked to demuxers and new queues will be created, - these queues are initially empty and dashdemux will quickly - drain its buffers by pushing them to those queues. So it - would have no more buffers internally and would emit a - buffering message with a low ratio, causing the pipeline - to pause when it wouldn't be necessary. - -2013-01-30 17:31:04 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: removing unused code - Cleaning up by removing unused code and variables - -2013-01-30 17:27:47 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: re-enable and fix adaptive switching - It is still unstable, but at least it works when the switches aren't - happening after every fragment - -2013-01-29 15:58:50 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: correctly signal EOS on manifest end - Put EOS on the streams queues after the last fragment from the - last period for each stream. This way we keep it serialized - with the buffers and it will work when streams have different - ending times - -2013-01-29 13:08:27 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: detect end-of-period correctly - Detect end of period when there are no more buffers on any of the - streams - -2013-01-29 13:04:01 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: Use the smallest queue value to define buffering state - The smallest queue should be used to prevent blocking the download - thread when a stream has too much data buffered, leaving the other - streams starving from fragments - -2013-01-29 11:22:52 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dash: fix parsing of streams to get correct fragment durations - Use the current stream base time instead of the 0th stream base time - to get default duration for fragments. - -2013-01-29 01:06:52 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - dashdemux: block waiting for buffers instead of busy wait - Make the streaming loop block waiting for buffers on the queues instead - of busy waiting eating cpu continuously on a queue length check - -2013-01-28 19:43:46 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: - dashdemux: fix seeking on multiple streams - Each stream has its own durations and timestamps, the fragment number - is different for each stream when seeking, so the seek has to be done - for all streams, rather than on a single stream and propagated to - others - -2013-01-28 18:52:04 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - * ext/dash/gstfragment.c: - * ext/dash/gstfragment.h: - * ext/dash/gstmpdparser.c: - dashdemux: Replace GQueue by GstDataQueue - GstDataQueue has proper locking and provides functions to limit the - size of the queue. Also has blocking calls that are useful to - our multithread scenario in Dash. - -2013-01-28 12:28:29 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: move the buffers queues to the streams - Store the buffers separately for each stream, this is clearer than - having a queue with a list of buffers. It also allows easier selection - of buffers to push in later refactors - -2013-01-28 10:46:27 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: refactor streams data to its own struct - Keeps code more organized and similar to what other demuxers - usually do - -2013-01-25 13:04:15 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstmpdparser.c: - dash: do not try to print a pointer as a string - -2013-01-25 12:45:18 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstdashdemux.h: - dashdemux: Remove timing code that delays pushing of fragments - Fragments should be pushed ASAP as downstream should be responsible for - doing the syncrhonization and proper buffering. - This has the great side effect of fixing most of the seeking A/V sync issues. - -2013-01-25 09:36:35 -0300 Thiago Santos <thiago.sousa.santos@collabora.com> - - * ext/dash/gstdashdemux.c: - * ext/dash/gstmpdparser.c: - * ext/dash/gstmpdparser.h: