index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
nellymoserenc.c
Age
Commit message (
Expand
)
Author
2013-03-09
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-02-26
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-01-22
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-14
lavc: Fix assignments in if() when calling ff_af_queue_add
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-06-08
Add a float DSP framework to libavutil
Justin Ruggles
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
nellymoserenc: fix crash due to memsetting the wrong area.
Reimar Döffinger
2012-03-21
nellymoserenc: use AVCodec.encode2()
Justin Ruggles
2012-03-04
nellymoserenc: zero any leftover packet bytes
Justin Ruggles
2012-03-04
nellymoserenc: use proper MDCT overlap delay
Justin Ruggles
2012-02-25
nellymoserenc: set AVCodecContext.coded_frame
Justin Ruggles
2012-02-25
nellymoserenc: improve error checking in encode_init()
Justin Ruggles
2012-02-25
nellymoserenc: return AVERROR codes instead of -1
Justin Ruggles
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2011-11-22
Add libavutil/mathematics.h #includes for INFINITY
Mans Rullgard
2011-10-28
nellymoserenc: take float input samples instead of int16
Justin Ruggles
2011-04-26
Add AVX FFT implementation.
Vitor Sessak
2011-04-18
Replace mplayerhq.hu URLs by libav.org.
Diego Biurrun
2011-03-20
Move sine windows to a separate file
Mans Rullgard
2011-03-19
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-22
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-07-28
nellymoserenc: Declare the supported sample format
Martin Storsjö
2010-07-24
Use "const" qualifier for pointers that point to input data of
Reimar Döffinger
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2009-11-26
Mark apply_mdct() function as static; it is only used within the file.
Diego Biurrun
2009-09-20
Merge FFTContext and MDCTContext
Måns Rullgård
2009-05-25
Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack
Reimar Döffinger
2009-05-16
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-11
Support 16K samplerate in Nellymoser.
Alexander Chemeris
2009-04-12
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-03-02
Change a bunch of codec long_names to be more consistent and descriptive.
Diego Biurrun
2009-02-02
Allocate trellis tables on heap only when needed.
Benjamin Larsson
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-12-26
ASAO Nelly Moser implementation moved to a better place on mphq.
Diego Biurrun
2008-10-11
nellymoserenc: flush PutBitContext after use.
Ramiro Polla
2008-09-01
Remaining parts of Nellymoser encoder
Bartlomiej Wolowiec
2008-08-31
Okayed parts of nellymoserenc.c
Bartlomiej Wolowiec
2008-08-29
Okayed parts of nellymoserenc.c
Bartlomiej Wolowiec