summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier2008-05-12
| | | | | | it's build out of a C file, not an ASM file Originally committed as revision 13134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-11
| | | | | | | | | | 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
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-03
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dirac decoding/encoding support via libdirac.Anuradha Suraparaju2008-05-03
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun2008-05-03
| | | | | | submitted by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun2008-04-26
| | | | Originally committed as revision 13002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary test program dependency declarations.Diego Biurrun2008-04-26
| | | | Originally committed as revision 13001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp3on4 decoder now depends on mpeg4audio codeBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, alphabetical orderBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov demuxer depends on mpeg4audio code nowBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build of cputest test program.Diego Biurrun2008-04-19
| | | | Originally committed as revision 12899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BFI video decoder.Sisir Koppaka2008-04-18
| | | | | | | | 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
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-17
| | | | Originally committed as revision 12886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix building of test programs (make tests)Måns Rullgård2008-04-16
| | | | Originally committed as revision 12867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a new xvid-style IDCT using SSE2.Alexander Strange2008-04-16
| | | | Originally committed as revision 12843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-13
| | | | | | each subdirectory Makefile. Originally committed as revision 12803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unset DIRS after including subdir.mak so that the variable is not usedDiego Biurrun2008-04-13
| | | | | | in the other subdirectory Makefiles. Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-13
| | | | | | This way, it can be used from all directories. Originally committed as revision 12800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify CLEANFILES generation.Diego Biurrun2008-04-13
| | | | Originally committed as revision 12798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-07
| | | | Originally committed as revision 12764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* append TESTS-yes to TESTS; one ifeq lessMåns Rullgård2008-04-07
| | | | Originally committed as revision 12763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common aac sample rate tablesAurelien Jacobs2008-04-02
| | | | Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mpeg4audio common code in aac parserBaptiste Coudurier2008-04-01
| | | | Originally committed as revision 12665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Escape 124 (RPL) decoderEli Friedman2008-03-31
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8SVX decoderJai Menon2008-03-30
| | | | | | Patch by Jai Menon (realityman <at> gmx.net) Originally committed as revision 12632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl2 decoderSascha Sommer2008-03-21
| | | | Originally committed as revision 12543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mimic decoder.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-17
| | | | Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
| | | | | | directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dependencies for matroska audio and nut muxers over lavcAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some required objects dependenciesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix wmv3 dependenciesAurelien Jacobs2008-03-04
| | | | Originally committed as revision 12314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN IDCTMichael Niedermayer2008-02-26
| | | | Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-25
| | | | Originally committed as revision 12223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile various fdct only when encoders are enabledAurelien Jacobs2008-02-25
| | | | Originally committed as revision 12219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add bitstream filter to convert between mov and plain text subtitlesReimar Döffinger2008-01-28
| | | | Originally committed as revision 11659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(EXESUF) where necessary.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace and sorting cosmeticsDiego Biurrun2008-01-27
| | | | Originally committed as revision 11632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic rule for all tests.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not group libamr_nb and libamr_wb together as libamr.Diego Biurrun2008-01-26
| | | | | | Also fixes --enable-libamr being recognized as configure parameter. Originally committed as revision 11616 to svn://svn.ffmpeg.org/ffmpeg/trunk