- Feb 09, 2013
-
-
Carl Eugen Hoyos authored
-
- Dec 30, 2012
-
-
Clément Bœsch authored
This reverts 79f80f5c, moves postproc along with the other libraries, and fix the postproc dependency to libavutil.
-
- Dec 28, 2012
-
-
Michael Niedermayer authored
This avoids dering reading 4 bytes prior the buffer (1 byte can be used) Fixes Ticket2057 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 23, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 19, 2012
-
-
Clément Bœsch authored
-
- Dec 11, 2012
-
-
Clément Bœsch authored
-
- Nov 18, 2012
-
-
Clément Bœsch authored
2124 decicycles in deInterlaceInterpolateCubic_C, 67100774 runs, 8090 skips 458 decicycles in deInterlaceInterpolateCubic_MMX2, 67107146 runs, 1718 skips 382 decicycles in deInterlaceInterpolateCubic_SSE2, 67107086 runs, 1778 skips
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- Nov 16, 2012
-
-
Clément Bœsch authored
-
Clément Bœsch authored
This refactoring simplifies the usage of the template: define the profile and include the template is all that is required. It should now be easier to add more instruction sets. The HAVE_* flags are changed with TEMPLATE_PP_* setting to avoid messing them up. See the top comment in postprocess_template.c for details.
-
- Nov 15, 2012
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- Oct 13, 2012
-
-
Michael Niedermayer authored
Fixes CID700580 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 28, 2012
-
-
jamal authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 11, 2012
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 20, 2012
-
-
XhmikosR authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 07, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 10, 2012
-
-
Michael Niedermayer authored
lets hope this makes suncc happy finally ... Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 29, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 27, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 23, 2012
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-
- Jan 24, 2012
-
-
Alexander Strasser authored
Allows our users to still build against a libpostproc with the old API/ABI. Distributions can use this option to defer the soname bump. Signed-off-by:
Alexander Strasser <eclipse7@gmx.net> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 18, 2012
-
-
Michael Niedermayer authored
The ABI differences are negligible, but its easier for all if all distros have libpostproc HEAD under the same soname and debian bumped soname without consulting upstream, so as silly as it is following this is probably the least pain for all. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 04, 2012
-
-
Diego Biurrun authored
This fixes compilation failures related to START_TIMER/STOP_TIMER macros and -Werror=declaration-after-statement. START_TIMER declares variables and thus may not be placed after statements outside of a new block.
-
- Jan 02, 2012
-
-
Diego Biurrun authored
-
- Dec 22, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 21, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These variables are now in separate scopes and thus do not need unique names. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This moves declarations without initialisers or with constant initialisers to the start of a block, and adds do {} while(0) around some macros, thus allowing declarations within them. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Dec 13, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Dec 12, 2011
-
-
Diego Biurrun authored
-
- Dec 10, 2011
-
-
Diego Biurrun authored
-
- Dec 05, 2011
-
-
Diego Biurrun authored
-
- Oct 30, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 23, 2011
-
-
Michael Niedermayer authored
forgot git add ... Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-