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-23Fix regression introduced by r12929.Ramiro Polla
2008-04-23The code now is pretty self explanatory about the header structure.Ramiro Polla
2008-04-23Use bytestream functions for reading frame header.Ramiro Polla
2008-04-23Make Xvid wrapper use threads (with support for newest CVS Xvid only)Thorsten Jordan
2008-04-23Add supported_samplerates field to AVCodecStefano Sabatini
2008-04-22Rename diracschro_common.[ch] to libdirac_libschro.[ch], external libraryDiego Biurrun
2008-04-22libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtr...Luca Barbato
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-04-22Add .longname to bfi_decoder declaration.Sisir Koppaka
2008-04-21Force inlining of MPV_motion_internal.Keiji Costantini
2008-04-21Unroll codepathKeiji Costantini
2008-04-21Simplify ff_split_xiph_headersReimar Döffinger
2008-04-21Add checks to ff_split_xiph_headers to ensure that returned header_len andReimar Döffinger
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-04-19Do not pass dct_block to vlc_decode_block().Ramiro Polla
2008-04-19Cosmetics and style.Ramiro Polla
2008-04-19Rename vlc1 to vlc.Ramiro Polla
2008-04-19Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer
2008-04-19This fixes the code so it is correct on both sides of the if().Michael Niedermayer
2008-04-19indentMichael Niedermayer
2008-04-19Fix build of cputest test program.Diego Biurrun
2008-04-19100l I broke AC3 in MPEG seeking.Michael Niedermayer
2008-04-19Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer
2008-04-19part 1 of EAC3 supportMichael Niedermayer
2008-04-19Add new_frame_start and need_next_header.Michael Niedermayer
2008-04-19Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer
2008-04-18check alac EOF markerMatthieu Castet
2008-04-18BFI video decoder.Sisir Koppaka
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-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-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-17cosmetics: Fix nonstandard indentation.Diego Biurrun