291 Commits (51a0a721aba377ce843eede07395ce9eb00d528e)

Author SHA1 Message Date
Måns Rullgård 6c9ce82f74 remove libtheora wrapper 18 years ago
Kostya Shishkov 64db55aedb New functions in DSPContext for VC-1 decoding 18 years ago
Stefan Gehrer 595e7bd940 some MMX optimizations for the CAVS decoder 18 years ago
Luca Abeni cea8f6f323 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 18 years ago
Måns Rullgård 7a5f09f66e cosmetics 18 years ago
Måns Rullgård 4b65d88fd7 replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 18 years ago
Måns Rullgård 6636b7e8e3 rename AMR config variables to CONFIG_AMR* 18 years ago
Diego Biurrun f7f03a6303 Remove MPlayer-specific include option hacks. 18 years ago
Måns Rullgård af9e7d1810 --enable/disable parsers. Warning: some combinations are broken. 18 years ago
Måns Rullgård f7e79298d1 only build dpcm.o if its codecs are enabled 18 years ago
Måns Rullgård 6f3d6022cf forgot to remove adx.o from objs always built 18 years ago
Måns Rullgård 7239fb5738 make the adx adpcm codec available 18 years ago
Måns Rullgård 327dcfd315 enable/disable pcm and adpcm codecs 18 years ago
Måns Rullgård a29ff6b76b cosmetic: sort codec list alphabetically 18 years ago
Måns Rullgård bac3be382e rewrite kconfig-style 18 years ago
Måns Rullgård 7f53b77c83 Sun mlib works fine. Remove comment stating otherwise. 18 years ago
Diego Biurrun 6be4846a1a Remove bogus IPP section that is not referenced anywhere. 18 years ago
Måns Rullgård ab7e315396 remove -fforce-addr as it to generate slightly slower code 18 years ago
Måns Rullgård 1ede1725f1 simplify 19 years ago
Måns Rullgård 0ac3dcb8e8 build mpegaudio.c and ac3enc.c only if needed 19 years ago
Michael Niedermayer 748c2fca7e AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) 19 years ago
Måns Rullgård bb428277fa use $(LIBOBJFLAGS) when compiling sparc/*.c 19 years ago
Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 19 years ago
Michael Niedermayer b482e2d12f CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) 19 years ago
Kostya Shishkov 10b9c374cf Rename VC9 to VC1 as there is no such thing as VC9 19 years ago
Michael Niedermayer 9e96ab0389 first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder 19 years ago
Måns Rullgård 87318d6988 use ifeq(...,yes) instead of ifdef 19 years ago
Måns Rullgård 42225a3058 remove redundant make variable SUBDIR 19 years ago
Benjamin Larsson 0919e788ae Flash Screen Video decoder (fourcc:FSV1) 19 years ago
Guillaume Poirier c2f69579bb fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. 19 years ago
Guillaume Poirier fce9551efc Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead. 19 years ago
Diego Biurrun 60827a1a80 Further simplify AMR build. 19 years ago
Diego Biurrun 215e46e6e5 Ignore errors from recursive AMR cleans. 19 years ago
Diego Biurrun c7f1a2f56e Unconditionally clean AMR subdirs. 19 years ago
Diego Biurrun 3ed410a6bd Fix amr_nb-fixed build. 19 years ago
Diego Biurrun 6eb07e7349 Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does 19 years ago
Diego Biurrun e0fb7e5b0d cosmetics: Group all AMR variables together, add some newlines. 19 years ago
Diego Biurrun 90d9a1ba70 Misplaced CLEANAMR. 19 years ago
Diego Biurrun 1ea00ed061 CLEANAMRWB --> CLEANAMR typo 19 years ago
Diego Biurrun 2cf30841b5 Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. 19 years ago
Kostya Shishkov fd7b199199 KMVC (used in Worms games) decoder. Works fine with samples from MPHQ 19 years ago
Diego Biurrun dc9cc5ed85 EXTRALIBS already contains -lm, no need to add it explicitly. 19 years ago
Reimar Döffinger dfca23e361 NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 years ago
Luca Barbato 22b48b85b6 altivec support for snow 19 years ago
Kostya Shishkov 348efc1836 Smacker demuxer and decoder. 19 years ago
Måns Rullgård d59518d45d since Michael prefers to keep dsputil.h private to libavcodec 19 years ago
Robert Edele 4567b4bdab Add the mmx and sse2 implementations of ff_snow_vertical_compose(). 19 years ago
Zuxy Meng 82eb4b0f1b 3DNow! & Extended 3DNow! versions of FFT 19 years ago
Mike Melanson 2637670144 complete AVS playback system (from Creature Shock computer game), 19 years ago
Måns Rullgård 8b2121e3de move common parts of makefiles into common.mak 19 years ago