1913 Commits (d66c7abc937069d57fb156bcecec16e406b88c7b)
 

Author SHA1 Message Date
Michael Niedermayer f44a2df04f update 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 2ca24d9128 shorter test streams / faster regression tests 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
Michael Niedermayer 143cc72527 gmc1 22 years ago
Michael Niedermayer 3df7be0f72 more links 22 years ago
Michael Niedermayer a552591fb1 optimization tips 22 years ago
Fabrice Bellard 94d883e84b jpeg detection fix - fixed imagepipe output 22 years ago
Fabrice Bellard 7481e91982 more formats 22 years ago
Fabrice Bellard 3c27199b8f added av_set_parameters() 22 years ago
Fabrice Bellard 817b23ffcf still image support - increase audio buffer size - do hex dump even if packet is discarded 22 years ago
Fabrice Bellard 87a0a6816f added still image support 22 years ago
Fabrice Bellard f746a04616 added url_get_filename() 22 years ago
Fabrice Bellard 0b9fb89d58 extracted yuv4mpeg from img.c (untested) 22 years ago
Fabrice Bellard 290c5fa640 added simple still image format support to simplify image and imagepipe video formats 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