]> git.sesse.net Git - ffmpeg/history - libavutil
log: fix compilation failure on mingw due to reference to undefined set_color256
[ffmpeg] / libavutil /
2012-07-07 Michael Niedermayerlog: fix compilation failure on mingw due to reference...
2012-07-07 Paul B Mahollavu: 256 color support
2012-07-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-06 Lou Logancosmetics: various spelling fixes
2012-07-06 Michael NiedermayerBlowfish: restructure/simplify code a bit.
2012-07-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-05 Loren Merrittx86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
2012-07-05 Loren Merrittx86inc: modify ALIGN to not generate long nops on i586
2012-07-05 Michael NiedermayerMerge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K...
2012-07-05 Samuel Pitoisetxtea: Make the count parameter match the documentation
2012-07-05 Samuel Pitoisetblowfish: Make the count parameter match the documentation
2012-07-05 Luca Barbatoxtea: invert branch and loop precedence
2012-07-05 Luca Barbatoblowfish: invert branch and loop precedence
2012-07-05 Carl Eugen HoyosInstall libavutil/version.h
2012-07-04 Michael Niedermayerblowfish.h: include author attribution
2012-07-04 Michael Niedermayerxtea.h: include author attribution
2012-07-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-04 Nicolas Georgeerror: define AVERROR_EXTERNAL.
2012-07-04 Nicolas Georgeerror: define AVERROR_BUFFER_TOO_SMALL.
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-04 Diego BiurrunCreate version.h headers for libraries that lack them
2012-07-04 Samuel PitoisetAdd XTEA encryption support in libavutil
2012-07-04 Samuel PitoisetAdd Blowfish encryption support in libavutil
2012-07-04 Martin Storsjöeval: Add the isinf() function and tests for it
2012-07-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-03 Michael Niedermayerlibavutil: add 12 and 14 bit planar colorspaces
2012-07-03 Diego Biurruncosmetics: Consistently use C-style comments with multi...
2012-07-03 Reinhard Tartlerattributes: add av_noreturn
2012-07-03 Reinhard Tartlerattributes: drop pointless define guards
2012-07-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-02 Clément Bœschmem: heap memory poisoning.
2012-07-02 Ronald S. Bultjeintfloat: Don't use designated initializers in the...
2012-07-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-01 Martin Storsjöopt/eval: Include mathematics.h for NAN/INFINITY
2012-07-01 Ronald S. Bultjemathematics: Don't use division by zero in NAN/INFINITY...
2012-07-01 Mans Rullgardx86: cpu: clean up check for cpuid instruction support
2012-07-01 Mans RullgardARM: generate position independent code to access data...
2012-07-01 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-06-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-30 Ronald S. Bultjeattributes: Add a definition of av_always_inline for...
2012-06-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-29 Ronald S. Bultjerandom_seed: Only read /dev/*random if we have unistd.h
2012-06-29 Michael Niedermayeravutil: fix project name reference in doxy section
2012-06-29 Michael Niedermayerpixdesc: fix project reference in comment
2012-06-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-28 Paul B Maholparseutils: fix sorting of colors
2012-06-27 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-27 Michael Niedermayerlog: change color for filters from blue to bright green
2012-06-27 Martin Storsjölibm: Provide fallback definitions for isnan() and...
2012-06-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-26 Michael NiedermayerMerge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'
2012-06-26 Michael NiedermayerMerge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
2012-06-26 Mans Rullgardlibm: provide fallback definition for cbrtf() using...
2012-06-26 Stefano Sabatinilavu/imgutils: create misc functions for dealing with...
2012-06-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-25 yangx86/intmath.h: Fix mull operand constraints
2012-06-25 Ronald S. Bultjelog: Include io.h on windows
2012-06-25 Mans Rullgardx86: cpu: whitespace (mostly) cosmetics
2012-06-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-06-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-24 Michael Niedermayercpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR
2012-06-24 Michael Niedermayerlavu: split version info into version.h
2012-06-24 Martin Storsjölog: Only include unistd.h if configure found it
2012-06-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-23 Diego Biurrunx86: Add CPU flag for the i686 cmov instruction
2012-06-22 Michael Niedermayerqsort: flip compare direction to match libc qsort()
2012-06-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-22 Wolfram Glogerextend log line buffer sizes
2012-06-22 Mans Rullgardlavu: add av_usleep() function
2012-06-22 Carl Eugen HoyosRevert "mathematics.h: remove a couple of math defines"
2012-06-22 Diego Biurruncosmetics: do not use full path for local headers
2012-06-21 Mans Rullgardlavu/file: include unistd.h only when available
2012-06-21 Mans Rullgardlog: include unistd.h only when needed
2012-06-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-21 Mans Rullgardlavf, lavu: version bumps and APIchanges for av_gettime...
2012-06-20 Michael Niedermayerlibavutil: fix author attribution
2012-06-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-20 Mans Rullgardav_gettime: support Win32 without gettimeofday()
2012-06-20 Mans RullgardUse av_gettime() in various places
2012-06-20 Mans RullgardMove av_gettime() to libavutil
2012-06-20 Michael Niedermayerlog: flip highlight bit for codec & muxer layer
2012-06-20 Janne Grunaumathematics.h: remove a couple of math defines
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-19 Michael Niedermayeravutil: add get_category() for the case where one AVCla...
2012-06-19 Michael Niedermayerlog: swap colors for muxer and codec layer
2012-06-19 Michael Niedermayerx86/intmath: fix type of FASTDIV
2012-06-19 Ronald S. Bultjemem: add support for _aligned_malloc() as found on...
2012-06-18 Justin Rugglesfloat_dsp: add x86-optimized functions for vector_fmac_...
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-18 Michael Niedermayerlibavutil: add a merge sort.
2012-06-18 Michael Niedermayerqsort doxy
2012-06-18 Michael Niedermayerqsort: add some forgotten ()
2012-06-18 John StebbinsAdd Dolby/DPLII downmix support to libavresample
2012-06-18 Michael Niedermayerlibavutil: add AV_QSORT()
2012-06-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-17 Michael Niedermayerattributes: move av_restrict fallback from internal...
2012-06-17 Michael Niedermayerlavu/internal: define av_restrict if it has not been...
next