Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-12fix timestamps used for ratecontrolMichael Niedermayer
2007-09-10cosmeticMichael Niedermayer
2007-09-09make changing spatial_decomposition_count per frame workMichael Niedermayer
2007-09-09dsputil must be initialized before calling rtjpeg init.Reimar Döffinger
2007-09-09do not ignore return of decode_header()Michael Niedermayer
2007-09-09do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer
2007-09-09allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer
2007-09-09perform init after reading the values needed for initMichael Niedermayer
2007-09-09unneeded and impossible during init ...Michael Niedermayer
2007-09-09unusedMichael Niedermayer
2007-09-09allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer
2007-09-09remove ()Michael Niedermayer
2007-09-09spatial_decomposition_count != 5 bugfixMichael Niedermayer
2007-09-09scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer
2007-09-09Properly handle nuv file with changing resolutionReimar Döffinger
2007-09-09Make sure rtjpeg quality is a valid valueReimar Döffinger
2007-09-09Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger
2007-09-0910l, add check forgotten in last commitReimar Döffinger
2007-09-09First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger
2007-09-09Simplify nuv: factor out LZO decompressionReimar Döffinger
2007-09-08rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer
2007-09-08store halfpel filter coefficients in the header as well as theMichael Niedermayer
2007-09-08remove outcommented codeMichael Niedermayer
2007-09-08indentionMichael Niedermayer
2007-09-08cleanup mc_block()Michael Niedermayer
2007-09-07IndentationAndreas Öman
2007-09-07Let H.264 decoder skip deblocking across slicesAndreas Öman
2007-09-06Set data_size to zero when DCA header parse failedLimin Wang
2007-09-06Add a bitstream filter for H.264.Benoit Fouet
2007-09-06Avoid a crash when H264 MMC operation causes the short term referenceJeff Downs
2007-09-05Add slice-based parallel H.264 decodingAndreas Öman
2007-09-05Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang
2007-09-05Sort one more list alphabetically.Diego Biurrun
2007-09-05Fix links to ARM documentationGuillaume Poirier
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov
2007-09-05add a 8 taps filter for testingMichael Niedermayer
2007-09-05fix decoding of dracula.4xm before diego complainsMichael Niedermayer
2007-09-05fix segfault with dracula.4xmMichael Niedermayer
2007-09-05Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer
2007-09-05code to do halfpel interpolation per frame (unfinished and under ifdef but itMichael Niedermayer
2007-09-04Fix issue 123 (Support Magic-carpet fli version,Mike Melanson
2007-09-04Silence warnings about NAL_SVC_NON_IDR in H.264.Carl Eugen Hoyos
2007-09-04add a close function to bitstream filterBenoit Fouet
2007-09-03Remove error raising when explicitely skipping frameCarl Eugen Hoyos
2007-09-02Remove reimplementation of get_unary.Vitor Sessak
2007-09-01CosmeticsLuca Barbato
2007-09-01add a warning message for unsupported kind of encodingAurelien Jacobs
2007-08-31Cosmetical: Empty line removalVitor Sessak
2007-08-31Comment about unsupported sample sizeVitor Sessak
2007-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman