Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-2110l to michael for breaking gcc 2.95 compile :)D Richard Felker III
2005-12-18unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-19Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun
2005-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer
2005-07-22reset restart_count when restart_interval is set and fill theReimar Döffinger
2005-07-17dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADD...Michael Niedermayer
2005-07-17verify len field validity in mjpeg_decode_com()Michael Niedermayer
2005-07-12check len (should fix #1165694)Michael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-20jpeg style yuv fixesMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum
2004-11-25fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)Jeff Muizelaar
2004-11-19workaround apps which dont provided correctly padded streamsMichael Niedermayer
2004-10-30Fix mjpeg-b (padding bytes can exist between end of sos and image data)Roberto Togni
2004-10-25mjpeg parserMichael Niedermayer
2004-09-27lowres width/height cleanup 3rd tryMichael Niedermayer
2004-09-2710lMichael Niedermayer
2004-09-27set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer
2004-09-26low resolution decoding fixMichael Niedermayer
2004-08-21new copyrightsAlex Beregszaszi
2004-08-16get_bits(32) fixMichael Niedermayer
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-04-30cleanup & memleak fixMichael Niedermayer
2004-03-29hmm av_log(..., get_bits());Michael Niedermayer
2004-03-26always parse APP* as it sometimes contains startcodes which confuse the decod...Michael Niedermayer
2004-03-16init cleanupMichael Niedermayer
2004-02-13multithreaded/SMP motion estimationMichael Niedermayer
2004-02-092 byte shorter userdata for mpeg4Michael Niedermayer
2004-02-06get_bit_count -> put_bits_countAlex Beregszaszi
2004-01-22closed gop support & flags2 as all bits in flags are usedMichael Niedermayer
2004-01-10grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))Michael Niedermayer
2003-12-11set AVCodecContext.width/height before get_buffer()Michael Niedermayer
2003-11-13better fixMichael Niedermayer
2003-11-13small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge do...Michael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-2310lAlex Beregszaszi
2003-10-21AVRationalMichael Niedermayer
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-10-13removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi
2003-10-12Sunplus JPEG codec (SP5X) supportAlex Beregszaszi
2003-10-11recommit ofMichael Niedermayer
2003-10-07use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer
2003-09-10removed warningsFabrice Bellard
2003-07-1510lMichael Niedermayer
2003-07-13cleanupMichael Niedermayer
2003-07-10postprocessing supportMichael Niedermayer