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-09-02add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles
2008-09-01Remaining parts of Nellymoser encoderBartlomiej Wolowiec
2008-08-31turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles
2008-08-251000l to me. committed to wrong repo. revert last commit.Justin Ruggles
2008-08-25cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles
2008-08-21Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain
2008-08-20Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun
2008-08-19alacenc: last few hunks approved by michaelJai Menon
2008-08-16flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla
2008-08-14gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt
2008-08-13mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla
2008-08-12indentLoren Merritt
2008-08-12split-radix FFTLoren Merritt
2008-08-06Electronic Arts TGV decoderPeter Ross
2008-07-10Motion Pixels Video Decoder.Gregory Montoir
2008-07-08Electronic Arts CMV decoderPeter Ross
2008-07-04MLP/TrueHD decoder.Ramiro Polla
2008-06-29Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak
2008-06-26VP3 & Theora parser to extract keyframe flags.Michael Niedermayer
2008-06-22cosmetics: alignmentDiego Biurrun
2008-06-22Add missing entry for PCM_DVD_ENCODER.Diego Biurrun
2008-06-22Add missing mpegvideo.o to list of vc1.o dependencies.Peter Ross
2008-06-22Add missing entry for ADPCM_IMA_QT_ENCODER.Peter Ross
2008-06-22Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.Peter Ross
2008-06-09add ac3dec_data.[c,h]Justin Ruggles
2008-06-09Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec
2008-06-06Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun
2008-05-31Remove ra144.o dependency added in revision r13500, now revertedVitor Sessak
2008-05-28Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak
2008-05-17LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber
2008-05-12armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier
2008-05-12Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka
2008-05-03Add Dirac support through libschroedinger.Anuradha Suraparaju
2008-05-03Dirac decoding/encoding support via libdirac.Anuradha Suraparaju
2008-05-03Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun
2008-04-26Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun
2008-04-26Remove unnecessary test program dependency declarations.Diego Biurrun
2008-04-26mp3on4 decoder now depends on mpeg4audio codeBaptiste Coudurier
2008-04-2510l, alphabetical orderBaptiste Coudurier
2008-04-25set channels and sample rate from mpeg4audio configBaptiste Coudurier
2008-04-25mov demuxer depends on mpeg4audio code nowBaptiste Coudurier
2008-04-19Fix build of cputest test program.Diego Biurrun
2008-04-18BFI video decoder.Sisir Koppaka
2008-04-18cosmetics: Sort some lists alphabetically.Diego Biurrun
2008-04-17fix building of test programs (make tests)Måns Rullgård
2008-04-16Add a new xvid-style IDCT using SSE2.Alexander Strange
2008-04-13Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun
2008-04-13Unset DIRS after including subdir.mak so that the variable is not usedDiego Biurrun
2008-04-13Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun
2008-04-13Simplify CLEANFILES generation.Diego Biurrun