summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put audio (de)muxer entries in alphabetical order.Diego Biurrun2007-04-03
| | | | 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-03
| | | | 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-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
* cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort list of input/output formats.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8606 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
* Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla2007-04-03
| | | | | | | | | 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-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
* spelling fix as suggested by MansDiego Biurrun2007-04-01
| | | | Originally committed as revision 8596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bfin optimizationsDiego Biurrun2007-04-01
| | | | Originally committed as revision 8595 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
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-01
| | | | 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-01
| | | | Originally committed as revision 8591 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
* Fix copy and paste error in comment.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8588 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
* Use $(command) instead of `command`, it's POSIX, clearer and already used.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always lowercase targetos.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8585 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
* run ebp register check in subshell so we can redirect crash messageMåns Rullgård2007-04-01
| | | | Originally committed as revision 8583 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
* WMVAMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8581 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
* Force lowercase targetos value for MinGW, we check against lowercase strings.Diego Biurrun2007-03-31
| | | | Originally committed as revision 8578 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
* Fix warning:Stanislav Brabec2007-03-31
| | | | | | | ffserver.c:4303: warning: 'acl.next' is used uninitialized in this function patch by Stanislav Brabec, sbrabec suse cz Originally committed as revision 8573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVRn fourccBaptiste Coudurier2007-03-31
| | | | Originally committed as revision 8572 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
* blackfin: Audio buffers are no longer allocated on the stack,Diego Biurrun2007-03-31
| | | | | | | thus a 256KB stack is no longer required. according to Marc Hoffman, mmh pleasantst com Originally committed as revision 8570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error messageBaptiste Coudurier2007-03-31
| | | | Originally committed as revision 8569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix x-octet-stream mime typeAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdupAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dead codeAlex Beregszaszi2007-03-31
| | | | Originally committed as revision 8566 to svn://svn.ffmpeg.org/ffmpeg/trunk