Age | Commit message (Collapse) | Author |
|
buffersink
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sadly i can't remember an example
|
|
These scripts should not be in the ffmpeg build dir
|
|
|
|
|
|
xbmc ffmpeg 05f8b5549c5e20cf9a417069838edd6841d7bd40
|
|
Updated metadata parsing for pictures
The relevant (but hard to read) spec would be the Photoshop File Format which references IPTC IIM:
http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm#50577409_pgfId-1037504-
http://www.iptc.org/std/IIM/4.1/specification/IIMV4.1.pdf
|
|
instead of constant, replaced sizeof(short) by 2 (might cause toubles on future platforms)
|
|
[WIN32] upgrade libass to v0.10.0. Harfbuzz support is coming later
|
|
separately, e.g. to add vendor support
|
|
source' message. bugzid: 439
|
|
the config in libCEC.
|
|
This makes sure sha1.hpp (used by websocket implementation) is also available on systems with a libboost-dev from earlier than version 1.42 (e.g. Ubuntu Lucid).
|
|
All users of these functions will seek to a location before
reading any data, so these seekbacks only cause overhead
in the filesystem
|
|
|
|
|
|
accessible through slideshow.exifdescription.
|
|
|
|
Rules must contain empty recipe's for the file date to be
reconsidered after having made the prerequsits
|
|
cells in a pgc doesn't need to have continous sectors
|
|
fix : DVD seeking is broken on some discs (libdvdnav)
This closes #12369
|
|
|
|
|
|
This reverts commit 29f93361a12e5de882f4fb88754914b1d6e3862c.
|
|
This reverts commit 4906ff609c7b2da24bd70d88b8cff5104f7f13cf.
|
|
This reverts commit 10ecf8d6020e44321fb96cd0f9ca0c6f1651b5c4.
|
|
This reverts commit fa91ae6c4f9acdc76fe9447bb9763666ea3b99a5.
|
|
This reverts commit 95e613d1c5ae5dd0d30ae3ecb88767cbc3db2ff5.
|
|
|
|
|
|
|
|
|
|
thanks to zenkibou / whoever is the original downstream (gentoo) dev.
closes ticket #12001
|
|
Backport da4c7cce2100a4e4f9276b4f17e260be47b53f41 from FFmpeg git:
> From: Mans Rullgard <mans@mansr.com>
> Date: Tue, 26 Jul 2011 11:23:43 +0000 (+0100)
>
> x86: fix build with gcc 4.7
>
> The upcoming gcc 4.7 has more advanced constant propagation
> resulting some inline asm operands becoming constants and thus
> emitted as literals, sometimes in contexts where this results
> in invalid instructions.
>
> This patch changes the constraints of the relevant operands
> to "rm" thus forcing a valid type. While obviously suboptimal,
> this is what older gcc versions already did, and there is no
> change to the code generated with these.
|
|
Several commits have been made to the internal ffmpeg in the past year
without adding the corresponding .patch file to lib/ffmpeg/patches.
Add the missing ones:
Joakim Plate <elupus@xbmc.org> 2011-03-07 23:56:48
fixed: playing mpegts over rtsp caused ffmpeg to read uninitialized
stack values
8ec66e240fe0a9f672d7ff1932022f22f8332ffb
Lars Op den Kamp <lars@opdenkamp.eu> 2011-03-13 04:23:42
ffmpeg: add missing check for NULL pointer
54fd0c0596e8bd47adb9ac325ddb93d99647fe83
elupus <elupus@xbmc.org> 2011-06-24 02:29:31
changed: allow yadif deinterlacer to enable and disable based on input
interlaced flag
c174f74181bcfa169aa8284f9524cd9db0f4cdda
elupus <elupus@xbmc.org> 2011-07-03 18:08:54
changed: updated yadif patch to same as will be applied upstream
91efb0af6f80d82b104a810a1ccdc0ae6702d022
elupus <elupus@xbmc.org> 2011-07-05 01:17:40
changed: updated dxva zigzag workaround for ATI based on comments on
xbmc.org and ffmpeg.org
321c5e668f2c213a33cef6c7c9fe11ee2850665f
elupus <elupus@xbmc.org> 2011-07-14 23:29:37
fixed: yadif should copy frame properties of second frame as well
793f3e0bfcaadaccd0b5db2a37a60da42a6b207e
davilla <davilla@4pi.com> 2011-09-07 07:17:52
[ffmpeg] silence compiler warnings
5542a0c7e68d123b86f168ace00f7320b294fc39
CrystalP <CrystalP@xbmc.org> 2011-10-16 10:16:49
matroskadec: use correct compression parameters for current track
CodecPrivate
8efe4d01dcd2f89ad012b8f1dd71192e09fa3e82
arnova <nospam@void.org> 2011-11-08 09:36:40
fixed: Typo
dc0509f7a6341a72ca4399fee37e30c91fddc222
elupus <elupus@xbmc.org> 2011-11-13 02:55:51
h264: Use mismatching frame numbers in fields to synchronize the
first/second field state independant of them being reference or not.
Fixes Ticket354
2ac62404c2f833d5aa64947819538ac354966ef0
elupus <elupus@xbmc.org> 2011-11-19 13:39:26
Don't fill in frame gaps with copied refs after flush
46d99a89aa16db1981441bf7103a30e7d28e5e26
elupus <elupus@xbmc.org> 2011-12-09 23:11:23
vaapi: do not assert on value read from input bitstream
425b9a373384813d2fe513d42b1d585ecbea6ca5
spiff <spiff@xbmc.org> 2012-01-17 23:50:13
fixed: playback from mmst:// urls would halt after some time.
919a875b4bc4ea2a8ddc0aab98ea74c6475f9525
elupus <elupus@xbmc.org> 2012-02-11 16:19:51
Fix dvb subtitle decoding when display segment is missing.
6373f33e5b12eb06e37d670c9bba4e7041cded79
elupus <elupus@xbmc.org> 2012-02-19 18:03:35
Change yadif to not use out of picture lines. Fixes issue2272.
42bedafe92b2921ec63024a825d4297ba39888e9
|
|
Backport 2851b1f6566580485dceb67cbb6b93f64ee9a9bd from upstream FFmpeg,
it fixes a rare matroskadec crash:
matroskadec: check that pointers were initialized before accessing them
fix ticket #14
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
|
|
... fixes #12684
|
|
Prevents crashes when attempting to seek/skip within DVDs and DVD ISOs
of things like TV shows.
|
|
|
|
|
|
|
|
fix overwrite of a single byte of memory when reading pre-2.4 PIC tags
|