aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang2007-09-052-29/+23
* Sort one more list alphabetically.Diego Biurrun2007-09-051-1/+2
* Fix links to ARM documentationGuillaume Poirier2007-09-051-6/+0
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-057-827/+1145
* add a 8 taps filter for testingMichael Niedermayer2007-09-051-0/+8
* fix decoding of dracula.4xm before diego complainsMichael Niedermayer2007-09-051-7/+7
* fix segfault with dracula.4xmMichael Niedermayer2007-09-051-0/+10
* Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer2007-09-051-23/+32
* code to do halfpel interpolation per frame (unfinished and under ifdef but itMichael Niedermayer2007-09-051-3/+61
* Fix issue 123 (Support Magic-carpet fli version,Mike Melanson2007-09-041-5/+8
* Silence warnings about NAL_SVC_NON_IDR in H.264.Carl Eugen Hoyos2007-09-041-1/+1
* add a close function to bitstream filterBenoit Fouet2007-09-042-2/+5
* Remove error raising when explicitely skipping frameCarl Eugen Hoyos2007-09-031-0/+1
* Remove reimplementation of get_unary.Vitor Sessak2007-09-012-8/+9
* CosmeticsLuca Barbato2007-09-011-14/+56
* add a warning message for unsupported kind of encodingAurelien Jacobs2007-09-011-1/+3
* Cosmetical: Empty line removalVitor Sessak2007-08-311-1/+0
* Comment about unsupported sample sizeVitor Sessak2007-08-311-0/+2
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-311-1/+1
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-08-301-214/+214
* cosmetics: Sort bitstream filters.Diego Biurrun2007-08-302-8/+8
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-41/+41
* Use a consistent multiple inclusion guard.Diego Biurrun2007-08-301-3/+3
* add simple_idct implemented in Sparc VISDenes Balatoni2007-08-304-0/+541
* Rename functionVitor Sessak2007-08-301-5/+5
* Replace two #define's by inline functionsVitor Sessak2007-08-301-11/+14
* Hooking bfin/mathops.hMarc Hoffman2007-08-301-0/+4
* Blackfin 32bit multiplication primitives MULH MUL16Marc Hoffman2007-08-301-0/+52
* Replace complicated and currently broken manual alignment code byReimar Döffinger2007-08-301-3/+1
* snow altivec is brokenLuca Barbato2007-08-281-21/+24
* Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni2007-08-271-1/+6
* typoMichael Niedermayer2007-08-271-1/+1
* Simplify preprocessor directives.Diego Biurrun2007-08-271-7/+4
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-271-6/+6
* add get_unary_0_33() to help gcc with inliningAurelien Jacobs2007-08-262-3/+13
* cleanup get_unary()Aurelien Jacobs2007-08-261-32/+1
* move get_unary() to its own fileAurelien Jacobs2007-08-264-46/+74
* Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun2007-08-261-1/+1
* remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier2007-08-261-42/+19
* CONFIG_7REGS has been renamed to HAVE_7REGSRamiro Polla2007-08-262-4/+4
* workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer2007-08-262-0/+6
* optimize the first vertical lifting step, this also prevents anotherMichael Niedermayer2007-08-261-25/+25
* optimize 1st horizontal lifting stepMichael Niedermayer2007-08-261-34/+22
* typoMichael Niedermayer2007-08-261-1/+1
* get rid of totally senseless "m" + read in register we have enoughMichael Niedermayer2007-08-261-72/+52
* simplify senselessly complex addressingMichael Niedermayer2007-08-261-27/+28
* cosmeticsMichael Niedermayer2007-08-261-36/+27
* avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer2007-08-262-30/+77