139 Commits (41455dca60c4ad2b99c43482bc4bd26ed8493bac)

Author SHA1 Message Date
Ganesh Ajjanagadde cd8a0a9a9a swscale/swscale: add av_warn_unused_result to sws_init_context 9 years ago
Vittorio Giovara 9d58639e27 sws: Drop deprecated SWS_CPU_CAPS defines 9 years ago
Michael Niedermayer c64f01227f swscale/swscale: Document param[0..1] 9 years ago
Michael Niedermayer b57f9f5724 swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag 10 years ago
Pedro Arthur 2a7128f4ed Add gamma encodign/decoding before/after scaling in libswscale 10 years ago
Diego Biurrun bb789016d4 swscale: Undeprecate sws_getContext() 10 years ago
Diego Biurrun 880e2aa236 Remove all Blackfin architecture optimizations 11 years ago
Luca Barbato c85aad9cb2 doxy: Define a group for libswscale documentation 11 years ago
Janne Grunau c1eb3e7fec swscale: add support for endianness only conversion 12 years ago
Michael Niedermayer f94220ac7a sws: Fix error diffusion flag 12 years ago
Michael Niedermayer 646ade7679 sws: Support error diffusion dither for mono output 12 years ago
Clément Bœsch 18d9398143 doxy: add ref for lavfi, lpp and lsws. 12 years ago
Janne Grunau 80716953c2 libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Michael Niedermayer c66978e29a sws: more complete doxy for sws_setColorspaceDetails() 13 years ago
Diego Biurrun 86ab7b0f2f Create version.h headers for libraries that lack them 13 years ago
Diego Biurrun 83890c66c4 swscale: K&R reformatting cosmetics for header files 13 years ago
Michael Niedermayer 0f91a57732 libswscale: increase LIBSWSCALE_VERSION_MICRO to 100 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Michael Niedermayer 0a3a125fd9 sws: update copyright dates 13 years ago
Anton Khirnov fb4ca26bdb lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. 13 years ago
Stefano Sabatini 4ce0a94656 lsws: remove deprecated and unused stuff after the 0->1 major bump 13 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Mans Rullgard abc78a5a7c Do not include log.h in avutil.h 14 years ago
Mans Rullgard d49ea4afb4 Do not include pixfmt.h in avutil.h 14 years ago
Diego Biurrun 01c17c88ed doxygen: Remove spurious documentation for non-existing function parameters. 14 years ago
Reinhard Tartler 0793531859 Bump major version for b8e893399f 14 years ago
Stefano Sabatini b932eb1be6 swscale: reintroduce sws_format_name() symbol 14 years ago
Anton Khirnov b8e893399f sws: replace all long with int. 14 years ago
Anton Khirnov 2b04858a10 swscale: revive SWS_CPU_CAPS until next major bump. 14 years ago
Anton Khirnov c7a973e44a swscale: revive SWS_CPU_CAPS until next major bump. 14 years ago
Michael Niedermayer b49728df73 swscale: document SWS_CPU_CAPS* 14 years ago
Michael Niedermayer e92bdadb2d Revert removial of SWS flags from e66149e714 14 years ago
Ronald S. Bultje e66149e714 swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 14 years ago
Clément Bœsch 7d4c4394b5 swscale: point out an alternative to sws_getContext 14 years ago
Peter Ross 1afbae100b libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 14 years ago
Anton Khirnov 7dfe244fbd sws: remove disabled cruft. 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Anton Khirnov 0464ee9af2 swscale: postpone sws_getContext removal until next major bump. 14 years ago
Peter Ross 3e2523db20 libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini 0810a5846b Deprecate sws_getContext(), use sws_alloc_context() and 14 years ago
Stefano Sabatini 499287e0a5 Add documentation for the returned value of sws_init_context(). 14 years ago
Stefano Sabatini c508ab6736 Bump minor version after the addition of sws_alloc_context() and 14 years ago
Ramiro Polla 33ce384688 fix typos and grammar 14 years ago
Michael Niedermayer 635d4aed60 Split alloc and init of context so that parameters can be set in the context 14 years ago
Ramiro Polla 539ff40c2d rgb2rgb: build SSE2 codepath 14 years ago