summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
| | | | | | | the old 32bit code) disable mmx/sse2 optimizations as they need a rewrite now Originally committed as revision 10218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace/indentation cosmeticsDiego Biurrun2007-08-24
| | | | Originally committed as revision 10217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun2007-08-24
| | | | | | when AltiVec is enabled anyway. Originally committed as revision 10216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sparc asm docsMichael Niedermayer2007-08-24
| | | | Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove copyright from a function prototypeLuca Abeni2007-08-24
| | | | Originally committed as revision 10214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-dv1394 optionRamiro Polla2007-08-24
| | | | | | --disable-demuxer=dv1394 should be used instead Originally committed as revision 10213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun2007-08-24
| | | | Originally committed as revision 10212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove SYS_DARWIN preprocessor directive that is just a duplicate of aDiego Biurrun2007-08-24
| | | | | | gcc-specific directive a few lines below. Originally committed as revision 10211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-24
| | | | | | directives are aimed at idiosyncracies of Apple's gcc version. Originally committed as revision 10210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group network checks togetherRamiro Polla2007-08-24
| | | | Originally committed as revision 10209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge __MWERKS__ preprocessor directives.Diego Biurrun2007-08-24
| | | | Originally committed as revision 10208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
| | | | Originally committed as revision 24143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
| | | | Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-24
| | | | | | directives are aimed at idiosyncracies of Apple's gcc version. Originally committed as revision 10206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int->uint8_tMichael Niedermayer2007-08-24
| | | | Originally committed as revision 10205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int->int8_t (no need for them to be int ...)Michael Niedermayer2007-08-24
| | | | Originally committed as revision 10204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent the code after the last commitLuca Abeni2007-08-24
| | | | Originally committed as revision 10203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove RTSP special casing in ffplay startupLuca Abeni2007-08-24
| | | | Originally committed as revision 10202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24
| | | | Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add V_SNOWDavid Conrad2007-08-24
| | | | Originally committed as revision 10200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-23
| | | | | | way to tell the decoder how many output channels we would like. Originally committed as revision 10199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stray commit revertedLuca Barbato2007-08-23
| | | | Originally committed as revision 10198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC/CELL/Altivec pointersLuca Barbato2007-08-23
| | | | Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* elaborate on needs_more_infoMichael Niedermayer2007-08-23
| | | | Originally committed as revision 10196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use more bits on the encoder sideMichael Niedermayer2007-08-23
| | | | | | negligible increase in quality Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sparc asm docsMichael Niedermayer2007-08-23
| | | | Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize the "stc" variable before using it in ff_find_start_code()Luca Abeni2007-08-23
| | | | Originally committed as revision 10193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take ring frame into account when demuxing.Kostya Shishkov2007-08-23
| | | | | | This fixes issue 97. Originally committed as revision 10192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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