aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tiff & sgi regression testMichael Niedermayer2007-04-062-0/+10
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-068-0/+468
* Suppress possible error from ulimit not having -c or being missing.François Revol2007-04-061-1/+1
* Return correct decoded size, decoder is called with only one frame at a time.Benoit Fouet2007-04-061-1/+1
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-061-0/+21
* Add some help for the analyzeduration option.Víctor Paesa2007-04-061-1/+1
* This codec is PAL8 so make it output PAL8 tooKostya Shishkov2007-04-061-20/+16
* remove compound literals gcc 2.95 doesnt support taking an address of a compo...Michael Niedermayer2007-04-051-8/+15
* Update doc to show FLAC encodingJustin Ruggles2007-04-041-1/+1
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-042-56/+24
* vc1_split should be staticKostya Shishkov2007-04-041-1/+1
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-045-5/+5
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-043-1/+18
* typo/grammarDiego Biurrun2007-04-041-2/+2
* cosmetics: Fix indentation.Diego Biurrun2007-04-031-50/+50
* Remove useless pointer shift.Benoit Fouet2007-04-031-1/+0
* Remove commented-out while loop.Benoit Fouet2007-04-031-3/+0
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-036-12/+10
* cosmetics: indentationDiego Biurrun2007-04-031-2/+2
* Get rid of unnecessary conditionals.Diego Biurrun2007-04-031-9/+4
* Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.Diego Biurrun2007-04-031-0/+1
* Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24Carl Eugen Hoyos2007-04-031-0/+7
* CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.Diego Biurrun2007-04-031-1/+1
* cosmetics: Put audio (de)muxer entries in alphabetical order.Diego Biurrun2007-04-031-3/+2
* Audio (de)muxer dependency on OSS is handled by configure.Diego Biurrun2007-04-031-2/+0
* Explain which configure options are necessary for which AMR variant.Diego Biurrun2007-04-031-3/+4
* typoMichael Niedermayer2007-04-031-1/+1
* cosmeticMichael Niedermayer2007-04-031-2/+2
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-032-0/+6
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-038-45/+444
* cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.Diego Biurrun2007-04-031-3/+3
* cosmetics: Sort list of input/output formats.Diego Biurrun2007-04-031-86/+87
* Remove #if 0 code.Diego Biurrun2007-04-031-15/+0
* Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla2007-04-031-1/+1
* dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer2007-04-032-2/+2
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-033-6/+9
* cosmeticMichael Niedermayer2007-04-031-3/+1
* fix indention (less work to fix it myself than to check if a indention fix pa...Michael Niedermayer2007-04-031-15/+14
* move doxy from .c to .hMichael Niedermayer2007-04-032-9/+9
* generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-034-58/+132
* Remove stray object from list of Blackfin assembler objects.Marc Hoffman2007-04-021-1/+0
* spelling fix as suggested by MansDiego Biurrun2007-04-011-1/+1
* bfin optimizationsDiego Biurrun2007-04-011-0/+1
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-016-28/+1678
* cosmetics: indentationAurelien Jacobs2007-04-011-10/+9
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-015-12/+12
* Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa2007-04-011-1/+1
* indentionMichael Niedermayer2007-04-011-6/+6
* make AVCodec.init() optionalMichael Niedermayer2007-04-011-0/+2
* Fix copy and paste error in comment.Diego Biurrun2007-04-011-1/+1