| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a crash when H264 MMC operation causes the short term reference | Jeff Downs | 2007-09-05 | 1 | -2/+2 |
* | Add slice-based parallel H.264 decoding | Andreas Öman | 2007-09-05 | 3 | -60/+265 |
* | Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. | Tao Huang | 2007-09-05 | 2 | -29/+23 |
* | Sort one more list alphabetically. | Diego Biurrun | 2007-09-05 | 1 | -1/+2 |
* | Fix links to ARM documentation | Guillaume Poirier | 2007-09-05 | 1 | -6/+0 |
* | Move H.264 intra prediction functions into their own context | Kostya Shishkov | 2007-09-05 | 7 | -827/+1145 |
* | add a 8 taps filter for testing | Michael Niedermayer | 2007-09-05 | 1 | -0/+8 |
* | fix decoding of dracula.4xm before diego complains | Michael Niedermayer | 2007-09-05 | 1 | -7/+7 |
* | fix segfault with dracula.4xm | Michael Niedermayer | 2007-09-05 | 1 | -0/+10 |
* | Replace constants by HTAPS (half pel interpolation filter taps) where appropr... | Michael Niedermayer | 2007-09-05 | 1 | -23/+32 |
* | code to do halfpel interpolation per frame (unfinished and under ifdef but it | Michael Niedermayer | 2007-09-05 | 1 | -3/+61 |
* | Fix issue 123 (Support Magic-carpet fli version, | Mike Melanson | 2007-09-04 | 1 | -5/+8 |
* | Silence warnings about NAL_SVC_NON_IDR in H.264. | Carl Eugen Hoyos | 2007-09-04 | 1 | -1/+1 |
* | add a close function to bitstream filter | Benoit Fouet | 2007-09-04 | 2 | -2/+5 |
* | Remove error raising when explicitely skipping frame | Carl Eugen Hoyos | 2007-09-03 | 1 | -0/+1 |
* | Remove reimplementation of get_unary. | Vitor Sessak | 2007-09-01 | 2 | -8/+9 |
* | Cosmetics | Luca Barbato | 2007-09-01 | 1 | -14/+56 |
* | add a warning message for unsupported kind of encoding | Aurelien Jacobs | 2007-09-01 | 1 | -1/+3 |
* | Cosmetical: Empty line removal | Vitor Sessak | 2007-08-31 | 1 | -1/+0 |
* | Comment about unsupported sample size | Vitor Sessak | 2007-08-31 | 1 | -0/+2 |
* | renaming ARCH_BFIN to HAVE_BFIN | Marc Hoffman | 2007-08-31 | 1 | -1/+1 |
* | cosmetics: Add some whitespace for better readability. | Diego Biurrun | 2007-08-30 | 1 | -214/+214 |
* | cosmetics: Sort bitstream filters. | Diego Biurrun | 2007-08-30 | 2 | -8/+8 |
* | cosmetics: Sort some lines, whitespace changes. | Diego Biurrun | 2007-08-30 | 1 | -41/+41 |
* | Use a consistent multiple inclusion guard. | Diego Biurrun | 2007-08-30 | 1 | -3/+3 |
* | add simple_idct implemented in Sparc VIS | Denes Balatoni | 2007-08-30 | 4 | -0/+541 |
* | Rename function | Vitor Sessak | 2007-08-30 | 1 | -5/+5 |
* | Replace two #define's by inline functions | Vitor Sessak | 2007-08-30 | 1 | -11/+14 |
* | Hooking bfin/mathops.h | Marc Hoffman | 2007-08-30 | 1 | -0/+4 |
* | Blackfin 32bit multiplication primitives MULH MUL16 | Marc Hoffman | 2007-08-30 | 1 | -0/+52 |
* | Replace complicated and currently broken manual alignment code by | Reimar Döffinger | 2007-08-30 | 1 | -3/+1 |
* | snow altivec is broken | Luca Barbato | 2007-08-28 | 1 | -21/+24 |
* | Change 4xm demuxer and video decoder to pass the video format version in | Roberto Togni | 2007-08-27 | 1 | -1/+6 |
* | typo | Michael Niedermayer | 2007-08-27 | 1 | -1/+1 |
* | Simplify preprocessor directives. | Diego Biurrun | 2007-08-27 | 1 | -7/+4 |
* | Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific | Diego Biurrun | 2007-08-27 | 1 | -6/+6 |
* | add get_unary_0_33() to help gcc with inlining | Aurelien Jacobs | 2007-08-26 | 2 | -3/+13 |
* | cleanup get_unary() | Aurelien Jacobs | 2007-08-26 | 1 | -32/+1 |
* | move get_unary() to its own file | Aurelien Jacobs | 2007-08-26 | 4 | -46/+74 |
* | Do not wrongly mark Apple gcc workarounds as being specific to Darwin. | Diego Biurrun | 2007-08-26 | 1 | -1/+1 |
* | remove alignment correction of the destination pointers in luma_16x6 | Guillaume Poirier | 2007-08-26 | 1 | -42/+19 |
* | CONFIG_7REGS has been renamed to HAVE_7REGS | Ramiro Polla | 2007-08-26 | 2 | -4/+4 |
* | workaround gcc bug, untested as my gcc is not complaining | Michael Niedermayer | 2007-08-26 | 2 | -0/+6 |
* | optimize the first vertical lifting step, this also prevents another | Michael Niedermayer | 2007-08-26 | 1 | -25/+25 |
* | optimize 1st horizontal lifting step | Michael Niedermayer | 2007-08-26 | 1 | -34/+22 |
* | typo | Michael Niedermayer | 2007-08-26 | 1 | -1/+1 |
* | get rid of totally senseless "m" + read in register we have enough | Michael Niedermayer | 2007-08-26 | 1 | -72/+52 |
* | simplify senselessly complex addressing | Michael Niedermayer | 2007-08-26 | 1 | -27/+28 |
* | cosmetics | Michael Niedermayer | 2007-08-26 | 1 | -36/+27 |
* | avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum | Michael Niedermayer | 2007-08-26 | 2 | -30/+77 |