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-04-18fix make tests in subdirsMåns Rullgård
2008-04-18Tighten up the Westwood AUD detection. Probability of random detectionsMike Melanson
2008-04-18check alac EOF markerMatthieu Castet
2008-04-18BFI video decoder.Sisir Koppaka
2008-04-18Fix des-test compilation.Diego Biurrun
2008-04-18remove AACAC3FrameFlagMichael Niedermayer
2008-04-18cosmetics: spellingDiego Biurrun
2008-04-18cosmetics: Sort some lists alphabetically.Diego Biurrun
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-04-18Remove another unneeded var from contextVitor Sessak
2008-04-1710l: my last commit broke compilation and introduced warningsVitor Sessak
2008-04-17Remove unneeded variables from contextVitor Sessak
2008-04-17Remove wrapper around av_log2()Vitor Sessak
2008-04-17Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.Alexander Strange
2008-04-17fix a typoBenoit Fouet
2008-04-17Make two comments doxygen compatible.Stefano Sabatini
2008-04-17TypoStefano Sabatini
2008-04-17Add descriptive long_name to AVCodecStefano Sabatini
2008-04-17indentMichael Niedermayer
2008-04-17Factorize more code.Michael Niedermayer
2008-04-17Factorize decode_postfix() out.Michael Niedermayer
2008-04-17Change k limiting code, i think the code was buggy.Michael Niedermayer
2008-04-17more senseless codeMichael Niedermayer
2008-04-17senseless codeMichael Niedermayer
2008-04-17useless variableMichael Niedermayer
2008-04-17simplifyMichael Niedermayer
2008-04-17fix building of test programs (make tests)Måns Rullgård
2008-04-17clear TESTS variable between subdirsMåns Rullgård
2008-04-17Set correct value for includedir in pkg-config files.Diego Biurrun
2008-04-17Set correct value for libdir in pkg-config files.Anssi Hannula
2008-04-17cosmetics: Fix nonstandard indentation.Diego Biurrun
2008-04-17Cosmetics:Jeff Downs
2008-04-16doxy header for udp protocolLuca Barbato
2008-04-16unassigned imdct & windowing TODOMichael Niedermayer
2008-04-16unusedMichael Niedermayer
2008-04-16cosmeticMichael Niedermayer
2008-04-16Move the *-1 to a more sane place as well.Michael Niedermayer
2008-04-16Move scale_bias to a more sane place. I am starting to wonder how thisMichael Niedermayer
2008-04-16simplifyMichael Niedermayer
2008-04-16Avoid reverse addressing, not sure if this is faster or slower but peopleMichael Niedermayer
2008-04-16commutative law based cleanupMichael Niedermayer
2008-04-16do the -1 outside of the transformMichael Niedermayer
2008-04-16normalize signsMichael Niedermayer
2008-04-16100l lost add_biasMichael Niedermayer
2008-04-16simplify transformMichael Niedermayer
2008-04-16Print duration with higher precision.Diego Biurrun
2008-04-16Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs
2008-04-16Revert 12838 to redo it the right way (use svn copy to create newJeff Downs
2008-04-16Test idct_xvid_sse2() in dct-test.Alexander Strange