54 Commits (95a5fd4581c686ea6a7c8eb9188d902bce35d4f9)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Vittorio Giovara 5aa710f461 vorbisenc: add missing parenthesis 10 years ago
Reimar Döffinger 235d401bfa vorbisenc: avoid large stack allocation. 10 years ago
Michael Niedermayer 52fca28c3b avcodec/vorbisenc: use av_malloc(z)_array() 10 years ago
Vittorio Giovara 973dc4e8d4 put_bits: Remove unused includes 11 years ago
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