aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tiff & sgi regression testMichael Niedermayer2007-04-062-0/+10
| | | | Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-068-0/+468
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress possible error from ulimit not having -c or being missing.François Revol2007-04-061-1/+1
| | | | Originally committed as revision 8634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return correct decoded size, decoder is called with only one frame at a time.Benoit Fouet2007-04-061-1/+1
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-061-0/+21
| | | | | | patch by David Bateman, adb014 gmail com Originally committed as revision 8632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some help for the analyzeduration option.Víctor Paesa2007-04-061-1/+1
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 8631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This codec is PAL8 so make it output PAL8 tooKostya Shishkov2007-04-061-20/+16
| | | | Originally committed as revision 8630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove compound literals gcc 2.95 doesnt support taking an address of a ↵Michael Niedermayer2007-04-051-8/+15
| | | | | | | | | compound literal and the current code was my fault as i suggested the student to use compound literals beliving gcc 2.95 supports them completely ... Originally committed as revision 8629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update doc to show FLAC encodingJustin Ruggles2007-04-041-1/+1
| | | | Originally committed as revision 8628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-042-56/+24
| | | | | | | | Patch by Ian Braithwaite ian braithwaite dot dk [Ffmpeg-devel] WMA decoder improvement, 2007-03-28 15:50 Originally committed as revision 8627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1_split should be staticKostya Shishkov2007-04-041-1/+1
| | | | Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-045-5/+5
| | | | | | Patch by Stefan Huehner % stefan A huehner P org % Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-043-1/+18
| | | | Originally committed as revision 8624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo/grammarDiego Biurrun2007-04-041-2/+2
| | | | Originally committed as revision 8623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-04-031-50/+50
| | | | Originally committed as revision 8622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless pointer shift.Benoit Fouet2007-04-031-1/+0
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out while loop.Benoit Fouet2007-04-031-3/+0
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-036-12/+10
| | | | | | | the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-04-031-2/+2
| | | | Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary conditionals.Diego Biurrun2007-04-031-9/+4
| | | | Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.Diego Biurrun2007-04-031-0/+1
| | | | Originally committed as revision 8616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24Carl Eugen Hoyos2007-04-031-0/+7
| | | | Originally committed as revision 22910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.Diego Biurrun2007-04-031-1/+1
| | | | Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put audio (de)muxer entries in alphabetical order.Diego Biurrun2007-04-031-3/+2
| | | | Originally committed as revision 8614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio (de)muxer dependency on OSS is handled by configure.Diego Biurrun2007-04-031-2/+0
| | | | Originally committed as revision 8613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain which configure options are necessary for which AMR variant.Diego Biurrun2007-04-031-3/+4
| | | | Originally committed as revision 8612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-04-031-1/+1
| | | | Originally committed as revision 8611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-04-031-2/+2
| | | | Originally committed as revision 8610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-032-0/+6
| | | | Originally committed as revision 8609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-038-45/+444
| | | | Originally committed as revision 8608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.Diego Biurrun2007-04-031-3/+3
| | | | Originally committed as revision 8607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort list of input/output formats.Diego Biurrun2007-04-031-86/+87
| | | | Originally committed as revision 8606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove #if 0 code.Diego Biurrun2007-04-031-15/+0
| | | | Originally committed as revision 8605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla2007-04-031-1/+1
| | | | | | | | | patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br Original thread: date: Mar 27, 2007 11:21 PM subject: [Ffmpeg-devel] [PATCH] fix build for --cpu=i686 Originally committed as revision 8604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer2007-04-032-2/+2
| | | | Originally committed as revision 8603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-033-6/+9
| | | | | | | | Not only the repeated byte is calculated as (count ^ xor) + add but also the raw encoding lenth byte is calculated as that too patch by Xiaohui Sun sunxiaohui dsp ac cn Originally committed as revision 8602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-04-031-3/+1
| | | | Originally committed as revision 8601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indention (less work to fix it myself than to check if a indention fix ↵Michael Niedermayer2007-04-031-15/+14
| | | | | | patch is ok ...) Originally committed as revision 8600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move doxy from .c to .hMichael Niedermayer2007-04-032-9/+9
| | | | Originally committed as revision 8599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-034-58/+132
| | | | Originally committed as revision 8598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray object from list of Blackfin assembler objects.Marc Hoffman2007-04-021-1/+0
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fix as suggested by MansDiego Biurrun2007-04-011-1/+1
| | | | Originally committed as revision 8596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bfin optimizationsDiego Biurrun2007-04-011-0/+1
| | | | Originally committed as revision 8595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-016-28/+1678
| | | | | | | and standard IEEE 8x8 block transforms patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-04-011-10/+9
| | | | Originally committed as revision 8593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-015-12/+12
| | | | Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa2007-04-011-1/+1
| | | | Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-04-011-6/+6
| | | | Originally committed as revision 8590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVCodec.init() optionalMichael Niedermayer2007-04-011-0/+2
| | | | Originally committed as revision 8589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix copy and paste error in comment.Diego Biurrun2007-04-011-1/+1
| | | | Originally committed as revision 8588 to svn://svn.ffmpeg.org/ffmpeg/trunk