summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
| | | | Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SONAME support for shared libsLuca Barbato2005-12-10
| | | | | | patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. > Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
| | | | | | | | | Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP image decoderMåns Rullgård2005-11-30
| | | | Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on ↵Guillaume Poirier2005-11-21
| | | | | | | | | | the configure system Original thread: Date: Nov 20, 2005 9:25 PM Subject: [PATCH] make dvdsub encoder depend on config variables Originally committed as revision 4709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS ↵Wolfram Gloger2005-11-14
| | | | | | | | | | uni-muenchen POIS de > Original thread: Date: 8 Oct 2005 09:35:38 -0000 Subject: [Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version Originally committed as revision 4706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-07
| | | | | | | | of the makefiles for libavcodec, libavformat and libavutil. Fixes installing into paths with spaces in them, i.e. Windows. patch by Fredrik Orderud < fredrik . orderud -- at -- idi . ntnu . no > Originally committed as revision 4680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place qdm2 and truemotion2 in ifdef block so that they can be disabledRoberto Togni2005-11-05
| | | | Originally committed as revision 4676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DTS_INC to the CFLAGS for DTS. This is only set by external configureDiego Biurrun2005-10-23
| | | | | | | programs (such as the MPlayer one) and thus somewhat hackish. We already do this for things like MLIB_INC and IPP_INC so it should be acceptable. Originally committed as revision 4659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert useless patch that was supposed to fix DTS support (but the fix ↵Guillaume Poirier2005-10-19
| | | | | | belongs to MPlayer, not FFmpeg) Originally committed as revision 4652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QDM2 compatible decoderRoberto Togni2005-10-18
| | | | Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic ↵Giacomo Comes2005-10-14
| | | | | | | | | | POIS edu > Original thread: Date: Oct 6, 2005 4:27 PM Subject: [Ffmpeg-devel] [PATCH] dts support compilation issue Originally committed as revision 4644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-13
| | | | Originally committed as revision 4638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
| | | | | | | defining it in configure and the Makefiles in a random fashion. patch by j -- at -- v2v -- dot -- cc Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
| | | | | | based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org> Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add xvid idcts to dct-testMichael Niedermayer2005-09-10
| | | | Originally committed as revision 4576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
| | | | | | | needed to decode xvid without some minor artefacts under #ifdef CONFIG_GPL of course Originally committed as revision 4572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption first tryMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix building in separate directoryMåns Rullgård2005-08-13
| | | | Originally committed as revision 4509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
| | | | Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-27
| | | | Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitle codec type supportFabrice Bellard2005-06-03
| | | | Originally committed as revision 4346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better ARM support for mplayer/ffmpeg, ported from atty forkBernhard Rosenkränzer2005-05-26
| | | | | | | | | | | | | | | | | | | | | | while playing with some new hardware, I found it's running a forked mplayer -- and it looks like they're following the GPL. The maintainer's page is here: http://atty.jp/?Zaurus/mplayer Unfortunately it's mostly in Japanese, so it's hard to figure out any details. Their code looks quite interesting (at least to those of us w/ ARM CPUs). The patches I've attached are the patches from atty.jp with a couple of modifications by myself: - ported to current CVS - reverted their change of removing SNOW support from ffmpeg - cleaned up their bswap mess - removed DOS-style linebreaks from various files patch by (Bernhard Rosenkraenzer: bero, arklinux org) Originally committed as revision 4311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)Jacob Meuser2005-05-22
| | | | Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libgsm warper by (Alban Bedel: albeu, free fr)Michael Niedermayer2005-05-22
| | | | Originally committed as revision 4302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch ↵Aurelien Jacobs2005-05-19
| | | | | | from <j at v2v.cc>) Originally committed as revision 4276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix shared libpostproc buildMåns Rullgård2005-05-18
| | | | Originally committed as revision 4272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roineMike Melanson2005-05-17
| | | | | | at users sf net> Originally committed as revision 4264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-17
| | | | Originally committed as revision 4261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-05-10
| | | | Originally committed as revision 4214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates2005-05-08
| | | | Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put most codecs under ifdefsMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-20
| | | | Originally committed as revision 4141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Autodesk Animator Studio Codec (AASC) video decoder, courtesy ofMike Melanson2005-04-03
| | | | | | Konstantin Shishkov Originally committed as revision 4099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Westwood SND1 decoder, courtesy of KostyaMike Melanson2005-03-28
| | | | Originally committed as revision 4094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Winnov WNV1 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-03-26
| | | | Originally committed as revision 4083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy ↵Víctor Paesa2005-03-18
| | | | | | hotmail com) Originally committed as revision 4055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato2005-03-16
| | | | Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oops patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-09
| | | | Originally committed as revision 4025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 encoding with x264 by (Måns Rullgård <mru inprovide com>)Michael Niedermayer2005-03-09
| | | | Originally committed as revision 4024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
| | | | | | with minor changes from me Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -freduce-all-givs has been removed from gccFalk Hüffner2005-03-06
| | | | Originally committed as revision 4011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-06
| | | | | | | decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma ↵Torsten Martinsen2005-03-05
| | | | | | gatehouse dk>) Originally committed as revision 4007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* go LOCO, courtesy of Kostya ShishkovMike Melanson2005-03-01
| | | | Originally committed as revision 3995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (shorten.o missing)Michael Niedermayer2005-02-26
| | | | Originally committed as revision 3985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
| | | | | | | | Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>) Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-21
| | | | Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk