96 Commits (c1bf56a526f94bcfd74da1f19c3f8a0f12fa787e)

Author SHA1 Message Date
Andreas Rheinhardt ef6232aa38 avcodec/nellymoserenc: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 652279e35b avcodec/nellymoserenc: Fix segfault when using unsupported channels/rate 4 years ago
Andreas Rheinhardt 665a3dbd36 avcodec/nellymoserenc: Make encoder init-threadsafe 4 years ago
Andreas Rheinhardt 0a56bfa71f avcodec/nellymoserenc: Cleanup generically on init failure 4 years ago
Ganesh Ajjanagadde 07a8fbaa55 lavc/nellymoserenc: avoid wasteful pow 9 years ago
Ganesh Ajjanagadde 68ba63ebd5 avcodec/nellymoserenc: use log2 instead of log()/M_LN2 9 years ago
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
Dyami Caliri 50833c9f7b Fix buffer_size argument to init_put_bits() in multiple encoders. 10 years ago
Michael Niedermayer 0182e5a740 avcodec/nellymoserenc: replace assert by av_assert1() 10 years ago
Michael Niedermayer 06d2742899 avcodec/nellymoser: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer bd7d8604bd avcodec/nellymoserenc: update comment to match 5c805d69a4 10 years ago
Michael Niedermayer 5c805d69a4 avcodec/nellymoserenc: fix sign error 10 years ago
Vittorio Giovara bdcb5794f0 nellymoserenc: fix array index 10 years ago
Michael Niedermayer aa7c429c4e nellymoserenc: fix array element ordering 10 years ago
Michael Niedermayer 993a2487de avcodec/nellymoserenc: use av_freep(), do not leave stale pointers in memory 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 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
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
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Michael Niedermayer 1d7ffd06e4 lavc: Fix assignments in if() when calling ff_af_queue_add 12 years ago
Michael Niedermayer 795d2dc23b nellymoserenc: Fix assignments in if() 12 years ago
Michael Niedermayer 62722ae2d4 nellymoserenc: fix array element ordering 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Reimar Döffinger 03ef5047d1 Fix nellymoser encoder crash with hardcoded tables. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Reimar Döffinger 439c3d5bcc nellymoserenc: fix crash due to memsetting the wrong area. 13 years ago
Reimar Döffinger e8b1da007e nellymoserenc: fix crash due to memsetting the wrong area. 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 93aafe2a39 nellymoserenc: switch to ff_alloc_packet2(). 13 years ago
Justin Ruggles f090428234 nellymoserenc: use AVCodec.encode2() 13 years ago
Justin Ruggles 29e2c85310 nellymoserenc: zero any leftover packet bytes 13 years ago
Justin Ruggles 6c7a01621c nellymoserenc: use proper MDCT overlap delay 13 years ago
Justin Ruggles 928672f1f1 nellymoserenc: set AVCodecContext.coded_frame 13 years ago
Justin Ruggles 370b44cda2 nellymoserenc: improve error checking in encode_init() 13 years ago
Justin Ruggles 333506c33f nellymoserenc: return AVERROR codes instead of -1 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Mans Rullgard 85770d6e56 Add libavutil/mathematics.h #includes for INFINITY 13 years ago
Justin Ruggles f3db0f7403 nellymoserenc: take float input samples instead of int16 13 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Diego Biurrun f0a41afd8a Replace mplayerhq.hu URLs by libav.org. 14 years ago
Mans Rullgard 4538729afe Move sine windows to a separate file 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