| Commit message (Expand) | Author | Age | Files | Lines |
* | Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil | Luca Abeni | 2006-07-19 | 1 | -1/+1 |
* | cosmetics | Måns Rullgård | 2006-07-16 | 1 | -1/+1 |
* | replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use | Måns Rullgård | 2006-07-13 | 1 | -1/+1 |
* | rename AMR config variables to CONFIG_AMR* | Måns Rullgård | 2006-07-12 | 1 | -4/+4 |
* | Remove MPlayer-specific include option hacks. | Diego Biurrun | 2006-07-12 | 1 | -2/+0 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -0/+14 |
* | only build dpcm.o if its codecs are enabled | Måns Rullgård | 2006-07-08 | 1 | -1/+5 |
* | forgot to remove adx.o from objs always built | Måns Rullgård | 2006-07-08 | 1 | -1/+1 |
* | make the adx adpcm codec available | Måns Rullgård | 2006-07-08 | 1 | -2/+2 |
* | enable/disable pcm and adpcm codecs | Måns Rullgård | 2006-07-08 | 1 | -3/+75 |
* | cosmetic: sort codec list alphabetically | Måns Rullgård | 2006-07-08 | 1 | -17/+17 |
* | rewrite kconfig-style | Måns Rullgård | 2006-07-08 | 1 | -357/+195 |
* | Sun mlib works fine. Remove comment stating otherwise. | Måns Rullgård | 2006-07-08 | 1 | -1/+0 |
* | Remove bogus IPP section that is not referenced anywhere. | Diego Biurrun | 2006-07-08 | 1 | -6/+0 |
* | remove -fforce-addr as it to generate slightly slower code | Måns Rullgård | 2006-07-07 | 1 | -1/+0 |
* | simplify | Måns Rullgård | 2006-07-06 | 1 | -2/+1 |
* | build mpegaudio.c and ac3enc.c only if needed | Måns Rullgård | 2006-07-06 | 1 | -1/+7 |
* | AVBitStreamFilter (some thingy which can modify the bitstream like add or rem... | Michael Niedermayer | 2006-07-06 | 1 | -1/+3 |
* | use $(LIBOBJFLAGS) when compiling sparc/*.c | Måns Rullgård | 2006-07-05 | 1 | -1/+1 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -2/+4 |
* | CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) | Michael Niedermayer | 2006-07-03 | 1 | -0/+3 |
* | Rename VC9 to VC1 as there is no such thing as VC9 | Kostya Shishkov | 2006-06-27 | 1 | -2/+2 |
* | first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc... | Michael Niedermayer | 2006-06-24 | 1 | -0/+3 |
* | use ifeq(...,yes) instead of ifdef | Måns Rullgård | 2006-06-09 | 1 | -2/+2 |
* | remove redundant make variable SUBDIR | Måns Rullgård | 2006-06-01 | 1 | -1/+0 |
* | Flash Screen Video decoder (fourcc:FSV1) | Benjamin Larsson | 2006-06-01 | 1 | -0/+3 |
* | fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. | Guillaume Poirier | 2006-05-16 | 1 | -1/+6 |
* | Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ... | Guillaume Poirier | 2006-05-14 | 1 | -1/+1 |
* | Further simplify AMR build. | Diego Biurrun | 2006-05-06 | 1 | -6/+3 |
* | Ignore errors from recursive AMR cleans. | Diego Biurrun | 2006-05-05 | 1 | -2/+2 |
* | Unconditionally clean AMR subdirs. | Diego Biurrun | 2006-05-05 | 1 | -11/+2 |
* | Fix amr_nb-fixed build. | Diego Biurrun | 2006-04-27 | 1 | -6/+2 |
* | Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does | Diego Biurrun | 2006-04-27 | 1 | -5/+5 |
* | cosmetics: Group all AMR variables together, add some newlines. | Diego Biurrun | 2006-04-27 | 1 | -11/+16 |
* | Misplaced CLEANAMR. | Diego Biurrun | 2006-04-27 | 1 | -1/+1 |
* | CLEANAMRWB --> CLEANAMR typo | Diego Biurrun | 2006-04-27 | 1 | -1/+1 |
* | Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. | Diego Biurrun | 2006-04-15 | 1 | -1/+1 |
* | KMVC (used in Worms games) decoder. Works fine with samples from MPHQ | Kostya Shishkov | 2006-04-07 | 1 | -0/+3 |
* | EXTRALIBS already contains -lm, no need to add it explicitly. | Diego Biurrun | 2006-03-29 | 1 | -1/+1 |
* | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger | 2006-03-27 | 1 | -0/+5 |
* | altivec support for snow | Luca Barbato | 2006-03-27 | 1 | -1/+1 |
* | Smacker demuxer and decoder. | Kostya Shishkov | 2006-03-21 | 1 | -0/+3 |
* | since Michael prefers to keep dsputil.h private to libavcodec | Måns Rullgård | 2006-03-20 | 1 | -1/+1 |
* | Add the mmx and sse2 implementations of ff_snow_vertical_compose(). | Robert Edele | 2006-03-20 | 1 | -1/+1 |
* | 3DNow! & Extended 3DNow! versions of FFT | Zuxy Meng | 2006-03-08 | 1 | -1/+5 |
* | complete AVS playback system (from Creature Shock computer game), | Mike Melanson | 2006-02-17 | 1 | -0/+3 |
* | move common parts of makefiles into common.mak | Måns Rullgård | 2006-02-13 | 1 | -74/+10 |
* | dosbox native ZMBV decoder, courtesy of Kostya | Mike Melanson | 2006-02-12 | 1 | -0/+3 |
* | complete American Laser Games MM playback system, courtesy of Peter Ross | Mike Melanson | 2006-02-12 | 1 | -0/+3 |
* | tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ... | Alex Beregszaszi | 2006-02-12 | 1 | -0/+3 |