summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
| | | | | | | | | | Using macro templates allows the vp[56]_adjust functions to be inlined instead of called through function pointers. The new function pointers enable optimised implementations of the filters. 4% faster VP6 decoding on Cortex-A8. Originally committed as revision 22992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add acelp_filters.o as QCELP decoder object file.Ronald S. Bultje2010-04-23
| | | | Originally committed as revision 22956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA: break out lfe_interpolation_fir() inner loops to a functionMåns Rullgård2010-04-12
| | | | | | This enables SIMD optimisations of this function. Originally committed as revision 22861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-01
| | | | Originally committed as revision 22762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
| | | | | | Patch by Mohamed Naufal gmailify(naufal11). Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-21
| | | | Originally committed as revision 22622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16
| | | | Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
| | | | | | | | | | | This moves the H264-specific functions from DSPContext to the new H264DSPContext. The code is made conditional on CONFIG_H264DSP which is set by the codecs requiring it. The qpel and chroma MC functions are not moved as these are used by non-h264 code. Originally committed as revision 22565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100L, revert r22560, already presentBaptiste Coudurier2010-03-15
| | | | Originally committed as revision 22564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts muxer now needs mpeg4audio code like adts muxerBaptiste Coudurier2010-03-15
| | | | Originally committed as revision 22560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-14
| | | | Originally committed as revision 22527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-14
| | | | Originally committed as revision 22525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
| | | | | | | | This moves the DWT functions from snow.c and dsputil.c to a file of their own. A new struct, DWTContext, holds the function pointers previously part of DSPContext. Originally committed as revision 22522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with --disable-everything --enable-muxer=mpegtsAurelien Jacobs2010-03-12
| | | | Originally committed as revision 22480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with --disable-everything --enable-decoder=twinvqAurelien Jacobs2010-03-12
| | | | Originally committed as revision 22479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård2010-03-10
| | | | Originally committed as revision 22419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prettify make output when generating headersMåns Rullgård2010-03-09
| | | | Originally committed as revision 22401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-09
| | | | Originally committed as revision 22364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip mpegaudio3.h in checkheadersMåns Rullgård2010-03-08
| | | | | | | | This unused header is a placeholder for work in progress(?). This makes checkheaders pass again. Originally committed as revision 22338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip the tablegen fragments in checkheadersMåns Rullgård2010-03-08
| | | | Originally committed as revision 22336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-08
| | | | Originally committed as revision 22335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an HE-AAC v1 decoder.Alex Converse2010-03-08
| | | | | | | | | A large portion of this code was orignally authored by Robert Swain. The rest was written by me. Full history is available at: svn://svn.ffmpeg.org/soc/aac-sbr http://github.com/aconverse/ffmpeg-heaac/tree/sbr_pub Originally committed as revision 22316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
| | | | Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make lsp a separate configurable and select it from codecs needing itMåns Rullgård2010-03-02
| | | | Originally committed as revision 22143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: break all Makefile lines at 80 columns or lessDaniel Verkamp2010-02-23
| | | | Originally committed as revision 22000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix iff demuxer dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vc1 parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix h264 parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mpeg4video parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wmv2 encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix gif encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix snow encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix svq1 encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-22
| | | | | | Patch by Kostya, minor fixes by me. Originally committed as revision 21958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).Carl Eugen Hoyos2010-02-22
| | | | Originally committed as revision 21956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-21
| | | | | | Code produced during SoC by Robert Swain and Colin McQuillan. Originally committed as revision 21943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink video decoderKostya Shishkov2010-02-21
| | | | Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_fft.o depends on MMX and FFT.Ramiro Polla2010-02-20
| | | | Originally committed as revision 21921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msmpeg4v* encoders depend on h263decDaniel Verkamp2010-02-19
| | | | Originally committed as revision 21907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare WMV1 decoder dependenciesDaniel Verkamp2010-02-19
| | | | Originally committed as revision 21906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare CAF demuxer dependency on mpegaudioDaniel Verkamp2010-02-19
| | | | Originally committed as revision 21904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-19
| | | | Originally committed as revision 21902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing dependency of TwinVQVitor Sessak2010-02-19
| | | | Originally committed as revision 21898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann2010-02-19
| | | | Originally committed as revision 21893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add lsp.o as a dependency for wmavoice. This fixes a compilation error whenJames Darnley2010-02-16
| | | | | | | | | you disable lots of stuff (in particular other voice codecs) but leave wmavoice enabled. Patch by James Darnley <$firstname dot $lastname at gmail dot com>. Originally committed as revision 21848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support arithmetic decoding in ALS.Thilo Borgmann2010-02-13
| | | | Originally committed as revision 21799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMAVoice decoder.Ronald S. Bultje2010-02-12
| | | | Originally committed as revision 21770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo 5 decoderKostya Shishkov2010-02-09
| | | | Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03
| | | | Originally committed as revision 21622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink Audio decoderPeter Ross2010-01-31
| | | | Originally committed as revision 21570 to svn://svn.ffmpeg.org/ffmpeg/trunk