summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* adding a \ so we can add more lines without having to do a "cosmetic" change ...Michael Niedermayer2006-07-14
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-14
* indentMåns Rullgård2006-07-14
* simplifyMåns Rullgård2006-07-14
* simplifyMåns Rullgård2006-07-14
* remove impossible #ifdef caseMåns Rullgård2006-07-14
* remove old msvc cruftMåns Rullgård2006-07-13
* remove redundant #include <math.h>Måns Rullgård2006-07-13
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* cleanup suggested by Michael NiedermayerMåns Rullgård2006-07-13
* move adler32 to libavutilMåns Rullgård2006-07-13
* Simplify the setting of some defaults.Diego Biurrun2006-07-13
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
* Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,Guillaume Poirier2006-07-13
* dither lpc cpeffsMichael Niedermayer2006-07-13
* add lost raw pcm input/output formatsMåns Rullgård2006-07-13
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
* static libvorbis needs -loggMåns Rullgård2006-07-12
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-12
* split compile and link in check_ldMåns Rullgård2006-07-12
* nut needs crc.oMåns Rullgård2006-07-12
* 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