| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/opt: fix doxy for av_opt_get* functions about return value | Stefano Sabatini | 2013-10-04 | 1 | -1/+1 |
* | lavu/common: add warning to GET_UTF8 doxy | Stefano Sabatini | 2013-10-04 | 1 | -0/+5 |
* | Merge commit '80fefbed623491b92fe59ead99225f99c0d0ca08' | Michael Niedermayer | 2013-10-04 | 1 | -0/+2 |
|\ |
|
| * | x86: cpu: Restore some explanatory comments removed in 7160bb7 | Diego Biurrun | 2013-10-03 | 1 | -0/+2 |
* | | Merge commit '5ce04c14dd3dd3670cbdba82275a3a72c716ec6f' | Michael Niedermayer | 2013-10-03 | 1 | -1/+1 |
|\| |
|
| * | Use correct Doxygen syntax | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | VP9 MC (ssse3) optimizations. | Ronald S. Bultje | 2013-10-02 | 1 | -1/+1 |
* | | Merge commit '38e15df1489d86c016515223ee693e7d0326c56a' | Michael Niedermayer | 2013-09-28 | 1 | -0/+3 |
|\| |
|
| * | avframe: note that linesize is not the usable data size | Anton Khirnov | 2013-09-28 | 1 | -0/+3 |
| * | pixdesc: fix NV20* descriptors | Michael Niedermayer | 2013-09-24 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-22 | 1 | -0/+1 |
|\| |
|
| * | avutil: Fix compilation with inline asm disabled on mingw | Alex Smith | 2013-09-22 | 1 | -0/+1 |
* | | Merge commit 'e208e6d209728d332343aa5390ae377ac0a6305c' | Michael Niedermayer | 2013-09-22 | 1 | -1/+1 |
|\| |
|
| * | lavu: Add interleaved 4:2:2 8/10-bit formats | Kieran Kunhya | 2013-09-21 | 3 | -1/+41 |
* | | avutil/pixdesc: try to fix NV20* descriptors | Michael Niedermayer | 2013-09-22 | 1 | -6/+6 |
* | | Add interleaved 4:2:2 8/10-bit formats | Kieran Kunhya | 2013-09-22 | 2 | -0/+40 |
* | | lavu/attributes: Don't define av_restrict | Alex Smith | 2013-09-21 | 1 | -4/+0 |
* | | avutil/cpu: remove duplicate include | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | Merge commit '67e285ceca1cb602a5ab87010b30d904527924fe' | Michael Niedermayer | 2013-09-21 | 1 | -0/+4 |
|\| |
|
| * | mem: Handle av_reallocp(..., 0) properly | Martin Storsjö | 2013-09-20 | 1 | -0/+4 |
* | | Merge commit '33b88f2a4ae54d5397c45e39a5326289ebdc7747' | Michael Niedermayer | 2013-09-20 | 1 | -0/+2 |
|\| |
|
| * | msvc/icl: Use __declspec(noinline) | Alex Smith | 2013-09-20 | 1 | -0/+2 |
* | | Merge commit '09f2581dc5edb3642858d69d9a70b67e249167e9' | Michael Niedermayer | 2013-09-20 | 1 | -2/+10 |
|\| |
|
| * | msvc/icl: Use __declspec(deprecated) | Alex Smith | 2013-09-20 | 2 | -2/+12 |
* | | avutil/frame: suppress "comparison of unsigned expression < 0 is always false... | Michael Niedermayer | 2013-09-19 | 1 | -1/+1 |
* | | avutil: add av_get_colorspace_name() | Michael Niedermayer | 2013-09-19 | 3 | -1/+23 |
* | | OpenCL: convert meaningless "device id" output to "device name" | Lenny Wang | 2013-09-17 | 1 | -2/+2 |
* | | Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7' | Michael Niedermayer | 2013-09-17 | 3 | -1/+36 |
|\| |
|
| * | mem: Introduce av_reallocp | Luca Barbato | 2013-09-16 | 3 | -1/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-15 | 1 | -6/+18 |
|\| |
|
| * | mem: Document the non-compatibility of av_realloc() and av_malloc() | Diego Biurrun | 2013-09-14 | 1 | -6/+18 |
* | | avutil/pixdesc: dont try to use av_read_image_line() with bayer formats | Michael Niedermayer | 2013-09-13 | 1 | -1/+1 |
* | | avutil/pixdesc: Prevent minor array overread in ff_check_pixfmt_descriptors() | Michael Niedermayer | 2013-09-13 | 1 | -1/+1 |
* | | lavu/sha512: Fully unroll the transform function loops | James Almer | 2013-09-11 | 1 | -20/+25 |
* | | lavu/sha: Fully unroll the transform function loops | James Almer | 2013-09-11 | 1 | -48/+67 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-11 | 6 | -8/+8 |
|\| |
|
| * | Drop pointless directory name prefixes from #includes in the current dir | Diego Biurrun | 2013-09-10 | 6 | -8/+8 |
* | | lavu/ripemd: Add a size optimized version of the transform functions | James Almer | 2013-09-09 | 1 | -3/+72 |
* | | lavu/ripemd: Fully unroll the transform function loops | James Almer | 2013-09-09 | 1 | -59/+70 |
* | | lavu: provide msvc implementation of attribute_deprecated | Kirill Gavrilov | 2013-09-06 | 1 | -0/+8 |
* | | pixfmt: add native GBRAP16 format | Paul B Mahol | 2013-09-06 | 1 | -0/+1 |
* | | Merge commit 'c3e6e8f06c42499bd020fd0b37f9542150e6067b' | Michael Niedermayer | 2013-09-06 | 1 | -1/+1 |
|\| |
|
| * | mem: Do not check unsigned values for negative size | Diego Biurrun | 2013-09-05 | 1 | -3/+3 |
* | | Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040' | Michael Niedermayer | 2013-09-06 | 2 | -18/+16 |
|\| |
|
| * | mem: Improve documentation wording and spelling | Diego Biurrun | 2013-09-05 | 2 | -18/+16 |
* | | tools: add benchmark for crypto functions. | Nicolas George | 2013-09-04 | 1 | -1/+4 |
* | | Merge commit 'b4ec7a5fee644ad9882e10c097817b65447b8e55' | Michael Niedermayer | 2013-09-04 | 1 | -3/+9 |
|\| |
|
| * | mem: Document the av_realloc family of functions properly | Luca Barbato | 2013-09-04 | 1 | -3/+9 |
* | | avutil/fifo: assert that theres enough data in the fifo on drain calls. | Michael Niedermayer | 2013-09-03 | 1 | -0/+3 |
* | | pixfmt: add native bayer 16bit formats | Michael Niedermayer | 2013-09-01 | 1 | -0/+6 |