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-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
2012-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09lavu: add timestamp.h header with convenience timestamp utilitiesStefano Sabatini
2012-02-09build: Add missing directories to DIRS declarations.Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-02-08x86inc: support yasm -f win64 flag also.Haruhiko Yamagata
2012-02-08x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner
2012-02-08aacdec: Use correct speaker order for 7.1.Alex Converse
2012-02-06lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini
2012-02-04adler32: add comment for the SIMD codeMichael Niedermayer
2012-02-04adler32: rewrite using integer SIMD.Michael Niedermayer
2012-02-04adler32: avoid "too big" check in the inner loopMichael Niedermayer
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-03lavu/timecode: use @see for URL in doxygen.Clément Bœsch
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-02-02lavu: add public timecode API.Clément Bœsch
2012-01-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-30avutil: make intfloat api publicPaul B Mahol
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-28sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol