- Sep 20, 2014
-
-
Pascal Massimino authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 17, 2014
-
-
Andreas Cadhalpun authored
The token 'vector' is a keyword in the Vector/SIMD Multimedia Extension data types and thus should not be used as a variable name. This fixes building on powerpc/ppc64el. Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Almer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 16, 2014
-
-
Clément Bœsch authored
The documentation is mostly based on ass.h public header.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- Sep 15, 2014
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 09, 2014
-
-
Pascal Massimino authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Pascal Massimino authored
tested on http://ps-auxw.de/10bit-h264-sample/10bit-eldorado.mkv MMX: ~30% faster decoding overall SSE2:~40% faster Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Idea from patch by: hjiodjf 97xgw46 <jfbvxt@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 06, 2014
-
-
Michael Niedermayer authored
Fixes CID1237284 Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
Should fix CID1194399 (Bad bit shift operation)
-
- Sep 05, 2014
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
James Darnley authored
paddq is an SSE2 instruction so it cannot be used for MMX. This was probably just a typo because the sums are dwords anyway. Reviewed-by:
Pascal Massimino <pascal.massimino@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Pascal Massimino authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 04, 2014
-
-
skal authored
integration by Neil Birkbeck, with help from Vitor Sessak. core SSE2 loop by Skal (pascal.massimino@gmail.com) Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 02, 2014
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Aug 31, 2014
-
-
Reimar Döffinger authored
This is consistent with all other occurrences. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Aug 30, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 29, 2014
-
-
Reimar Döffinger authored
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Aug 24, 2014
-
-
Clément Bœsch authored
-
- Aug 23, 2014
-
-
Muhammad Faiz authored
-
- Aug 22, 2014
-
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Timothy Gu authored
Also correctly namespace other functions in vidstabutils, and decrease difference from Libav. Initial-patch-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 21, 2014
-
-
Stefano Sabatini authored
In particular, allow pad_len and whole_len to have value set to 0, which means that no padding will be added. Previously a value set to 0 meant that that the filter had to pad forever. The new semantics is clearer, also simplifies scripting since the option value might be automatically computed, so that no checks need to be done in case it is 0. The old semantics was never documented and the logic was broken (the filter was always adding samples indefinitely), so this should not break backward compatibility.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
Also convert a debug av_log() to av_dlog().
-
Diego Biurrun authored
-
Michael Niedermayer authored
The only remaining floats are in the user interface, they are left as they should not cause a problem in practice Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
there are some still left for 1 time initialization Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
-
- Aug 20, 2014
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-