]> git.sesse.net Git - ffmpeg/history - libavutil
AVFrame: deprecate all now unused fields
[ffmpeg] / libavutil /
2013-03-08 Anton KhirnovAVFrame: deprecate all now unused fields
2013-03-08 Anton KhirnovAVFrame: add side data.
2013-03-08 Anton KhirnovMove AVFrame from lavc to lavu.
2013-03-08 Anton Khirnovlavc: move AVFrame.hwaccel_picture_private to Picture.
2013-03-08 Anton KhirnovAVBuffer: add a new API for buffer pools
2013-03-08 Anton Khirnovlavu: add a new API for reference-counted data buffers.
2013-03-08 Ronald S. Bultjelavu: add support for atomic operations.
2013-03-07 Martin Storsjöavstring: Fix isxdigit to not accept non-hex characters
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-03-07 Reimar Döffingeravstring: Add locale independent versions of some ctype...
2013-03-01 Diego Biurrunlls: Do not return from void functions
2013-03-01 Diego Biurrunlls: #ifndef --> #if in FF_API_ version guard
2013-02-28 Luca Barbatolls: mark max_order as unsigned short
2013-02-28 Luca Barbatolls: move to the private namespace
2013-02-28 Luca Barbatolls: K&R formatting cosmetics
2013-02-23 Anton Khirnovav_memcpy_backptr: avoid an infinite loop for back = 0
2013-02-19 Diego Biurrunintreadwrite: tomi: Add missing attributes.h #include...
2013-02-19 Ronald S. Bultjex86: Use simple nop codes for <= sse (rather than ...
2013-02-14 Diego Biurrunavutil: Ensure that emms_c is always defined, even...
2013-02-14 Diego Biurrunavutil: Move emms code to x86-specific header
2013-02-12 Luca Barbatolavu: avoid clashing definition of E
2013-02-11 Diego Biurruncrc: Move static data table from header to .c file
2013-02-11 Martin Storsjöarm: Fall back to runtime cpu feature detection via...
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to 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
next