]> git.sesse.net Git - ffmpeg/history - libswscale
Fix dnxhd custom options, add AVClass in private context
[ffmpeg] / libswscale /
2011-03-30 Frank BarchardSWSCALE: Increase maximim with from 5120 to 21504
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-28 Michael NiedermayerFix compilation failure with runtime cpudetect (Ticket...
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Peter Rosslibswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler...
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-18 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-17 Michael NiedermayerRevert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
2011-03-17 Michael NiedermayerRevert "use LIBAV_LICENSE and LIBAV_VERSION instead...
2011-03-17 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
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-16 Reinhard TartlerMerge libavcore into libavutil
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-14 Mans RullgardFix MMX rgb24 to yuv conversion with gcc 4.6
2011-02-13 Mans RullgardFix MMX rgb24 to yuv conversion with gcc 4.6
2011-02-06 Clément BœschRemove a few if (p) av_freep(&p) forms
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...
2010-07-24 Stefano SabatiniAdd some comments to the rgb2yuv_table, clarifying...
2010-07-23 Ramiro Pollaswscale-test: scale from reference to source only once...
2010-07-23 Ramiro Pollaindent
2010-07-23 Ramiro Pollaswscale-test: change order tests are run, maintaining...
2010-07-22 Stefano SabatiniPrefer impersonal form over third person, for consisten...
2010-07-22 Ramiro Pollaswscale-test: use only 3 characters to print width...
2010-07-22 Ramiro Pollaswscale-test: print test name before running test,...
2010-07-22 Ramiro Pollaswscale-test: allocate more memory to prevent scalers...
2010-07-21 Ramiro Polladarwin: allow 64-bit darwin to allocate executable...
2010-07-20 Ramiro Pollaswscale-test: use av_pix_fmt_descriptors[].name directly
2010-07-20 Ramiro PollaRestore vertical alignment in some defines
2010-07-19 Martin StorsjöCosmetics: reindent and unify whitespace
2010-07-19 Martin StorsjöDo planar copy with a single memcpy only if the stride...
2010-07-18 Anton MitrofanovAnother try at fixing swscale on win64, as per r31153.
next