| Commit message (Expand) | Author | Age | Files | Lines |
* | vorbis: Rename decoder/encoder files to follow general file naming scheme. | Diego Biurrun | 2011-04-23 | 1 | -1116/+0 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
* | Convert some undefined 1<<31 shifts into 1U<<31. | Alex Converse | 2011-04-11 | 1 | -1/+1 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | vorbisenc: remove VLAs | Måns Rullgård | 2010-09-24 | 1 | -6/+17 |
* | Use "const" qualifier for pointers that point to input data of | Reimar Döffinger | 2010-07-24 | 1 | -2/+2 |
* | Raise default vorbis encoding quality. | Frank Barchard | 2010-06-03 | 1 | -1/+1 |
* | Avoid division by zero that caused noise, typically at the beginning or | Frank Barchard | 2010-06-02 | 1 | -1/+1 |
* | Mark vorbis encoder as experimental. | Carl Eugen Hoyos | 2010-05-26 | 1 | -1/+1 |
* | Do not invert samples when encoding Vorbis. | Frank Barchard | 2010-05-25 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Revert r20095: Allow compiling to vorbis again. | Philipp Matthias Hahn | 2009-12-02 | 1 | -3/+6 |
* | put_bits can only reliably write up to 31 bit bits, above it relies on | Reimar Döffinger | 2009-10-01 | 1 | -8/+8 |
* | Do not needlessly add 7 to put_buts_count before dividing by 8, | Reimar Döffinger | 2009-09-30 | 1 | -4/+4 |
* | Use ff_put_string in vorbis encoder. | Reimar Döffinger | 2009-09-30 | 1 | -6/+3 |
* | whitespace cosmetics, prettyprinting, K&R coding style | Diego Biurrun | 2009-09-29 | 1 | -138/+148 |
* | some more linebreak and brace placement cosmetics | Diego Biurrun | 2009-09-28 | 1 | -1/+2 |
* | brace placement and linebreak cosmetics | Diego Biurrun | 2009-09-28 | 1 | -55/+98 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -1/+1 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -2/+2 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility | Oded Shimon | 2008-12-12 | 1 | -53/+53 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | Use of new bitstream in vorbis_enc.c. | Bartłomiej Wołowiec | 2008-10-15 | 1 | -46/+3 |
* | vorbis_enc : set coded_frame->pts value to running sample count. | Jai Menon | 2008-09-09 | 1 | -0/+4 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -1/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | revert accidental const slipping in | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | vorbis suffers from the same sign flip issue as wma (so this lame workaround,... | Michael Niedermayer | 2007-02-07 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | more forgotten free's. | Oded Shimon | 2006-10-02 | 1 | -0/+2 |
* | 10l, wrong order in freeing | Oded Shimon | 2006-10-02 | 1 | -1/+1 |
* | slightly saner indention | Michael Niedermayer | 2006-10-02 | 1 | -81/+137 |
* | add vorbis_enc_data.h, remove codebook data from vorbis_enc.c | Oded Shimon | 2006-10-02 | 1 | -479/+1 |
* | Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) ... | Oded Shimon | 2006-10-02 | 1 | -17/+17 |
* | Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) ... | Oded Shimon | 2006-10-02 | 1 | -15/+18 |
* | Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) ... | Oded Shimon | 2006-10-02 | 1 | -3/+4 |