summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Really remove generated .spec fileTim-Philipp Müller2016-12-163-3/+2
|
* Remove generated .spec fileTim-Philipp Müller2016-12-161-71/+0
| | | | Likely extremely bitrotten, and we should not ship this anyway.
* meson: Support building without Gst debugThibault Saunier2016-12-091-0/+24
|
* libav: Update to n3.2.2Sebastian Dröge2016-12-081-0/+0
|
* avcodecmap: Add mapping for Flash Screen2 codecSebastian Dröge2016-12-041-0/+9
|
* Automatic update of common submoduleEdward Hervey2016-12-031-0/+0
| | | | From f980fd9 to 39ac2f5
* avdemux: Disable GIF "demuxer"Sebastian Dröge2016-12-021-2/+1
| | | | | | | | | It's actually a parser but it a) can only work with the ffmpeg GIF decoder that is deactivated anyway, and b) it currently causes infinite linking of avdemux_gif elements with a multiqueue in between in decodebin. https://bugzilla.gnome.org/show_bug.cgi?id=775516
* avprotocol: Don't use GST_LOG_OBJECT() and friends on an arbitrary struct ↵Sebastian Dröge2016-12-021-5/+5
| | | | | | that is not a GObject https://bugzilla.gnome.org/show_bug.cgi?id=775516
* libav: Update to ffmpeg n3.2.1Sebastian Dröge2016-11-261-0/+0
|
* libav: Change ffmpeg submodule from GIT protocol to HTTPSSebastian Dröge2016-11-261-1/+1
|
* common: use https protocol for common submoduleTim-Philipp Müller2016-11-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=775110
* Define plugin license outside the call to PLUGIN_DEFINEThibault Saunier2016-11-251-6/+7
| | | | | Msvc fails at pre processing it and states that the the use of "#" is invalid inside a macro.
* meson: Ignore spurious issues when building with msvcThibault Saunier2016-11-251-1/+16
|
* Properly check if unistd.h is avalaibleThibault Saunier2016-11-253-7/+11
| | | | | And stop providing a meson.h.config as it is not needed (as meson dep has been bumped to 0.36)
* avcodecmap: Add support for packed 32bit RGBx variantsEdward Hervey2016-11-241-0/+4
| | | | We can support those, so just add the mapping
* av: Enable IVF demuxer (and muxer)Sebastian Dröge2016-11-162-3/+7
| | | | | It works and is a quite unimportant format, we should get rid of our parser to reduce the amount of code to maintain.
* avdemux: Map artist to artist tagMarinus Schraal2016-11-141-1/+1
| | | | | | It was incorrectly mapped to album-artist before. https://bugzilla.gnome.org/show_bug.cgi?id=774398
* avmux: blacklist fifo pluginTim-Philipp Müller2016-11-121-0/+1
| | | | Avoids criticals in gst-inspect-1.0 -a
* avvidenc/dec: Disable more hardware encoder/decodersleigh123linux@googlemail.com2016-11-122-1/+15
| | | | | | Important when using a system ffmpeg/libav. https://bugzilla.gnome.org/show_bug.cgi?id=774278
* configure: fix target_os when cross-compiling for armMichael Olbrich2016-11-101-1/+1
| | | | | | | | For arm 'host_os' is '*-gnueabi' or '*-gnueabihf' so sed needs to cut of more. Otherwise configuring ffmpeg will fail with "Unknown OS 'linuxeabi'." or something like that. https://bugzilla.gnome.org/show_bug.cgi?id=774215
* avviddec: Fix comment to say interlace-mode instead of interlaced-modeSebastian Dröge2016-11-041-1/+1
|
* avcodecmap: It's interlace-mode, not interlaced-modeSebastian Dröge2016-11-041-1/+1
|
* meson: Include libav dependency in FFmpeg checkScott D Phillips2016-11-031-1/+1
| | | | | | | The FFmpeg-origin check can't work if it isn't provided the dependency library. https://bugzilla.gnome.org/show_bug.cgi?id=773911
* avcodecmap: Add variant to the ProRes capsSebastian Dröge2016-11-011-0/+25
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=769048
* avviddec: Use interlaced-mode=interleaved and set field-order if possibleSebastian Dröge2016-11-012-6/+65
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=771376
* avcodecmap: Configure field order in the context if we canSebastian Dröge2016-11-011-0/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=771376
* avvidenc: Set colorimetry information in the context if knownSebastian Dröge2016-11-011-0/+101
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=750882
* avviddec: Set colorimetry information from the context if knownSebastian Dröge2016-11-011-15/+119
| | | | | | But only if upstream did not provide that information. https://bugzilla.gnome.org/show_bug.cgi?id=750882
* meson: update versionTim-Philipp Müller2016-11-011-1/+1
|
* avcodecmap: Add mapping for Opus audio decoderTim-Philipp Müller2016-11-011-0/+10
| | | | | | Make avdec_opus work. https://bugzilla.gnome.org/show_bug.cgi?id=773672
* Back to development1.11.0Sebastian Dröge2016-11-011-4/+4
|
* Release 1.10.01.10.0Sebastian Dröge2016-11-019-23/+1417
|
* libav: Update to ffmpeg n3.2Tim-Philipp Müller2016-10-281-0/+0
|
* meson: fix versionTim-Philipp Müller2016-10-271-1/+1
|
* avaudenc/dec: Allow compilation against ffmpeg < 3.2 againSebastian Dröge2016-10-262-0/+8
|
* avaudenc/dec: Ignore S64BE/LE pseudo-codecsSebastian Dröge2016-10-262-2/+2
|
* libav: Update to ffmpeg 3.2 release branchSebastian Dröge2016-10-261-0/+0
| | | | | Release 3.2.0 is planned tomorrow and we should keep track of the latest major version for 1.10 as we did in the past too.
* configure: Fix shell syntax errorSebastian Dröge2016-10-241-2/+2
| | | | Assignments must not have spaces around the '='
* libav: Update to ffmpeg n3.1.5Sebastian Dröge2016-10-221-0/+0
|
* meson: Don't set c_std to gnu99Nirbheek Chauhan2016-10-151-1/+0
| | | | | | 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.
* libav: Update to ffmpeg n3.1.4Sebastian Dröge2016-10-061-0/+0
|
* meson: Setup pre-commit hooks when configuringThibault Saunier2016-09-302-0/+86
|
* Release 1.9.901.9.90Sebastian Dröge2016-09-306-21/+96
|
* avviddec: Use enum instead of magic numbers for the chroma siting valuesSebastian Dröge2016-09-291-4/+4
|
* configure: Depend on gstreamer 1.9.2.1Sebastian Dröge2016-09-141-2/+2
|
* av: Cast AVContext::bit_rate to a guint before passing to varargs functionsSebastian Dröge2016-09-143-11/+11
| | | | | | | | | We expect it to be a int or uint, however it changed the type to a int64_t in later versions of ffmpeg. As such it would be passed as a 64 bit value to varargs functions, while the consumer of the arguments assumes only 32 bits. This causes crashes. https://bugzilla.gnome.org/show_bug.cgi?id=771092
* Automatic update of common submoduleJan Schmidt2016-09-102-1/+1
| | | | From b18d820 to f980fd9
* Automatic update of common submoduleJan Schmidt2016-09-102-1/+1
| | | | From f49c55e to b18d820
* build: Do not link plugin against lzma and bz2 if using system installThibault Saunier2016-09-054-44/+30
| | | | And bump version to 1.9.2
* Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough libavcodecsIain Lane2016-09-032-4/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770753