41 Commits (92a97d1168cceb6ca66f8483cd319f9a22a31b6d)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 3adf054b22 avcodec/vorbisenc: change 6 asserts to av_asserts() 11 years ago
Diego Biurrun 4a2ef39442 cosmetics: Add '0' to float constants ending in '.'. 11 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 09031b4639 vorbisenc: cosmetics: rename variable avccontext to avctx 12 years ago
Michael Niedermayer f72b735d41 libavcodec/vorbisenc: add {} to complex ifs 12 years ago
Justin Ruggles 233783e2c1 vorbisenc: use float planar sample format 12 years ago
Justin Ruggles a0a5fed908 vorbisenc: set AVCodecContext.bit_rate to 0 12 years ago
Justin Ruggles 890fddd0ea vorbisenc: fix quality parameter 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Alex Converse ecf79c4d3e vorbis: Validate that the floor 1 X values contain no duplicates. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 2ed79755d7 vorbisenc: switch to ff_alloc_packet2(). 13 years ago
Justin Ruggles 5d4017b8f3 vorbisenc: use AVCodec.encode2() 13 years ago
Michael Niedermayer 0f6f5e6f16 vorbisenc: set quality to a reasonable default. 13 years ago
Diego Biurrun ffae713a5b Fix a bunch of common typos. 13 years ago
Justin Ruggles 1ba08c94f5 vorbisenc: add output buffer overwrite protection 13 years ago
Justin Ruggles be8d812c96 vorbisenc: check all allocations for failure 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun 0a6b1a9f21 Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
Diego Biurrun 046f3cb789 vorbis: Rename decoder/encoder files to follow general file naming scheme. 14 years ago
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Måns Rullgård d66a546f77 vorbisenc: remove VLAs 14 years ago
Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
Frank Barchard 27b0d365e8 Raise default vorbis encoding quality. 15 years ago
Frank Barchard 83b7076131 Avoid division by zero that caused noise, typically at the beginning or 15 years ago
Carl Eugen Hoyos 35f7c39a5d Mark vorbis encoder as experimental. 15 years ago
Frank Barchard 344f5c9fb3 Do not invert samples when encoding Vorbis. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Philipp Matthias Hahn 38b5b47b23 Revert r20095: Allow compiling to vorbis again. 15 years ago
Reimar Döffinger 43d7c6118d put_bits can only reliably write up to 31 bit bits, above it relies on 15 years ago
Reimar Döffinger 5200b90147 Do not needlessly add 7 to put_buts_count before dividing by 8, 15 years ago
Reimar Döffinger eb0d04c325 Use ff_put_string in vorbis encoder. 15 years ago
Diego Biurrun a7adcf29cf whitespace cosmetics, prettyprinting, K&R coding style 15 years ago
Diego Biurrun 0b8e7ab059 some more linebreak and brace placement cosmetics 15 years ago
Diego Biurrun 5e56b30e1f brace placement and linebreak cosmetics 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago