| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9' | Michael Niedermayer | 2012-10-21 | 6 | -41/+92 |
|\ |
|
| * | avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility | Martin Storsjö | 2012-10-20 | 2 | -0/+2 |
| * | avutil: make some tables visible again | Reinhard Tartler | 2012-10-20 | 1 | -1/+1 |
| * | avutil: remove inline av_log2 from public API | Mans Rullgard | 2012-10-20 | 4 | -40/+89 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-20 | 4 | -87/+99 |
|\| |
|
| * | avutil/mem: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 2 | -40/+41 |
| * | avutil/lzo: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 2 | -48/+58 |
* | | Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed' | Michael Niedermayer | 2012-10-20 | 1 | -3/+2 |
|\| |
|
| * | lzo: Drop obsolete fast_memcpy reference | Diego Biurrun | 2012-10-19 | 1 | -3/+2 |
* | | lavu/parseutils: rework rational reduction logic in av_parse_ratio() | Stefano Sabatini | 2012-10-20 | 2 | -7/+3 |
* | | Mark data symbols shared between libraries with av_export | Hendrik Leppkes | 2012-10-20 | 1 | -2/+3 |
* | | Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72' | Michael Niedermayer | 2012-10-19 | 1 | -0/+6 |
|\| |
|
| * | Add support for building shared libraries with MSVC | Martin Storsjö | 2012-10-18 | 1 | -0/+6 |
* | | Merge commit 'c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d' | Michael Niedermayer | 2012-10-16 | 1 | -2/+1 |
|\| |
|
| * | build: simplify enabling of compat objects | Mans Rullgard | 2012-10-15 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-14 | 2 | -3/+3 |
|\| |
|
| * | avutil: Do not make ff_ symbols globally visible. | Diego Biurrun | 2012-10-13 | 1 | -1/+1 |
| * | avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() | Diego Biurrun | 2012-10-13 | 2 | -3/+3 |
* | | Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520' | Michael Niedermayer | 2012-10-14 | 1 | -1/+2 |
|\| |
|
| * | eval-test: make table static const | Mans Rullgard | 2012-10-13 | 1 | -1/+2 |
* | | avoid more "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | libavutil: loose idiotic circular dependancies between version and avutil.h | Michael Niedermayer | 2012-10-13 | 2 | -38/+37 |
* | | Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609' | Michael Niedermayer | 2012-10-13 | 1 | -2/+4 |
|\| |
|
| * | avstring-test: fix memory leaks | Mans Rullgard | 2012-10-12 | 1 | -2/+4 |
* | | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf' | Michael Niedermayer | 2012-10-13 | 3 | -1/+12 |
|\| |
|
| * | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 3 | -1/+12 |
* | | Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066' | Michael Niedermayer | 2012-10-13 | 3 | -11/+33 |
|\| |
|
| * | avutil: Duplicate ff_log2_tab instead of sharing it across libs | Diego Biurrun | 2012-10-12 | 3 | -11/+31 |
* | | Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507' | Michael Niedermayer | 2012-10-13 | 1 | -0/+14 |
|\| |
|
| * | avutil: add yuva422p and yuva444p formats | Luca Barbato | 2012-10-12 | 2 | -0/+28 |
* | | imgutils: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-12 | 1 | -10/+17 |
|\| |
|
| * | lavu,lavd: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -9/+15 |
* | | Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df' | Michael Niedermayer | 2012-10-12 | 3 | -1/+57 |
|\| |
|
| * | pixdesc: add functions for accessing pixel format descriptors. | Anton Khirnov | 2012-10-12 | 3 | -1/+57 |
* | | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' | Michael Niedermayer | 2012-10-12 | 10 | -10/+80 |
|\| |
|
| * | Use the new aes/md5/sha/tree allocation functions | Martin Storsjö | 2012-10-11 | 1 | -1/+1 |
| * | avutil: Add functions for allocating opaque contexts for algorithms | Martin Storsjö | 2012-10-11 | 9 | -5/+74 |
| * | parseutils-test: various cleanups | Mans Rullgard | 2012-10-11 | 1 | -5/+6 |
* | | Merge commit '15ba7f6525c0f56f0c8e3e3e0c0c5129de054f41' | Michael Niedermayer | 2012-10-12 | 1 | -2/+1 |
|\| |
|
| * | parseutils: fix const removal warning | Mans Rullgard | 2012-10-11 | 1 | -2/+1 |
* | | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024' | Michael Niedermayer | 2012-10-12 | 6 | -166/+0 |
|\| |
|
| * | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 5 | -131/+0 |
* | | Merge commit '0a75d1da23b8659ec49391469bb592da12760077' | Michael Niedermayer | 2012-10-12 | 1 | -0/+15 |
|\| |
|
| * | random_seed: Support using CryptGenRandom on windows | Martin Storsjö | 2012-10-11 | 1 | -0/+15 |
| * | averror: make error values proper negative values | Janne Grunau | 2012-10-11 | 1 | -15/+15 |
| * | averror: explicitly define AVERROR_* values | Janne Grunau | 2012-10-10 | 1 | -15/+15 |
* | | random_seed: fix digest size | Michael Niedermayer | 2012-10-11 | 1 | -1/+1 |
* | | random_seed: fix out of array read | Michael Niedermayer | 2012-10-11 | 1 | -1/+1 |
* | | av_tempfile: fix leak in error case | Michael Niedermayer | 2012-10-11 | 1 | -0/+1 |