| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/atomic: add support for the new memory model aware gcc built-ins | James Almer | 2014-10-29 | 1 | -0/+17 |
* | avutil/intmath: enable builtin intrinsics for icl and msvc. | Matthew Oliver | 2014-10-26 | 1 | -4/+36 |
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de' | Michael Niedermayer | 2014-10-26 | 1 | -2/+3 |
|\ |
|
| * | Use gmtime_r instead of gmtime and localtime_r instead of localtime | Martin Storsjö | 2014-10-26 | 1 | -3/+4 |
* | | Merge commit '3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e' | Michael Niedermayer | 2014-10-26 | 1 | -0/+47 |
|\| |
|
| * | lavu: Provide fallbacks for gmtime_r and localtime_r | Martin Storsjö | 2014-10-26 | 1 | -0/+47 |
* | | Merge commit '1bd0bdcdc236099d5c0d179696951f35f5310fa5' | Michael Niedermayer | 2014-10-24 | 3 | -4/+4 |
|\| |
|
| * | lavu: Add av_gettime_relative | Martin Storsjö | 2014-10-24 | 3 | -7/+24 |
* | | avutil/avstring: fix hardcoded separator in av_match_list() | Michael Niedermayer | 2014-10-23 | 1 | -4/+4 |
* | | avutil/avstring: Reimplement av_match_list() | Michael Niedermayer | 2014-10-23 | 1 | -15/+14 |
* | | avutil/cast5: Fix off by one error | Michael Niedermayer | 2014-10-20 | 1 | -1/+1 |
* | | avutil/error: Introduce new error codes for 4XX and 5XX replies from remote s... | Andrey Utkin | 2014-10-19 | 2 | -0/+13 |
* | | libavutil: Add missing av_free() to cast5 selftest | Giorgio Vazzana | 2014-10-18 | 1 | -0/+1 |
* | | libavutil: Add CAST128 symmetric block cipher | Supraja Meedinti | 2014-10-18 | 3 | -0/+610 |
* | | avutil/lzo: fix resource leak | Ruoyu | 2014-10-11 | 1 | -0/+1 |
* | | avutil/softfloat: Fix undefined shift in av_add_sf() | Michael Niedermayer | 2014-10-10 | 1 | -2/+4 |
* | | float_dsp-test: allow forcing cpuflags | James Almer | 2014-10-10 | 1 | -5/+30 |
* | | avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to error_ent... | Michael Niedermayer | 2014-10-10 | 1 | -0/+4 |
* | | avutil/softfloat: add some asserts | Michael Niedermayer | 2014-10-09 | 1 | -0/+4 |
* | | avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf() | Michael Niedermayer | 2014-10-09 | 1 | -1/+1 |
* | | avutil/Makefile: add softfloat to TESTPROGS | Michael Niedermayer | 2014-10-09 | 1 | -0/+1 |
* | | Merge commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4' | Michael Niedermayer | 2014-10-08 | 3 | -2/+86 |
|\| |
|
| * | pixdesc: return color properties names | Vittorio Giovara | 2014-10-08 | 3 | -2/+85 |
* | | Merge commit '04ccd584a70fad4ebb29ca340d704970ff313cbc' | Michael Niedermayer | 2014-10-08 | 2 | -1/+3 |
|\| |
|
| * | pixfmt: mark further reserved values | Vittorio Giovara | 2014-10-08 | 2 | -1/+3 |
* | | Merge commit 'c732c62cee43f651775af5547cff99d418248542' | Michael Niedermayer | 2014-10-08 | 1 | -4/+5 |
|\| |
|
| * | doc: expand description for some color properties | Vittorio Giovara | 2014-10-08 | 1 | -4/+5 |
| * | log: Unbreak no-tty support on 256color terminals | Luca Barbato | 2014-09-26 | 1 | -1/+2 |
| * | x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags | Henrik Gramner | 2014-09-09 | 1 | -19/+22 |
| * | x86inc: Free up variable name "n" in global namespace | Loren Merritt | 2014-09-09 | 1 | -9/+9 |
| * | x86inc: Make ym# behave the same way as xm# | Henrik Gramner | 2014-09-09 | 1 | -4/+4 |
| * | time: Add missing zero | Gabriel Dume | 2014-09-08 | 1 | -1/+1 |
| * | time: Use clock_gettime if the monotonic clock is available | Luca Barbato | 2014-09-03 | 1 | -2/+8 |
* | | avutil: remove obsolete FF_API_INTFLOAT cruft | James Almer | 2014-10-05 | 4 | -150/+0 |
* | | avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruft | James Almer | 2014-10-05 | 2 | -11/+0 |
* | | avutil: remove obsolete FF_API_FIND_OPT cruft | James Almer | 2014-10-05 | 3 | -36/+0 |
* | | avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruft | James Almer | 2014-10-05 | 3 | -19/+0 |
* | | avcodec, avutil: allow more control about how samples are skipped | wm4 | 2014-10-02 | 2 | -1/+13 |
* | | avutil/avstring: Factor av_match_list() out | Michael Niedermayer | 2014-10-02 | 3 | -2/+30 |
* | | avutil/lls: Make unchanged function arguments const | Michael Niedermayer | 2014-09-28 | 3 | -7/+7 |
* | | avutil/pca: Make argument of ff_pca_add() const | Michael Niedermayer | 2014-09-28 | 2 | -2/+2 |
* | | avutil/x86/cpu: fix cpuid sub-leaf selection | lvqcl | 2014-09-27 | 1 | -1/+1 |
* | | libavutil/opt: fix av_opt_set_channel_layout() to access correct memory address | Philip DeCamp | 2014-09-24 | 1 | -1/+1 |
* | | lavu/bprint: add const to av_bprint_is_complete() argument. | Nicolas George | 2014-09-21 | 2 | -2/+2 |
* | | avutil: remove obsolete FF_API_OLD_OPENCL cruft | James Almer | 2014-09-15 | 3 | -57/+0 |
* | | avutil: remove obsolete FF_API_LLS1 cruft | James Almer | 2014-09-15 | 1 | -3/+0 |
* | | Fix "passing argument 1 of av_free discards const qualifier from pointer targ... | Michael Niedermayer | 2014-09-13 | 1 | -4/+4 |
* | | avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() af... | Rong Yan | 2014-09-11 | 1 | -10/+8 |
* | | x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags | Henrik Gramner | 2014-09-05 | 1 | -19/+22 |
* | | x86inc: Make ym# behave the same way as xm# | Henrik Gramner | 2014-09-05 | 1 | -4/+4 |