| Commit message (Expand) | Author | Age | Files | Lines |
* | Add generic rules for building helpers with HOSTCC | Måns Rullgård | 2009-10-29 | 1 | -4/+3 |
* | Makefile cosmetics | Måns Rullgård | 2009-10-28 | 1 | -1/+2 |
* | Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set | Måns Rullgård | 2009-10-28 | 1 | -1/+4 |
* | Fix dependency: generated table is needed to create the mpegaudiodec.o file, ... | Reimar Döffinger | 2009-10-28 | 1 | -1/+1 |
* | Add support for hardcoding the mpegaudiodec tables. | Reimar Döffinger | 2009-10-28 | 1 | -1/+13 |
* | Split synth filter out of dca.c. | Michael Niedermayer | 2009-10-28 | 1 | -1/+1 |
* | Split PAM encoder off into its own file. | Diego Biurrun | 2009-10-28 | 1 | -1/+1 |
* | Split the decoders from pnmen.c off into their own file. | Diego Biurrun | 2009-10-28 | 1 | -5/+5 |
* | The encoders in pnmenc.c now depend on the init/end functions in pnm.c. | Diego Biurrun | 2009-10-28 | 1 | -5/+5 |
* | Compile LPC code when CONFIG_LPC is set. | Diego Biurrun | 2009-10-23 | 1 | -2/+3 |
* | sin_tables.c is a generated file, so add it to CLEANFILES | Reimar Döffinger | 2009-10-20 | 1 | -1/+1 |
* | Add missing dependency of the S/PDIF muxer on the AAC parser. | Diego Biurrun | 2009-10-19 | 1 | -0/+1 |
* | add CONFIG_LPC to the build system for lpc dsputil functions. fixes build | Justin Ruggles | 2009-10-18 | 1 | -1/+1 |
* | Fix typo that mistakenly slipped into previous commit: | Onur Küçük | 2009-10-18 | 1 | -1/+1 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2009-10-18 | 1 | -73/+183 |
* | Move autocorrelation function from flacenc.c to lpc.c. Also rename the | Justin Ruggles | 2009-10-17 | 1 | -1/+1 |
* | Split parts of dvdata.h into dvdata.c, this ensures that things like | Reimar Döffinger | 2009-10-16 | 1 | -2/+4 |
* | Add support for hardcoded ff_sin_* tables. | Reimar Döffinger | 2009-10-15 | 1 | -1/+5 |
* | Use hardcoded instead of runtime-calculated ff_cos_* tables if | Reimar Döffinger | 2009-10-14 | 1 | -1/+10 |
* | Add decoder for "forward uncompressed". | Reimar Döffinger | 2009-10-13 | 1 | -0/+1 |
* | ARM: ARMv6 optimised add_pixels_clamped() | Måns Rullgård | 2009-10-06 | 1 | -0/+1 |
* | ARM: clean up file/function naming conventions | Måns Rullgård | 2009-10-04 | 1 | -5/+5 |
* | ARM: clean up dsputil initialisation | Måns Rullgård | 2009-10-04 | 1 | -2/+4 |
* | Hook up the MD studio demuxer and Atrac1 decoder. | Benjamin Larsson | 2009-09-22 | 1 | -0/+1 |
* | Move per-arch fft init bits into the corresponding subdirs | Måns Rullgård | 2009-09-15 | 1 | -0/+2 |
* | ARM: NEON optimised FFT and MDCT | Måns Rullgård | 2009-09-10 | 1 | -0/+4 |
* | Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. | Benjamin Larsson | 2009-09-08 | 1 | -1/+1 |
* | add missing wmapro decoder parts | Sascha Sommer | 2009-09-02 | 1 | -0/+1 |
* | Decoder for LPCM as used in Bluray discs. | Christian Schmidt | 2009-08-26 | 1 | -0/+1 |
* | Add Bluray Subtitle Support | Stephen Backway | 2009-08-25 | 1 | -0/+1 |
* | Skip headers requiring external libs not present in checkheaders | Måns Rullgård | 2009-08-23 | 1 | -0/+5 |
* | TwinVQ decoder | Vitor Sessak | 2009-08-23 | 1 | -0/+1 |
* | Make WMV2 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+1 |
* | Make MPEG-4 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+0 |
* | Make WMV1 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+0 |
* | Make FLV encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -1/+0 |
* | Make H.263+ (H263P) encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -1/+0 |
* | Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the | Diego Biurrun | 2009-08-05 | 1 | -3/+3 |
* | Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -2/+2 |
* | Split RV10 encoder off into its own file. | Diego Biurrun | 2009-08-03 | 1 | -1/+1 |
* | Split RV20 encoder into its own file. | Diego Biurrun | 2009-08-03 | 1 | -1/+1 |
* | Expose QCELP's floating-point LSP-to-LPC function | Colin McQuillan | 2009-08-03 | 1 | -1/+1 |
* | Make XVMC mpegvideo decoder depend on mpegvideo decoder. | Diego Biurrun | 2009-08-02 | 1 | -1/+1 |
* | Remove unnecessary mpeg12data.o entries from OBJS- variables. | Diego Biurrun | 2009-07-26 | 1 | -15/+15 |
* | Remove duplicated mpeg12data.o entries. | Diego Biurrun | 2009-07-26 | 1 | -2/+2 |
* | fix various compilation dependencies | Aurelien Jacobs | 2009-07-24 | 1 | -4/+4 |
* | refactoring: properly separate AC-3 and E-AC-3 code | Diego Biurrun | 2009-07-23 | 1 | -1/+2 |
* | Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. | Diego Biurrun | 2009-07-22 | 1 | -2/+3 |
* | Make Theora decoder depend on the VP3 decoder. | Diego Biurrun | 2009-07-22 | 1 | -4/+1 |
* | Make E-AC-3 decoder depend on the AC-3 decoder. | Diego Biurrun | 2009-07-21 | 1 | -1/+0 |