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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23eval: support 3 parameter functions.Michael Niedermayer
2012-02-23eval: Add taylor series evaluation support.Michael Niedermayer
2012-02-22Add channel names to channel_names[] array for channels added in b2890f5Tim Walker
2012-02-22lavu: document av_reverse.Nicolas George
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22doxy: Disable the main index page.Michael Niedermayer
2012-02-22Add names for more channel layouts to the channel layout map.Tim W
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles
2012-02-15audioconvert: consistent use of FF_ARRAY_ELEMS for channel_layout_map.Clément Bœsch
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun
2012-02-12Detect and check for CMOV.Reimar Döffinger