summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserenc.c
Commit message (Expand)AuthorAge
* avcodec/nellymoserenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/nellymoserenc: Fix segfault when using unsupported channels/rateAndreas Rheinhardt2021-04-15
* avcodec/nellymoserenc: Make encoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/nellymoserenc: Cleanup generically on init failureAndreas Rheinhardt2020-12-08
* lavc/nellymoserenc: avoid wasteful powGanesh Ajjanagadde2015-12-17
* avcodec/nellymoserenc: use log2 instead of log()/M_LN2Ganesh Ajjanagadde2015-10-29
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| * nellymoserenc: fix array indexVittorio Giovara2014-11-13
| * nellymoserenc: fix array element orderingMichael Niedermayer2014-11-13
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-26
* | avcodec/nellymoserenc: replace assert by av_assert1()Michael Niedermayer2015-02-01
* | avcodec/nellymoser: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-18
* | avcodec/nellymoserenc: update comment to match 5c805d69a49a1f32a7a8a1b16fb3d6...Michael Niedermayer2014-11-15
* | avcodec/nellymoserenc: fix sign errorMichael Niedermayer2014-11-13
* | avcodec/nellymoserenc: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-19
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-14
|\|
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-04
|\|
| * put_bits: Remove unused includesVittorio Giovara2014-03-04
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-12
|\|
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* | normalize calls to ff_alloc_packet2James Zern2013-03-06
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
| * lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-14
* | nellymoserenc: Fix assignments in if()Michael Niedermayer2013-01-14
* | nellymoserenc: fix array element orderingMichael Niedermayer2012-10-12
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\|
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* | Fix nellymoser encoder crash with hardcoded tables.Reimar Döffinger2012-04-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
| * nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-06
* | nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | nellymoserenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\|
| * nellymoserenc: use AVCodec.encode2()Justin Ruggles2012-03-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-05
|\|