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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-06nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger
2012-03-21nellymoserenc: use AVCodec.encode2()Justin Ruggles
2012-03-04nellymoserenc: zero any leftover packet bytesJustin Ruggles
2012-03-04nellymoserenc: use proper MDCT overlap delayJustin Ruggles
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-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-11-22Add libavutil/mathematics.h #includes for INFINITYMans Rullgard
2011-10-28nellymoserenc: take float input samples instead of int16Justin Ruggles
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-18Replace mplayerhq.hu URLs by libav.org.Diego Biurrun
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-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-02Allocate trellis tables on heap only when needed.Benjamin Larsson
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-26ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun
2008-10-11nellymoserenc: flush PutBitContext after use.Ramiro Polla
2008-09-01Remaining parts of Nellymoser encoderBartlomiej Wolowiec
2008-08-31Okayed parts of nellymoserenc.cBartlomiej Wolowiec
2008-08-30Okayed parts of nellymoserenc.cBartlomiej Wolowiec