aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Remove fminf() emulation.Carl Eugen Hoyos2014-11-081-10/+0
* Merge commit '4981baf9b803f3c4866b2e97fdadb008c62dc7ad'Michael Niedermayer2014-11-071-6/+6
|\
| * avstring: Mark some character handling functions av_constHenrik Gramner2014-11-071-6/+6
* | avutil/ppc/util_altivec: add () to VEC_LD macro argumentsMichael Niedermayer2014-11-071-1/+1
* | avutil/ppc/util_altivec: make src pointers const, fix warningsMichael Niedermayer2014-11-071-2/+2
* | libavutil/ppc/util_altivec.h : fix unaligned_load() vec_unaligned_load() add ...Rong Yan2014-11-071-2/+29
* | avutil/time_internal: do not attempt to override *time_r() macrosMichael Niedermayer2014-11-051-2/+2
* | lavu/atomic: add support for the new memory model aware gcc built-insJames Almer2014-10-291-0/+17
* | avutil/intmath: enable builtin intrinsics for icl and msvc.Matthew Oliver2014-10-261-4/+36
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer2014-10-261-2/+3
|\|
| * Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-261-3/+4
* | Merge commit '3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e'Michael Niedermayer2014-10-261-0/+47
|\|
| * lavu: Provide fallbacks for gmtime_r and localtime_rMartin Storsjö2014-10-261-0/+47
* | Merge commit '1bd0bdcdc236099d5c0d179696951f35f5310fa5'Michael Niedermayer2014-10-243-4/+4
|\|
| * lavu: Add av_gettime_relativeMartin Storsjö2014-10-243-7/+24
* | avutil/avstring: fix hardcoded separator in av_match_list()Michael Niedermayer2014-10-231-4/+4
* | avutil/avstring: Reimplement av_match_list()Michael Niedermayer2014-10-231-15/+14
* | avutil/cast5: Fix off by one errorMichael Niedermayer2014-10-201-1/+1
* | avutil/error: Introduce new error codes for 4XX and 5XX replies from remote s...Andrey Utkin2014-10-192-0/+13
* | libavutil: Add missing av_free() to cast5 selftestGiorgio Vazzana2014-10-181-0/+1
* | libavutil: Add CAST128 symmetric block cipherSupraja Meedinti2014-10-183-0/+610
* | avutil/lzo: fix resource leakRuoyu2014-10-111-0/+1
* | avutil/softfloat: Fix undefined shift in av_add_sf()Michael Niedermayer2014-10-101-2/+4
* | float_dsp-test: allow forcing cpuflagsJames Almer2014-10-101-5/+30
* | avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to error_ent...Michael Niedermayer2014-10-101-0/+4
* | avutil/softfloat: add some assertsMichael Niedermayer2014-10-091-0/+4
* | avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf()Michael Niedermayer2014-10-091-1/+1
* | avutil/Makefile: add softfloat to TESTPROGSMichael Niedermayer2014-10-091-0/+1
* | Merge commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4'Michael Niedermayer2014-10-083-2/+86
|\|
| * pixdesc: return color properties namesVittorio Giovara2014-10-083-2/+85
* | Merge commit '04ccd584a70fad4ebb29ca340d704970ff313cbc'Michael Niedermayer2014-10-082-1/+3
|\|
| * pixfmt: mark further reserved valuesVittorio Giovara2014-10-082-1/+3
* | Merge commit 'c732c62cee43f651775af5547cff99d418248542'Michael Niedermayer2014-10-081-4/+5
|\|
| * doc: expand description for some color propertiesVittorio Giovara2014-10-081-4/+5
| * log: Unbreak no-tty support on 256color terminalsLuca Barbato2014-09-261-1/+2
| * x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-091-19/+22
| * x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-091-9/+9
| * x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-091-4/+4
| * time: Add missing zeroGabriel Dume2014-09-081-1/+1
| * time: Use clock_gettime if the monotonic clock is availableLuca Barbato2014-09-031-2/+8
* | avutil: remove obsolete FF_API_INTFLOAT cruftJames Almer2014-10-054-150/+0
* | avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruftJames Almer2014-10-052-11/+0
* | avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer2014-10-053-36/+0
* | avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruftJames Almer2014-10-053-19/+0
* | avcodec, avutil: allow more control about how samples are skippedwm42014-10-022-1/+13
* | avutil/avstring: Factor av_match_list() outMichael Niedermayer2014-10-023-2/+30
* | avutil/lls: Make unchanged function arguments constMichael Niedermayer2014-09-283-7/+7
* | avutil/pca: Make argument of ff_pca_add() constMichael Niedermayer2014-09-282-2/+2
* | avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl2014-09-271-1/+1
* | libavutil/opt: fix av_opt_set_channel_layout() to access correct memory addressPhilip DeCamp2014-09-241-1/+1