summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Automatic update of common submodule1.10Tim-Philipp Müller2017-08-171-0/+0
| | | | From f980fd9 to 742c09d
* Release 1.10.51.10.5Sebastian Dröge2017-06-157-14/+96
|
* avviddec: Don't expose NVIDIA CUVID decoderSebastian Dröge2017-05-291-0/+7
| | | | | It's not working without further changes on our side, like all hardware decoders in ffmpeg.
* libav: Update to ffmpeg n3.2.5Sebastian Dröge2017-05-171-0/+0
|
* meson: Include libav dependency in FFmpeg checkScott D Phillips2017-03-101-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
* meson: bump required meson versionMathieu Duponchelle2017-03-101-1/+1
| | | | | core required 0.35.0 for 1.10, and this allows cherry-picking a patch that fixes the libavcodec version check.
* meson: update versionTim-Philipp Müller2017-02-231-1/+1
|
* Release 1.10.41.10.4Sebastian Dröge2017-02-236-16/+74
|
* libav: Update to n3.2.4Sebastian Dröge2017-02-121-0/+0
|
* configure: Require building against at least ffmpeg 3.0Sebastian Dröge2017-02-081-1/+1
| | | | See also https://bugzilla.gnome.org/show_bug.cgi?id=778283
* Release 1.10.31.10.3Sebastian Dröge2017-01-307-47/+96
|
* libav: Update to n3.2.2Sebastian Dröge2016-12-081-0/+0
|
* avprotocol: Don't use GST_LOG_OBJECT() and friends on an arbitrary struct ↵Sebastian Dröge2016-12-051-5/+5
| | | | | | that is not a GObject https://bugzilla.gnome.org/show_bug.cgi?id=775516
* avdemux: Disable GIF "demuxer"Sebastian Dröge2016-12-051-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
* avcodecmap: Add mapping for Flash Screen2 codecSebastian Dröge2016-12-051-0/+9
|
* Release 1.10.21.10.2Sebastian Dröge2016-11-296-22/+70
|
* libav: Update to ffmpeg n3.2.1Sebastian Dröge2016-11-261-0/+0
|
* meson: update versionTim-Philipp Müller2016-11-201-1/+1
|
* Release 1.10.11.10.1Sebastian Dröge2016-11-176-22/+106
|
* 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
* configure: fix target_os when cross-compiling for armMichael Olbrich2016-11-121-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
* 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
* meson: update versionTim-Philipp Müller2016-11-011-1/+1
|
* 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
* Back to developmentSebastian Dröge2016-09-011-1/+1
|
* Release 1.9.21.9.2Sebastian Dröge2016-09-017-568/+140
|
* libav: Update to ffmpeg n3.1.3Sebastian Dröge2016-08-291-0/+0
|
* Add support for Meson as alternative/parallel build systemThibault Saunier2016-08-293-0/+103
| | | | | | | https://github.com/mesonbuild/meson We only support building with ffmpeg installed system wide and not as subproject yet.
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770158
* build: silence error about pthread for 'make check' in osxJosep Torra2016-08-262-4/+8
| | | | Fixes "clang: error: argument unused during compilation: '-pthread'"
* libav: fix confusing 'insane framerate' debug log messageTim-Philipp Müller2016-08-201-2/+2
| | | | | Usually means no framerate / variable framerate. Also the fraction arguments were swapped.
* configure: Explicitly disable CrystalHD decoderSebastian Dröge2016-08-161-1/+1
| | | | | | | | Otherwise it will pick it up when the system has the relevant headers, and then linking produces an unusable plugin later as we don't ensure that the plugin also links against the crystalhd library. https://bugzilla.gnome.org/show_bug.cgi?id=769809