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
2010-09-09Add missing #include <string.h> in x86/cpu.cMåns Rullgård
2010-09-09Cache detected CPU flagsMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-06Sort AV_CPU_FLAG* by value.Stefano Sabatini
2010-09-06Fix typo.Stefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-23Add missing parentheses to AV_NE macro.Benoit Fouet
2010-08-17Fix out-of-tree buildMåns Rullgård
2010-08-17Define macro AV_NE() and use it in libavdevice.Stefano Sabatini
2010-07-28Make sure "Last message repeated" is printed.Michael Niedermayer
2010-07-23Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini
2010-07-21Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò
2010-07-17Use attribute force_align_arg_pointer only on x86_32.Carl Eugen Hoyos
2010-07-11Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini
2010-07-11Install bswap.h and intreadwrite.hMåns Rullgård
2010-07-11Make intreadwrite.h installation-safeMåns Rullgård
2010-07-11Make bswap.h safe to install as public APIMåns Rullgård
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-07-10intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård
2010-07-10lfg: add missing includesMåns Rullgård
2010-07-10pixdesc: add missing includesMåns Rullgård
2010-07-09Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini
2010-07-09Reindent after r24101.Stefano Sabatini
2010-07-08Fix infinite loop with clock() returning (clock_t)-1.Michael Niedermayer
2010-07-08Change i to unsigned in get_generic_seed().Michael Niedermayer
2010-07-08Restore array sizes in doxygen parameter names.Diego Biurrun
2010-07-08get_generic_seed() for the cases without /dev/random and AV_READ_TIMEMichael Niedermayer
2010-07-08Rename read/write_line() to av_read/write_image_line().Stefano Sabatini
2010-07-07ARM: optimised integer clip functionsMåns Rullgård
2010-07-07ARM: intmath.h cosmeticsMåns Rullgård
2010-07-07Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård
2010-07-07Remove macro duplication between common.h and intmath.hMåns Rullgård
2010-07-07intmath: whitespace cosmeticsMåns Rullgård
2010-07-05aes: fix array index out of bounds warningMåns Rullgård
2010-07-03Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman
2010-07-02Make mix function more readable.Reimar Döffinger
2010-07-02avutil: bump minor version for r23985 (install lfg.h)Ramiro Polla
2010-07-02avutil: install lfg.hRamiro Polla
2010-07-02Fix parameter name and position in av_crc_init Doxygen documentation.Diego Biurrun
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun
2010-07-02Add parameter names to av_log/av_vlog function declarations.Diego Biurrun
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-07-01random_seed: simplifyMåns Rullgård
2010-07-01ReindentMåns Rullgård
2010-07-01random_seed: allow to block on /dev/randomMåns Rullgård
2010-07-01Improve FF_SYMVER documentationMåns Rullgård
2010-07-01Improve av_strerror() documentationMåns Rullgård