| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '7cade8ea2bb19e78dae42b29720535a70fb2ae84' | Michael Niedermayer | 2014-04-23 | 1 | -1/+1 |
|\ |
|
| * | on2avc: change a comment at #endif to match actual define | Kostya Shishkov | 2014-04-23 | 1 | -1/+1 |
* | | avcodec/fic: avoid 2 additions per idct row | Michael Niedermayer | 2014-04-23 | 1 | -6/+7 |
* | | Merge commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd' | Michael Niedermayer | 2014-04-23 | 8 | -2/+10492 |
|\| |
|
| * | On2 AVC decoder | Kostya Shishkov | 2014-04-23 | 8 | -1/+10491 |
| * | fic: Make warning message more accurate | Derek Buitenhuis | 2014-04-23 | 1 | -1/+3 |
| * | fic: Remove redundant clips | Derek Buitenhuis | 2014-04-23 | 1 | -3/+3 |
| * | fic: Simplify alpha blending | Derek Buitenhuis | 2014-04-22 | 1 | -1/+1 |
| * | fic: Support rendering cursors | Derek Buitenhuis | 2014-04-22 | 1 | -1/+111 |
| * | fic: Use proper quantization matrix index | Derek Buitenhuis | 2014-04-22 | 1 | -1/+2 |
* | | fic: Support rendering cursors | Derek Buitenhuis | 2014-04-23 | 1 | -2/+114 |
* | | avcodec/jpeg2000dwt: use av_malloc_array() | Michael Niedermayer | 2014-04-23 | 1 | -3/+3 |
* | | avcodec/motionpixels: use av_mallocz_array() | Michael Niedermayer | 2014-04-23 | 1 | -3/+3 |
* | | avcodec/snow_dwt: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-23 | 1 | -3/+3 |
* | | Merge commit '3956a5e0ea46ed7e27ca888fe11c47986ad99261' | Michael Niedermayer | 2014-04-22 | 5 | -0/+122 |
|\| |
|
| * | aarch64: NEON vorbis_inverse_coupling | Janne Grunau | 2014-04-22 | 5 | -0/+122 |
* | | Merge commit '8f9fe6ae3461ce270bce6b7083fda5ec314cdad4' | Michael Niedermayer | 2014-04-22 | 5 | -0/+269 |
|\| |
|
| * | aarch64: NEON fixed/floating point MPADSP apply_window | Janne Grunau | 2014-04-22 | 5 | -0/+269 |
* | | Merge commit 'ee2bc5974fe64fd214f52574400ae01c85f4b855' | Michael Niedermayer | 2014-04-22 | 3 | -0/+334 |
|\| |
|
| * | aarch64: NEON float (i)MDCT | Janne Grunau | 2014-04-22 | 3 | -0/+334 |
* | | Merge commit '650c4300d94aa9398ff1dd4f454bf39eaa285f62' | Michael Niedermayer | 2014-04-22 | 5 | -0/+483 |
|\| |
|
| * | aarch64: NEON float FFT | Janne Grunau | 2014-04-22 | 5 | -0/+483 |
* | | fic: Use proper quantization matrix index | Derek Buitenhuis | 2014-04-22 | 1 | -1/+2 |
* | | Add "const" to avoid compiler warning. | Reimar Döffinger | 2014-04-22 | 1 | -1/+1 |
* | | Various small spelling fixes. | Reimar Döffinger | 2014-04-22 | 8 | -12/+12 |
* | | avcodec/dvbsubdec: use av_mallocz_array() | Michael Niedermayer | 2014-04-22 | 1 | -1/+1 |
* | | avcodec/cook: use av_malloc_array() | Michael Niedermayer | 2014-04-22 | 1 | -1/+1 |
* | | avcodec/dsddec: use av_malloc_array() | Michael Niedermayer | 2014-04-22 | 1 | -1/+1 |
* | | vc1dsp: fix build without inline asm | Hendrik Leppkes | 2014-04-22 | 2 | -14/+12 |
* | | Merge commit 'b19a5e51981be5b69cf550a3bc17fe5300d0dbc9' | Michael Niedermayer | 2014-04-22 | 1 | -6/+11 |
|\| |
|
| * | lavc: improve AVCodecContext.delay doxy | Anton Khirnov | 2014-04-22 | 1 | -6/+11 |
| * | mpegvideo: Use the current_picture pts | Michael Niedermayer | 2014-04-21 | 1 | -2/+2 |
| * | avcodec/fic: Fix return value check | Michael Niedermayer | 2014-04-21 | 1 | -2/+2 |
| * | avcodec/fic: clear slice_data | Michael Niedermayer | 2014-04-21 | 1 | -0/+1 |
| * | avcodec/fic: fix slice checks | Michael Niedermayer | 2014-04-21 | 1 | -5/+5 |
* | | avcodec/wma: use av_malloc_array() | Michael Niedermayer | 2014-04-22 | 1 | -4/+4 |
* | | avcodec/libxavs: Use av_mallocz_array() | Michael Niedermayer | 2014-04-22 | 1 | -1/+1 |
* | | avcodec/cngenc: Use av_malloc_array() | Michael Niedermayer | 2014-04-22 | 1 | -2/+2 |
* | | avcodec/snow: use FF_ALLOC(Z)_ARRAY_OR_GOTO | Michael Niedermayer | 2014-04-22 | 1 | -6/+6 |
* | | Merge commit '93e15a323871613fd26f1f1e317029a50b5b24ca' | Michael Niedermayer | 2014-04-21 | 1 | -11/+52 |
|\| |
|
| * | fic: use correct IDCT | Kostya Shishkov | 2014-04-21 | 1 | -11/+52 |
* | | avcodec/x86/vp9lpf: add a comment above a bunch of SWAP. | Clément Bœsch | 2014-04-20 | 1 | -0/+2 |
* | | avcodec/x86/vp9lpf: merge a few movs with other instructions. | Clément Bœsch | 2014-04-20 | 1 | -42/+37 |
* | | avcodec/arm/vc1dsp_init_neon: fix code so it compiles and passes fate-vc1 | Michael Niedermayer | 2014-04-20 | 1 | -3/+3 |
* | | vc1dsp: introduce cases for 8x8 and 16x16 | Christophe Gisquet | 2014-04-20 | 6 | -135/+259 |
* | | avcdoec/webp: use av_malloc_array() | Michael Niedermayer | 2014-04-20 | 1 | -1/+1 |
* | | avcodec/tiff: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-20 | 1 | -2/+2 |
* | | avcodec/ratecontrol: use av_malloc_array() | Michael Niedermayer | 2014-04-20 | 1 | -2/+2 |
* | | avcodec/huffman: use av_malloc_array() | Michael Niedermayer | 2014-04-20 | 1 | -3/+3 |
* | | avcodec/exif: do not follow 0 offsets | Michael Niedermayer | 2014-04-20 | 1 | -0/+5 |