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-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
2010-06-17Add more tests to eval, help detecting some of the more apparentStefano Sabatini
2010-06-16Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini
2010-06-16Improve av_parse_eval() error reporting.Stefano Sabatini
2010-06-16icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos
2010-06-16Document FF_SYMVER and attribute_usedMichael Niedermayer
2010-06-15Fix symbol version compat wrappers on systems with export prefixesMåns Rullgård
2010-06-15Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård
2010-06-14Fix compilation on windows CEMartin Storsjö
2010-06-13Fix av_compare_mod() doxy.Stefano Sabatini
2010-06-13Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini
2010-06-09log.c: Use parameter passed to macro instead of the equivalent local variableRamiro Polla
2010-06-09Add win32 console color output.Ramiro Polla
2010-06-09Move ansi color array to outside of av_log_default_callback(). Do not passRamiro Polla
2010-06-09Rename use_ansi_color to use_color so it is not ANSI-specific.Ramiro Polla
2010-06-09Add av_compare_mod()Michael Niedermayer
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-06-05Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini
2010-06-04Use AV_BASE64_SIZE() macroHoward Chu
2010-06-04Add AV_BASE64_SIZE() macroHoward Chu
2010-06-04Deprecate PIX_FMT_YUVJ*Michael Niedermayer