2011-05-12 |
Diego Biurrun | configure: Do not unconditionally add -D_POSIX_C_SOURCE... |
tree | commitdiff |
2011-05-11 |
Ronald S. Bultje | swscale: fix YUV420P 9/10bit support. |
tree | commitdiff |
2011-05-10 |
Anton Khirnov | AVOptions: make default_val a union, as proposed in... |
tree | commitdiff |
2011-05-10 |
Oskar Arvidsson | Add pixel formats for 9- and 10-bit yuv420p. |
tree | commitdiff |
2011-04-28 |
Peter Ross | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler... |
tree | commitdiff |
2011-04-19 |
Anton Khirnov | sws: remove disabled cruft. |
tree | commitdiff |
2011-04-19 |
Anton Khirnov | lavc: remove the FF_API_SET_STRING_OLD cruft. |
tree | commitdiff |
2011-04-18 |
Anton Khirnov | Bump major versions of all libraries. |
tree | commitdiff |
2011-04-15 |
Janne Grunau | swscale: fix "ISO C90 forbids mixed declarations and... |
tree | commitdiff |
2011-04-15 |
Janne Grunau | swscale: fix compilation with --enable-runtime-cpudetect |
tree | commitdiff |
2011-04-14 |
Janne Grunau | swscale: correct include path to fix ppc altivec build |
tree | commitdiff |
2011-04-14 |
Luca Barbato | swscale: simplify rgb2rgb templating |
tree | commitdiff |
2011-04-14 |
Josh Allmann | swscale: simplify initialization code |
tree | commitdiff |
2011-04-14 |
Josh Allmann | swscale: further cleanup swscale.c |
tree | commitdiff |
2011-04-14 |
Luca Barbato | swscale: partially move the arch specific code left |
tree | commitdiff |
2011-04-14 |
Luca Barbato | swscale: move away x86 specific code from rgb2rgb |
tree | commitdiff |
2011-04-13 |
Luca Barbato | swscale: Factorize FAST_BGR2YV12 definition. |
tree | commitdiff |
2011-04-11 |
Diego Biurrun | Add unconditional return statement to yuva420_rgb32_MMX... |
tree | commitdiff |
2011-04-06 |
Anton Khirnov | swscale: postpone sws_getContext removal until next... |
tree | commitdiff |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
tree | commitdiff |
2011-03-16 |
Janne Grunau | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* |
tree | commitdiff |
2011-03-16 |
Janne Grunau | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION |
tree | commitdiff |
2011-02-15 |
Reinhard Tartler | Merge libavcore into libavutil |
tree | commitdiff |
2011-02-13 |
Mans Rullgard | Fix MMX rgb24 to yuv conversion with gcc 4.6 |
tree | commitdiff |
2011-02-04 |
Clément Bœsch | Remove a few if (p) av_freep(&p) forms |
tree | commitdiff |
2011-01-18 |
Mans Rullgard | Replace ASMALIGN() with .p2align |
tree | commitdiff |
2011-01-18 |
Janne Grunau | consolidate .gitignore patters into a single file |
tree | commitdiff |
2011-01-17 |
Janne Grunau | convert svn:ignore properties to .gitignore files |
tree | commitdiff |
2010-12-07 |
Ramiro Polla | colorspace-test: fix build |
tree | commitdiff |
2010-10-29 |
Martin Storsjö | Store src/dstFormat after calling handle_jpeg |
tree | commitdiff |
2010-10-03 |
Reimar Döffinger | 100l, fix sws_getCachedContext. It did not set the... |
tree | commitdiff |
2010-09-29 |
Stefano Sabatini | Set default values for the scale context in sws_alloc_c... |
tree | commitdiff |
2010-09-29 |
Stefano Sabatini | Set the default value of param0 and param1 to SWS_PARAM... |
tree | commitdiff |
2010-09-29 |
Stefano Sabatini | Set valid default values for the srcw, srch, dstw,... |
tree | commitdiff |
2010-09-29 |
Stefano Sabatini | Cosmetics: put "if (...)" and "av_log(...)" in the... |
tree | commitdiff |
2010-09-29 |
Stefano Sabatini | Put if (...) av_log() in the same line, more compact... |
tree | commitdiff |
2010-09-29 |
Stefano Sabatini | Amend constraints for the src_format and dst_format... |
tree | commitdiff |
2010-09-29 |
Stefano Sabatini | Cosmetics: fix braces placement. |
tree | commitdiff |
2010-09-28 |
Stefano Sabatini | Deprecate sws_getContext(), use sws_alloc_context(... |
tree | commitdiff |
2010-09-28 |
Stefano Sabatini | Add documentation for the returned value of sws_init_co... |
tree | commitdiff |
2010-09-28 |
Stefano Sabatini | Bump minor version after the addition of sws_alloc_cont... |
tree | commitdiff |
2010-09-27 |
Baptiste Coudurier | 100l fix if condition |
tree | commitdiff |
2010-09-27 |
Baptiste Coudurier | Y400A (gray alpha) input support in libswscale |
tree | commitdiff |
2010-09-27 |
Janne Grunau | swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu... |
tree | commitdiff |
2010-09-27 |
Janne Grunau | cosmetics: break long line update_flags_cpu |
tree | commitdiff |
2010-09-26 |
Ramiro Polla | fix typos and grammar |
tree | commitdiff |
2010-09-26 |
Michael Niedermayer | Make the avoptions list of sws more complete. |
tree | commitdiff |
2010-09-26 |
Michael Niedermayer | Split alloc and init of context so that parameters... |
tree | commitdiff |
2010-09-26 |
Ramiro Polla | swscale: use full chroma input for point scaler |
tree | commitdiff |
2010-09-16 |
Ramiro Polla | swscale-test: cosmetic alignment |
tree | commitdiff |
2010-09-16 |
Ramiro Polla | swscale: remove useless temporary variable |
tree | commitdiff |
2010-09-16 |
Ramiro Polla | swscale: factorize plane copying code out of 2 functions |
tree | commitdiff |
2010-09-16 |
Ramiro Polla | swscale-test: always use bilinear scaler to get output... |
tree | commitdiff |
2010-09-14 |
Ramiro Polla | rgb2rgb: don't misuse HAVE_* defines |
tree | commitdiff |
2010-09-13 |
Ramiro Polla | swscale: indentation and emtpy line cosmetics |
tree | commitdiff |
2010-09-13 |
Ramiro Polla | swscale: avoid reading prior to the source buffer in... |
tree | commitdiff |
2010-09-12 |
Ramiro Polla | swscale-test: allow specifying src/dst pixel formats |
tree | commitdiff |
2010-09-12 |
Ramiro Polla | indent |
tree | commitdiff |
2010-09-12 |
Ramiro Polla | swscale-test: take input from reference file |
tree | commitdiff |
2010-09-12 |
Ramiro Polla | swscale-test: always use SWS_BILINEAR to convert from... |
tree | commitdiff |
2010-09-12 |
Ramiro Polla | swscale-test: move conversion from ref to source back... |
tree | commitdiff |
2010-09-12 |
Ramiro Polla | rgb2rgb: replace shuffle_bytes_2103() by optimized... |
tree | commitdiff |
2010-09-11 |
Ramiro Polla | indent |
tree | commitdiff |
2010-09-11 |
Ramiro Polla | swscale: remove unused code |
tree | commitdiff |
2010-09-11 |
Ramiro Polla | rgb2rgb: remove unused yvu9toyv12 function |
tree | commitdiff |
2010-09-08 |
Ramiro Polla | av_fill_image_linesizes -> av_image_fill_linesizes |
tree | commitdiff |
2010-09-08 |
Ramiro Polla | rgb2rgb: build SSE2 codepath |
tree | commitdiff |
2010-09-06 |
Ramiro Polla | swscale: also update flags on sws_getCachedContext() |
tree | commitdiff |
2010-09-06 |
Ramiro Polla | swscale: fix internal rgb->yv12 chroma conversion used... |
tree | commitdiff |
2010-09-05 |
vle | Fix mlib compilation: add mising include for SwsContext. |
tree | commitdiff |
2010-08-25 |
Ramiro Polla | swscale: simplify selection of optimizations to compile. |
tree | commitdiff |
2010-08-25 |
Ramiro Polla | swscale: Always define COMPILE_xxx to either 0 or 1. |
tree | commitdiff |
2010-08-23 |
Måns Rullgård | swscale: fix unaligned accesses in (RGB|BGR)32_1 to... |
tree | commitdiff |
2010-08-23 |
Måns Rullgård | swscale: remove unused macro parameter in BGR2UV template |
tree | commitdiff |
2010-08-19 |
Grant Carver | fix anonymous memory mapping for NetBSD |
tree | commitdiff |
2010-08-19 |
Ramiro Polla | swscale-test: add CRC output |
tree | commitdiff |
2010-08-18 |
Ramiro Polla | validate input data and linesizes |
tree | commitdiff |
2010-08-08 |
Ramiro Polla | indent |
tree | commitdiff |
2010-08-08 |
Ramiro Polla | swscale-test: get strides using av_fill_image_linesizes... |
tree | commitdiff |
2010-07-31 |
Ramiro Polla | swscale-test: merge declaration and initialization |
tree | commitdiff |
2010-07-28 |
Stefano Sabatini | Revert commit: |
tree | commitdiff |
2010-07-24 |
Reimar Döffinger | Fix compilation, forgot to add const also to the |
tree | commitdiff |
2010-07-24 |
Reimar Döffinger | More const-correctness fixes to avoid warnings. |
tree | commitdiff |
2010-07-24 |
Reimar Döffinger | Add some "const" to avoid incompatible pointer type... |
tree | commitdiff |
2010-07-24 |
Stefano Sabatini | Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M... |
tree | commitdiff |
2010-07-24 |
Stefano Sabatini | Add some comments to the rgb2yuv_table, clarifying... |
tree | commitdiff |
2010-07-23 |
Ramiro Polla | swscale-test: scale from reference to source only once... |
tree | commitdiff |
2010-07-23 |
Ramiro Polla | indent |
tree | commitdiff |
2010-07-23 |
Ramiro Polla | swscale-test: change order tests are run, maintaining... |
tree | commitdiff |
2010-07-22 |
Stefano Sabatini | Prefer impersonal form over third person, for consisten... |
tree | commitdiff |
2010-07-22 |
Ramiro Polla | swscale-test: use only 3 characters to print width... |
tree | commitdiff |
2010-07-22 |
Ramiro Polla | swscale-test: print test name before running test,... |
tree | commitdiff |
2010-07-22 |
Ramiro Polla | swscale-test: allocate more memory to prevent scalers... |
tree | commitdiff |
2010-07-21 |
Ramiro Polla | darwin: allow 64-bit darwin to allocate executable... |
tree | commitdiff |
2010-07-20 |
Ramiro Polla | swscale-test: use av_pix_fmt_descriptors[].name directly |
tree | commitdiff |
2010-07-20 |
Ramiro Polla | Restore vertical alignment in some defines |
tree | commitdiff |
2010-07-19 |
Martin Storsjö | Cosmetics: reindent and unify whitespace |
tree | commitdiff |
2010-07-19 |
Martin Storsjö | Do planar copy with a single memcpy only if the stride... |
tree | commitdiff |
2010-07-18 |
Anton Mitrofanov | Another try at fixing swscale on win64, as per r31153. |
tree | commitdiff |
2010-07-16 |
Martin Storsjö | In planarCopyWrapper, Only copy length, not stride... |
tree | commitdiff |
next |