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-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-01twinvq: fix out of bounds array accessMans Rullgard
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-13twinnvq: remove ;;Michael Niedermayer
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
2011-11-11vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles
2011-11-11twinvq: check for allocation failure in init_mdct_win()Justin Ruggles
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22twinvq: check output buffer size before decodingJustin Ruggles
2011-10-22twinvq: return an error when the packet size is too smallJustin Ruggles
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23vorbis: Rename decoder/encoder files to follow general file naming scheme.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-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
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-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-25twinvq: remove VLAsMåns Rullgård
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
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-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-11-24Add missing include. Fix the following compiler warnings:Vitor Sessak
2009-11-23Make sorting function used in TwinVQ a shared functionVitor Sessak
2009-11-09Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-15Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak
2009-08-27Formatting K&R fixesVitor Sessak
2009-08-27100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak
2009-08-27SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak
2009-08-24Cosmetics: add some whitespace around operatorsVitor Sessak
2009-08-23TwinVQ decoderVitor Sessak