summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\
| * av_gettime: support Win32 without gettimeofday()Mans Rullgard2012-06-20
| * Use av_gettime() in various placesMans Rullgard2012-06-20
| * Move av_gettime() to libavutilMans Rullgard2012-06-20
| * mathematics.h: remove a couple of math definesJanne Grunau2012-06-20
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* | log: flip highlight bit for codec & muxer layerMichael Niedermayer2012-06-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-19
|\|
| * mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-19
| * float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-18
| * float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* | avutil: add get_category() for the case where one AVClass can have more than ...Michael Niedermayer2012-06-19
* | log: swap colors for muxer and codec layerMichael Niedermayer2012-06-19
* | x86/intmath: fix type of FASTDIVMichael Niedermayer2012-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-18
|\|
| * Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-18
* | libavutil: add a merge sort.Michael Niedermayer2012-06-18
* | qsort doxyMichael Niedermayer2012-06-18
* | qsort: add some forgotten ()Michael Niedermayer2012-06-18
* | libavutil: add AV_QSORT()Michael Niedermayer2012-06-18
* | attributes: move av_restrict fallback from internal to attributesMichael Niedermayer2012-06-17
* | lavu/internal: define av_restrict if it has not been defined by config.hMichael Niedermayer2012-06-17
* | enable C99-external_inline for iclJ. Bohl2012-06-17
* | md5: consistently use uint32_t instead of unsigned intGiorgio Vazzana2012-06-16
* | revert "extern inline" usageMichael Niedermayer2012-06-15
* | new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl2012-06-15
* | bprint: implement vsnprintf for win32.Nicolas George2012-06-14
* | arm/intmath: disable av_clip_uintp2_arm with config_smallMichael Niedermayer2012-06-12
* | lavu/error: add av_make_error_string() and av_err2str() convenience utilitiesStefano Sabatini2012-06-11
* | lavu/error: fix sign error in av_sterror() error codeStefano Sabatini2012-06-11
* | lavu/error: use a table to store error codes and strings, add testStefano Sabatini2012-06-11
* | tests/parseutils: change test to make it platform independentStefano Sabatini2012-06-11
* | Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-11
* | random_seed: rewrite generic code.Michael Niedermayer2012-06-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-10
|\|
| * Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-10
| * audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-10
| * audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-10
| * audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-10
| * audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-10
* | bprint-test: avoid z modifier, mingw fails with itMichael Niedermayer2012-06-10
* | lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZEStefano Sabatini2012-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-09
|\|
| * lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles2012-06-08
* | float_dsp.c: Restore author attribution that was removed by libav while movin...Michael Niedermayer2012-06-09
* | x86/float_dsp.asm: restore author attributionMichael Niedermayer2012-06-09
* | libavutil.v: add avpriv prefixMichael Niedermayer2012-06-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\|
| * float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-08
| * ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-08