summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* split compile and link in check_ldMåns Rullgård2006-07-12
| | | | | | based on patch by Graham Booker <ffmpeglist at cod3r com> Originally committed as revision 5722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut needs crc.oMåns Rullgård2006-07-12
| | | | Originally committed as revision 5721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
| | | | Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also remove versioned .so files on make clean.Diego Biurrun2006-07-11
| | | | Originally committed as revision 5719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify list processingMåns Rullgård2006-07-11
| | | | Originally committed as revision 5717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tidy up option parsingMåns Rullgård2006-07-11
| | | | Originally committed as revision 5716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another round of cola, pleaseMåns Rullgård2006-07-11
| | | | Originally committed as revision 5715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log stderr of test programs in check_exec()Måns Rullgård2006-07-11
| | | | Originally committed as revision 5714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* find all codecs, even the ones with numbersMåns Rullgård2006-07-11
| | | | Originally committed as revision 5713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to Diego for disabling all codecsMåns Rullgård2006-07-11
| | | | Originally committed as revision 5712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.Diego Biurrun2006-07-11
| | | | Originally committed as revision 5711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation after last commit.Diego Biurrun2006-07-11
| | | | Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old MSVC remnants.Diego Biurrun2006-07-11
| | | | Originally committed as revision 5709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun2006-07-11
| | | | Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.Diego Biurrun2006-07-10
| | | | | | hint by Derek E. Lewis, dlewis_at_solnetworks net Originally committed as revision 5706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make libswscale build system similar to the libav* oneLuca Abeni2006-07-10
| | | | Originally committed as revision 18994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
| | | | Originally committed as revision 5705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Add missing quotes to FFLDFLAGS in the MinGW section.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW LDFLAGS setting to configure.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move UltraSparc CFLAG addition to configure.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid redundant local variablesMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun2006-07-09
| | | | Originally committed as revision 5693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some tables constMåns Rullgård2006-07-09
| | | | Originally committed as revision 5692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
| | | | Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove STATS code (probably hasnt been used for years ..., and its not ↵Michael Niedermayer2006-07-09
| | | | | | completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if 4-MV MB should not be decoded.Kostya Shishkov2006-07-09
| | | | Originally committed as revision 5688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov2006-07-09
| | | | Originally committed as revision 5687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mquant selection for ALL_MBS modeKostya Shishkov2006-07-09
| | | | Originally committed as revision 5686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use overlap filter instead of loop filter.Kostya Shishkov2006-07-09
| | | | Originally committed as revision 5685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov2006-07-09
| | | | Originally committed as revision 5684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-09
| | | | Originally committed as revision 5683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-08
| | | | Originally committed as revision 5681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-08
| | | | Originally committed as revision 5680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the adx adpcm codec availableMåns Rullgård2006-07-08
| | | | Originally committed as revision 5679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-08
| | | | Originally committed as revision 5678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set CONFIG_SMALL if user wants small ffmpegMichael Niedermayer2006-07-08
| | | | Originally committed as revision 5677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put the code which is specific for the large crc table under #ifndef ↵Michael Niedermayer2006-07-08
| | | | | | CONFIG_SMALL Originally committed as revision 5676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: sort codec list alphabeticallyMåns Rullgård2006-07-08
| | | | Originally committed as revision 5675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-08
| | | | Originally committed as revision 5674 to svn://svn.ffmpeg.org/ffmpeg/trunk