| Commit message (Expand) | Author | Age | Files | Lines |
* | use precalculated mb_pos where available | Kostya Shishkov | 2008-12-17 | 1 | -4/+4 |
* | Merge deblocking pattern with CBP for RV30/40 loop filtering | Kostya Shishkov | 2008-12-17 | 2 | -9/+7 |
* | Generate correct deblock pattern for RV30 | Kostya Shishkov | 2008-12-17 | 1 | -1/+9 |
* | Unfortunately RV30 luma thirdpel MC functions cannot be substituted with | Kostya Shishkov | 2008-12-17 | 1 | -72/+114 |
* | 4l: TIFF stores short strings inside tag, do not interpret it is as an offset | Kostya Shishkov | 2008-12-17 | 1 | -0/+5 |
* | add AltiVec implementation of int32_to_float_fmul_scalar | Guillaume Poirier | 2008-12-17 | 1 | -0/+25 |
* | Fix svq3 decoding, is_complex was not initialized. | Michael Niedermayer | 2008-12-17 | 1 | -0/+1 |
* | Replace != 0 || check by | | Michael Niedermayer | 2008-12-17 | 1 | -2/+2 |
* | Split filter_mb_dir() out of filter_mb(). | Michael Niedermayer | 2008-12-17 | 1 | -203/+211 |
* | AC3: fix strict aliasing violation in parser | Måns Rullgård | 2008-12-17 | 1 | -2/+5 |
* | AAC: fix strict aliasing violation in parser | Måns Rullgård | 2008-12-17 | 1 | -3/+6 |
* | ARM: replace "armv4l" with "arm" | Måns Rullgård | 2008-12-17 | 29 | -38/+38 |
* | Remove obsolete and misleading comments. | Diego Biurrun | 2008-12-17 | 5 | -20/+0 |
* | Fix indention, also do a little vertical alignment of changed lines. | Michael Niedermayer | 2008-12-16 | 1 | -43/+43 |
* | Implement av_set_string3(). | Stefano Sabatini | 2008-12-16 | 3 | -17/+39 |
* | Factorize 3 multiplications out, code becomes 3 cpu cycles faster. | Michael Niedermayer | 2008-12-16 | 1 | -3/+3 |
* | Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove | Michael Niedermayer | 2008-12-16 | 1 | -2/+2 |
* | Do not recalculate constant part of is_complex for every MB. | Michael Niedermayer | 2008-12-16 | 2 | -3/+6 |
* | Support the new lossless mode. | Michael Niedermayer | 2008-12-16 | 1 | -4/+23 |
* | dct-test: add ARM IDCTs | Måns Rullgård | 2008-12-16 | 1 | -0/+20 |
* | dct-test: add PARTTRANS permutation | Måns Rullgård | 2008-12-16 | 1 | -1/+4 |
* | Horizontal and vertical prediction functions needed for new lossless mode | Michael Niedermayer | 2008-12-16 | 2 | -0/+96 |
* | Add const qualifiers to decode functions. | Benoit Fouet | 2008-12-16 | 1 | -6/+6 |
* | Fix warning "format not a string literal and no format arguments". | Benoit Fouet | 2008-12-16 | 1 | -2/+2 |
* | Workaround for shared libs on OS X with Apple gcc 4.0.1 | David Conrad | 2008-12-16 | 1 | -2/+2 |
* | Check extradata is large enough. | Laurent Aimar | 2008-12-15 | 1 | -0/+5 |
* | Implement the av_set_number2() internal function, which makes possible | Stefano Sabatini | 2008-12-15 | 1 | -5/+15 |
* | Remove ending period in a log message, which was inconsistent with | Stefano Sabatini | 2008-12-15 | 1 | -1/+1 |
* | Switch xvmc over to a CONFIG_ option. | Diego Biurrun | 2008-12-15 | 4 | -14/+13 |
* | whitespace cosmetics | Diego Biurrun | 2008-12-15 | 1 | -26/+26 |
* | ARM: NEON optimised h264_idct_dc_add | Måns Rullgård | 2008-12-15 | 2 | -0/+21 |
* | ARM: NEON optimised h264_idct_add | Måns Rullgård | 2008-12-15 | 3 | -0/+82 |
* | ARM: NEON optimised H.264 8x8 and 16x16 qpel MC | Måns Rullgård | 2008-12-15 | 2 | -26/+876 |
* | ARM: NEON optimised H.264 loop filter | Måns Rullgård | 2008-12-15 | 2 | -0/+305 |
* | ARM: NEON optimised {put,avg}_h264_chroma_mc[48] | Måns Rullgård | 2008-12-15 | 3 | -0/+311 |
* | ARM: NEON optimised simple_idct | Måns Rullgård | 2008-12-15 | 5 | -0/+378 |
* | ARM: NEON optimised put_pixels functions | Måns Rullgård | 2008-12-15 | 4 | -0/+356 |
* | Avoid invasion of POSIX-reserved _t namespace. | Diego Biurrun | 2008-12-15 | 1 | -3/+3 |
* | Fix one peculiar case in Smacker decoding. | Daniel Verkamp | 2008-12-15 | 1 | -1/+1 |
* | Avoid POSIX-reserved _t in identifier names. | Diego Biurrun | 2008-12-15 | 3 | -9/+9 |
* | Enable filter_mb_fast if CODEC_FLAG2_FAST is set. | Michael Niedermayer | 2008-12-15 | 1 | -1/+1 |
* | vp56: don't reset dimensions to 0 in codec init | Aurelien Jacobs | 2008-12-15 | 3 | -4/+4 |
* | Move documentation of avcodec_register_all() from allcodecs.c to | Stefano Sabatini | 2008-12-14 | 2 | -10/+10 |
* | Remove set_all_opt() and its use in av_set_string2(). Make | Stefano Sabatini | 2008-12-14 | 2 | -22/+1 |
* | Document register_avcodec(). | Stefano Sabatini | 2008-12-14 | 1 | -0/+5 |
* | Make register_avcodec() call avcodec_init(). | Stefano Sabatini | 2008-12-14 | 2 | -1/+2 |
* | Use a more explicit "codec" rather than "format" as the parameter of | Stefano Sabatini | 2008-12-14 | 2 | -4/+4 |
* | indeo3: replace sizeof(struct ...) by sizeof(*var) | Aurelien Jacobs | 2008-12-14 | 1 | -2/+2 |
* | cosmetics: typo/grammar/wording/whitespace fixes | Diego Biurrun | 2008-12-14 | 1 | -11/+11 |
* | Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. | Anders Grönberg | 2008-12-14 | 1 | -1/+1 |