]> git.sesse.net Git - ffmpeg/history - libswscale/utils.c
avconv: initialize output framerate earlier
[ffmpeg] / libswscale / utils.c
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 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 SabatiniCosmetics: fix braces placement.
2010-09-28 Stefano SabatiniDeprecate sws_getContext(), use sws_alloc_context(...
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 Michael NiedermayerSplit alloc and init of context so that parameters...
2010-09-26 Ramiro Pollaswscale: use full chroma input for point scaler
2010-09-06 Ramiro Pollaswscale: also update flags on sws_getCachedContext()
2010-08-19 Grant Carverfix anonymous memory mapping for NetBSD
2010-07-21 Ramiro Polladarwin: allow 64-bit darwin to allocate executable...
2010-06-01 Stefano SabatiniMove internal scale context fields initialization from
2010-05-19 Stefano SabatiniCosmetics: make more compact the code for handle_jpeg...
2010-05-19 Stefano SabatiniRemove PI definition and use M_PI instead.
2010-03-27 Diego Biurrunlibswscale: Relicense almost all x86 assembler optimiza...
2010-03-23 Diego BiurrunAltiVec implies a PPC CPU, so there is no need to check...
2010-03-23 Diego BiurrunDo not compile AltiVec code when AltiVec is not availab...
2010-03-18 Janusz KrzysztofikExtend the generic path of the yuv2rgb converter with...
2010-03-08 Reimar DöffingerCheck for allocation failure for c->lumMmx2FilterCode...
2010-03-08 Reimar DöffingerFix memleak due to incorrect VirtualFree arguments...
2010-03-06 Stefano SabatiniAvoid duplication of usePal() macro.
2010-02-28 Carl Eugen HoyosMake sws_dcVec static: It is only used inside libswscal...
2010-02-25 Stefano SabatiniRemove pointless empty line.
2010-02-18 Stefano SabatiniReindent and fix brace placement.
2010-02-18 Stefano SabatiniVertically align a list of comparisons in sws_getCached...
2010-02-18 Stefano SabatiniMerge two if conditions, allow to decrese the level...
2010-02-05 Stefano SabatiniSimplify how usesVFilter and usesHFilter are set.
2010-01-31 Stefano SabatiniDeclare support for the pixel formats:
2010-01-26 Michael NiedermayerUse isAnyRGB() where possible
2010-01-26 Michael NiedermayerRename isRGB() and isBGR() as their meaning is confusing.
2010-01-25 Stefano SabatiniMerge two "if (flags & SWS_PRINT_INFO) { ... }" blocks...
2010-01-24 Stefano SabatiniMerge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
2010-01-24 Stefano SabatiniUse av_get_bits_per_pixel() for computing the bits...
2010-01-24 Ramiro PollaDon't redefine M_PI. It is already defined from libavut...
2010-01-24 Ramiro PollaSplit swscale.c into scaler code (swscale.c) and utilit...