summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* remove outcommented codeMichael Niedermayer2007-09-08
* indentionMichael Niedermayer2007-09-08
* cleanup mc_block()Michael Niedermayer2007-09-08
* IndentationAndreas Öman2007-09-07
* Let H.264 decoder skip deblocking across slicesAndreas Öman2007-09-07
* Set data_size to zero when DCA header parse failedLimin Wang2007-09-06
* Add a bitstream filter for H.264.Benoit Fouet2007-09-06
* Avoid a crash when H264 MMC operation causes the short term referenceJeff Downs2007-09-05
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-05
* Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang2007-09-05
* Sort one more list alphabetically.Diego Biurrun2007-09-05
* Fix links to ARM documentationGuillaume Poirier2007-09-05
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* add a 8 taps filter for testingMichael Niedermayer2007-09-05
* fix decoding of dracula.4xm before diego complainsMichael Niedermayer2007-09-05
* fix segfault with dracula.4xmMichael Niedermayer2007-09-05
* Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer2007-09-05
* code to do halfpel interpolation per frame (unfinished and under ifdef but itMichael Niedermayer2007-09-05
* Fix issue 123 (Support Magic-carpet fli version,Mike Melanson2007-09-04
* Silence warnings about NAL_SVC_NON_IDR in H.264.Carl Eugen Hoyos2007-09-04
* add a close function to bitstream filterBenoit Fouet2007-09-04
* Remove error raising when explicitely skipping frameCarl Eugen Hoyos2007-09-03
* Remove reimplementation of get_unary.Vitor Sessak2007-09-01
* CosmeticsLuca Barbato2007-09-01
* add a warning message for unsupported kind of encodingAurelien Jacobs2007-09-01
* Cosmetical: Empty line removalVitor Sessak2007-08-31
* Comment about unsupported sample sizeVitor Sessak2007-08-31
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-08-30