summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård2010-07-10
* lfg: add missing includesMåns Rullgård2010-07-10
* pixdesc: add missing includesMåns Rullgård2010-07-10
* Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini2010-07-08
* Reindent after r24101.Stefano Sabatini2010-07-08
* Fix infinite loop with clock() returning (clock_t)-1.Michael Niedermayer2010-07-08
* Change i to unsigned in get_generic_seed().Michael Niedermayer2010-07-08
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-08
* get_generic_seed() for the cases without /dev/random and AV_READ_TIMEMichael Niedermayer2010-07-07
* Rename read/write_line() to av_read/write_image_line().Stefano Sabatini2010-07-07
* ARM: optimised integer clip functionsMåns Rullgård2010-07-07
* ARM: intmath.h cosmeticsMåns Rullgård2010-07-07
* Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård2010-07-07
* Remove macro duplication between common.h and intmath.hMåns Rullgård2010-07-07
* intmath: whitespace cosmeticsMåns Rullgård2010-07-07
* aes: fix array index out of bounds warningMåns Rullgård2010-07-04
* Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman2010-07-03
* Make mix function more readable.Reimar Döffinger2010-07-02
* avutil: bump minor version for r23985 (install lfg.h)Ramiro Polla2010-07-02
* avutil: install lfg.hRamiro Polla2010-07-02
* Fix parameter name and position in av_crc_init Doxygen documentation.Diego Biurrun2010-07-02
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-02
* Add parameter names to av_log/av_vlog function declarations.Diego Biurrun2010-07-02
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* random_seed: simplifyMåns Rullgård2010-07-01
* ReindentMåns Rullgård2010-07-01
* random_seed: allow to block on /dev/randomMåns Rullgård2010-07-01
* Improve FF_SYMVER documentationMåns Rullgård2010-06-30
* Improve av_strerror() documentationMåns Rullgård2010-06-30
* Improve GET_UTF{8,16} documentationMåns Rullgård2010-06-30
* aes: improve av_aes_crypt() documentationMåns Rullgård2010-06-30
* adler32: add API documentationMåns Rullgård2010-06-30
* base64: improve documentationMåns Rullgård2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Make av_get_random_seed() non-blockingMåns Rullgård2010-06-30
* Change AES code to be strict-aliasing-safe.Reimar Döffinger2010-06-30
* Pass subshift an argument of the proper type.Reimar Döffinger2010-06-28
* Use a consistent type for multbl array function parameters.Reimar Döffinger2010-06-28
* Add missing avutil.h include to libavutil/mem.hMåns Rullgård2010-06-26
* Print a space after the AVClass prefix.Jai Menon2010-06-25
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-22
* Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet2010-06-22
* Add more tests to eval, help detecting some of the more apparentStefano Sabatini2010-06-16
* Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini2010-06-16
* Improve av_parse_eval() error reporting.Stefano Sabatini2010-06-16
* icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos2010-06-16
* Document FF_SYMVER and attribute_usedMichael Niedermayer2010-06-16