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
2003-09-12 * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COMRoman Shaposhnik
2003-08-20fixing chroma MCMichael Niedermayer
2003-08-19MC rounding fixed?Michael Niedermayer
2003-08-19fix AVFrame.reference (the frames are used for decoding future frames so it s...Michael Niedermayer
2003-07-10added the official VP3 IDCT (C implementation) as well as a grayscaleMike Melanson
2003-05-31revising and fixing motion vectors, squished block unpacking bug thatMike Melanson
2003-05-24Warning and compatibility fixes.Falk Hüffner
2003-05-19fix subtle logic problem in block unpacker that leads to incorrect tokenMike Melanson
2003-05-12fix image buffer leak on keyframes, add more error condition checksMike Melanson
2003-05-11fix motion vector decoding bug and reinstate interframesMike Melanson
2003-05-11get those permutations straightMike Melanson
2003-05-11squashed a bunch of subtle array indexing bugs, fixed block mappingMike Melanson
2003-05-10dump the shady binary search logic (the part that binary searchesMike Melanson
2003-05-08correct the custom coding mode alphabet, add some validation on theMike Melanson
2003-05-07looking better all the time! motion compensation is starting to workMike Melanson
2003-05-07fixed buffer allocation logic (hopefully) so that decoder does not crashMike Melanson
2003-05-06fix decoder so that ffmpeg does not crash, at least not right awayMike Melanson
2003-05-05first pass at a new VP3 video decoderMike Melanson