summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer2007-08-262-0/+6
* add a link to VIS instructions whitepaperDominik Mierzejewski2007-08-261-0/+2
* optimize the first vertical lifting step, this also prevents anotherMichael Niedermayer2007-08-261-25/+25
* use POSIX "strings -a" rather than "strings -"Måns Rullgård2007-08-261-1/+1
* fix endian detection on MacOSMåns Rullgård2007-08-261-1/+1
* optimize 1st horizontal lifting stepMichael Niedermayer2007-08-261-34/+22
* typoMichael Niedermayer2007-08-261-1/+1
* get rid of totally senseless "m" + read in register we have enoughMichael Niedermayer2007-08-261-72/+52
* simplify senselessly complex addressingMichael Niedermayer2007-08-261-27/+28
* cosmeticsMichael Niedermayer2007-08-261-36/+27
* avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer2007-08-262-30/+77
* avoid an overflow in the 1 horizontal lifting stepMichael Niedermayer2007-08-251-12/+12
* prevent one overflow in the first vertical lifting stepMichael Niedermayer2007-08-251-6/+6
* update mmx code to latest snow changesMichael Niedermayer2007-08-252-238/+210
* Use correct timescale in RTSP seekingLuca Abeni2007-08-251-1/+1
* prettyprinting cosmeticsDiego Biurrun2007-08-251-60/+60
* cleanup (remove some old experimentation related code)Michael Niedermayer2007-08-252-304/+2
* we only have 2 wavelets, the 3rd was just for experimentation ...Michael Niedermayer2007-08-251-1/+1
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-257-159/+222
* whitespace/indentation cosmeticsDiego Biurrun2007-08-241-112/+112
* Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun2007-08-242-12/+0
* more sparc asm docsMichael Niedermayer2007-08-241-0/+3
* Remove copyright from a function prototypeLuca Abeni2007-08-241-1/+0
* Remove --disable-dv1394 optionRamiro Polla2007-08-241-14/+1
* Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun2007-08-241-1/+1
* Remove SYS_DARWIN preprocessor directive that is just a duplicate of aDiego Biurrun2007-08-241-6/+0
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-241-1/+1
* Group network checks togetherRamiro Polla2007-08-241-6/+13
* Merge __MWERKS__ preprocessor directives.Diego Biurrun2007-08-241-3/+1
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-242-12/+0
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-243-11/+8
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-242-2/+2
* int->uint8_tMichael Niedermayer2007-08-241-6/+6
* int->int8_t (no need for them to be int ...)Michael Niedermayer2007-08-241-2/+2
* Reindent the code after the last commitLuca Abeni2007-08-241-7/+7
* Remove RTSP special casing in ffplay startupLuca Abeni2007-08-241-22/+1
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-245-57/+109
* Add V_SNOWDavid Conrad2007-08-241-0/+1
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-233-2/+11
* Stray commit revertedLuca Barbato2007-08-231-1/+22
* PowerPC/CELL/Altivec pointersLuca Barbato2007-08-232-22/+12
* elaborate on needs_more_infoMichael Niedermayer2007-08-231-0/+2
* use more bits on the encoder sideMichael Niedermayer2007-08-234-21/+28
* sparc asm docsMichael Niedermayer2007-08-231-0/+5
* Initialize the "stc" variable before using it in ff_find_start_code()Luca Abeni2007-08-231-1/+1
* Take ring frame into account when demuxing.Kostya Shishkov2007-08-231-0/+3
* simd gmc wasn't impossible.Loren Merritt2007-08-231-1/+1
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-222-2/+2
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-229-16/+16
* Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).Diego Biurrun2007-08-221-8/+3
OpenPOWER on IntegriCloud