summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/cast5: Fix off by one errorMichael Niedermayer2014-10-20
* avutil/error: Introduce new error codes for 4XX and 5XX replies from remote s...Andrey Utkin2014-10-19
* libavutil: Add missing av_free() to cast5 selftestGiorgio Vazzana2014-10-18
* libavutil: Add CAST128 symmetric block cipherSupraja Meedinti2014-10-18
* avutil/lzo: fix resource leakRuoyu2014-10-11
* avutil/softfloat: Fix undefined shift in av_add_sf()Michael Niedermayer2014-10-10
* float_dsp-test: allow forcing cpuflagsJames Almer2014-10-10
* avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to error_ent...Michael Niedermayer2014-10-10
* avutil/softfloat: add some assertsMichael Niedermayer2014-10-09
* avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf()Michael Niedermayer2014-10-09
* avutil/Makefile: add softfloat to TESTPROGSMichael Niedermayer2014-10-09
* Merge commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4'Michael Niedermayer2014-10-08
|\
| * pixdesc: return color properties namesVittorio Giovara2014-10-08
* | Merge commit '04ccd584a70fad4ebb29ca340d704970ff313cbc'Michael Niedermayer2014-10-08
|\|
| * pixfmt: mark further reserved valuesVittorio Giovara2014-10-08
* | Merge commit 'c732c62cee43f651775af5547cff99d418248542'Michael Niedermayer2014-10-08
|\|
| * doc: expand description for some color propertiesVittorio Giovara2014-10-08
| * log: Unbreak no-tty support on 256color terminalsLuca Barbato2014-09-26
| * x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-09
| * x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-09
| * x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-09
| * time: Add missing zeroGabriel Dume2014-09-08
| * time: Use clock_gettime if the monotonic clock is availableLuca Barbato2014-09-03
* | avutil: remove obsolete FF_API_INTFLOAT cruftJames Almer2014-10-05
* | avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruftJames Almer2014-10-05
* | avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer2014-10-05
* | avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruftJames Almer2014-10-05
* | avcodec, avutil: allow more control about how samples are skippedwm42014-10-02
* | avutil/avstring: Factor av_match_list() outMichael Niedermayer2014-10-02
* | avutil/lls: Make unchanged function arguments constMichael Niedermayer2014-09-28
* | avutil/pca: Make argument of ff_pca_add() constMichael Niedermayer2014-09-28
* | avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl2014-09-27
* | libavutil/opt: fix av_opt_set_channel_layout() to access correct memory addressPhilip DeCamp2014-09-24
* | lavu/bprint: add const to av_bprint_is_complete() argument.Nicolas George2014-09-21
* | avutil: remove obsolete FF_API_OLD_OPENCL cruftJames Almer2014-09-15
* | avutil: remove obsolete FF_API_LLS1 cruftJames Almer2014-09-15
* | Fix "passing argument 1 of av_free discards const qualifier from pointer targ...Michael Niedermayer2014-09-13
* | avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() af...Rong Yan2014-09-11
* | x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-05
* | x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-05
* | x86inc: free up variable name "n" in global namespaceLoren Merritt2014-09-05
* | avutil/md5: workaround clang 3.5 #20849Michael Niedermayer2014-09-05
* | libavutil/error: fix build with musl toolchainJörg Krause2014-09-03
* | Merge commit 'c19a49e565bd06ea47947d50779ba236df9d4943'Michael Niedermayer2014-09-03
|\|
| * ppc: Support little endian intreadwriteLuca Barbato2014-09-03
* | avutil/pixelutils: add small buffers testsClément Bœsch2014-09-02
* | lavu/avstring: check for overlong encodings in av_utf8_decode()Stefano Sabatini2014-09-01
* | intmath.h: Remove duplicated ARM include.Reimar Döffinger2014-08-31
* | lavu/hash.c: Add missing "static const".Reimar Döffinger2014-08-31
* | Add missing "const" all over the place.Reimar Döffinger2014-08-29