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
2012-04-15error: ensure error codes are signed negative ints.Nicolas George
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13av_image_alloc: Align the width to 8 when align >= 8.Michael Niedermayer
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-04-10mem: Consistently return NULL for av_malloc(0)Martin Storsjö
2012-04-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-09Mark GRAY8 format as pseudo-paletted.Reimar Döffinger
2012-04-09avutil: use align == 0 for default alignment in audio sample buffer functionsJustin Ruggles
2012-04-09avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()Justin Ruggles
2012-04-09audioconvert: make av_get_channel_layout accept composite names.Nicolas George
2012-04-08avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-04-02des: Fix half a dozen warningsMichael Niedermayer
2012-04-01The lt and lte functions were swapped.maxlazarov
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-26libavutil: Remove pointless rational test program.Diego Biurrun
2012-03-26libavutil: Remove broken and pointless lzo test program.Diego Biurrun
2012-03-21pixdesc: put components always in the same order.Nicolas George
2012-03-21lavu: add av_bprintf and related.Nicolas George
2012-03-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-19docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö
2012-03-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-15x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje
2012-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-13remove iwmmxt optimizationsJanne Grunau
2012-03-08libavutil: document av_force_cpu_flags(-1).Michael Niedermayer
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje
2012-03-06cpu: add av_set_cpu_flags_mask().Anton Khirnov
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04x86inc: don't "bake" stack_offset in named arguments.Loren Merritt
2012-03-03Remove duplicate initializers for VDA_VLD and GBR24P.Dale Curtis
2012-03-01eval: fix infinite loop on opensolaris x86.Michael Niedermayer
2012-02-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-27eval: add root() to solve f(x)=0Michael Niedermayer
2012-02-27eval: Check that single parameter functions dont get a second param.Michael Niedermayer
2012-02-27eval: Allow specifying the variable id.Michael Niedermayer
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25avutil: add AVERROR_UNKNOWNJustin Ruggles
2012-02-24random_seed: add selftestMichael Niedermayer
2012-02-23Remove libpostproc.Diego Biurrun