1060 Commits (c8816e016739a47399372ffda0180bdddb0ceeba)

Author SHA1 Message Date
Zdenek Kabelac ca390e727d * update cleanup rules (Steven M. Schultz) 22 years ago
Wolfgang Hesseler 7604246d1a more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) 22 years ago
Michael Niedermayer bba9b16c26 moving postprocess to ffmpeg/libavcodec 22 years ago
Michael Niedermayer 7d67e968a4 improving parsing of incomplete headers 22 years ago
Zdenek Kabelac 2720569a9a * prototypes at one place 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Michael Niedermayer ae2d2d6c41 check for qscale==0 (fixes 1/0 on one corrupted stream) 22 years ago
Zdenek Kabelac dce778e0ea * check for potentialy problematic field len 22 years ago
Zdenek Kabelac f2598a19a2 * opts compilation 22 years ago
Zdenek Kabelac fe1b62fb3e * still unfinished code for Options 22 years ago
Zdenek Kabelac 97d96aaa76 * still unfinished code for Options 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Mike Melanson c78f73c8c1 register cyuv with allcodecs.c 22 years ago
Fabrice Bellard 7e6d70d0b1 added paletted 8 bit format support 22 years ago
Michael Niedermayer f70f7c6db2 Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) 22 years ago
Michael Niedermayer c40c34828a direct blocksize in bframes fix (might fix qpel+bframe bug) 22 years ago
Philip Gladstone 16e83cbbc4 Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images 22 years ago
Michael Niedermayer 63b15e559a mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me 22 years ago
Michael Niedermayer 668154dfea b frame segfault fix (+-1 bug) 22 years ago
Michael Niedermayer b739d6762f cliping MVs, i dunno if its correct but it looks better then without it 22 years ago
Michael Niedermayer 36df880581 divx503 decoding fix 22 years ago
Fabrice Bellard 4c7e861929 handle odd image sizes when using subsampled chroma (useful for JPEG images) 22 years ago
Fabrice Bellard 811b32ed69 dependencies are only build with make depend 22 years ago
Michael Niedermayer 475b46dad6 fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) 22 years ago
Michael Niedermayer 782c5984f1 100000l 22 years ago
Michael Niedermayer 69e1a1f26a bugfix 22 years ago
Michael Niedermayer 1d0d55daf4 --disable-risky support 22 years ago
Zdenek Kabelac 02d697aa5f * headers valid for C++ compilers 22 years ago
Fabrice Bellard ea937d0141 win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? 22 years ago
Fabrice Bellard d44b50b0af win32: added vsnprintf 22 years ago
Michael Niedermayer cb009a8cff 10l / 4mv segfault fix 22 years ago
Michael Niedermayer c81f034988 optimizing av_log2 22 years ago
Fabrice Bellard 425ed6e223 DV audio decoder by Roman Shaposhnick 22 years ago
Michael Niedermayer 49c79e6c5a drawing cute arrows instead of lame lines for motion vector visualization 22 years ago
Michael Niedermayer 2ba8f6b817 feeding doxygen 22 years ago
Romain Dolbeau 3b991c54eb Altivec on non darwin systems patch by Romain Dolbeau 22 years ago
Fabrice Bellard 0d4c587854 removed warning 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
Fabrice Bellard ddedacfe98 undefine malloc macros 22 years ago
Michael Niedermayer e78df69997 reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) 22 years ago
Fabrice Bellard a968e365c9 fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff 22 years ago
Michael Niedermayer b7a22d846b cleanup 22 years ago
Michael Niedermayer 68f593b484 GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops 22 years ago
Romain Dolbeau fe50f38577 More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Max Krasnyansky 566986ee19 img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) 22 years ago
Fabrice Bellard 69572401ad added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case 22 years ago
Michael Niedermayer f943e1383d trying to fix mb skip bug in mpeg1/2 if slices are not used 22 years ago
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