76 Commits (fc01a703dea4fe4f2eff73480958ee6c75aa8c30)

Author SHA1 Message Date
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Guangyu Sun 24b3178efd libavcodec/vorbisenc: Add missing initial_padding 4 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt 6546218572 avcodec/vorbisenc: Combine codebooks, avoid relocations 4 years ago
Andreas Rheinhardt e1e59d7383 avcodec/vorbisenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt 44e0a31ac4 avcodec/vorbisenc: Don't free uninitialized pointers 4 years ago
Andreas Rheinhardt 1c7f252783 avcodec: Remove redundant freeing of extradata of encoders 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt e48f18e2d5 avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriate 4 years ago
Andreas Rheinhardt e4ccd348c1 avcodec/vorbisenc: Remove always-false check 4 years ago
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 8 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. 11 years ago
Michael Niedermayer 52fca28c3b avcodec/vorbisenc: use av_malloc(z)_array() 11 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 12 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 13 years ago
Justin Ruggles 233783e2c1 vorbisenc: use float planar sample format 13 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