65 Commits (f958f431eced497f42220d8f9890506215742512)

Author SHA1 Message Date
Derek Buitenhuis e7af1394ec vorbisenc: Check the return value of av_frame_clone 7 years ago
Michael Niedermayer 08ec828de9 avcodec/vorbisenc: Fix mixed declaration and statements 7 years ago
Tyler Jones 752dd1952a vorbisenc: Stop tracking number of samples per frame 8 years ago
Tyler Jones f57f665183 vorbisenc: Apply and output correct length window and mdct 8 years ago
Tyler Jones 5a2ad7ede3 vorbisenc: Separate copying audio samples from windowing 8 years ago
Tyler Jones 34c5200560 vorbisenc: Fix memory leak on errors 8 years ago
Rostislav Pehlivanov 7fc1be9a01 vorbisenc: signal samples to skip 8 years ago
Tyler Jones 29c13fed68 avcodec/vorbisenc: Use a bufqueue in encoding with smaller lengths 8 years ago
Tyler Jones 25260b5161 avcodec/vorbisenc: Include bufqueue and afqueue 8 years ago
Tyler Jones 79941602a3 avcodec/vorbisenc: Use fdsp for applying windows 8 years ago
Tyler Jones 610864dc36 avcodec/vorbisenc: Include fdsp 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 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() 12 years ago
Diego Biurrun 4a2ef39442 cosmetics: Add '0' to float constants ending in '.'. 12 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 13 years ago
Justin Ruggles 890fddd0ea vorbisenc: fix quality parameter 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 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. 14 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