| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort AV_CPU_FLAG* by value. | Stefano Sabatini | 2010-09-06 | 1 | -1/+1 |
* | Fix typo. | Stefano Sabatini | 2010-09-06 | 1 | -1/+1 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 3 | -1/+46 |
* | Add missing parentheses to AV_NE macro. | Benoit Fouet | 2010-08-23 | 1 | -2/+2 |
* | Fix out-of-tree build | Måns Rullgård | 2010-08-17 | 1 | -1/+1 |
* | Define macro AV_NE() and use it in libavdevice. | Stefano Sabatini | 2010-08-17 | 2 | -1/+8 |
* | Make sure "Last message repeated" is printed. | Michael Niedermayer | 2010-07-28 | 1 | -0/+1 |
* | Add the M_PHI constant, contains an approximation of the golden ratio | Stefano Sabatini | 2010-07-22 | 2 | -1/+4 |
* | Make ff_inverse stay with libavutil, and optional copy it to libavcodec. | Diego Pettenò | 2010-07-21 | 2 | -0/+61 |
* | Use attribute force_align_arg_pointer only on x86_32. | Carl Eugen Hoyos | 2010-07-17 | 1 | -1/+1 |
* | Update lavu minor and add APIchanges entry after r24174 (add bswap.h | Stefano Sabatini | 2010-07-11 | 1 | -1/+1 |
* | Install bswap.h and intreadwrite.h | Måns Rullgård | 2010-07-10 | 1 | -0/+2 |
* | Make intreadwrite.h installation-safe | Måns Rullgård | 2010-07-10 | 1 | -8/+14 |
* | Make bswap.h safe to install as public API | Måns Rullgård | 2010-07-10 | 1 | -2/+8 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 12 | -63/+63 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 5 | -34/+34 |
* | intreadwrite: common.h is not needed, attributes.h is sufficient | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | lfg: add missing includes | Måns Rullgård | 2010-07-10 | 1 | -0/+2 |
* | pixdesc: add missing includes | Måns Rullgård | 2010-07-10 | 1 | -0/+2 |
* | Bump minor after read/write_line() to av_read/write_image_line() | Stefano Sabatini | 2010-07-08 | 1 | -1/+1 |
* | Reindent after r24101. | Stefano Sabatini | 2010-07-08 | 2 | -4/+4 |
* | Fix infinite loop with clock() returning (clock_t)-1. | Michael Niedermayer | 2010-07-08 | 1 | -6/+6 |
* | Change i to unsigned in get_generic_seed(). | Michael Niedermayer | 2010-07-08 | 1 | -2/+2 |
* | Restore array sizes in doxygen parameter names. | Diego Biurrun | 2010-07-08 | 1 | -1/+1 |
* | get_generic_seed() for the cases without /dev/random and AV_READ_TIME | Michael Niedermayer | 2010-07-07 | 1 | -6/+34 |
* | Rename read/write_line() to av_read/write_image_line(). | Stefano Sabatini | 2010-07-07 | 2 | -4/+4 |
* | ARM: optimised integer clip functions | Måns Rullgård | 2010-07-07 | 1 | -0/+45 |
* | ARM: intmath.h cosmetics | Måns Rullgård | 2010-07-07 | 1 | -3/+7 |
* | Allow arch-overrides for all common.h clip and log2 functions | Måns Rullgård | 2010-07-07 | 1 | -8/+32 |
* | Remove macro duplication between common.h and intmath.h | Måns Rullgård | 2010-07-07 | 2 | -20/+14 |
* | intmath: whitespace cosmetics | Måns Rullgård | 2010-07-07 | 1 | -14/+9 |
* | aes: fix array index out of bounds warning | Måns Rullgård | 2010-07-04 | 1 | -1/+1 |
* | Silence "comparison of unsigned expression >= 0 is always true" warning. | Eli Friedman | 2010-07-03 | 1 | -1/+1 |
* | Make mix function more readable. | Reimar Döffinger | 2010-07-02 | 1 | -4/+5 |
* | avutil: bump minor version for r23985 (install lfg.h) | Ramiro Polla | 2010-07-02 | 1 | -2/+2 |
* | avutil: install lfg.h | Ramiro Polla | 2010-07-02 | 1 | -0/+1 |
* | Fix parameter name and position in av_crc_init Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Avoid square brackets in Doxygen comments; Doxygen chokes on them. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Add parameter names to av_log/av_vlog function declarations. | Diego Biurrun | 2010-07-02 | 1 | -3/+3 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -2/+2 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 2 | -1/+112 |
* | random_seed: simplify | Måns Rullgård | 2010-07-01 | 1 | -5/+3 |
* | Reindent | Måns Rullgård | 2010-07-01 | 1 | -1/+1 |
* | random_seed: allow to block on /dev/random | Måns Rullgård | 2010-07-01 | 1 | -3/+0 |
* | Improve FF_SYMVER documentation | Måns Rullgård | 2010-06-30 | 1 | -6/+15 |
* | Improve av_strerror() documentation | Måns Rullgård | 2010-06-30 | 1 | -0/+2 |
* | Improve GET_UTF{8,16} documentation | Måns Rullgård | 2010-06-30 | 1 | -23/+18 |
* | aes: improve av_aes_crypt() documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | adler32: add API documentation | Måns Rullgård | 2010-06-30 | 1 | -0/+12 |
* | base64: improve documentation | Måns Rullgård | 2010-06-30 | 1 | -13/+13 |