| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove inline from function that is exported. | Ivan Kalvachev | 2007-09-18 | 1 | -1/+1 |
* | blackfin vsad primitives | Marc Hoffman | 2007-09-17 | 1 | -0/+12 |
* | properly tell the compiler that A0 and A1 are clobbered | Marc Hoffman | 2007-09-17 | 1 | -3/+3 |
* | Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to | Diego Biurrun | 2007-09-17 | 1 | -4/+0 |
* | remove obsolete and wrong extern declaration | Aurelien Jacobs | 2007-09-16 | 1 | -2/+0 |
* | cosmetics: typo | Diego Biurrun | 2007-09-16 | 1 | -1/+1 |
* | fix image corruption when with multi-threaded decoding. | Andreas Öman | 2007-09-16 | 1 | -4/+4 |
* | Enable error resilience in WMV3/VC-1 decoder | Kostya Shishkov | 2007-09-15 | 1 | -4/+11 |
* | HALFPQ should be used only for when PQUANT is selected | Kostya Shishkov | 2007-09-15 | 1 | -1/+1 |
* | In case when any quantizer may occur, HALFPQ should be zero | Kostya Shishkov | 2007-09-15 | 1 | -0/+2 |
* | skip incomplete frames | Justin Ruggles | 2007-09-15 | 1 | -0/+6 |
* | better AC3 header error reporting | Justin Ruggles | 2007-09-15 | 3 | -9/+32 |
* | fix random dithering of zero-bit mantissas | Justin Ruggles | 2007-09-15 | 1 | -1/+1 |
* | cosmetics: rename variables. tbl->tab for consistency with other AC3 tables | Justin Ruggles | 2007-09-15 | 1 | -17/+17 |
* | fix decoding of DolbyNet AC3 | Justin Ruggles | 2007-09-15 | 1 | -2/+2 |
* | Check unp_size for possible overflows too | Kostya Shishkov | 2007-09-14 | 1 | -1/+1 |
* | Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. | Diego Biurrun | 2007-09-13 | 1 | -1/+1 |
* | Add checks on input/output buffers size for some audio decoders | Kostya Shishkov | 2007-09-13 | 3 | -3/+17 |
* | Monkey Audio decoder | Kostya Shishkov | 2007-09-13 | 5 | -2/+928 |
* | fix timestamps used for ratecontrol | Michael Niedermayer | 2007-09-11 | 1 | -1/+16 |
* | cosmetic | Michael Niedermayer | 2007-09-10 | 1 | -26/+26 |
* | make changing spatial_decomposition_count per frame work | Michael Niedermayer | 2007-09-09 | 1 | -10/+19 |
* | dsputil must be initialized before calling rtjpeg init. | Reimar Döffinger | 2007-09-09 | 1 | -1/+1 |
* | do not ignore return of decode_header() | Michael Niedermayer | 2007-09-09 | 1 | -1/+2 |
* | do not force the halfpel filter coeffs to be retransmitted on every frame | Michael Niedermayer | 2007-09-09 | 1 | -3/+2 |
* | allow changing of the spatial_decomposition_count and quantization tables | Michael Niedermayer | 2007-09-09 | 1 | -21/+42 |
* | perform init after reading the values needed for init | Michael Niedermayer | 2007-09-09 | 1 | -29/+35 |
* | unneeded and impossible during init ... | Michael Niedermayer | 2007-09-09 | 1 | -1/+0 |
* | unused | Michael Niedermayer | 2007-09-09 | 1 | -2/+2 |
* | allocate slice buffer after parsing the header containing needed parameters | Michael Niedermayer | 2007-09-09 | 1 | -7/+4 |
* | remove () | Michael Niedermayer | 2007-09-09 | 1 | -1/+1 |
* | spatial_decomposition_count != 5 bugfix | Michael Niedermayer | 2007-09-09 | 1 | -1/+1 |
* | scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) | Michael Niedermayer | 2007-09-09 | 1 | -96/+96 |
* | Properly handle nuv file with changing resolution | Reimar Döffinger | 2007-09-09 | 1 | -27/+47 |
* | Make sure rtjpeg quality is a valid value | Reimar Döffinger | 2007-09-09 | 1 | -0/+1 |
* | Fix extreme stupidity: buffer size check must of course be before buffer use! | Reimar Döffinger | 2007-09-09 | 1 | -2/+2 |
* | 10l, add check forgotten in last commit | Reimar Döffinger | 2007-09-09 | 1 | -0/+4 |
* | First ugly and slow attempt to fix nuv files with extra frameheader | Reimar Döffinger | 2007-09-09 | 1 | -0/+41 |
* | Simplify nuv: factor out LZO decompression | Reimar Döffinger | 2007-09-09 | 1 | -14/+9 |
* | rename HTAPS -> HTAPS_MAX (later is correct after the previous change) | Michael Niedermayer | 2007-09-08 | 1 | -42/+42 |
* | store halfpel filter coefficients in the header as well as the | Michael Niedermayer | 2007-09-08 | 1 | -38/+114 |
* | remove outcommented code | Michael Niedermayer | 2007-09-08 | 1 | -11/+0 |
* | indention | Michael Niedermayer | 2007-09-08 | 1 | -44/+44 |
* | cleanup mc_block() | Michael Niedermayer | 2007-09-08 | 1 | -35/+150 |
* | Indentation | Andreas Öman | 2007-09-07 | 1 | -7/+7 |
* | Let H.264 decoder skip deblocking across slices | Andreas Öman | 2007-09-07 | 1 | -0/+6 |
* | Set data_size to zero when DCA header parse failed | Limin Wang | 2007-09-06 | 1 | -0/+1 |
* | Add a bitstream filter for H.264. | Benoit Fouet | 2007-09-06 | 4 | -0/+157 |
* | Avoid a crash when H264 MMC operation causes the short term reference | Jeff Downs | 2007-09-05 | 1 | -2/+2 |
* | Add slice-based parallel H.264 decoding | Andreas Öman | 2007-09-05 | 3 | -60/+265 |