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
2009-09-29whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun
2009-09-29some more linebreak and brace placement cosmeticsDiego Biurrun
2009-09-29brace placement and linebreak cosmeticsDiego Biurrun
2009-09-23Fix format string to match the types printed.Reimar Döffinger
2009-09-23Check submap indexes.Google Chrome
2009-09-23Make error return sign consistent.Michael Niedermayer
2009-09-23Check begin/end/partition_size.Google Chrome
2009-09-23Check res_setup->books.Google Chrome
2009-09-23Check masterbook index and subclass book index.Google Chrome
2009-09-23Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome
2009-09-23Check classbook value.Google Chrome
2009-09-23Fix book_idx check.Google Chrome
2009-09-23Sanity checks for magnitude and angle.Google Chrome
2009-09-23= -> == typo.Google Chrome
2009-09-23Check dimensions against 0 too.Michael Niedermayer
2009-09-23Check validity of channels & samplerate.Michael Niedermayer
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-07-08Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger
2009-05-20Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka
2009-05-20Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-05-14Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-12Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon
2008-10-02Fix memleak for currupt input.Carl Eugen Hoyos
2008-10-01Interleaved forward/backward channels processing in order to increase chancesSiarhei Siamashka
2008-09-01Optimize vorbis_residue_decode() so that vr->type is a constant.Michael Niedermayer
2008-08-12mdct wrapper function to match fftLoren Merritt
2008-08-12optimize imdct_half:Loren Merritt
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-29r14205 broke vorbis float_to_int on ppcLoren Merritt
2008-07-16float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt
2008-07-16vorbis: reduce memory by reusing buffersLoren Merritt
2008-07-16unroll another common case in vorbis_residue_decodeLoren Merritt
2008-07-13exploit mdct symmetryLoren Merritt
2008-07-13simplify vorbis windowingLoren Merritt
2008-06-25Set frame_size to the gcd of what the decoder can output.Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-06Remove one more set of useless parentheses from a return call.Diego Biurrun
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2008-01-04Initialize "saved" buffer to zero.Benoit Fouet
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
2007-11-01fix issue130Michael Niedermayer
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-17Don't segfault if an empty codebook gets used.Denes Balatoni