summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Speex decoding via libspeexDavid Conrad2008-10-24
| | | | Originally committed as revision 15676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Choose RV3/4 DC quantizer correctlyKostya Shishkov2008-10-24
| | | | Originally committed as revision 15675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw dnxhd de/muxerBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd parserBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2008-10-23
| | | | Originally committed as revision 27818 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix broken palette8to*.Vitor Sessak2008-10-23
| | | | Originally committed as revision 27817 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* dnxhd codec is intra onlyBaptiste Coudurier2008-10-23
| | | | Originally committed as revision 15672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add state64 field to ParseContext storing last 8 bytes, to be able to check ↵Baptiste Coudurier2008-10-23
| | | | | | for longer startcodes Originally committed as revision 15671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo fixDiego Biurrun2008-10-23
| | | | Originally committed as revision 27816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add information about a workaround for MinGW gcc versions.Diego Biurrun2008-10-23
| | | | | | based on a patch by Art Clarke, aclarke vlideshow com Originally committed as revision 15670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r15653.Benoit Fouet2008-10-23
| | | | | | | | Was "Copy pts for each raw encoded frame." It causes problems as timestamps management when video sync is zero needs rework in ffmpeg.c. Originally committed as revision 15669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs2008-10-22
| | | | Originally committed as revision 15668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: require global headerAurelien Jacobs2008-10-22
| | | | | | fixes issue696 Originally committed as revision 15667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spellingVíctor Paesa2008-10-22
| | | | Originally committed as revision 15666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include headers for optional libraries only when enabled.Diego Pettenò2008-10-22
| | | | | | | | | | | Include the headers for libavfilter, libswscale and libpostproc when they are enabled (and thus linked in). Without this change, Sun Studio will fail to link FFmpeg since two inline functions defined in avfilter.h will have undefined references to non-inline libavfilter functions. Originally committed as revision 15665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Leave out quotes from libdirac pkg-config call for consistency.Diego Biurrun2008-10-22
| | | | Originally committed as revision 15664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split bswap.h into per-arch filesMåns Rullgård2008-10-21
| | | | Originally committed as revision 15663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer2008-10-21
| | | | Originally committed as revision 15661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The v4l2 driver can silently change the pixel format in theJens Rosenboom2008-10-21
| | | | | | | | VIDIOC_S_FMT ioctl(). In this case, device_init() should fail so that a different pixel format is tried. Patch by Jens Rosenboom (jens DOT rosenboom AT eu DOT panasonic DOT com) Originally committed as revision 15660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: allow --cpu=armvN in configureMåns Rullgård2008-10-21
| | | | Originally committed as revision 15659 to svn://svn.ffmpeg.org/ffmpeg/trunk