summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-06
| | | | Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad ↵Kamil Nowosad2007-04-06
| | | | | | students mimuw edu pl Originally committed as revision 8637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return correct decoded size, decoder is called with only one frame at a time.Benoit Fouet2007-04-06
| | | | | | 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-06
| | | | | | patch by David Bateman, adb014 gmail com Originally committed as revision 8632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This codec is PAL8 so make it output PAL8 tooKostya Shishkov2007-04-06
| | | | 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-05
| | | | | | | | | 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
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-04
| | | | | | | | 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-04
| | | | 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-04
| | | | | | 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-04
| | | | Originally committed as revision 8624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless pointer shift.Benoit Fouet2007-04-03
| | | | | | 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-03
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain which configure options are necessary for which AMR variant.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-04-03
| | | | Originally committed as revision 8611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-04-03
| | | | 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-03
| | | | 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-03
| | | | Originally committed as revision 8608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove #if 0 code.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer2007-04-03
| | | | 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-03
| | | | | | | | 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-03
| | | | 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-03
| | | | | | patch is ok ...) Originally committed as revision 8600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move doxy from .c to .hMichael Niedermayer2007-04-03
| | | | 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-03
| | | | Originally committed as revision 8598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray object from list of Blackfin assembler objects.Marc Hoffman2007-04-02
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-01
| | | | | | | 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-01
| | | | Originally committed as revision 8593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVCodec.init() optionalMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-01
| | | | Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge redundant comments.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy comment tweaksLoren Merritt2007-03-31
| | | | Originally committed as revision 8580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-31
| | | | | | | Date: Mar 30, 2007 9:00 PM Subject: Re: [Ffmpeg-devel] Motion Estimation in snow.c for Waevelet encoded frames (DWT) Originally committed as revision 8579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test works on non-x86 now.Diego Biurrun2007-03-31
| | | | Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-31
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove illegal call to exit().Marc Hoffman2007-03-31
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* call faacDecClose() with all libfaad versionsDiego Pettenò2007-03-31
| | | | | | patch by Diego Petteno flameeyes gmail com Originally committed as revision 8574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-31
| | | | Originally committed as revision 8571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typos in commentsLuca Barbato2007-03-30
| | | | Originally committed as revision 8561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-30
| | | | Originally committed as revision 8560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-30
| | | | Originally committed as revision 8559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-30
| | | | | | | | | | | | unit = NULL, the function could pass NULL to strcmp and cause a segfault. Patch by Kamil Nowosad, k nowosad % students mimuw edu pl. Original thread: Subject: [PATCH] small bugfix in av_find_opt() Date: 03/23/2007 12:20 PM Originally committed as revision 8553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'all' and 'none' options for partitions configLimin Wang2007-03-30
| | | | | | | | | Patch by Limin Wang % lance P lmwang A gmail P com % Original thread: date: Mar 24, 2007 3:53 PM subject: [Ffmpeg-devel] [PATCH] add all and none options for partitions config Originally committed as revision 8552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update specification and reference implementation links.Robert Swain2007-03-30
| | | | | | patch by Robert Swain, robert.swain gmail com Originally committed as revision 8551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
| | | | | | | | | | interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept only existing bitrates.Benoit Fouet2007-03-29
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* codec id addition guidlinesMichael Niedermayer2007-03-27
| | | | Originally committed as revision 8534 to svn://svn.ffmpeg.org/ffmpeg/trunk