index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
nellymoserenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
nellymoserenc: fix array index
Vittorio Giovara
2014-11-13
1
-1
/
+1
*
nellymoserenc: fix array element ordering
Michael Niedermayer
2014-11-13
1
-4
/
+4
*
lavc: use a separate field for exporting audio encoder padding
Anton Khirnov
2014-10-13
1
-1
/
+1
*
put_bits: Remove unused includes
Vittorio Giovara
2014-03-04
1
-2
/
+4
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-11
/
+0
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-6
/
+4
*
lavc: Fix assignments in if() when calling ff_af_queue_add
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-2
/
+5
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-9
/
+10
*
nellymoserenc: fix crash due to memsetting the wrong area.
Reimar Döffinger
2012-04-06
1
-1
/
+1
*
nellymoserenc: use AVCodec.encode2()
Justin Ruggles
2012-03-21
1
-10
/
+33
*
nellymoserenc: zero any leftover packet bytes
Justin Ruggles
2012-03-04
1
-0
/
+1
*
nellymoserenc: use proper MDCT overlap delay
Justin Ruggles
2012-03-04
1
-27
/
+21
*
nellymoserenc: set AVCodecContext.coded_frame
Justin Ruggles
2012-02-25
1
-0
/
+7
*
nellymoserenc: improve error checking in encode_init()
Justin Ruggles
2012-02-25
1
-16
/
+24
*
nellymoserenc: return AVERROR codes instead of -1
Justin Ruggles
2012-02-25
1
-2
/
+2
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
Add libavutil/mathematics.h #includes for INFINITY
Mans Rullgard
2011-11-22
1
-0
/
+1
*
nellymoserenc: take float input samples instead of int16
Justin Ruggles
2011-10-28
1
-7
/
+5
*
Add AVX FFT implementation.
Vitor Sessak
2011-04-26
1
-3
/
+3
*
Replace mplayerhq.hu URLs by libav.org.
Diego Biurrun
2011-04-18
1
-1
/
+1
*
Move sine windows to a separate file
Mans Rullgard
2011-03-20
1
-0
/
+1
*
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-22
1
-3
/
+3
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
nellymoserenc: Declare the supported sample format
Martin Storsjö
2010-07-28
1
-0
/
+1
*
Use "const" qualifier for pointers that point to input data of
Reimar Döffinger
2010-07-24
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
1
-0
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-3
/
+3
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-3
/
+3
*
Mark apply_mdct() function as static; it is only used within the file.
Diego Biurrun
2009-11-26
1
-1
/
+1
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-1
/
+1
*
Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack
Reimar Döffinger
2009-05-25
1
-6
/
+5
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
1
-1
/
+1
*
Support 16K samplerate in Nellymoser.
Alexander Chemeris
2009-05-11
1
-2
/
+3
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-1
/
+1
*
Change a bunch of codec long_names to be more consistent and descriptive.
Diego Biurrun
2009-03-02
1
-1
/
+1
*
Allocate trellis tables on heap only when needed.
Benjamin Larsson
2009-02-02
1
-4
/
+16
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
ASAO Nelly Moser implementation moved to a better place on mphq.
Diego Biurrun
2008-12-26
1
-1
/
+1
[next]