Lars Täuber
1472b7dd28
LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net
...
Originally committed as revision 13187 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Guillaume Poirier
d9481eb7f3
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
...
it's build out of a C file, not an ASM file
Originally committed as revision 13134 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Siarhei Siamashka
e6303192c7
Add some initial optimizations for ARM VFP (floating
...
point coprocessor available in some ARM11 cores).
Patch by Siarhei Siamashka % siarhei.siamashka@gmail.com %
Original thread:
date: Apr 20, 2008 5:41 PM
subject: [FFmpeg-devel] [PATCH] Some ARM VFP optimizations (vector_fmul, vector_fmul_reverse, float_to_int16)
Originally committed as revision 13128 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
f7cd9eed5d
Add Dirac support through libschroedinger.
...
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
690bfceb20
Dirac decoding/encoding support via libdirac.
...
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13042 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
575e696ce4
Add Dirac parser from SoC; written by Marco Gerards;
...
submitted by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13041 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
57105ddd03
Rename i386/cputest.c --> i386/cpuid.c.
...
Originally committed as revision 13002 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8033ba57b9
Remove unnecessary test program dependency declarations.
...
Originally committed as revision 13001 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9a53eb7ce7
mp3on4 decoder now depends on mpeg4audio code
...
Originally committed as revision 12989 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
bf52a72023
10l, alphabetical order
...
Originally committed as revision 12973 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
45a97d3018
set channels and sample rate from mpeg4audio config
...
Originally committed as revision 12964 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4afaffca9e
mov demuxer depends on mpeg4audio code now
...
Originally committed as revision 12963 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
12eef728bf
Fix build of cputest test program.
...
Originally committed as revision 12899 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Sisir Koppaka
2003d3da1a
BFI video decoder.
...
Patch by Sisir Koppaka sisir koppaka gmail
Original thread: [FFmpeg-devel] BFI video decoder
Date: 04/17/2008 04:25 PM
Originally committed as revision 12890 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0ddfbc73cc
cosmetics: Sort some lists alphabetically.
...
Originally committed as revision 12886 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b153c68b8a
fix building of test programs (make tests)
...
Originally committed as revision 12867 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
f73a6393e7
Add a new xvid-style IDCT using SSE2.
...
Originally committed as revision 12843 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e825656f1d
Clear DIRS variable in common.mak, so it does not have to be cleared in
...
each subdirectory Makefile.
Originally committed as revision 12803 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7b1b3dc128
Unset DIRS after including subdir.mak so that the variable is not used
...
in the other subdirectory Makefiles.
Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
adc393503f
Generate the list of files to clean in subdirectories in common.mak.
...
This way, it can be used from all directories.
Originally committed as revision 12800 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
77405bb879
Simplify CLEANFILES generation.
...
Originally committed as revision 12798 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
8e255b8bda
replace some ifeq with prettier ifdef
...
Originally committed as revision 12764 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
dbe6c6ff00
append TESTS-yes to TESTS; one ifeq less
...
Originally committed as revision 12763 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
71c61f62a3
non-recursive makefiles
...
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7bfacd4e75
use common aac sample rate tables
...
Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
bac47ae6ca
use mpeg4audio common code in aac parser
...
Originally committed as revision 12665 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
dd9c773bd9
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
...
Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Eli Friedman
40d2627306
Escape 124 (RPL) decoder
...
Patch by Eli Friedman (eli friedman gmail com)
Originally committed as revision 12648 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jai Menon
cb21e0a715
8SVX decoder
...
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12632 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a815037409
Classify mlib as a configurable option, not as a hardware feature.
...
Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Sascha Sommer
975cdc8fc1
rl2 decoder
...
Originally committed as revision 12543 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
a7129de51b
Mimic decoder.
...
Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
d85d7a0be7
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
...
Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
13ca50f367
Rename --enable-swscaler --> enable-swscale to be consistent with the
...
directory name and other option names. Also rename variables accordingly.
Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9b25f4a65f
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
...
Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
0e32c8c65a
simplify library version handling
...
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
5671fc14f6
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
...
Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
9822564d1d
make compilation of mpeg12* and mpegvideo conditional
...
Originally committed as revision 12345 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
5a4334618c
add dependencies for matroska audio and nut muxers over lavc
...
Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
591bf9b942
add some required objects dependencies
...
Originally committed as revision 12333 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7998988129
fix wmv3 dependencies
...
Originally committed as revision 12314 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
6f08c541b4
floating point AAN IDCT
...
Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
97d1d009e2
split encoding part of dsputil_mmx into its own file
...
Originally committed as revision 12223 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
57b98634c4
compile various fdct only when encoders are enabled
...
Originally committed as revision 12219 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
234c6ed76d
Add bitstream filter to convert between mov and plain text subtitles
...
Originally committed as revision 11659 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bca9e0bcf1
Move common test program infrastructure to common.mak.
...
Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
fe34942e92
Move some lines in preparation for an upcoming commit.
...
Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
eba6ba4a74
Add $(EXESUF) where necessary.
...
Originally committed as revision 11636 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1260eb4a68
whitespace and sorting cosmetics
...
Originally committed as revision 11632 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f98869bcec
Add generic rule for all tests.
...
Originally committed as revision 11631 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago