2006-11-14 |
Diego Biurrun | Move AMR support instructions into the documentation.
|
commit | commitdiff | tree |
2006-11-14 |
Diego Biurrun | Remove empty section.
|
commit | commitdiff | tree |
2006-11-14 |
Diego Biurrun | Update list of supported codecs.
|
commit | commitdiff | tree |
2006-11-14 |
Diego Biurrun | Make man page installation dependent on documentation...
|
commit | commitdiff | tree |
2006-11-14 |
Diego Biurrun | Remove some unused variables.
|
commit | commitdiff | tree |
2006-11-14 |
Diego Biurrun | Remove wrong/misleading comment.
|
commit | commitdiff | tree |
2006-11-14 |
Diego Biurrun | Remove redundant #ifdef HAVE_THREAD, the file is only...
|
commit | commitdiff | tree |
2006-11-14 |
Diego Biurrun | Remove ifneq MINGW condition around man page installation...
|
commit | commitdiff | tree |
2006-11-13 |
j@v2v.cc | support for libswscale.pc without --enable-swscaler
|
commit | commitdiff | tree |
2006-11-12 |
Diego Biurrun | Sync documentation with the current ffmpeg -h output.
|
commit | commitdiff | tree |
2006-11-12 |
Diego Biurrun | slight simplification
|
commit | commitdiff | tree |
2006-11-08 |
Diego Biurrun | Remove illegal FourCC values.
|
commit | commitdiff | tree |
2006-11-07 |
Víctor Paesa | Some documentation on the vhook imlib2 moving images...
|
commit | commitdiff | tree |
2006-11-07 |
Diego Biurrun | Use MMX only under x86_32, there are compilation problems.
|
commit | commitdiff | tree |
2006-11-05 |
Diego Biurrun | Simplify regression test execution.
|
commit | commitdiff | tree |
2006-11-05 |
Diego Biurrun | Use a variable for FFmpeg options.
|
commit | commitdiff | tree |
2006-11-05 |
Diego Biurrun | Do not set audio codec_tag to 1, that would be PCM...
|
commit | commitdiff | tree |
2006-11-04 |
Steve L'Homme | Properly quote paths on grep invocations for codec...
|
commit | commitdiff | tree |
2006-11-02 |
Diego Biurrun | Add option to disable ffmpeg build.
|
commit | commitdiff | tree |
2006-11-02 |
Diego Biurrun | Detect some more ARM CPU types.
|
commit | commitdiff | tree |
2006-11-02 |
Diego Biurrun | Accept multiple --extra-ldflags and --extra-libs options.
|
commit | commitdiff | tree |
2006-11-01 |
Steve L'Homme | Replace most of the %lld and %llx by their (cleaner...
|
commit | commitdiff | tree |
2006-11-01 |
Steve L'Homme | Define fallback for PRIX64, taken from a patch by Steve...
|
commit | commitdiff | tree |
2006-11-01 |
Diego Biurrun | Rename SWAP macro to FFSWAP.
|
commit | commitdiff | tree |
2006-11-01 |
Steve L'Homme | reindentation, patch by From: Steve Lhomme, slhomme...
|
commit | commitdiff | tree |
2006-11-01 |
Diego Biurrun | Do not mix declarations and statements.
|
commit | commitdiff | tree |
2006-11-01 |
Diego Biurrun | Make tests compile on non-x86.
|
commit | commitdiff | tree |
2006-11-01 |
Diego Biurrun | Use common define for x86_32 and x86_64.
|
commit | commitdiff | tree |
2006-11-01 |
Diego Biurrun | Use common define for x86_32 and x86_64.
|
commit | commitdiff | tree |
2006-11-01 |
Diego Biurrun | typo
|
commit | commitdiff | tree |
2006-11-01 |
Diego Biurrun | Add ARCH_X86_32 as a new define for 32 bit x86 architectures...
|
commit | commitdiff | tree |
2006-11-01 |
Diego Biurrun | better #endif comment
|
commit | commitdiff | tree |
2006-10-31 |
Diego Biurrun | cosmetics: Restore alphabetical order.
|
commit | commitdiff | tree |
2006-10-31 |
Diego Biurrun | cosmetics: Restore alphabetical order.
|
commit | commitdiff | tree |
2006-10-30 |
Gustavo Sverzut... | warning fix from a patch by Gustavo Sverzut Barbieri...
|
commit | commitdiff | tree |
2006-10-30 |
Gustavo Sverzut... | Use fixed point in color conversion.
|
commit | commitdiff | tree |
2006-10-29 |
Diego Biurrun | Fix dependencies for 'make dep'.
|
commit | commitdiff | tree |
2006-10-29 |
Diego Biurrun | Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC...
|
commit | commitdiff | tree |
2006-10-29 |
Diego Biurrun | Many systems have TEMPDIR mounted noexec, warn about...
|
commit | commitdiff | tree |
2006-10-28 |
Andrew Voznytsa | sample rate fix
|
commit | commitdiff | tree |
2006-10-27 |
Diego Biurrun | Rename dvdsub.c to dvdsubdec.c.
|
commit | commitdiff | tree |
2006-10-26 |
Diego Biurrun | wording/grammar
|
commit | commitdiff | tree |
2006-10-24 |
Steve L'Homme | Don't include inttypes.h/stdint.h directly, there is...
|
commit | commitdiff | tree |
2006-10-22 |
Diego Biurrun | spelling/grammar fixes
|
commit | commitdiff | tree |
2006-10-19 |
Bernhard Rosenkränzer | Fix PIC compilation, some defines were under #ifdef...
|
commit | commitdiff | tree |
2006-10-18 |
Diego Biurrun | Fix license header error notice by Steve LHomme.
|
commit | commitdiff | tree |
2006-10-18 |
Diego Biurrun | Don't run libavtest if CONFIG_GPL is not set.
|
commit | commitdiff | tree |
2006-10-16 |
Diego Biurrun | Fix crash with illegal instruction, cmov is available...
|
commit | commitdiff | tree |
2006-10-16 |
Diego Biurrun | Expand some #endif comments.
|
commit | commitdiff | tree |
2006-10-16 |
Diego Biurrun | Fix #endif comments.
|
commit | commitdiff | tree |
2006-10-16 |
Diego Biurrun | Replace FLAC FourCC by TwoCC.
|
commit | commitdiff | tree |
2006-10-16 |
Diego Biurrun | Add libswscale to the include path when enabled.
|
commit | commitdiff | tree |
2006-10-16 |
Diego Biurrun | Don't mix declarations and statements.
|
commit | commitdiff | tree |
2006-10-15 |
Diego Biurrun | Revert putting EXTRALIBS in common.mak, linking fails...
|
commit | commitdiff | tree |
2006-10-15 |
Diego Biurrun | Consistently use $(BUILD_ROOT).
|
commit | commitdiff | tree |
2006-10-15 |
Diego Biurrun | Warn about --enable-gpl.
|
commit | commitdiff | tree |
2006-10-15 |
Diego Biurrun | 0.pgm is now 00.pgm.
|
commit | commitdiff | tree |
2006-10-15 |
Diego Biurrun | Remove unused variable.
|
commit | commitdiff | tree |
2006-10-15 |
Diego Biurrun | Consistently use $(BUILD_ROOT).
|
commit | commitdiff | tree |
2006-10-14 |
Diego Biurrun | Put libmpeg2 IDCT functions under CONFIG_GPL, fixes...
|
commit | commitdiff | tree |
2006-10-13 |
Diego Biurrun | Remove intrinsics checks, they are no longer used.
|
commit | commitdiff | tree |
2006-10-13 |
Diego Biurrun | Add a note about illegal codec IDs.
|
commit | commitdiff | tree |
2006-10-13 |
Diego Biurrun | Add codec ID for Shorten audio.
|
commit | commitdiff | tree |
2006-10-12 |
Diego Biurrun | Rename internal.h --> xvid_internal.h, it clashes with...
|
commit | commitdiff | tree |
2006-10-11 |
Diego Biurrun | Rename ABS macro to FFABS.
|
commit | commitdiff | tree |
2006-10-11 |
Diego Biurrun | Rename ABS macro to FFABS.
|
commit | commitdiff | tree |
2006-10-11 |
Diego Biurrun | Rename SIGN macro to FFSIGN to avoid clashes with system...
|
commit | commitdiff | tree |
2006-10-11 |
Diego Biurrun | Move CFLAGS handling to common.mak.
|
commit | commitdiff | tree |
2006-10-11 |
Diego Biurrun | Move CFLAGS handling to common.mak.
|
commit | commitdiff | tree |
2006-10-11 |
Diego Biurrun | Switch to the LGPL as agreed to by the author according...
|
commit | commitdiff | tree |
2006-10-11 |
Diego Biurrun | printf --> av_log with some help from Oded
|
commit | commitdiff | tree |
2006-10-10 |
Diego Biurrun | Rename SIGN macro to the more fitting UNFOLD.
|
commit | commitdiff | tree |
2006-10-10 |
Diego Biurrun | Remove unused variables.
|
commit | commitdiff | tree |
2006-10-10 |
Diego Biurrun | BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
|
commit | commitdiff | tree |
2006-10-10 |
Diego Biurrun | Change libpostproc to use the FFMIN/FFMAX macros from...
|
commit | commitdiff | tree |
2006-10-10 |
Diego Biurrun | Move sign macro to libavutil.
|
commit | commitdiff | tree |
2006-10-10 |
Diego Biurrun | Use ABS macro from libavutil.
|
commit | commitdiff | tree |
2006-10-09 |
Diego Biurrun | Remove gcc-workaround that is already present in libavutil...
|
commit | commitdiff | tree |
2006-10-09 |
Diego Biurrun | Fix default license header.
|
commit | commitdiff | tree |
2006-10-09 |
Diego Biurrun | Fix GPL/LGPL license version mismatch.
|
commit | commitdiff | tree |
2006-10-08 |
Víctor Paesa | Quote names individually, since otherwise the whole...
|
commit | commitdiff | tree |
2006-10-08 |
Diego Biurrun | output typo fixes
|
commit | commitdiff | tree |
2006-10-08 |
Diego Biurrun | Compilation fix: pix_abs16x16_c was undeclared.
|
commit | commitdiff | tree |
2006-10-08 |
Diego Biurrun | Compilation fix, printf gets redefined to please_use_av_log.
|
commit | commitdiff | tree |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ...
|
commit | commitdiff | tree |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ...
|
commit | commitdiff | tree |
2006-10-07 |
Diego Biurrun | Compilation fix, printf gets redefined to please_use_av_log.
|
commit | commitdiff | tree |
2006-10-07 |
Diego Biurrun | Replace -I.. by -I$(BUILD_ROOT).
|
commit | commitdiff | tree |
2006-10-07 |
Diego Biurrun | Replace -I../-I. by -I$(BUILD_ROOT).
|
commit | commitdiff | tree |
2006-10-07 |
Diego Biurrun | Remove bogus commented out include line.
|
commit | commitdiff | tree |
2006-10-07 |
Diego Biurrun | cosmetics: Add backslashes to the last line of continued...
|
commit | commitdiff | tree |
2006-10-05 |
Diego Biurrun | message typo fixes
|
commit | commitdiff | tree |
2006-10-05 |
Diego Biurrun | Simplify test program build.
|
commit | commitdiff | tree |
2006-10-05 |
Diego Biurrun | Simplify test program build.
|
commit | commitdiff | tree |
2006-10-05 |
Diego Biurrun | Fix imgresample-test compilation.
|
commit | commitdiff | tree |
2006-10-05 |
Diego Biurrun | Test programs depend on $(LIB).
|
commit | commitdiff | tree |
2006-10-05 |
Diego Biurrun | imgresample-test depends on $(LIB).
|
commit | commitdiff | tree |
2006-10-05 |
Diego Biurrun | Simplify EXTRALIBS handling.
|
commit | commitdiff | tree |
2006-10-05 |
Diego Biurrun | Switch idct_mmx_xvid.c from GPL to LGPL as permitted...
|
commit | commitdiff | tree |
2006-10-04 |
Diego Biurrun | FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE...
|
commit | commitdiff | tree |
next |