]> git.sesse.net Git - ffmpeg/history - libavutil
lavc: add some AVPacket doxy.
[ffmpeg] / libavutil /
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
2012-10-04 Diego Biurrunx86: get_cpu_flags: add necessary ifdefs around functio...
2012-10-04 Diego Biurrunx86: Drop CPU detection intrinsics
2012-10-04 Diego Biurrunx86: Add YASM implementations of cpuid and xgetbv from...
2012-10-04 Diego Biurrunx86: cpu: Break out test for cpuid capabilities into...
2012-10-04 Diego Biurrunx86: ff_get_cpu_flags_x86(): Avoid a pointless variable...
2012-10-04 Anton Khirnovsamplefmt: make av_samples_alloc() initialize the data...
2012-10-03 Michael Niedermayerxtea: Test inplace decryption
2012-10-03 Michael Niedermayerxtea: Fix CBC decryption when src==dst
2012-10-03 Martin Storsjöxtea: Factorize testing into a separate function
2012-10-03 Mans RullgardAllow use of strncpy()
2012-10-03 Martin Storsjöblowfish: Add more tests
2012-10-03 Martin Storsjöblowfish: Fix CBC decryption with dst==src
2012-10-03 Martin Storsjöblowfish: Factorize testing into a separate function
2012-10-03 Mans RullgardARM: use numeric ID for Tag_ABI_align_preserved
2012-10-02 Mans RullgardARM: bswap: drop armcc version of av_bswap16()
2012-10-02 Mans RullgardARM: set Tag_ABI_align_preserved in all asm files
2012-10-02 Mans RullgardARM: fix Thumb PIC on Apple
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-21 Mans RullgardARM: use 2-operand syntax for ADD Rd, PC in Apple PIC...
2012-09-21 Mans RullgardARM: align PIC offset pools to 4 bytes
2012-09-20 Mans RullgardARM: swap source operands in some add instructions
2012-09-15 Mans Rullgardflacdsp: arm optimised lpc filter
2012-09-12 Tim Walkerlavu/audioconvert: add a second low frequency channel.
2012-09-09 Mans Rullgardmem: fix typo in check for __ICC
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-09-07 Justin Rugglesx86: float_dsp: fix ff_vector_fmac_scalar_avx() on...
2012-09-05 Michael Niedermayeravopt: fix examples to match the same style about defau...
2012-09-05 Ronald S. Bultjelavu: add snprintf(), vsnprint() and strtod() replaceme...
2012-09-04 Martin Storsjöavopt: Reorder the default_val struct, making i64 the...
2012-09-04 Martin Storsjöavopt: Explicitly store rational option defaults in...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-09-04 Luca Barbatopixdesc: cosmetics
2012-09-03 Diego Biurrunx86: Add convenience macros to check for CPU extensions...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-24 Anton KhirnovAVOptions: store defaults for INT64 options in int64...
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to fltp conversion
2012-08-22 Mans Rullgardx86: remove FASTDIV inline asm
2012-08-21 Diego Biurrunconfigure: Drop fastdiv option
2012-08-16 Martin StorsjöAdd more missing includes after removing the implicit...
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-13 Mans RullgardARM: intmath: use native-size return types for clipping...
next