summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-112-4/+37
* added missing formats in all functions - added monoblack, monowhite and gray8...Fabrice Bellard2003-01-111-72/+207
* moved avpicture_xxx to imgconvertFabrice Bellard2003-01-111-104/+0
* build update - avpicture_fill() returns the image sizeFabrice Bellard2003-01-111-4/+4
* changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpuFabrice Bellard2003-01-111-1/+1
* simplified code (need automatic testing) - added primitive new format support.Fabrice Bellard2003-01-111-642/+834
* moved avcodec_get_chroma_sub_sample() to imgconvert.cFabrice Bellard2003-01-111-30/+1
* new image formats - suppressed ill defined formats (endianness, unless specif...Fabrice Bellard2003-01-111-12/+11
* Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner2003-01-101-0/+12
* typo (noticed by kabi)Michael Niedermayer2003-01-091-2/+2
* qpel fixMichael Niedermayer2003-01-096-398/+344
* fixed wmv2 slicesMichael Niedermayer2003-01-093-14/+6
* workaround dropable p frame after first frame bugMichael Niedermayer2003-01-091-0/+4
* altivec patches by Romain DolbeauFabrice Bellard2003-01-085-81/+191
* suppressed getopt.hFabrice Bellard2003-01-073-9/+5
* tests link all libavcodecFabrice Bellard2003-01-071-2/+1
* suppressed pix_norm_altivecFabrice Bellard2003-01-073-44/+0
* suppressed redundant math.h - suppressed M_PI redefinitionFabrice Bellard2003-01-071-6/+0
* generic M_PI defineFabrice Bellard2003-01-071-3/+4
* fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard2003-01-074-29/+212
* removed redundant includesFabrice Bellard2003-01-071-2/+1
* enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tel...Fabrice Bellard2003-01-071-10/+2
* align fixes for sse/altivecFabrice Bellard2003-01-071-6/+6
* enabled SSE fft on x86Fabrice Bellard2003-01-071-3/+4
* use av_malloc instead of mallocFabrice Bellard2003-01-071-2/+2
* compile fixesFabrice Bellard2003-01-071-27/+6
* added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard2003-01-071-0/+12
* PIC / ebx fixMichael Niedermayer2003-01-072-8/+16
* more gcc bug workaroundsMichael Niedermayer2003-01-072-7/+15
* gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didn...Michael Niedermayer2003-01-071-3/+3
* oops : better error resilience - should fix most wma decoding problemsFabrice Bellard2003-01-061-5/+9
* * avoid usage of next/last buffer after flushZdenek Kabelac2003-01-061-1/+2
* * first shot for generaly usable option parser for codecsZdenek Kabelac2003-01-062-1/+113
* 1000l (push & esp) using mangle now ...Michael Niedermayer2003-01-061-82/+59
* b frame segfault fixMichael Niedermayer2003-01-061-4/+4
* qpel in b frames bugfixesMichael Niedermayer2003-01-052-149/+152
* slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc ...Michael Niedermayer2003-01-051-9/+34
* negative linesize support (so mplayer -flip works)Michael Niedermayer2003-01-052-3/+5
* pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>)Thomas Jarosch2003-01-051-0/+1
* qpel in mmx2/3dnowMichael Niedermayer2003-01-0511-46/+1263
* mpeg4 header encoding bugfixMichael Niedermayer2003-01-033-7/+19
* pre motion estimation cleanup/bugfixMichael Niedermayer2003-01-024-25/+30
* motion estimation pre passMichael Niedermayer2003-01-024-5/+86
* bugfixMichael Niedermayer2003-01-011-15/+15
* warnings patch by (bubu <bubu at bubu dot net>)bubu2003-01-014-5/+6
* shape adaptive diamonds for EPZSMichael Niedermayer2003-01-014-97/+336
* trellis quantization for mpeg1Michael Niedermayer2003-01-013-14/+85
* more optimized trellis quantizerMichael Niedermayer2002-12-311-74/+56
* trellis quantizationMichael Niedermayer2002-12-315-10/+275
* correcter mpeg4 headersMichael Niedermayer2002-12-304-14/+136
OpenPOWER on IntegriCloud