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
/
nellymoserdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-2
/
+2
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-2
/
+2
*
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2010-01-09
1
-1
/
+1
*
nellymoser: use constant seed for dithering RNG
Måns Rullgård
2009-11-29
1
-1
/
+1
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-1
/
+1
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
1
-1
/
+1
*
Use skip_bits_long() for large skips
David Conrad
2009-05-14
1
-1
/
+1
*
Support 16K samplerate in Nellymoser.
Alexander Chemeris
2009-05-11
1
-0
/
+2
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Get rid of av_random in nellymoserdec.c
Benjamin Larsson
2009-03-20
1
-4
/
+5
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Replace calls to the deprecated function av_init_random() with
Stefano Sabatini
2009-01-18
1
-1
/
+1
*
Use shared sine window instead of defining another one.
Vitor Sessak
2009-01-17
1
-6
/
+4
*
Set channel_layout
Benjamin Larsson
2008-11-16
1
-0
/
+1
*
mdct wrapper function to match fft
Loren Merritt
2008-08-12
1
-1
/
+1
*
remove mdct tmp buffer
Loren Merritt
2008-08-12
1
-3
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro...
Benjamin Larsson
2008-07-23
1
-1
/
+1
*
Remove unused variable, fixes the warning:
Diego Biurrun
2008-07-05
1
-1
/
+0
*
Add generic ff_sine_window_init function and implement in codecs appropriately
Robert Swain
2008-06-22
1
-3
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Separating from nellymoserdec.c parts required by encoder
Bartlomiej Wolowiec
2008-06-08
1
-198
/
+6
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
Move declaration a little.
Michael Niedermayer
2008-05-03
1
-2
/
+2
*
Setting i to 0 once should do.
Michael Niedermayer
2008-05-03
1
-1
/
+1
*
Long name spelling fixes
Benjamin Larsson
2008-05-02
1
-1
/
+1
*
Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.
Diego Pettenò
2008-05-01
1
-1
/
+3
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
unused
Michael Niedermayer
2008-04-16
1
-1
/
+1
*
cosmetic
Michael Niedermayer
2008-04-16
1
-1
/
+2
*
Move the *-1 to a more sane place as well.
Michael Niedermayer
2008-04-16
1
-3
/
+3
*
Move scale_bias to a more sane place. I am starting to wonder how this
Michael Niedermayer
2008-04-16
1
-5
/
+5
*
simplify
Michael Niedermayer
2008-04-16
1
-2
/
+1
*
Avoid reverse addressing, not sure if this is faster or slower but people
Michael Niedermayer
2008-04-16
1
-3
/
+3
*
commutative law based cleanup
Michael Niedermayer
2008-04-16
1
-1
/
+1
*
do the -1 outside of the transform
Michael Niedermayer
2008-04-16
1
-4
/
+4
*
normalize signs
Michael Niedermayer
2008-04-16
1
-4
/
+2
*
100l lost add_bias
Michael Niedermayer
2008-04-16
1
-2
/
+2
*
simplify transform
Michael Niedermayer
2008-04-16
1
-20
/
+10
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
consts
Michael Niedermayer
2008-02-01
1
-2
/
+2
*
Use memcpy instead of for loop
Benjamin Larsson
2007-11-18
1
-4
/
+2
*
Small simplification
Benjamin Larsson
2007-11-14
1
-9
/
+7
*
Support 44.1kHz audio. Acked by Benjamin
Alex Beregszaszi
2007-11-14
1
-0
/
+2
*
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
Alex Beregszaszi
2007-11-14
1
-1
/
+1
*
Make sine_window static. Acked by Benjamin Larsson
Alex Beregszaszi
2007-11-14
1
-1
/
+1
[next]