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
2007-03-14kill another 2 av_mallocz_static()Michael Niedermayer
2007-03-12Give context to dprintfMichel Bardiaux
2007-02-03factorize switch_buffer()Michael Niedermayer
2007-02-03fix decoding of takethat.mp3Michael Niedermayer
2006-12-11fix playback of mp3_bits_left.aviMichael Niedermayer
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-11-15detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer
2006-11-15making decoding more error robustMichael Niedermayer
2006-11-14reset internal buffer during seekingMichael Niedermayer
2006-11-14more checks and error messagesMichael Niedermayer
2006-10-30dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer
2006-10-30avoid random noise on damaged framesMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-05message typo fixesDiego Biurrun
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-22Use mathopsLuca Barbato
2006-09-19use correct rounding functionsMichael Niedermayer
2006-09-15remove unused, uninitialized free format frame sizeBaptiste Coudurier
2006-09-14Proper armv5te instructions support detection.Siarhei Siamashka
2006-09-11armv5 optimizationsSiarhei Siamashka
2006-09-08print more correct error messgesMichael Niedermayer
2006-09-03remove redundant declarationsMåns Rullgård
2006-08-28fix buffer handlingMichael Niedermayer
2006-08-28overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer
2006-08-27fix low bitrate mp3Michael Niedermayer
2006-08-27check the validity of the amount of the remaining bytes in the bitsteam befor...Michael Niedermayer
2006-08-27unused varMichael Niedermayer
2006-08-26make mpa_decode_header() 10 times fasterMichael Niedermayer
2006-08-26another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer
2006-08-2610l found by valgrindMichael Niedermayer
2006-08-26remove duplicated parser, people who pass random gibblets of the bitstream in...Michael Niedermayer
2006-08-25avoid branchMichael Niedermayer
2006-08-25move variable declarations so that their scope is smallerMichael Niedermayer
2006-08-25move the +400 out of the innermost loopMichael Niedermayer
2006-08-25avoid reading exponent twiceMichael Niedermayer
2006-08-25reduce size of vlc table, thats slightly faster hereMichael Niedermayer
2006-08-25try to avoid l3_unscale() by using a tableMichael Niedermayer
2006-08-25replace l3_unscale(1, exponents[pos]) by LUTMichael Niedermayer
2006-08-25maybe fixing the segfault on ARMMichael Niedermayer
2006-08-2410l typoMichael Niedermayer
2006-08-24avoid a few if(x==0) checks in the inner loopsMichael Niedermayer
2006-08-24optimize reorder_block() though this function seems to be executed too rarely...Michael Niedermayer
2006-08-24simplifyMichael Niedermayer
2006-08-24dont copy the whole GetBitContext aroundMichael Niedermayer
2006-08-24faster handling of zero coeffs in the low freq decodeMichael Niedermayer
2006-08-24optimizing high freq decodeMichael Niedermayer
2006-08-24use memset() instead of slow c loopsMichael Niedermayer
2006-08-24simplifyMichael Niedermayer
2006-08-24fix arm asm compilation in mpegaudiodecAurelien Jacobs