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 (Collapse)Author
2014-10-11avutil/lzo: fix resource leakRuoyu
Signed-off-by: Ruoyu <liangry@ucweb.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-10avutil/softfloat: Fix undefined shift in av_add_sf()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-10float_dsp-test: allow forcing cpuflagsJames Almer
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2014-10-10avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to ↵Michael Niedermayer
error_entries[] Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-09avutil/softfloat: add some assertsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-09avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-09avutil/Makefile: add softfloat to TESTPROGSMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-09Merge commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4'Michael Niedermayer
* commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4': pixdesc: return color properties names Conflicts: libavutil/pixdesc.c libavutil/pixdesc.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-09Merge commit '04ccd584a70fad4ebb29ca340d704970ff313cbc'Michael Niedermayer
* commit '04ccd584a70fad4ebb29ca340d704970ff313cbc': pixfmt: mark further reserved values Conflicts: libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-09Merge commit 'c732c62cee43f651775af5547cff99d418248542'Michael Niedermayer
* commit 'c732c62cee43f651775af5547cff99d418248542': doc: expand description for some color properties Merged-by: Michael Niedermayer <michaelni@gmx.at>
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
Signed-off-by: James Almer <jamrial@gmail.com>
2014-10-06avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruftJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2014-10-06avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2014-10-06avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruftJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2014-10-02avcodec, avutil: allow more control about how samples are skippedwm4
Add CODEC_FLAG2_SKIP_MANUAL (exposed as "skip_manual"), which makes the decoder export sample skip information via side data, instead of applying it automatically. The format of the side data is the same as AV_PKT_DATA_SKIP_SAMPLES, but since AVPacket and AVFrame side data constants overlap, AV_FRAME_DATA_SKIP_SAMPLES needs to be introduced. This is useful for applications which want to do the timestamp calculations manually, or which actually want to retrieve the padding. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-02avutil/avstring: Factor av_match_list() outMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-28avutil/lls: Make unchanged function arguments constMichael Niedermayer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-28avutil/pca: Make argument of ff_pca_add() constMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-27avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
Signed-off-by: Philip DeCamp <decamp@mit.edu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2014-09-15avutil: remove obsolete FF_API_LLS1 cruftJames Almer
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2014-09-14Fix "passing argument 1 of av_free discards const qualifier from pointer ↵Michael Niedermayer
target type" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-11avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() ↵Rong Yan
affecting little endian environments on POWER8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-09x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner
Previously there was a limit of two cpuflags. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-09-09x86inc: Free up variable name "n" in global namespaceLoren Merritt
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-09-09x86inc: Make ym# behave the same way as xm#Henrik Gramner
This makes more sense for future implementations of templates with zmm registers. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-09-08time: Add missing zeroGabriel Dume
Leftover of 56d7df91e010a177a80cfc8dbe394305 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-09-05x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner
Previously there was a limit of two cpuflags. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-05x86inc: Make ym# behave the same way as xm#Henrik Gramner
This makes more sense for future implementations of templates with zmm registers. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-05x86inc: free up variable name "n" in global namespaceLoren Merritt
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-05avutil/md5: workaround clang 3.5 #20849Michael Niedermayer
This avoids several failures on fate.ffmpeg.org, and thus makes real bugs easier to spot Reviewed-by: James Darnley <james.darnley@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03libavutil/error: fix build with musl toolchainJörg Krause
Add the feature test macro which is required for building with the musl toolchain. The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant version of strerror_r(). Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03Merge commit 'c19a49e565bd06ea47947d50779ba236df9d4943'Michael Niedermayer
* commit 'c19a49e565bd06ea47947d50779ba236df9d4943': ppc: Support little endian intreadwrite Conflicts: libavutil/ppc/intreadwrite.h See: d37c620c84e28400ad071d1c75cc81445b4acb29 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03ppc: Support little endian intreadwriteLuca Barbato
2014-09-03time: Use clock_gettime if the monotonic clock is availableLuca Barbato
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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
Fix reopened trac ticket #1163.
2014-08-31intmath.h: Remove duplicated ARM include.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-31lavu/hash.c: Add missing "static const".Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-29Add missing "const" all over the place.Reimar Döffinger
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-28Replace incorrect use of "multiply" with "multiple"James Darnley
Also replace the plural form "multiplies" with "multiples".
2014-08-26Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464'Michael Niedermayer
* commit '0a024268261d05ccdcf7e03c85fb78d22037a464': libxvid: K&R formatting cosmetics Conflicts: libavcodec/libxvid.c libavcodec/libxvid_rc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-25avutil/opencl: use av_malloc(z)_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-23avutil/pixelutils: faster pixelutils_sad_16x16Clément Bœsch
501 to 439 decicycles. See 45c7f3997ea11c3d1007b2126b1c0049a8c27105.