summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* arbitrary precision integer supportMichael Niedermayer2004-05-04
| | | | | | | + - * / % << >> log2 compare are supported and dont fear, no bloated lib, just 130 lines of c code Originally committed as revision 3105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hook up support for SSE2-optimized VP3 IDCTMike Melanson2004-04-25
| | | | Originally committed as revision 3064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ↵James Morrison2004-04-24
| | | | | | ca>) Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Enabling UltraSparc stuff wit _SPARC64Roman Shaposhnik2004-04-24
| | | | Originally committed as revision 3049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ↵Michael Niedermayer2004-04-23
| | | | | | | | | dot com>) ported to ffmpeg by (ja2morri at csclub dot uwaterloo dot ca (james morrison)) useable under LGPL with their agreement Originally committed as revision 3048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean ↵Michael T. Dean2004-04-09
| | | | | | at thirdcontact dot com>) Originally committed as revision 2987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing opts for make depZdenek Kabelac2004-03-09
| | | | Originally committed as revision 2860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson2004-03-08
| | | | | | ported the MMX-optimized versions of those functions Originally committed as revision 2855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-19
| | | | Originally committed as revision 2803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac fixes:Michael Niedermayer2004-02-18
| | | | | | | | | | | | | | | fix data types of residual&decoded fix twos complement bitfields fix utf8 (no, utf8 is not the same as the simple and compact uvlc used in nut) add truncated bitstream support, both ogg and flac demuxers in mplayer cvs provide incomplete frames, and furthermore it isnt possible to find frameboundaries in flac without decoding it completly add escape-less golomb rice decoder (=flac style golomb rice) (ultra efficient, the longest vlc code is just 2^32-1 bits) printf->av_log fix bps for non independant channels fix a few +-1 bugs fix sample order for independant channels fix data_size Originally committed as revision 2791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
| | | | | | | | | multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263 all pthread specific code is in pthread.c to try it, run configure --enable-pthreads and ffmpeg ... -threads <num> the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07
| | | | Originally committed as revision 2759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05
| | | | | | | 32, 24, and 16 are working; 8bpp is partially working; 4, 2, and 1 bpp are not supported yet Originally committed as revision 2748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSZH and ZLIB decoder supportRoberto Togni2004-01-12
| | | | | | Experimental ZLIB encoder (not working yet) Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at Sierra VMD A/V decoders; video looks great, audio is notMike Melanson2004-01-02
| | | | | | yet complete Originally committed as revision 2652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial support for Duck TrueMotion v1 (think of it as On2 VP1); onlyMike Melanson2003-12-03
| | | | | | 16-bit mode supported thus far Originally committed as revision 2555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yep, FLI supportMike Melanson2003-11-14
| | | | Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new audio/video parser APIFabrice Bellard2003-11-10
| | | | Originally committed as revision 2492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added Apple Graphics (SMC) decoderMike Melanson2003-11-10
| | | | Originally committed as revision 2488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8BPS decoderRoberto Togni2003-11-07
| | | | Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)James Klicman2003-10-26
| | | | Originally committed as revision 2439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-10-24
| | | | Originally committed as revision 2426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN DCTMichael Niedermayer2003-10-22
| | | | Originally committed as revision 2415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-20
| | | | | | | | | | sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
| | | | | | | | | | | | have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-15
| | | | Originally committed as revision 2385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2003-10-04
| | | | Originally committed as revision 2342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implemented Id Quake II CIN supportMike Melanson2003-10-03
| | | | Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a VQA video decoderMike Melanson2003-10-02
| | | | Originally committed as revision 2332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ↵Dan Christiansen2003-09-28
| | | | | | dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use VC++ lib tool if availableFabrice Bellard2003-09-16
| | | | Originally committed as revision 2286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct DLL windows installFabrice Bellard2003-09-15
| | | | Originally committed as revision 2279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-13
| | | | | | ugly. Originally committed as revision 2270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-09
| | | | Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-08
| | | | Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02
| | | | Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and ↵Magnus Damm2003-08-11
| | | | | | others). Patch by Magnus Damm <damm@opensource.se> Originally committed as revision 2120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CLJR decoding supportAlex Beregszaszi2003-07-27
| | | | Originally committed as revision 2090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile xvmc only when requestedIvan Kalvachev2003-07-26
| | | | Originally committed as revision 2088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial XvMC supportIvan Kalvachev2003-07-26
| | | | Originally committed as revision 2085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATI VCR1 decoderMichael Niedermayer2003-07-24
| | | | Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimized simple idct for arm by Frederic 'dilb' Boulay ↵Alex Beregszaszi2003-07-07
| | | | | | <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change Originally committed as revision 2017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code ↵Nick Kurshev2003-06-13
| | | | | | | | from a mplayerhq (originally from public domain player for Amiga at http://www.honeypot.net/audio) Originally committed as revision 1952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFV1 codec (our very simple lossless intra only codec, compresses much ↵Michael Niedermayer2003-06-09
| | | | | | better then huffyuv) Originally committed as revision 1939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm codecMichael Niedermayer2003-06-01
| | | | Originally committed as revision 1923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV1 codecMichael Niedermayer2003-05-19
| | | | | | with postprocessing support :) Originally committed as revision 1891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-14
| | | | Originally committed as revision 1877 to svn://svn.ffmpeg.org/ffmpeg/trunk