aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
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-05Avoid 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-01Remove 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
2007-08-30cosmetics: Add some whitespace for better readability.Diego Biurrun
2007-08-30cosmetics: Sort bitstream filters.Diego Biurrun
2007-08-30cosmetics: Sort some lines, whitespace changes.Diego Biurrun
2007-08-30Use a consistent multiple inclusion guard.Diego Biurrun
2007-08-30add simple_idct implemented in Sparc VISDenes Balatoni
2007-08-30Rename functionVitor Sessak
2007-08-30Replace two #define's by inline functionsVitor Sessak
2007-08-30Hooking bfin/mathops.hMarc Hoffman
2007-08-30Blackfin 32bit multiplication primitives MULH MUL16Marc Hoffman
2007-08-30Replace complicated and currently broken manual alignment code byReimar Döffinger
2007-08-28snow altivec is brokenLuca Barbato
2007-08-27Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni
2007-08-27typoMichael Niedermayer
2007-08-27Simplify preprocessor directives.Diego Biurrun
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
2007-08-26add get_unary_0_33() to help gcc with inliningAurelien Jacobs
2007-08-26cleanup get_unary()Aurelien Jacobs
2007-08-26move get_unary() to its own fileAurelien Jacobs
2007-08-26Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun
2007-08-26remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier