summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-08
|\
| * x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje2012-07-07
* | x86inc: put basicnop under ifdef to prevent compile failure.Clément Bœsch2012-07-07
* | x86inc: try to put amdnop under ifdef to prevent compile failureMichael Niedermayer2012-07-07
* | log: fix compilation failure on mingw due to reference to undefined set_color256Michael Niedermayer2012-07-07
* | lavu: 256 color supportPaul B Mahol2012-07-07
* | cosmetics: various spelling fixesLou Logan2012-07-06
* | Blowfish: restructure/simplify code a bit.Michael Niedermayer2012-07-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-05
|\|
| * x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-05
| * x86inc: modify ALIGN to not generate long nops on i586Loren Merritt2012-07-05
| * xtea: Make the count parameter match the documentationSamuel Pitoiset2012-07-05
| * blowfish: Make the count parameter match the documentationSamuel Pitoiset2012-07-05
| * xtea: invert branch and loop precedenceLuca Barbato2012-07-05
| * blowfish: invert branch and loop precedenceLuca Barbato2012-07-05
* | Install libavutil/version.hCarl Eugen Hoyos2012-07-05
* | blowfish.h: include author attributionMichael Niedermayer2012-07-04
* | xtea.h: include author attributionMichael Niedermayer2012-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|
| * Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
| * Create version.h headers for libraries that lack themDiego Biurrun2012-07-04
| * Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-04
| * Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-04
| * eval: Add the isinf() function and tests for itMartin Storsjö2012-07-04
* | error: define AVERROR_EXTERNAL.Nicolas George2012-07-04
* | error: define AVERROR_BUFFER_TOO_SMALL.Nicolas George2012-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|
| * cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-03
| * attributes: add av_noreturnReinhard Tartler2012-07-03
| * attributes: drop pointless define guardsReinhard Tartler2012-07-03
* | libavutil: add 12 and 14 bit planar colorspacesMichael Niedermayer2012-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-02
|\|
| * intfloat: Don't use designated initializers in the public headersRonald S. Bultje2012-07-02
* | mem: heap memory poisoning.Clément Bœsch2012-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-01
|\|
| * opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2012-07-01
| * mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje2012-07-01
| * x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-01
| * ARM: generate position independent code to access data symbolsMans Rullgard2012-07-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-30
|\|
| * attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje2012-06-30
| * random_seed: Only read /dev/*random if we have unistd.hRonald S. Bultje2012-06-29
* | avutil: fix project name reference in doxy sectionMichael Niedermayer2012-06-29
* | pixdesc: fix project reference in commentMichael Niedermayer2012-06-29
* | parseutils: fix sorting of colorsPaul B Mahol2012-06-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-28
|\|
| * libm: Provide fallback definitions for isnan() and isinf()Martin Storsjö2012-06-27
* | log: change color for filters from blue to bright greenMichael Niedermayer2012-06-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * libm: provide fallback definition for cbrtf() using powf()Mans Rullgard2012-06-26