907 Commits (8c55915b14897fd9bdaae9241f2dd54c00a869ef)

Author SHA1 Message Date
Måns Rullgård ef9f730675 C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
Michael Niedermayer 6772518310 finetuneing thresholds/factors 22 years ago
Falk Hüffner 6b02692791 sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, 22 years ago
Michael Niedermayer 1d0eab1dcc bugs 22 years ago
Arpi e51d4defe0 - removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it 22 years ago
Michael Niedermayer db40a39aba AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Michael Niedermayer 0e15384d9d fixing DCTELEM != short 22 years ago
Michael Niedermayer 3a87ac948f more compare functions (rd & bit) 22 years ago
Michael Niedermayer aaa1e4cd48 10l 22 years ago
Philip Gladstone 77b71ddc11 AUtomatic dependency generation. Runs on Linux (at least). Probably should 22 years ago
Michael Niedermayer cb7c98d6e2 padding bug autodetection improvement 2nd try 22 years ago
Michael Niedermayer 650faac6de better padding/stuffing bug autodetection 22 years ago
Michael Niedermayer 741235ebe9 gmc1 segfault fix (found by kabi) 22 years ago
Michael Niedermayer 744ac4be05 dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>) 22 years ago
Michael Niedermayer 67309e49c0 /* align 16 */ 22 years ago
Michael Niedermayer 9214855006 average motion vector rounding like the reference says and not what the standard says 22 years ago
Michael Niedermayer a33c7159e1 get_format() 22 years ago
Felix von Leitner 2a006cd396 sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications) 22 years ago
Felix von Leitner d32ac509f6 add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) 22 years ago
Romain Dolbeau e629ab68a7 altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) 22 years ago
Slavik Gnatenko f3ec2d46ba os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) 22 years ago
Fabrice Bellard 2a877875fa added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions 22 years ago
Fabrice Bellard 5915a6dc85 moved avpicture_xxx to imgconvert 22 years ago
Fabrice Bellard 2d1a4094a2 build update - avpicture_fill() returns the image size 22 years ago
Fabrice Bellard 0b2612b1cd changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu 22 years ago
Fabrice Bellard 524c6b6342 simplified code (need automatic testing) - added primitive new format support. 22 years ago
Fabrice Bellard 9bbffbb155 moved avcodec_get_chroma_sub_sample() to imgconvert.c 22 years ago
Fabrice Bellard dab64ebc0d new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() 22 years ago
Falk Hüffner 1a02ea65e0 Implement sad8x8 and sad16x16 with pix_abs. 22 years ago
Michael Niedermayer 88e9ab1f82 typo (noticed by kabi) 22 years ago
Michael Niedermayer db79495376 qpel fix 22 years ago
Michael Niedermayer 2826984994 fixed wmv2 slices 22 years ago
Michael Niedermayer e5ab4fdd8e workaround dropable p frame after first frame bug 22 years ago
Fabrice Bellard 4013fcf4af altivec patches by Romain Dolbeau 22 years ago
Fabrice Bellard e366e6795d suppressed getopt.h 22 years ago
Fabrice Bellard 9ebc63a967 tests link all libavcodec 22 years ago
Fabrice Bellard 0fe67fa74b suppressed pix_norm_altivec 22 years ago
Fabrice Bellard f08ce7fe3b suppressed redundant math.h - suppressed M_PI redefinition 22 years ago
Fabrice Bellard c4d82fea54 generic M_PI define 22 years ago
Fabrice Bellard 8d268a7d4c fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding 22 years ago
Fabrice Bellard 15e35d0d42 removed redundant includes 22 years ago
Fabrice Bellard 923ceff8ef enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support) 22 years ago
Fabrice Bellard b35a02d527 align fixes for sse/altivec 22 years ago
Fabrice Bellard bbbb6d6fc3 enabled SSE fft on x86 22 years ago
Fabrice Bellard d9823692f5 use av_malloc instead of malloc 22 years ago
Fabrice Bellard ea0f841a54 compile fixes 22 years ago
Fabrice Bellard e1958604fd added define for builtins use - inverse fix by Romain Dolbeau 22 years ago
Michael Niedermayer 5a508a98e9 PIC / ebx fix 22 years ago
Michael Niedermayer 0b093b6fef more gcc bug workarounds 22 years ago
Michael Niedermayer 3df6fa7777 gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check) 22 years ago