1755 Commits (63b15e559ac725321ea7a5bc38c123da8cf7d764)
 

Author SHA1 Message Date
Michael Niedermayer 63b15e559a mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me 22 years ago
Michael Niedermayer 27efd8467a checksum changed cuz of b frame segfault fix? 22 years ago
Michael Niedermayer 668154dfea b frame segfault fix (+-1 bug) 22 years ago
Fabrice Bellard ec82011340 DV packet copy fix by Roman Shaposhnick 22 years ago
François Revol cc0799e5f8 Fix against C integrists breaks :P (hope I didn't break anything else) 22 years ago
Philip Gladstone 79134973d8 Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This 22 years ago
Fabrice Bellard 85a57296cc yes, PNG can be simpler :-) 22 years ago
Fabrice Bellard 838dec4498 removing unused stuff 22 years ago
Michael Niedermayer b739d6762f cliping MVs, i dunno if its correct but it looks better then without it 22 years ago
Fabrice Bellard 6fa5a56c1b zero copy packet handling for DV1394 by Max Krasnyansky 22 years ago
Fabrice Bellard cdc90af008 added GIF image format (both read and write) 22 years ago
Fabrice Bellard ba19f84810 added primitive image GIF encoder based on animated gif encoder 22 years ago
Fabrice Bellard fcfa89e81c added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support 22 years ago
Michael Niedermayer b2609d4cbd yuv9 -> yv12 bugfixes 22 years ago
Michael Niedermayer 36df880581 divx503 decoding fix 22 years ago
Fabrice Bellard fa7773216a avoid too many false detections 22 years ago
Fabrice Bellard 4c7e861929 handle odd image sizes when using subsampled chroma (useful for JPEG images) 22 years ago
Fabrice Bellard fe2a4ca379 fixed copy 22 years ago
Fabrice Bellard 0250738f13 added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further) 22 years ago
Fabrice Bellard 12b64a2252 added animated GIF decoder (pts and various disposal handling are missing) 22 years ago
Fabrice Bellard a26058a50d Try this fix 22 years ago
Fabrice Bellard 811b32ed69 dependencies are only build with make depend 22 years ago
Fabrice Bellard 91d742b746 fixed dependencies 22 years ago
Fabrice Bellard 0e04e4e9e1 added basic png handling 22 years ago
Fabrice Bellard f8d7b5f5f4 added basic png handling - do not remake dependencies automatically 22 years ago
Fabrice Bellard 43a7635d09 added stripped down libpng 22 years ago
Michael Niedermayer 799fd46714 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 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
Fabrice Bellard 9ec05e3680 added DVD LPCM decoding support 22 years ago
Michael Niedermayer f17457ac49 fixing rgb4 & bgr4 (2 pixels per byte) 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 a8721c0930 make consistent decisions for dlopen/dlfcn and vhook 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
Fabrice Bellard 1501987b46 Audio support for DV1394 by Max Krasnyansky 22 years ago
Michael Niedermayer c81f034988 optimizing av_log2 22 years ago
Fabrice Bellard 425ed6e223 DV audio decoder by Roman Shaposhnick 22 years ago
Andriy Rysin 850742d785 audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>) 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 6852ac95dd Altivec on non darwin systems patch by Romain Dolbeau (NOTE: I would prefer using the existing CONFIG_DARWIN Makefile variable and suppress the redundant TARGET_OS variable, but it would break the current mplayer patch) 22 years ago
Romain Dolbeau 3b991c54eb Altivec on non darwin systems patch by Romain Dolbeau 22 years ago
Fabrice Bellard a48835b9fe removed unneeded mallocs 22 years ago
Fabrice Bellard e9a9e0c210 use av_strdup() 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