| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-21 | 1 | -1/+1 |
|\ |
|
| * | lavf, lavu: version bumps and APIchanges for av_gettime() move | Mans Rullgard | 2012-06-21 | 1 | -1/+1 |
* | | libavutil: fix author attribution | Michael Niedermayer | 2012-06-20 | 2 | -8/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 6 | -23/+79 |
|\| |
|
| * | av_gettime: support Win32 without gettimeofday() | Mans Rullgard | 2012-06-20 | 1 | -0/+16 |
| * | Use av_gettime() in various places | Mans Rullgard | 2012-06-20 | 1 | -4/+2 |
| * | Move av_gettime() to libavutil | Mans Rullgard | 2012-06-20 | 3 | -0/+61 |
| * | mathematics.h: remove a couple of math defines | Janne Grunau | 2012-06-20 | 1 | -18/+0 |
| * | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
* | | log: flip highlight bit for codec & muxer layer | Michael Niedermayer | 2012-06-20 | 1 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 7 | -0/+137 |
|\| |
|
| * | mem: add support for _aligned_malloc() as found on Windows | Ronald S. Bultje | 2012-06-19 | 1 | -0/+6 |
| * | float_dsp: add x86-optimized functions for vector_fmac_scalar() | Justin Ruggles | 2012-06-18 | 3 | -3/+57 |
| * | float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil | Justin Ruggles | 2012-06-18 | 4 | -0/+77 |
* | | avutil: add get_category() for the case where one AVClass can have more than ... | Michael Niedermayer | 2012-06-19 | 3 | -5/+22 |
* | | log: swap colors for muxer and codec layer | Michael Niedermayer | 2012-06-19 | 1 | -12/+12 |
* | | x86/intmath: fix type of FASTDIV | Michael Niedermayer | 2012-06-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-18 | 1 | -0/+7 |
|\| |
|
| * | Add Dolby/DPLII downmix support to libavresample | John Stebbins | 2012-06-18 | 1 | -0/+7 |
* | | libavutil: add a merge sort. | Michael Niedermayer | 2012-06-18 | 1 | -0/+25 |
* | | qsort doxy | Michael Niedermayer | 2012-06-18 | 1 | -0/+6 |
* | | qsort: add some forgotten () | Michael Niedermayer | 2012-06-18 | 1 | -1/+1 |
* | | libavutil: add AV_QSORT() | Michael Niedermayer | 2012-06-18 | 1 | -0/+86 |
* | | attributes: move av_restrict fallback from internal to attributes | Michael Niedermayer | 2012-06-17 | 2 | -4/+4 |
* | | lavu/internal: define av_restrict if it has not been defined by config.h | Michael Niedermayer | 2012-06-17 | 1 | -0/+4 |
* | | enable C99-external_inline for icl | J. Bohl | 2012-06-17 | 1 | -0/+4 |
* | | md5: consistently use uint32_t instead of unsigned int | Giorgio Vazzana | 2012-06-16 | 1 | -5/+5 |
* | | revert "extern inline" usage | Michael Niedermayer | 2012-06-15 | 1 | -4/+0 |
* | | new attribute "extern inline" (fixing linker error with ff_get_mb_score and f... | J. Bohl | 2012-06-15 | 1 | -0/+8 |
* | | bprint: implement vsnprintf for win32. | Nicolas George | 2012-06-14 | 1 | -0/+19 |
* | | arm/intmath: disable av_clip_uintp2_arm with config_small | Michael Niedermayer | 2012-06-12 | 1 | -1/+2 |
* | | lavu/error: add av_make_error_string() and av_err2str() convenience utilities | Stefano Sabatini | 2012-06-11 | 3 | -6/+28 |
* | | lavu/error: fix sign error in av_sterror() error code | Stefano Sabatini | 2012-06-11 | 1 | -1/+1 |
* | | lavu/error: use a table to store error codes and strings, add test | Stefano Sabatini | 2012-06-11 | 2 | -25/+62 |
* | | tests/parseutils: change test to make it platform independent | Stefano Sabatini | 2012-06-11 | 1 | -4/+2 |
* | | Optimization of AMR NB and WB decoders for MIPS | Nedeljko Babic | 2012-06-11 | 2 | -0/+77 |
* | | random_seed: rewrite generic code. | Michael Niedermayer | 2012-06-11 | 1 | -21/+38 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-10 | 3 | -6/+61 |
|\| |
|
| * | Bump lavu minor and add an APIChanges entry for audioconvert functions. | Anton Khirnov | 2012-06-10 | 1 | -1/+1 |
| * | audioconvert: add a function for extracting the channel with the given index | Anton Khirnov | 2012-06-10 | 2 | -0/+19 |
| * | audioconvert: add a function for getting the name of a single channel. | Anton Khirnov | 2012-06-10 | 2 | -0/+18 |
| * | audioconvert: add a function for getting channel's index in layout | Anton Khirnov | 2012-06-10 | 2 | -0/+22 |
| * | audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels | Anton Khirnov | 2012-06-10 | 1 | -5/+1 |
* | | bprint-test: avoid z modifier, mingw fails with it | Michael Niedermayer | 2012-06-10 | 1 | -7/+7 |
* | | lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE | Stefano Sabatini | 2012-06-10 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-09 | 1 | -1/+1 |
|\| |
|
| * | lavu: change versioning script to include all av* prefixed symbols | Justin Ruggles | 2012-06-08 | 1 | -1/+1 |
* | | float_dsp.c: Restore author attribution that was removed by libav while movin... | Michael Niedermayer | 2012-06-09 | 1 | -4/+7 |
* | | x86/float_dsp.asm: restore author attribution | Michael Niedermayer | 2012-06-09 | 1 | -4/+6 |
* | | libavutil.v: add avpriv prefix | Michael Niedermayer | 2012-06-09 | 1 | -1/+1 |