summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* simd gmc wasn't impossible.Loren Merritt2007-08-23
| | | | Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
| | | | Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
| | | | Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).Diego Biurrun2007-08-22
| | | | Originally committed as revision 10189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mipsel architecture that differs from mips in endianness.Diego Biurrun2007-08-22
| | | | | | based on patch by Johansson Erik-EJO017, erik.johansson motorola com Originally committed as revision 10188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endian check when cross-compilingMåns Rullgård2007-08-22
| | | | Originally committed as revision 10187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-08-22
| | | | Originally committed as revision 10186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right filename in doxygen commentBenoit Fouet2007-08-22
| | | | Originally committed as revision 10185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2007-08-22
| | | | Originally committed as revision 10184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-22
| | | | | | patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it] Originally committed as revision 10183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg use cmdutils.c show_license functionStefano Sabatini2007-08-22
| | | | | | patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it] Originally committed as revision 10182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify preprocessor directives.Diego Biurrun2007-08-22
| | | | Originally committed as revision 10181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make clean bfinMarc Hoffman2007-08-22
| | | | Originally committed as revision 10180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Identifiers starting with underscores are reserved.Diego Biurrun2007-08-22
| | | | Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization tips for the waveletMichael Niedermayer2007-08-21
| | | | Originally committed as revision 10178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more complete dc prediction descriptionMichael Niedermayer2007-08-21
| | | | Originally committed as revision 10177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LL band predictionMichael Niedermayer2007-08-21
| | | | Originally committed as revision 10176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-08-21
| | | | Originally committed as revision 10175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* describe IDWTMichael Niedermayer2007-08-21
| | | | Originally committed as revision 10174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parsers and bsfs declarations are not meant to be part of public APIAurelien Jacobs2007-08-21
| | | | Originally committed as revision 10173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-21
| | | | | | | This allows some simplifications and optimizations and should not have any effect on quality. Originally committed as revision 10172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create libavcodec/sh4 dir when building out-of-treeAurelien Jacobs2007-08-21
| | | | Originally committed as revision 10171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: some reorderingAurelien Jacobs2007-08-21
| | | | Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv1.c directly uses Put/GetBitContext, so it should include bitstream.hAurelien Jacobs2007-08-21
| | | | Originally committed as revision 10169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* introMichael Niedermayer2007-08-21
| | | | Originally committed as revision 10168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* few words about the waveletsMichael Niedermayer2007-08-21
| | | | Originally committed as revision 10167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove code which become unused by the previous changesMichael Niedermayer2007-08-21
| | | | Originally committed as revision 10166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)Michael Niedermayer2007-08-21
| | | | | | This also reduces the needed headroom in that step by 1 bit Originally committed as revision 10165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify and optimize the 4th vertical lifting step of the MMX codeMichael Niedermayer2007-08-21
| | | | | | This also reduces the needed headroom in that step by 1 bit Originally committed as revision 10164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify and speedup code, reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-20
| | | | | | vertical lifting step of the SSE2 code (untested) Originally committed as revision 10163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, speedup and reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-20
| | | | | | vertical lifting step Originally committed as revision 10162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace <<1 by add for SSE2 (untested)Michael Niedermayer2007-08-20
| | | | Originally committed as revision 10161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace <<1 by addMichael Niedermayer2007-08-20
| | | | Originally committed as revision 10160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly change horizontal lift3 so it needs 1 bit less headroomMichael Niedermayer2007-08-20
| | | | Originally committed as revision 10159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove idiotc double subtraction from the sse2 code (untested, no sse2 here)Michael Niedermayer2007-08-20
| | | | Originally committed as revision 10158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixme noteMichael Niedermayer2007-08-20
| | | | Originally committed as revision 10157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* and of course the unneeded double subtractions were blindly put in theMichael Niedermayer2007-08-20
| | | | | | | mmx code this also makes the affected code 4% faster Originally committed as revision 10156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more stupid double subtractionsMichael Niedermayer2007-08-20
| | | | Originally committed as revision 10155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of idiotc double subtractionMichael Niedermayer2007-08-20
| | | | Originally committed as revision 10154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure configure only accept valid --list-* parametersAurelien Jacobs2007-08-20
| | | | | | closes issue72 Originally committed as revision 10153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support swink created files which have soi/eoi broken tags reversedBaptiste Coudurier2007-08-20
| | | | Originally committed as revision 10152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Additional documentation for CRC functionsReimar Döffinger2007-08-20
| | | | Originally committed as revision 10151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print an SDP when all outputs are RTP (the SDP can be saved in a text fileLuca Abeni2007-08-20
| | | | | | and used to receive the streams) Originally committed as revision 10150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the cmdutils.c show_license function.Stefano Sabatini2007-08-20
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala /\ poste it] Originally committed as revision 10149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call av_find_stream_info() immediately after opening an input file.Luca Abeni2007-08-20
| | | | | | | | Needed to avoid reading the same TS two times at the beginning of the file (whic resulted in an "error, non monotone timestamps..." when streaming RTP from a file) Originally committed as revision 10148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use avf_sdp_create() in ffserverLuca Abeni2007-08-20
| | | | Originally committed as revision 10147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update -t option documentationGodwin Stewart2007-08-20
| | | | | | Patch by Godwin Stewart Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics, indentation.Benjamin Larsson2007-08-19
| | | | Originally committed as revision 10145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trellis quantization support for adpcm_swf.Benjamin Larsson2007-08-19
| | | | Originally committed as revision 10144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-19
| | | | Originally committed as revision 10143 to svn://svn.ffmpeg.org/ffmpeg/trunk