]> git.sesse.net Git - ffmpeg/history - libswscale
oss: add channels and sample_rate private options.
[ffmpeg] / libswscale /
2011-05-24 Ronald S. Bultjeswscale: unbreak the build on non-x86 systems.
2011-05-24 Ronald S. Bultjeswscale: remove if(bitexact) branch from functions.
2011-05-24 Ronald S. Bultjeswscale: remove if(canMMX2BeUsed) conditional.
2011-05-24 Ronald S. Bultjeswscale: remove swScale_{c,MMX,MMX2} duplication.
2011-05-24 Ronald S. Bultjeswscale: use emms_c().
2011-05-24 Ronald S. Bultjeswscale: remove dead macro WRITEBGR24OLD.
2011-05-24 Ronald S. Bultjeswscale: remove AMD3DNOW "optimizations".
2011-05-24 Ronald S. Bultjeswscale: remove duplicate code in ppc/ subdirectory.
2011-05-24 Ronald S. Bultjeswscale: remove duplicated x86/ functions.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-05-23 Kieran KunhyaFix 9/10 bit in swscale.
2011-05-21 Clément Bœschswscale: point out an alternative to sws_getContext
2011-05-14 Ronald S. Bultje[PATCH] Update pixdesc_be fate refs after adding 9...
2011-05-13 Ronald S. Bultjeswscale: properly inline bits/endianness in yuv2yuvX16i...
2011-05-13 Ronald S. Bultjeswscale: fix clipping of 9/10bit YUV420P.
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-11 Ronald S. Bultjeswscale: fix YUV420P 9/10bit support.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-10 Oskar ArvidssonAdd pixel formats for 9- and 10-bit yuv420p.
2011-04-28 Peter Rosslibswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler...
2011-04-19 Anton Khirnovsws: remove disabled cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-15 Janne Grunauswscale: fix "ISO C90 forbids mixed declarations and...
2011-04-15 Janne Grunauswscale: fix compilation with --enable-runtime-cpudetect
2011-04-14 Janne Grunauswscale: correct include path to fix ppc altivec build
2011-04-14 Luca Barbatoswscale: simplify rgb2rgb templating
2011-04-14 Josh Allmannswscale: simplify initialization code
2011-04-14 Josh Allmannswscale: further cleanup swscale.c
2011-04-14 Luca Barbatoswscale: partially move the arch specific code left
2011-04-14 Luca Barbatoswscale: move away x86 specific code from rgb2rgb
2011-04-13 Luca Barbatoswscale: Factorize FAST_BGR2YV12 definition.
2011-04-11 Diego BiurrunAdd unconditional return statement to yuva420_rgb32_MMX...
2011-04-06 Anton Khirnovswscale: postpone sws_getContext removal until next...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-13 Mans RullgardFix MMX rgb24 to yuv conversion with gcc 4.6
2011-02-04 Clément BœschRemove a few if (p) av_freep(&p) forms
2011-01-18 Mans RullgardReplace ASMALIGN() with .p2align
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-12-07 Ramiro Pollacolorspace-test: fix build
2010-10-29 Martin StorsjöStore src/dstFormat after calling handle_jpeg
2010-10-03 Reimar Döffinger100l, fix sws_getCachedContext. It did not set the...
2010-09-29 Stefano SabatiniSet default values for the scale context in sws_alloc_c...
2010-09-29 Stefano SabatiniSet the default value of param0 and param1 to SWS_PARAM...
2010-09-29 Stefano SabatiniSet valid default values for the srcw, srch, dstw,...
2010-09-29 Stefano SabatiniCosmetics: put "if (...)" and "av_log(...)" in the...
2010-09-29 Stefano SabatiniPut if (...) av_log() in the same line, more compact...
2010-09-29 Stefano SabatiniAmend constraints for the src_format and dst_format...
2010-09-29 Stefano SabatiniCosmetics: fix braces placement.
2010-09-28 Stefano SabatiniDeprecate sws_getContext(), use sws_alloc_context(...
2010-09-28 Stefano SabatiniAdd documentation for the returned value of sws_init_co...
2010-09-28 Stefano SabatiniBump minor version after the addition of sws_alloc_cont...
2010-09-27 Baptiste Coudurier100l fix if condition
2010-09-27 Baptiste CoudurierY400A (gray alpha) input support in libswscale
2010-09-27 Janne Grunauswscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu...
2010-09-27 Janne Grunaucosmetics: break long line update_flags_cpu
2010-09-26 Ramiro Pollafix typos and grammar
2010-09-26 Michael NiedermayerMake the avoptions list of sws more complete.
2010-09-26 Michael NiedermayerSplit alloc and init of context so that parameters...
2010-09-26 Ramiro Pollaswscale: use full chroma input for point scaler
2010-09-16 Ramiro Pollaswscale-test: cosmetic alignment
2010-09-16 Ramiro Pollaswscale: remove useless temporary variable
2010-09-16 Ramiro Pollaswscale: factorize plane copying code out of 2 functions
2010-09-16 Ramiro Pollaswscale-test: always use bilinear scaler to get output...
2010-09-14 Ramiro Pollargb2rgb: don't misuse HAVE_* defines
2010-09-13 Ramiro Pollaswscale: indentation and emtpy line cosmetics
2010-09-13 Ramiro Pollaswscale: avoid reading prior to the source buffer in...
2010-09-12 Ramiro Pollaswscale-test: allow specifying src/dst pixel formats
2010-09-12 Ramiro Pollaindent
2010-09-12 Ramiro Pollaswscale-test: take input from reference file
2010-09-12 Ramiro Pollaswscale-test: always use SWS_BILINEAR to convert from...
2010-09-12 Ramiro Pollaswscale-test: move conversion from ref to source back...
2010-09-12 Ramiro Pollargb2rgb: replace shuffle_bytes_2103() by optimized...
2010-09-11 Ramiro Pollaindent
2010-09-11 Ramiro Pollaswscale: remove unused code
2010-09-11 Ramiro Pollargb2rgb: remove unused yvu9toyv12 function
2010-09-08 Ramiro Pollaav_fill_image_linesizes -> av_image_fill_linesizes
2010-09-08 Ramiro Pollargb2rgb: build SSE2 codepath
2010-09-06 Ramiro Pollaswscale: also update flags on sws_getCachedContext()
2010-09-06 Ramiro Pollaswscale: fix internal rgb->yv12 chroma conversion used...
2010-09-05 vleFix mlib compilation: add mising include for SwsContext.
2010-08-25 Ramiro Pollaswscale: simplify selection of optimizations to compile.
2010-08-25 Ramiro Pollaswscale: Always define COMPILE_xxx to either 0 or 1.
2010-08-23 Måns Rullgårdswscale: fix unaligned accesses in (RGB|BGR)32_1 to...
2010-08-23 Måns Rullgårdswscale: remove unused macro parameter in BGR2UV template
2010-08-19 Grant Carverfix anonymous memory mapping for NetBSD
2010-08-19 Ramiro Pollaswscale-test: add CRC output
2010-08-18 Ramiro Pollavalidate input data and linesizes
2010-08-08 Ramiro Pollaindent
2010-08-08 Ramiro Pollaswscale-test: get strides using av_fill_image_linesizes...
2010-07-31 Ramiro Pollaswscale-test: merge declaration and initialization
2010-07-28 Stefano SabatiniRevert commit:
2010-07-24 Reimar DöffingerFix compilation, forgot to add const also to the
2010-07-24 Reimar DöffingerMore const-correctness fixes to avoid warnings.
2010-07-24 Reimar DöffingerAdd some "const" to avoid incompatible pointer type...
2010-07-24 Stefano SabatiniAdd missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M...
next