aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove inline from function that is exported.Ivan Kalvachev2007-09-181-1/+1
* blackfin vsad primitivesMarc Hoffman2007-09-171-0/+12
* properly tell the compiler that A0 and A1 are clobberedMarc Hoffman2007-09-171-3/+3
* Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional toDiego Biurrun2007-09-171-4/+0
* remove obsolete and wrong extern declarationAurelien Jacobs2007-09-161-2/+0
* cosmetics: typoDiego Biurrun2007-09-161-1/+1
* fix image corruption when with multi-threaded decoding.Andreas Öman2007-09-161-4/+4
* Enable error resilience in WMV3/VC-1 decoderKostya Shishkov2007-09-151-4/+11
* HALFPQ should be used only for when PQUANT is selectedKostya Shishkov2007-09-151-1/+1
* In case when any quantizer may occur, HALFPQ should be zeroKostya Shishkov2007-09-151-0/+2
* skip incomplete framesJustin Ruggles2007-09-151-0/+6
* better AC3 header error reportingJustin Ruggles2007-09-153-9/+32
* fix random dithering of zero-bit mantissasJustin Ruggles2007-09-151-1/+1
* cosmetics: rename variables. tbl->tab for consistency with other AC3 tablesJustin Ruggles2007-09-151-17/+17
* fix decoding of DolbyNet AC3Justin Ruggles2007-09-151-2/+2
* Check unp_size for possible overflows tooKostya Shishkov2007-09-141-1/+1
* Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.Diego Biurrun2007-09-131-1/+1
* Add checks on input/output buffers size for some audio decodersKostya Shishkov2007-09-133-3/+17
* Monkey Audio decoderKostya Shishkov2007-09-135-2/+928
* fix timestamps used for ratecontrolMichael Niedermayer2007-09-111-1/+16
* cosmeticMichael Niedermayer2007-09-101-26/+26
* make changing spatial_decomposition_count per frame workMichael Niedermayer2007-09-091-10/+19
* dsputil must be initialized before calling rtjpeg init.Reimar Döffinger2007-09-091-1/+1
* do not ignore return of decode_header()Michael Niedermayer2007-09-091-1/+2
* do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer2007-09-091-3/+2
* allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer2007-09-091-21/+42
* perform init after reading the values needed for initMichael Niedermayer2007-09-091-29/+35
* unneeded and impossible during init ...Michael Niedermayer2007-09-091-1/+0
* unusedMichael Niedermayer2007-09-091-2/+2
* allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer2007-09-091-7/+4
* remove ()Michael Niedermayer2007-09-091-1/+1
* spatial_decomposition_count != 5 bugfixMichael Niedermayer2007-09-091-1/+1
* scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer2007-09-091-96/+96
* Properly handle nuv file with changing resolutionReimar Döffinger2007-09-091-27/+47
* Make sure rtjpeg quality is a valid valueReimar Döffinger2007-09-091-0/+1
* Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger2007-09-091-2/+2
* 10l, add check forgotten in last commitReimar Döffinger2007-09-091-0/+4
* First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger2007-09-091-0/+41
* Simplify nuv: factor out LZO decompressionReimar Döffinger2007-09-091-14/+9
* rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer2007-09-081-42/+42
* store halfpel filter coefficients in the header as well as theMichael Niedermayer2007-09-081-38/+114
* remove outcommented codeMichael Niedermayer2007-09-081-11/+0
* indentionMichael Niedermayer2007-09-081-44/+44
* cleanup mc_block()Michael Niedermayer2007-09-081-35/+150
* IndentationAndreas Öman2007-09-071-7/+7
* Let H.264 decoder skip deblocking across slicesAndreas Öman2007-09-071-0/+6
* Set data_size to zero when DCA header parse failedLimin Wang2007-09-061-0/+1
* Add a bitstream filter for H.264.Benoit Fouet2007-09-064-0/+157
* Avoid a crash when H264 MMC operation causes the short term referenceJeff Downs2007-09-051-2/+2
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-053-60/+265