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-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
2010-07-01Improve GET_UTF{8,16} documentationMåns Rullgård
2010-07-01aes: improve av_aes_crypt() documentationMåns Rullgård
2010-07-01adler32: add API documentationMåns Rullgård
2010-07-01base64: improve documentationMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-30Make av_get_random_seed() non-blockingMåns Rullgård
2010-06-30Change AES code to be strict-aliasing-safe.Reimar Döffinger
2010-06-28Pass subshift an argument of the proper type.Reimar Döffinger
2010-06-28Use a consistent type for multbl array function parameters.Reimar Döffinger
2010-06-26Add missing avutil.h include to libavutil/mem.hMåns Rullgård
2010-06-25Print a space after the AVClass prefix.Jai Menon
2010-06-22Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje
2010-06-22Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet