summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* Also remove versioned .so files on make clean.Diego Biurrun2006-07-11
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* simplify list processingMåns Rullgård2006-07-11
* tidy up option parsingMåns Rullgård2006-07-11
* another round of cola, pleaseMåns Rullgård2006-07-11
* log stderr of test programs in check_exec()Måns Rullgård2006-07-11
* find all codecs, even the ones with numbersMåns Rullgård2006-07-11
* 10l to Diego for disabling all codecsMåns Rullgård2006-07-11
* Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.Diego Biurrun2006-07-11
* cosmetics: Fix indentation after last commit.Diego Biurrun2006-07-11
* Remove old MSVC remnants.Diego Biurrun2006-07-11
* CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun2006-07-11
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.Diego Biurrun2006-07-10
* make libswscale build system similar to the libav* oneLuca Abeni2006-07-10
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
* 100l: Add missing quotes to FFLDFLAGS in the MinGW section.Diego Biurrun2006-07-10
* MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.Diego Biurrun2006-07-10
* Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.Diego Biurrun2006-07-10
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-10
* Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun2006-07-10
* Move MinGW LDFLAGS setting to configure.Diego Biurrun2006-07-10
* Move UltraSparc CFLAG addition to configure.Diego Biurrun2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* simplifyMichael Niedermayer2006-07-09
* avoid redundant local variablesMichael Niedermayer2006-07-09
* simplifyMichael Niedermayer2006-07-09
* FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun2006-07-09
* make some tables constMåns Rullgård2006-07-09
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* cosmeticMichael Niedermayer2006-07-09
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* Check if 4-MV MB should not be decoded.Kostya Shishkov2006-07-09
* MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov2006-07-09
* Fix mquant selection for ALL_MBS modeKostya Shishkov2006-07-09
* Use overlap filter instead of loop filter.Kostya Shishkov2006-07-09
* Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov2006-07-09
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-09
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-08
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-08
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-08
* make the adx adpcm codec availableMåns Rullgård2006-07-08
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-08
* set CONFIG_SMALL if user wants small ffmpegMichael Niedermayer2006-07-08
* put the code which is specific for the large crc table under #ifndef CONFIG_S...Michael Niedermayer2006-07-08
* cosmetic: sort codec list alphabeticallyMåns Rullgård2006-07-08
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-08
* rewrite kconfig-styleMåns Rullgård2006-07-08
* Sun mlib works fine. Remove comment stating otherwise.Måns Rullgård2006-07-08