1731 Commits (f8d7b5f5f452782423a7a5859e7cae3454f142f8)
 

Author SHA1 Message Date
Michael Niedermayer d0162d09d0 fixing yuv422 -> yuv420p (i need that for the vceq videos ...) 22 years ago
Zdenek Kabelac 2a743f633e * code for parsing options 22 years ago
Nick Kurshev 56f7fda16b reverse 22 years ago
Nick Kurshev bfbc8de9d8 Function renaming. Solves some namespace conflicts 22 years ago
Michael Niedermayer 76fbb0248a align 22 years ago
Romain Dolbeau 35e5fb067e PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Michael Niedermayer 8c55915b14 add/put_pixels_clamped update 22 years ago
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 f5f170d231 oops forgot that ... 22 years ago
Michael Niedermayer 6772518310 finetuneing thresholds/factors 22 years ago
Fabrice Bellard 0e5f8ab165 fixed imlib2.c pixel format (imlib2 seems to use CPU endianness in RGBA32 as libavcodec) 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
François Revol 7ed2dd2db4 removed redundant 4CC 22 years ago
François Revol 8b879f18d1 Fix probing for some files (ew.mov, april.mov) 22 years ago
Philip Gladstone 204c0f48f4 When doing -vstats and also changing the frame rate, then don't count (and 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 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