- 17 Jun, 2015 1 commit
-
-
Rodger Combs authored
Previous version reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jun, 2015 1 commit
-
-
Andreas Cadhalpun authored
Also fix typo found by Lou Logan: Sacrifying -> Sacrificing Reviewed-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 13 Jun, 2015 1 commit
-
-
Timo Rothenpieler authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jun, 2015 1 commit
-
-
Luca Barbato authored
Support only streams with Content-Length. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 06 Jun, 2015 4 commits
-
-
Philip Langdale authored
For the sake of compatibility, and because pretty much everything else in the codebase calls it HEVC. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
Philip Langdale authored
This reverts commit d8bbb99c, reversing changes made to d0d09137. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
Philip Langdale authored
This reverts commit 440fa775. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
Michael Niedermayer authored
Found-by:
Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 May, 2015 1 commit
-
-
Luca Barbato authored
Partially based on the work of Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 29 May, 2015 1 commit
-
-
Rodger Combs authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 May, 2015 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 23 May, 2015 1 commit
-
-
Urvang Joshi authored
WebPAnimEncoder API is a combination of encoder (WebPEncoder) and muxer (WebPMux). It performs several optimizations to make it more efficient than the combination of WebPEncode() and native ffmpeg muxer. When WebPAnimEncoder API is used: - In the encoder layer: we use WebPAnimEncoderAdd() instead of WebPEncode(). - The muxer layer: works like a raw muxer. On the other hand, when WebPAnimEncoder API isn't available, the old code is used as it is: - In the codec layer: WebPEncode is used to encode each frame - In the muxer layer: ffmpeg muxer is used Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 May, 2015 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 06 May, 2015 1 commit
-
-
Vittorio Giovara authored
Data is stored in separated components so rework decode_rle() to support stepping and offsets.
-
- 04 May, 2015 1 commit
-
-
Carl Eugen Hoyos authored
-
- 02 May, 2015 1 commit
-
-
Martin Storsjö authored
The option is enabled by default, but can be disabled. If this is enabled, such side data isn't copied into the output stream (except when doing stream copy). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 11 Apr, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 09 Apr, 2015 1 commit
-
-
Timo Rothenpieler authored
Previous version reviewed-by: Philip Langdale <philipl@overt.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Apr, 2015 1 commit
-
-
Vignesh Venkatasubramanian authored
This patch adds support for WebM Live Muxing by adding a new WebM Chunk muxer. It writes out live WebM Chunks which can be used for playback using Live DASH Clients. Please see muxers.texi for sample usage. Signed-off-by:
Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Apr, 2015 1 commit
-
-
Andreas Cadhalpun authored
Fixes Ticket #2913 Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Apr, 2015 1 commit
-
-
Donny Yang authored
Additionally, update some documentation with support for APNG Signed-off-by:
Donny Yang <work@kota.moe> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Mar, 2015 2 commits
-
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
wm4 authored
Based on a patch by Rodger Combs. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 27 Mar, 2015 2 commits
-
-
Anton Khirnov authored
-
Himangi Saraogi authored
Approved-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Mar, 2015 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 24 Mar, 2015 1 commit
-
-
Timo Rothenpieler authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Mar, 2015 1 commit
-
-
James Almer authored
-
- 18 Mar, 2015 1 commit
-
-
Clément Bœsch authored
This is a variant of showwaves. It is implemented as a different filter so that the user is not allowed to use meaningless options which belong to showwaves (such as rate). Major edits done by Stefano Sabatini, from a patch by ubitux. See thread: From: Clément Bœsch <u@pkh.me> To: ffmpeg-devel@ffmpeg.org Date: Wed, 24 Dec 2014 15:03:26 +0100 Subject: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option
-
- 15 Mar, 2015 1 commit
-
-
Niels Möller authored
Cleanup and integration by Diego Biurrun. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 07 Mar, 2015 2 commits
-
-
Xiangyu Liu authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Arwa Arif authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Mar, 2015 4 commits
-
-
Andreas Cadhalpun authored
opttimizations -> optimizations grabing -> grabbing many resource -> many resources isnt -> isn't silcense -> silence Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Cowgill authored
Reviewed-by:
Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Mar, 2015 1 commit
-
-
Thomas Volkert authored
The code was tested with live555 server. Signed-off-by:
Martin Storsjö <martin@martin.st>
-