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-26set pict_type to I type during init so parsers which dont set it get all i fr...Michael Niedermayer
2007-03-26get rid of unused entries in the middle of xvmc_render struct,Ivan Kalvachev
2007-03-26Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite
2007-03-26factorize &Michael Niedermayer
2007-03-26simplifyMichael Niedermayer
2007-03-26properly set *data_size when returning >= 0 values in shorten_decode_frame()Aurelien Jacobs
2007-03-26check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer
2007-03-26simplifyMichael Niedermayer
2007-03-26increment subminor version due to r8502 and r8504, those revisions make dnxhd...Baptiste Coudurier
2007-03-25remove TODO, its done nowBaptiste Coudurier
2007-03-25pass correct buffer size to lzw decode initBaptiste Coudurier
2007-03-25move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer
2007-03-25simplifyMichael Niedermayer
2007-03-25factorizeMichael Niedermayer
2007-03-25simplifyMichael Niedermayer
2007-03-251000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov
2007-03-25use generic xiph header spliting func to split theora headersAurelien Jacobs
2007-03-25extract vorbis header spliting code into a reusable functionAurelien Jacobs
2007-03-25actually return bytes readBaptiste Coudurier
2007-03-25return error if loop has ended before decoding imageBaptiste Coudurier
2007-03-25actually return bytes readBaptiste Coudurier
2007-03-25add some length checksBaptiste Coudurier
2007-03-25simplifyBaptiste Coudurier
2007-03-25fix indentationBaptiste Coudurier
2007-03-25break if eob is reached to avoid reading one too much byteBaptiste Coudurier
2007-03-24Fix H.264 8x8 transform selectionLimin Wang
2007-03-23iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick
2007-03-22set more reasonable cutoff for audio rate conversionMichael Niedermayer
2007-03-22clarify codec_tagMichael Niedermayer
2007-03-22clarify sub_idMichael Niedermayer
2007-03-22replace long double in the audiophile kiddy mode with doubles, its faster (an...Michael Niedermayer
2007-03-22change high precision mode to 30 bits again after making the code less overfl...Michael Niedermayer
2007-03-22optimize linear filter coeff interpolation code, this also makes the code les...Michael Niedermayer
2007-03-22cosmetics. align and condense.Justin Ruggles
2007-03-22simplifyJustin Ruggles
2007-03-22utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%Justin Ruggles
2007-03-22revert r8469 (increase bits for non default highprecision mode)Michael Niedermayer
2007-03-22AUDIOPHILE_KIDDY_MODEMichael Niedermayer
2007-03-22optimize bessel function instead of trusting gcc to do trivial optimizations ...Michael Niedermayer
2007-03-22select more sensible default windows (= attenuation beyond the dynamic range ...Michael Niedermayer
2007-03-22make kaiser windows with other beta than 16 availableMichael Niedermayer
2007-03-22enable iwmmxt support, removing mm_support() stubTim Chick
2007-03-22make high precision mode accessible at compile timeMichael Niedermayer
2007-03-22increase bits for non default highprecision modeMichael Niedermayer
2007-03-22code for testing the accuracy of the resamplerMichael Niedermayer
2007-03-22remove dithering of filter coefficients, improves precision by 1-2 bits andMichael Niedermayer
2007-03-21Smacker Audio stereo fixKostya Shishkov
2007-03-20Small simplifications to subband coefficient handling and use av_random().Ian Braithwaite
2007-03-20oops, encoder was under ifdef decoders.Loren Merritt
2007-03-20Correctly handle data_size on decodingKostya Shishkov