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-08-17Add PCA to TESTS.Michael Niedermayer
2008-08-17fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles
2008-08-17Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer
2008-08-17Move context struct to c file.Michael Niedermayer
2008-08-17Add prototypes to header (based on code by ramiro)Michael Niedermayer
2008-08-17Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer
2008-08-17Do not mix declarations and statements (by ramiro).Michael Niedermayer
2008-08-17put testing code under #ifdef TESTMichael Niedermayer
2008-08-17Testing code uses random().Michael Niedermayer
2008-08-17fix includesMichael Niedermayer
2008-08-17Principal component analysisMichael Niedermayer
2008-08-17alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla
2008-08-17G.729 decoder main codeVladimir Voroshilov
2008-08-17More okayed chunks of AAC encoderKostya Shishkov
2008-08-17Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla
2008-08-17update my email address to one which does not depend on my service providerJustin Ruggles
2008-08-17use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles
2008-08-17cosmetics: adjust line breaks and vertical alignmentJustin Ruggles
2008-08-17use limited range of lpc orders when quantizing coefficientsJustin Ruggles
2008-08-16struct timeval requires #include <sys/time.h>Dave Yeo
2008-08-16lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla
2008-08-16Use correct asm object type and necessary -DPIC for yasm on 64-bit DarwinDavid Conrad
2008-08-16flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla
2008-08-16flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla
2008-08-16Fix rc_eq mem leak.Michael Niedermayer
2008-08-16Revert r14260Michael Niedermayer
2008-08-16Synchronize AAC encoder with renamings in aac.hKostya Shishkov
2008-08-16Add approved chunks to AAC encoderKostya Shishkov
2008-08-16Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross
2008-08-15Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun
2008-08-15Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun
2008-08-15Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun
2008-08-15Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun
2008-08-15cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun
2008-08-15cosmetics: misc spelling fixesDiego Biurrun
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-08-15Simplify by using FFMAX.Michael Niedermayer
2008-08-15Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain
2008-08-15More OKed AAC decoder hunksRobert Swain
2008-08-15Add myself as ARM maintainerMåns Rullgård
2008-08-15Synchronise AAC decoder code with that from SoCRobert Swain
2008-08-15document some dsp alignmentsLoren Merritt
2008-08-15More OKed sections of AAC decoder codeRobert Swain
2008-08-15Add -fasm and -std=c99 when supported.Michael Niedermayer
2008-08-15use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs
2008-08-15The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
2008-08-15import ok'd hunks for mxf muxerBaptiste Coudurier
2008-08-15Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun
2008-08-14mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla