summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cleanup (remove some old experimentation related code)Michael Niedermayer2007-08-25
* we only have 2 wavelets, the 3rd was just for experimentation ...Michael Niedermayer2007-08-25
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
* whitespace/indentation cosmeticsDiego Biurrun2007-08-24
* Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun2007-08-24
* more sparc asm docsMichael Niedermayer2007-08-24
* Remove copyright from a function prototypeLuca Abeni2007-08-24
* Remove --disable-dv1394 optionRamiro Polla2007-08-24
* Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun2007-08-24
* Remove SYS_DARWIN preprocessor directive that is just a duplicate of aDiego Biurrun2007-08-24
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-24
* Group network checks togetherRamiro Polla2007-08-24
* Merge __MWERKS__ preprocessor directives.Diego Biurrun2007-08-24
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-24
* int->uint8_tMichael Niedermayer2007-08-24
* int->int8_t (no need for them to be int ...)Michael Niedermayer2007-08-24
* Reindent the code after the last commitLuca Abeni2007-08-24
* Remove RTSP special casing in ffplay startupLuca Abeni2007-08-24
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24
* Add V_SNOWDavid Conrad2007-08-24
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-23
* Stray commit revertedLuca Barbato2007-08-23
* PowerPC/CELL/Altivec pointersLuca Barbato2007-08-23
* elaborate on needs_more_infoMichael Niedermayer2007-08-23
* use more bits on the encoder sideMichael Niedermayer2007-08-23
* sparc asm docsMichael Niedermayer2007-08-23
* Initialize the "stc" variable before using it in ff_find_start_code()Luca Abeni2007-08-23
* Take ring frame into account when demuxing.Kostya Shishkov2007-08-23
* simd gmc wasn't impossible.Loren Merritt2007-08-23
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).Diego Biurrun2007-08-22
* Add mipsel architecture that differs from mips in endianness.Diego Biurrun2007-08-22
* fix endian check when cross-compilingMåns Rullgård2007-08-22
* simplifyMichael Niedermayer2007-08-22
* right filename in doxygen commentBenoit Fouet2007-08-22
* cosmetics: alphabetical orderDiego Biurrun2007-08-22
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-22
* Make ffmpeg use cmdutils.c show_license functionStefano Sabatini2007-08-22
* Simplify preprocessor directives.Diego Biurrun2007-08-22
* make clean bfinMarc Hoffman2007-08-22
* Identifiers starting with underscores are reserved.Diego Biurrun2007-08-22
* optimization tips for the waveletMichael Niedermayer2007-08-21
* more complete dc prediction descriptionMichael Niedermayer2007-08-21
* LL band predictionMichael Niedermayer2007-08-21
* typoMichael Niedermayer2007-08-21
* describe IDWTMichael Niedermayer2007-08-21
* parsers and bsfs declarations are not meant to be part of public APIAurelien Jacobs2007-08-21