]> git.sesse.net Git - ffmpeg/history - libavutil
yop: initialize palette to 0
[ffmpeg] / libavutil /
2013-01-25 Justin Rugglesdict: add av_dict_parse_string()
2013-01-25 Vladimir Panteliclavu: Add av_strnstr()
2013-01-24 Luca Barbatoavstring: K&R formatting cosmetics
2013-01-23 Martin Storsjöfloat_dsp: Include config.h for redefining restrict
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-18 Martin Storsjöx86: Add a Yasm-based emms() replacement
2013-01-18 Diego Biurrunx86inc: Add cvisible macro for C functions with public...
2013-01-18 Diego Biurrunx86inc: Rename "program_name" to "private_prefix"
2013-01-17 Martin Storsjöfloat_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmu...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2013-01-15 Martin Storsjölavu: Add a fate test for the HMAC API
2013-01-15 Diego Biurrunx86: Add PAVGB macro to abstract pavgb/pavgusb instruct...
2013-01-15 Diego Biurrunx86: ABSB2: port to cpuflags
2013-01-15 Diego Biurrunx86: ABSB: port to cpuflags
2013-01-15 Martin Storsjölavu: Add an API for calculating HMAC (RFC 2104)
2013-01-14 Diego Biurrunx86: ABS2: port to cpuflags
2013-01-12 Diego BiurrunAdd version bump and APIchanges entry for Add AV_PIX_FM...
2013-01-12 Rémi Denis-Courmontpixfmt: add picture format for VDPAU
2013-01-06 Diego Biurrunx86: ABS1: port to cpuflags
2012-12-31 Diego BiurrunDrop unnecessary 'l' length modifier when printfing...
2012-12-29 Luca Barbatoavstring: add av_basename and av_dirname
2012-12-22 Justin Rugglesopt: avoid segfault in av_opt_next() if the class does...
2012-12-19 Ronald S. Bultjelavc: merge latest x86inc.asm fixes with x264
2012-12-18 Diego Biurrunmisc typo, style and wording fixes
2012-12-13 Janne Grunaux86inc: fully concatenate tokens to fix macro expansion...
2012-12-12 Ronald S. Bultjex86inc: fix stack alignment on win64
2012-12-12 Ronald S. Bultjex86inc: support stack mem allocation and re-alignment...
2012-12-08 Justin Rugglesx86: float_dsp: fix loading of the len parameter on...
2012-12-07 Mans Rullgardarm: detect cpu features at runtime on Linux
2012-12-07 Mans Rullgardarm: rename ARMVFP config symbol to VFP
2012-12-07 Mans Rullgardarm: use HAVE*_INLINE/EXTERNAL macros for conditional...
2012-12-06 Justin Rugglesx86: float_dsp: fix compilation of ff_vector_dmul_scala...
2012-12-05 Paul B Maholpixdesc: fix yuva 10bit bit depth
2012-12-05 Justin Rugglesx86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume...
2012-12-05 Justin Ruggleslavu/opt: do not filter out the initial sign character...
2012-12-05 Justin Ruggleseval: treat dB as decibels instead of decibytes
2012-12-05 Justin Rugglesfloat_dsp: add vector_dmul_scalar() to multiply a vecto...
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-11-30 Martin Storsjöavutil: Use a configure check to enable windows console...
2012-11-30 Martin Storsjöavutil: Include io.h with a separate condition from...
2012-11-29 Martin Storsjöavutil: Include io.h with a separate condition from...
2012-11-27 Diego Biurrunx86: cpu: Drop unused HAVE_RWEFLAGS condition
2012-11-26 Justin Rugglesx86: float_dsp: add SSE version of vector_fmul_scalar()
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-11-26 Mans Rullgardbase64: fix signed overflow in shift
2012-11-25 Janne Grunauremove #defines to prevent use of discouraged external...
2012-11-23 Mans Rullgardav_memcpy_backptr: optimise some special cases
2012-11-20 Luca Barbatopixdesc: add PIX_FMT_ALPHA flag
2012-11-18 Diego Biurrunx86: SPLATD: port to cpuflags
2012-11-16 Janne Grunaucpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52
2012-11-16 Diego Biurruncrc: av_crc() parameter names should match between...
2012-11-14 Mans Rullgardavutil: change GET_UTF8 to not use av_log2()
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-11-11 Justin Ruggleslavu: rename audioconvert.* to channel_layout.* and...
2012-11-11 Diego Biurrunx86inc: Set program_name outside of x86inc.asm
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-11-05 Justin Ruggleslavu: add av_ctz() for trailing zero bit count
2012-11-05 Diego Biurrunx86: PABSW: port to cpuflags
2012-11-02 Anton Khirnovcrc: move doxy to the header
2012-11-02 Diego Biurrunx86: Refactor PSWAPD fallback implementations and port...
2012-11-02 Diego Biurrunx86: PMINUB: port to cpuflags
2012-11-02 Diego Biurrunx86util: Add cpuflags_mmxext alias for cpuflags_mmx2
2012-11-02 Diego Biurrunx86inc: Only define program_name if the macro is unset
2012-10-31 Dave Yeox86: Fix assembly with NASM
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-10-30 Luca Barbatopixfmt: support more yuva formats
2012-10-29 Ronald S. BultjeRemove INIT_AVX from x86inc.asm.
2012-10-29 Anton Khirnovlavr: add general API usage doxy
2012-10-25 Diego Biurrunavutil: Make LZO decoder code configure-time selectable
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-23 Mans RullgardRemove need for padding in av_memcpy_backptr()
2012-10-23 Diego Biurrunlzo: Use AV_COPY*U macros where appropriate
2012-10-23 Diego Biurrunintreadwrite: Add AV_COPYxxU macros for copying to...
2012-10-23 Mans Rullgardlibm: add fallbacks for various single-precision functions
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_AV_FIFO_PEEK cruft
2012-10-23 Anton Khirnovlavu: remove disabled avoptions cruft
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT...
2012-10-23 Anton KhirnovRevert "avutil: make some tables visible again"
2012-10-23 Anton KhirnovRevert "avutil: Add a copy of ff_sqrt_tab back into...
2012-10-23 Anton Khirnovlavu: bump major to 52
2012-10-23 Anton Khirnovlavu: postpone recent deprecations until the next major...
2012-10-21 Nathan Caldwellavutil: Add AVERROR_EXPERIMENTAL
2012-10-20 Mans RullgardARM: reinstate optimised intmath.h
2012-10-20 Martin Storsjöavutil: Add a copy of ff_sqrt_tab back into avutil...
2012-10-20 Reinhard Tartleravutil: make some tables visible again
2012-10-20 Mans Rullgardavutil: remove inline av_log2 from public API
2012-10-20 Diego Biurrunavutil/mem: K&R formatting cosmetics
2012-10-20 Diego Biurrunavutil/lzo: K&R formatting cosmetics
2012-10-19 Diego Biurrunlzo: Drop obsolete fast_memcpy reference
2012-10-18 Martin StorsjöAdd support for building shared libraries with MSVC
2012-10-15 Mans Rullgardbuild: simplify enabling of compat objects
2012-10-13 Diego Biurrunavutil: Do not make ff_ symbols globally visible.
2012-10-13 Diego Biurrunavutil: Rename ff_set_systematic_pal2() ---> avpriv_set...
2012-10-13 Mans Rullgardeval-test: make table static const
next