| patch |
summary |
view |
raw |
| fix-qtrle-encoding-when-previous-frame-linesize.patch |
libavcodec/qtrleenc.c | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
|
view
|
download
|
| fix-dv-seeking.patch |
libavcodec/dv.c | 2 +-
libavcodec/dvdata.h | 8 +++++++-
libavformat/dv.c | 4 ++--
3 files changed, 10 insertions(+), 4 deletions(-)
|
view
|
download
|
| fix-constant-quant-encoding.patch |
libavcodec/libtheoraenc.c | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
|
view
|
download
|
| increase-VOFW-on-x86.patch |
libswscale/swscale_internal.h | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
|
view
|
download
|
| use-normal-check_func-test-for-math-functions.patch |
configure | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
|
view
|
download
|
| fix-x11grab-example.patch |
doc/ffmpeg-doc.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 900_doxyfile |
Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 901-fix-misc-typos.patch |
libavcodec/mjpegdec.c | 2 +-
libavcodec/opt.c | 2 +-
libavcodec/options.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
|
view
|
download
|
| neon/0001-ARM-NEON-optimised-add_pixels_clamped.patch |
libavcodec/arm/dsputil_neon.c | 4 +++
libavcodec/arm/dsputil_neon_s.S | 45 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
|
view
|
download
|
| neon/0002-ARM-NEON-optimized-put_signed_pixels_clamped.patch |
libavcodec/arm/dsputil_neon.c | 2 ++
libavcodec/arm/dsputil_neon_s.S | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
|
view
|
download
|
| neon/0003-Add-guaranteed-alignment-for-loading-dest-pixels-in-.patch |
libavcodec/arm/dsputil_neon_s.S | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| neon/0004-Reorganise-intreadwrite.h.patch |
libavutil/intreadwrite.h | 213 +++++++++++++++++++++++++++++++----------------
1 file changed, 141 insertions(+), 72 deletions(-)
|
view
|
download
|
| neon/0005-ARM-asm-for-AV_RN.patch |
libavutil/arm/intreadwrite.h | 78 +++++++++++++++++++++++++++++++++++++++++++
libavutil/intreadwrite.h | 3 +
2 files changed, 81 insertions(+)
|
view
|
download
|
| neon/0006-ARM-NEON-put_pixels_clamped.patch |
libavcodec/arm/dsputil_neon.c | 2 ++
libavcodec/arm/dsputil_neon_s.S | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
|
view
|
download
|
| neon/0007-ARM-Use-fewer-register-in-NEON-put_pixels-_y2-and-_x.patch |
libavcodec/arm/dsputil_neon_s.S | 64 ++++++++++++++++------------------------
1 file changed, 26 insertions(+), 38 deletions(-)
|
view
|
download
|
| neon/0008-ARM-NEON-VP3-Loop-Filter.patch |
libavcodec/Makefile | 4 ++++
libavcodec/arm/dsputil_neon.c | 8 ++++++++
2 files changed, 12 insertions(+)
|
view
|
download
|
| neon/0009-ARM-actually-add-VP3-loop-filter.patch |
libavcodec/arm/vp3dsp_neon.S | 94 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)
|
view
|
download
|
| neon/0010-ARM-add-some-PLD-in-NEON-IDCT.patch |
libavcodec/arm/simple_idct_neon.S | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
|
view
|
download
|
| neon/0011-ARM-slightly-faster-NEON-H264-horizontal-loop-filter.patch |
libavcodec/arm/h264dsp_neon.S | 49 +++++++++++++++++++++---------------------
1 file changed, 25 insertions(+), 24 deletions(-)
|
view
|
download
|
| neon/0012-ARM-enable-fast_unaligned-when-cpu-armv-67-is-specif.patch |
configure | 4 ++++
1 file changed, 4 insertions(+)
|
view
|
download
|
| neon/0013-ARM-NEON-VP3-IDCT.patch |
libavcodec/arm/dsputil_arm.c | 10 +
libavcodec/arm/vp3dsp_neon.S | 282 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 292 insertions(+)
|
view
|
download
|
| neon/0014-ARM-NEON-optimised-vorbis_inverse_coupling.patch |
libavcodec/arm/dsputil_neon.c | 5 +++
libavcodec/arm/dsputil_neon_s.S | 64 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
|
view
|
download
|
| neon/0015-ARM-handle-VFP-register-arguments-in-ff_vector_fmul_.patch |
libavcodec/arm/dsputil_neon_s.S | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
|
view
|
download
|
| neon/0016-ARM-NEON-optimised-FFT-and-MDCT.patch |
libavcodec/Makefile | 5
libavcodec/arm/fft_neon.S | 369 +++++++++++++++++++++++++++++++++++++++++++++
libavcodec/arm/mdct_neon.S | 178 +++++++++++++++++++++
libavcodec/dsputil.h | 4
libavcodec/fft.c | 10 +
5 files changed, 565 insertions(+), 1 deletion(-)
|
view
|
download
|
| neon/0017-ARM-faster-NEON-IMDCT.patch |
libavcodec/arm/mdct_neon.S | 46 ++++++++++++++++-----------------------------
1 file changed, 17 insertions(+), 29 deletions(-)
|
view
|
download
|
| neon/0018-Prepare-for-optimised-forward-MDCT-implementations.patch |
libavcodec/dsputil.h | 9 ++++++++-
libavcodec/fft.c | 1 +
libavcodec/mdct.c | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
|
view
|
download
|
| neon/0019-ARM-NEON-optimised-MDCT.patch |
libavcodec/arm/mdct_neon.S | 160 +++++++++++++++++++++++++++++++++++++++++++++
libavcodec/dsputil.h | 1
libavcodec/fft.c | 1
3 files changed, 162 insertions(+)
|
view
|
download
|
| neon/0020-ARM-remove-unnecessary-.fpu-neon-directives.patch |
libavcodec/arm/dsputil_neon_s.S | 1 -
libavcodec/arm/h264dsp_neon.S | 2 --
libavcodec/arm/h264idct_neon.S | 2 --
libavcodec/arm/mdct_neon.S | 1 -
libavcodec/arm/simple_idct_neon.S | 2 --
5 files changed, 8 deletions(-)
|
view
|
download
|
| neon/0021-ARM-check-for-VFP-register-arguments.patch |
configure | 6 ++++++
libavcodec/arm/asm.S | 9 +++++++++
2 files changed, 15 insertions(+)
|
view
|
download
|
| security/CVE-2009-4636.patch |
libavcodec/aac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|