summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fix umid base value, use revision 5 and generic material typeBaptiste Coudurier2008-10-27
| | | | Originally committed as revision 15723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 decoder may need zlibBaptiste Coudurier2008-10-27
| | | | Originally committed as revision 15722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sound essence compression ULBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix start position ULBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 watermark code now needs zlibBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence GCC warningVitor Sessak2008-10-26
| | | | Originally committed as revision 27834 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
| | | | Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge OBJS-$(FOO) lists with same FOOMåns Rullgård2008-10-26
| | | | Originally committed as revision 15716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable codec downmix when not using simd instead of silently produce silenceBenjamin Larsson2008-10-26
| | | | Originally committed as revision 15715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dca decoder with non simd float2int16 conversionBenjamin Larsson2008-10-26
| | | | Originally committed as revision 15714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with TRACEBenjamin Larsson2008-10-26
| | | | Originally committed as revision 15713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused code that can't be compiled without svn archive.Carl Eugen Hoyos2008-10-25
| | | | Originally committed as revision 27827 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ARM: faster ARMv6 FASTDIV()Måns Rullgård2008-10-25
| | | | Originally committed as revision 15712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless ifdeffery, tscc won't do anything useful without zlibAurelien Jacobs2008-10-25
| | | | Originally committed as revision 15711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable zlib and bzlib only when usefulAurelien Jacobs2008-10-25
| | | | Originally committed as revision 15710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3: remove unused includeAurelien Jacobs2008-10-25
| | | | Originally committed as revision 15709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not attempt to use the unscaled yuv2rgb converter when height is odd becauseMichael Niedermayer2008-10-25
| | | | | | it will overflow the buffer by 1 line. This might have been exploitable. Originally committed as revision 27826 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
| | | | | | | There is no longer any need to differentiate the object files by source type. Originally committed as revision 15708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused SRCS make variableMåns Rullgård2008-10-25
| | | | Originally committed as revision 15707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CONFIG_GOLOMB and auto-select when neededMåns Rullgård2008-10-25
| | | | Originally committed as revision 15706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auto-enable CONFIG_MDCT when neededMåns Rullgård2008-10-25
| | | | Originally committed as revision 15705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoder doesn't need FFTMåns Rullgård2008-10-25
| | | | Originally committed as revision 15704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add subtitle format section.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Slightly update MP3 support entry.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark formats requiring external libs with an 'E' in the format support tables.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add GSM into list of supported audio codecs.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Uniformize external library comments.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Documentation and changelog update for libspeex decodingDavid Conrad2008-10-25
| | | | Originally committed as revision 15698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Change the order of mlp parser objects to be consistent.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of mlp decoder dependency on mlp parser to the MakefileDiego Biurrun2008-10-25
| | | | | | where all other such dependencies are declared. Originally committed as revision 15696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: ffserver -> FFserverBaptiste Coudurier2008-10-25
| | | | Originally committed as revision 15695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, indentationBaptiste Coudurier2008-10-25
| | | | Originally committed as revision 15694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if stream is set, fix potential segvBaptiste Coudurier2008-10-25
| | | | Originally committed as revision 15693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build MMX/SSE FFT only if CONFIG_FFT is setMåns Rullgård2008-10-24
| | | | Originally committed as revision 15692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA decoder needs FFTMåns Rullgård2008-10-24
| | | | Originally committed as revision 15691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add foo_suggest facilityMåns Rullgård2008-10-24
| | | | | | | This is like foo_select, except the selected options being disabled does not disable foo. Originally committed as revision 15690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add enable_weak and disable_weakMåns Rullgård2008-10-24
| | | | | | | These functions enable/disable their options if these are unset, leaving their old values otherwise. Originally committed as revision 15689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow recursive foo_select optionsMåns Rullgård2008-10-24
| | | | Originally committed as revision 15688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify sample rate code, flv_set_audio_codec already overrides it for ↵Baptiste Coudurier2008-10-24
| | | | | | nellymoser 8khz Originally committed as revision 15687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auto-enable CONFIG_FFT for codecs that need itMåns Rullgård2008-10-24
| | | | Originally committed as revision 15686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: cosmeticsMåns Rullgård2008-10-24
| | | | Originally committed as revision 15685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add foo_select facilityMåns Rullgård2008-10-24
| | | | | | | | If an option 'foo' is enabled, all options listed in foo_select are automatically enabled, unless explicitly disabled. In the latter case, foo is also disabled. Originally committed as revision 15684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix disabled_any to return false for empty listMåns Rullgård2008-10-24
| | | | Originally committed as revision 15683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting cosmeticsDiego Biurrun2008-10-24
| | | | Originally committed as revision 15682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-10-24
| | | | Originally committed as revision 15681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-24
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for >2GB flv filesPascal Massimino2008-10-24
| | | | Originally committed as revision 15677 to svn://svn.ffmpeg.org/ffmpeg/trunk