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
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-08Fix nellymoser encoder crash with hardcoded tables.Reimar Döffinger
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-06nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger
2012-04-06nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22nellymoserenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21nellymoserenc: use AVCodec.encode2()Justin Ruggles
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04nellymoserenc: zero any leftover packet bytesJustin Ruggles
2012-03-04nellymoserenc: use proper MDCT overlap delayJustin Ruggles
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles
2012-02-25nellymoserenc: improve error checking in encode_init()Justin Ruggles
2012-02-25nellymoserenc: return AVERROR codes instead of -1Justin Ruggles
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22Add libavutil/mathematics.h #includes for INFINITYMans Rullgard
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-28nellymoserenc: take float input samples instead of int16Justin Ruggles
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-18Replace mplayerhq.hu URLs by libav.org.Diego Biurrun
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-28nellymoserenc: Declare the supported sample formatMartin Storsjö
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-11-26Mark apply_mdct() function as static; it is only used within the file.Diego Biurrun
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-05-25Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-05-11Support 16K samplerate in Nellymoser.Alexander Chemeris
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini