summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
* Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).Kostya Shishkov2007-09-23
* Apply skip_loop_filter before checking if we can parallelize with the selectedReimar Döffinger2007-09-22
* Guard against output buffer overflowsKostya Shishkov2007-09-22
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-22
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21
* Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.Andreas Öman2007-09-21
* allcodecs.h and allformats.h are not used anymoreAurelien Jacobs2007-09-20
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-20
* Remove inline from function that is exported.Ivan Kalvachev2007-09-18
* blackfin vsad primitivesMarc Hoffman2007-09-17
* properly tell the compiler that A0 and A1 are clobberedMarc Hoffman2007-09-17
* Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional toDiego Biurrun2007-09-17
* remove obsolete and wrong extern declarationAurelien Jacobs2007-09-16
* cosmetics: typoDiego Biurrun2007-09-16
* fix image corruption when with multi-threaded decoding.Andreas Öman2007-09-16
* Enable error resilience in WMV3/VC-1 decoderKostya Shishkov2007-09-15
* HALFPQ should be used only for when PQUANT is selectedKostya Shishkov2007-09-15
* In case when any quantizer may occur, HALFPQ should be zeroKostya Shishkov2007-09-15
* skip incomplete framesJustin Ruggles2007-09-15
* better AC3 header error reportingJustin Ruggles2007-09-15
* fix random dithering of zero-bit mantissasJustin Ruggles2007-09-15
* cosmetics: rename variables. tbl->tab for consistency with other AC3 tablesJustin Ruggles2007-09-15
* fix decoding of DolbyNet AC3Justin Ruggles2007-09-15
* Check unp_size for possible overflows tooKostya Shishkov2007-09-14
* Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.Diego Biurrun2007-09-13
* Add checks on input/output buffers size for some audio decodersKostya Shishkov2007-09-13
* Monkey Audio decoderKostya Shishkov2007-09-13
* fix timestamps used for ratecontrolMichael Niedermayer2007-09-11
* cosmeticMichael Niedermayer2007-09-10
* make changing spatial_decomposition_count per frame workMichael Niedermayer2007-09-09
* dsputil must be initialized before calling rtjpeg init.Reimar Döffinger2007-09-09
* do not ignore return of decode_header()Michael Niedermayer2007-09-09
* do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer2007-09-09
* allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer2007-09-09
* perform init after reading the values needed for initMichael Niedermayer2007-09-09
* unneeded and impossible during init ...Michael Niedermayer2007-09-09
* unusedMichael Niedermayer2007-09-09
* allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer2007-09-09
* remove ()Michael Niedermayer2007-09-09
* spatial_decomposition_count != 5 bugfixMichael Niedermayer2007-09-09
* scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer2007-09-09
* Properly handle nuv file with changing resolutionReimar Döffinger2007-09-09
* Make sure rtjpeg quality is a valid valueReimar Döffinger2007-09-09
* Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger2007-09-09
* 10l, add check forgotten in last commitReimar Döffinger2007-09-09
* First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger2007-09-09
* Simplify nuv: factor out LZO decompressionReimar Döffinger2007-09-09
* rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer2007-09-08
* store halfpel filter coefficients in the header as well as theMichael Niedermayer2007-09-08