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
2008-01-19Add mfspr-based AltiVec detection code.Reimar Döffinger
2008-01-19simplify 4-point transform part a bitKostya Shishkov
2008-01-19Factor out constant additionKostya Shishkov
2008-01-18Save quantizer values as wellKostya Shishkov
2008-01-18Save coded block patterns for future loop filtering.Kostya Shishkov
2008-01-17Simplify preprocessor expression as suggested by Mans.Diego Biurrun
2008-01-17Replace puts() by dprintf where appropriate.Diego Biurrun
2008-01-17Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer
2008-01-17Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun
2008-01-16pqindex=0 is forbiddenKostya Shishkov
2008-01-16qscale==0 is invalidMichael Niedermayer
2008-01-16Add const qualifiers to unmodified function parameters, fixes the warning:Diego Biurrun
2008-01-16Remove bogus cast.Diego Biurrun
2008-01-15Add a couple of missing consts.Sigbjørn Skjæret
2008-01-14Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet
2008-01-14Remove green clouds.Michael Niedermayer
2008-01-14gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar...Luca Barbato
2008-01-13Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain
2008-01-13Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger
2008-01-12Use FFSWAP instead of "manual" swapReimar Döffinger
2008-01-12Make the Kaiser-Bessel window generator a common functionRobert Swain
2008-01-12Factorize some code into functions, had this in my tree and will beMichael Niedermayer
2008-01-11Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice
2008-01-11Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice
2008-01-11Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet
2008-01-09Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman
2008-01-09used defined name for testing error resilience levelJustin Ruggles
2008-01-09Fix random typos.Diego Biurrun
2008-01-08Randomly change the amount of noise if nothing is explicitly set.Michael Niedermayer
2008-01-07Mark the ff_svq1_frame_size_table as constant.Diego Pettenò
2008-01-07Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò
2008-01-07Mark the tables in g726.c as constant.Diego Pettenò
2008-01-07Remove unused symbol.Diego Pettenò
2008-01-07split out init of downmix coeffs into a separate function that can be calledJustin Ruggles
2008-01-07remove unneeded variable from AC3DecodeContextJustin Ruggles
2008-01-07make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles
2008-01-06fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles
2008-01-06Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun
2008-01-06Fractional parts of motion vectors should be accounted separately tooKostya Shishkov
2008-01-06check for request_channels in dca init functionJustin Ruggles
2008-01-06add downmixing support to libfaad decoderJustin Ruggles
2008-01-05cosmetics: indentation after last commitJustin Ruggles
2008-01-05move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles
2008-01-05remove unneeded variables from AC3HeaderInfoJustin Ruggles
2008-01-05do not set channels before checking request_channelsJustin Ruggles
2008-01-05use request_channels in liba52 decoderJustin Ruggles
2008-01-05cosmetics: indentationJustin Ruggles
2008-01-05check for request_channels at codec initJustin Ruggles
2008-01-05do not set channels before checking request_channelsJustin Ruggles
2008-01-05adjust output channels based on AVCodecContext.request_channels in AC3 parserJustin Ruggles