6066 Commits (6b7f5b3eb841b9319d4a349110c416cd1d43d4f8)
 

Author SHA1 Message Date
Michael Niedermayer 6b7f5b3eb8 adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line 19 years ago
Michael Niedermayer 82ab5ad7b2 linear least squares solver using cholesky factorization 19 years ago
Måns Rullgård 29e4710a70 indent 19 years ago
Måns Rullgård 0339e2b49f simplify 19 years ago
Måns Rullgård 6d3d62b3d3 simplify 19 years ago
Måns Rullgård 1dd590619a remove impossible #ifdef case 19 years ago
Måns Rullgård b2b48c77ca remove old msvc cruft 19 years ago
Måns Rullgård 43756fa17f remove redundant #include <math.h> 19 years ago
Måns Rullgård 4b65d88fd7 replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 19 years ago
Måns Rullgård 38603ff65d cleanup suggested by Michael Niedermayer 19 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 19 years ago
Diego Biurrun 43865cf092 Simplify the setting of some defaults. 19 years ago
Víctor Paesa 5894e1bbf2 add loop_input to AVFormatContext, getting rid of old hack 19 years ago
Guillaume Poirier 2645e80f6d Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64, 19 years ago
Michael Niedermayer 1484a46753 dither lpc cpeffs 19 years ago
Måns Rullgård ebd7617ba7 add lost raw pcm input/output formats 19 years ago
Måns Rullgård 6636b7e8e3 rename AMR config variables to CONFIG_AMR* 19 years ago
Måns Rullgård 8515d1c846 static libvorbis needs -logg 19 years ago
Diego Biurrun f7f03a6303 Remove MPlayer-specific include option hacks. 19 years ago
Måns Rullgård 0607887f0d split compile and link in check_ld 19 years ago
Måns Rullgård 3ab60c830a nut needs crc.o 19 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 19 years ago
Diego Biurrun b8635ec6ef Also remove versioned .so files on make clean. 19 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 19 years ago
Måns Rullgård 3dc7174e9d simplify list processing 19 years ago
Måns Rullgård fce53524b9 tidy up option parsing 19 years ago
Måns Rullgård 0cc4f26845 another round of cola, please 19 years ago
Måns Rullgård bd4700b1ca log stderr of test programs in check_exec() 19 years ago
Måns Rullgård fc4b254dd8 find all codecs, even the ones with numbers 19 years ago
Måns Rullgård 32f090dbcf 10l to Diego for disabling all codecs 19 years ago
Diego Biurrun 55006fc0e7 Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST. 19 years ago
Diego Biurrun f7facfbf23 cosmetics: Fix indentation after last commit. 19 years ago
Diego Biurrun 4bbefe6b5e Remove old MSVC remnants. 19 years ago
Diego Biurrun 8a85f46d2b CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo 19 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Diego Biurrun 4cac0d5589 Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead. 19 years ago
Luca Abeni 57b3c36d0f make libswscale build system similar to the libav* one 19 years ago
Baptiste Coudurier 2ec7b29b98 assign exact codec id, needed when stream copy 19 years ago
Diego Biurrun 1a5f0dbe2b 100l: Add missing quotes to FFLDFLAGS in the MinGW section. 19 years ago
Diego Biurrun 4874eef483 MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works. 19 years ago
Diego Biurrun e67bcdd985 Move MinGW section before the combination of FFLDFLAGS and LDFLAGS. 19 years ago
Diego Biurrun 1db54e20ff Move gprof compiler flag handling to configure. 19 years ago
Diego Biurrun dea4953d82 Remove silly TEST variable that is used in one line but not directly above. 19 years ago
Diego Biurrun 7b0cd9ee2b Move MinGW LDFLAGS setting to configure. 19 years ago
Diego Biurrun d7b34d0831 Move UltraSparc CFLAG addition to configure. 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Michael Niedermayer 21227514de simplify 19 years ago
Michael Niedermayer b2846effb7 avoid redundant local variables 19 years ago
Michael Niedermayer 69f34e5b1f simplify 19 years ago
Diego Biurrun e148c6e193 FastUVMV vs FastUVMC typo, noticed by bond 19 years ago