aboutsummaryrefslogtreecommitdiff
path: root/libavutil
AgeCommit message (Expand)Author
2012-07-30audioconvert: add av_get_standard_channel_layout().Nicolas George
2012-07-30audioconvert: add av_get_channel_description().Nicolas George
2012-07-30audioconvert: include the description of channels in the library.Nicolas George
2012-07-30samplefmt: Fix warning about discarded qualifierjamal
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28x86inc: clip num_args to 7 on x86-32.Loren Merritt
2012-07-28x86inc: sync to latest version from x264.Ronald S. Bultje
2012-07-28lavu/bprint: extend/clarify documentation for av_bprint_init() size_max valueStefano Sabatini
2012-07-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27imgutils: Fix warnings about incompatible pointer type and discarded qualifiersjamal
2012-07-27x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles
2012-07-27avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron
2012-07-26eval: fix printing of NaN in eval fate test.Ronald S. Bultje
2012-07-26x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-16lavu: disable av_uninit for clangPaul B Mahol
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2012-07-14eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau
2012-07-14eval: fix swapping of lt() and lte()Max Lazarov
2012-07-12av_samples_copy: support overlapping copiesMichael Niedermayer
2012-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-11configure: Check for the math function rintRonald S. Bultje
2012-07-11replace all __volatile__ by volatileMichael Niedermayer
2012-07-10parseutils: ignore digits below the microsecond.Nicolas George
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-10x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-07-10x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje
2012-07-10lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje
2012-07-10mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö
2012-07-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-07x86inc: put basicnop under ifdef to prevent compile failure.Clément Bœsch
2012-07-07x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje
2012-07-07x86inc: try to put amdnop under ifdef to prevent compile failureMichael Niedermayer
2012-07-07log: fix compilation failure on mingw due to reference to undefined set_color256Michael Niedermayer
2012-07-07lavu: 256 color supportPaul B Mahol
2012-07-06cosmetics: various spelling fixesLou Logan
2012-07-06Blowfish: restructure/simplify code a bit.Michael Niedermayer
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-07-05x86inc: modify ALIGN to not generate long nops on i586Loren Merritt
2012-07-05xtea: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05blowfish: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05xtea: invert branch and loop precedenceLuca Barbato
2012-07-05blowfish: invert branch and loop precedenceLuca Barbato
2012-07-05Install libavutil/version.hCarl Eugen Hoyos