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
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-09-25vorbisenc: remove VLAsMåns Rullgård
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
2010-06-04Raise default vorbis encoding quality.Frank Barchard
2010-06-02Avoid division by zero that caused noise, typically at the beginning orFrank Barchard
2010-05-26Mark vorbis encoder as experimental.Carl Eugen Hoyos
2010-05-26Do not invert samples when encoding Vorbis.Frank Barchard
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
2009-12-03Revert r20095: Allow compiling to vorbis again.Philipp Matthias Hahn
2009-10-01put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger
2009-10-01Do not needlessly add 7 to put_buts_count before dividing by 8,Reimar Döffinger
2009-09-30Use ff_put_string in vorbis encoder.Reimar Döffinger
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-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
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-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-15Use of new bitstream in vorbis_enc.c.Bartłomiej Wołowiec
2008-09-09vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon
2008-08-12remove mdct tmp bufferLoren Merritt
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-25revert accidental const slipping inStefan Gehrer
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-02-07vorbis suffers from the same sign flip issue as wma (so this lame workaround,...Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-02more forgotten free's.Oded Shimon
2006-10-0210l, wrong order in freeingOded Shimon
2006-10-02slightly saner indentionMichael Niedermayer
2006-10-02add vorbis_enc_data.h, remove codebook data from vorbis_enc.cOded Shimon
2006-10-02Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) ...Oded Shimon
2006-10-02Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) ...Oded Shimon
2006-10-02Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) ...Oded Shimon
2006-10-02Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) ...Oded Shimon
2006-10-02Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) ...Oded Shimon
2006-10-02Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) ...Oded Shimon
2006-10-02Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) ...Oded Shimon
2006-10-02Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) ...Oded Shimon