]> git.sesse.net Git - ffmpeg/history - libavutil
4xm: simplify code with FFSWAP
[ffmpeg] / libavutil /
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
2012-10-12 Mans Rullgardavstring-test: fix memory leaks
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-12 Diego Biurrunavutil: Duplicate ff_log2_tab instead of sharing it...
2012-10-12 Luca Barbatoavutil: add yuva422p and yuva444p formats
2012-10-12 Anton Khirnovlavu,lavd: do not use av_pix_fmt_descriptors directly.
2012-10-12 Anton Khirnovpixdesc: add functions for accessing pixel format descr...
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-10-11 Martin Storsjöavutil: Add functions for allocating opaque contexts...
2012-10-11 Mans Rullgardparseutils-test: various cleanups
2012-10-11 Mans Rullgardparseutils: fix const removal warning
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-10-11 Martin Storsjörandom_seed: Support using CryptGenRandom on windows
2012-10-10 Janne Grunauaverror: make error values proper negative values
2012-10-10 Janne Grunauaverror: explicitly define AVERROR_* values
2012-10-10 Mans Rullgardparseutils-test: do not print numerical error codes
2012-10-08 Janne Grunauavutil: skip old_pix_fmts.h since it is just a list
2012-10-08 Anton Khirnovlavu: fix typo in Makefile
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-08 Anton Khirnovpixfmt: add AV_ prefixes to PIX_FMT_*
2012-10-06 Mans Rullgardparseutils: fix parsing of invalid alpha values
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-06 Diego Biurrunparseutils-test: Drop random colors from parsing test
next