124 Commits (93d45466335db2e4a69155b5871d6aa5d6215907)

Author SHA1 Message Date
Michael Niedermayer 9bf9a5fcae reversing not yet reversed changes from r1.7 -> r1.8 except the static/const stuff 22 years ago
Max Krasnyansky bdfcbbed79 Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) 22 years ago
Zdenek Kabelac 3a13f6bd48 * compile PNG only when ZLIB is available 22 years ago
Michael Niedermayer 2ec23b6d44 move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) 22 years ago
François Revol 5082f759e0 prettier debug output 22 years ago
Mark Hills a28fbb3fc8 ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Fabrice Bellard 5d5fef0af1 avoid false URL protocol detection when using ':' in filenames 22 years ago
François Revol d271b84bf7 Looks like this one was forgotten in the INT -> int_t move 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Fabrice Bellard cd66005dda raw ac3 auto detects parameters 22 years ago
Max Krasnyansky 9899efb41a variable UDP packet size patch by Max Krasnyansky 22 years ago
Mike Melanson 1e711bd603 hook this up to the CYUV decoder 22 years ago
Fabrice Bellard 84ab361f3e added 8 bit palette support for non animated GIF 22 years ago
Fabrice Bellard 3ce27f13b9 added 8 bit palette support 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
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
Fabrice Bellard fa7773216a avoid too many false detections 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 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
Fabrice Bellard 9ec05e3680 added DVD LPCM decoding support 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 1501987b46 Audio support for DV1394 by Max Krasnyansky 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
Fabrice Bellard a48835b9fe removed unneeded mallocs 22 years ago
Fabrice Bellard e9a9e0c210 use av_strdup() 22 years ago
Fabrice Bellard 39f853afe9 use av_malloc() 22 years ago
Roman Shaposhnik 98486a6bc0 zero sized malloc patch by Roman Shaposhnick 22 years ago
Fabrice Bellard a5df11ab1e dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default 22 years ago
Fabrice Bellard 7f172339fd grab device is in AVFormatParameter (at least better than global variable) 22 years ago
Fabrice Bellard 86fd51fbad video_device fixes 22 years ago
Fabrice Bellard 2a6874fd24 removed warnings 22 years ago
Max Krasnyansky 8aa3ee32c2 dv patch by Max Krasnyansky (maxk at qualcomm dot com) 22 years ago
Fabrice Bellard 7c235fe238 dependency handling is consistant with libavcodec 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