Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-11avutil/lzo: fix resource leakRuoyu
2014-10-10avutil/softfloat: Fix undefined shift in av_add_sf()Michael Niedermayer
2014-10-10float_dsp-test: allow forcing cpuflagsJames Almer
2014-10-10avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to error_ent...Michael Niedermayer
2014-10-09avutil/softfloat: add some assertsMichael Niedermayer
2014-10-09avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf()Michael Niedermayer
2014-10-09avutil/Makefile: add softfloat to TESTPROGSMichael Niedermayer
2014-10-09Merge commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4'Michael Niedermayer
2014-10-09Merge commit '04ccd584a70fad4ebb29ca340d704970ff313cbc'Michael Niedermayer
2014-10-09Merge commit 'c732c62cee43f651775af5547cff99d418248542'Michael Niedermayer
2014-10-08pixdesc: return color properties namesVittorio Giovara
2014-10-08pixfmt: mark further reserved valuesVittorio Giovara
2014-10-08doc: expand description for some color propertiesVittorio Giovara
2014-10-06avutil: remove obsolete FF_API_INTFLOAT cruftJames Almer
2014-10-06avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruftJames Almer
2014-10-06avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer
2014-10-06avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruftJames Almer
2014-10-02avcodec, avutil: allow more control about how samples are skippedwm4
2014-10-02avutil/avstring: Factor av_match_list() outMichael Niedermayer
2014-09-28avutil/lls: Make unchanged function arguments constMichael Niedermayer
2014-09-28avutil/pca: Make argument of ff_pca_add() constMichael Niedermayer
2014-09-27avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl
2014-09-26log: Unbreak no-tty support on 256color terminalsLuca Barbato
2014-09-25libavutil/opt: fix av_opt_set_channel_layout() to access correct memory addressPhilip DeCamp
2014-09-21lavu/bprint: add const to av_bprint_is_complete() argument.Nicolas George
2014-09-15avutil: remove obsolete FF_API_OLD_OPENCL cruftJames Almer
2014-09-15avutil: remove obsolete FF_API_LLS1 cruftJames Almer
2014-09-14Fix "passing argument 1 of av_free discards const qualifier from pointer targ...Michael Niedermayer
2014-09-11avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() af...Rong Yan
2014-09-09x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner
2014-09-09x86inc: Free up variable name "n" in global namespaceLoren Merritt
2014-09-09x86inc: Make ym# behave the same way as xm#Henrik Gramner
2014-09-08time: Add missing zeroGabriel Dume
2014-09-05x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner
2014-09-05x86inc: Make ym# behave the same way as xm#Henrik Gramner
2014-09-05x86inc: free up variable name "n" in global namespaceLoren Merritt
2014-09-05avutil/md5: workaround clang 3.5 #20849Michael Niedermayer
2014-09-03libavutil/error: fix build with musl toolchainJörg Krause
2014-09-03Merge commit 'c19a49e565bd06ea47947d50779ba236df9d4943'Michael Niedermayer
2014-09-03ppc: Support little endian intreadwriteLuca Barbato
2014-09-03time: Use clock_gettime if the monotonic clock is availableLuca Barbato
2014-09-02avutil/pixelutils: add small buffers testsClément Bœsch
2014-09-01lavu/avstring: check for overlong encodings in av_utf8_decode()Stefano Sabatini
2014-08-31intmath.h: Remove duplicated ARM include.Reimar Döffinger
2014-08-31lavu/hash.c: Add missing "static const".Reimar Döffinger
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-28Replace incorrect use of "multiply" with "multiple"James Darnley
2014-08-26Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464'Michael Niedermayer
2014-08-25avutil/opencl: use av_malloc(z)_array()Michael Niedermayer
2014-08-23avutil/pixelutils: faster pixelutils_sad_16x16Clément Bœsch