| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) | Kamil Nowosad | 2007-04-06 | 1 | -3/+73 |
* | s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen... | Kamil Nowosad | 2007-04-06 | 1 | -7/+7 |
* | SGI image decoder ported to the new image API. | Xiaohui Sun | 2007-04-06 | 6 | -0/+466 |
* | Return correct decoded size, decoder is called with only one frame at a time. | Benoit Fouet | 2007-04-06 | 1 | -1/+1 |
* | IWMMXT-specific dsputils clear_blocks function. | David Bateman | 2007-04-06 | 1 | -0/+21 |
* | This codec is PAL8 so make it output PAL8 too | Kostya Shishkov | 2007-04-06 | 1 | -20/+16 |
* | remove compound literals gcc 2.95 doesnt support taking an address of a compo... | Michael Niedermayer | 2007-04-05 | 1 | -8/+15 |
* | WMA decoder improvement, output closer to the dmo binary. | Ian Braithwaite | 2007-04-04 | 2 | -56/+24 |
* | vc1_split should be static | Kostya Shishkov | 2007-04-04 | 1 | -1/+1 |
* | changes some function declarations from () to (void) as per ansi c. | Stefan Huehner | 2007-04-04 | 2 | -2/+2 |
* | Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. | Diego Biurrun | 2007-04-04 | 3 | -1/+18 |
* | cosmetics: Fix indentation. | Diego Biurrun | 2007-04-03 | 1 | -50/+50 |
* | Remove useless pointer shift. | Benoit Fouet | 2007-04-03 | 1 | -1/+0 |
* | Remove commented-out while loop. | Benoit Fouet | 2007-04-03 | 1 | -3/+0 |
* | Explain which configure options are necessary for which AMR variant. | Diego Biurrun | 2007-04-03 | 1 | -3/+4 |
* | typo | Michael Niedermayer | 2007-04-03 | 1 | -1/+1 |
* | cosmetic | Michael Niedermayer | 2007-04-03 | 1 | -2/+2 |
* | FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad | Kamil Nowosad | 2007-04-03 | 2 | -0/+6 |
* | tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) | Michael Niedermayer | 2007-04-03 | 6 | -43/+442 |
* | Remove #if 0 code. | Diego Biurrun | 2007-04-03 | 1 | -15/+0 |
* | dont use *int8_t for the arguments (ive missed that in the patches ...) | Michael Niedermayer | 2007-04-03 | 2 | -2/+2 |
* | Changed the rle encoder a little and made it more universal. | Xiaohui Sun | 2007-04-03 | 3 | -6/+9 |
* | cosmetic | Michael Niedermayer | 2007-04-03 | 1 | -3/+1 |
* | fix indention (less work to fix it myself than to check if a indention fix pa... | Michael Niedermayer | 2007-04-03 | 1 | -15/+14 |
* | move doxy from .c to .h | Michael Niedermayer | 2007-04-03 | 2 | -9/+9 |
* | generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl | Michael Niedermayer | 2007-04-03 | 4 | -58/+132 |
* | Remove stray object from list of Blackfin assembler objects. | Marc Hoffman | 2007-04-02 | 1 | -1/+0 |
* | bfin dsputils, basic pixel operations sads, diffs, motion compensation | Marc Hoffman | 2007-04-01 | 6 | -28/+1678 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-04-01 | 1 | -10/+9 |
* | indention | Michael Niedermayer | 2007-04-01 | 1 | -6/+6 |
* | make AVCodec.init() optional | Michael Niedermayer | 2007-04-01 | 1 | -0/+2 |
* | support for the THP game format by Marco Gerards, mgerards xs4all nl | Diego Biurrun | 2007-04-01 | 3 | -0/+19 |
* | Add '#undef exit', the function is now forbidden. | Diego Biurrun | 2007-04-01 | 2 | -0/+3 |
* | Merge redundant comments. | Diego Biurrun | 2007-04-01 | 1 | -5/+1 |
* | doxy comment tweaks | Loren Merritt | 2007-03-31 | 2 | -3/+3 |
* | Add doxy comments, based on Loren's explanations posted here: | Guillaume Poirier | 2007-03-31 | 3 | -3/+21 |
* | dct-test works on non-x86 now. | Diego Biurrun | 2007-03-31 | 1 | -2/+2 |
* | platform-independent restructuring and code simplification | Marc Hoffman | 2007-03-31 | 1 | -37/+68 |
* | Remove illegal call to exit(). | Marc Hoffman | 2007-03-31 | 1 | -2/+1 |
* | call faacDecClose() with all libfaad versions | Diego Pettenò | 2007-03-31 | 1 | -3/+2 |
* | Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. | Marc Hoffman | 2007-03-31 | 1 | -3/+3 |
* | Typos in comments | Luca Barbato | 2007-03-30 | 1 | -5/+6 |
* | move some stuff out of an inner loop. 12% faster svq1 encoding. | Loren Merritt | 2007-03-30 | 1 | -5/+4 |
* | mmx 16-bit ssd. 2.3x faster svq1 encoding. | Loren Merritt | 2007-03-30 | 4 | -7/+48 |
* | Fix a bug in av_find_opt(). Because some of the AVOption structures have field | Kamil Nowosad | 2007-03-30 | 1 | -1/+1 |
* | add 'all' and 'none' options for partitions config | Limin Wang | 2007-03-30 | 1 | -0/+2 |
* | Update specification and reference implementation links. | Robert Swain | 2007-03-30 | 1 | -4/+5 |
* | Fix compilation when using the --disable-opts parameter. This to help those | Panagiotis Issaris | 2007-03-29 | 2 | -3/+3 |
* | Accept only existing bitrates. | Benoit Fouet | 2007-03-29 | 1 | -40/+57 |
* | codec id addition guidlines | Michael Niedermayer | 2007-03-27 | 1 | -0/+6 |