index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
mpegaudiodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpegaudiodec: don't print an error on > 1 frame in a packet.
Anton Khirnov
2012-08-08
1
-1
/
+0
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-6
/
+6
*
mp3: fix start band index for block type 2 in 8kHz audio
Kostya Shishkov
2012-05-20
1
-9
/
+10
*
mpegaudiodec: Do not discard mp_decode_frame() return value.
Diego Biurrun
2012-04-18
1
-0
/
+4
*
mp3dec: perform I/S and M/S only when frame mode is joint stereo.
Kostya Shishkov
2012-03-29
1
-1
/
+1
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-5
/
+2
*
lavc: deprecate AVCodecContext.sub_id.
Anton Khirnov
2012-03-04
1
-2
/
+0
*
mpegaudiodec: use DSPUtil.butterflies_float().
Vitor Sessak
2012-02-29
1
-0
/
+7
*
mpegaudiodec: Prevent premature clipping of mp3 input buffer.
Dale Curtis
2012-02-24
1
-2
/
+4
*
mp3on4: require a minimum framesize.
Ronald S. Bultje
2012-02-17
1
-0
/
+4
*
mp3dec: Fix a heap-buffer-overflow
Alex Converse
2012-01-30
1
-2
/
+3
*
lavc: remove disabled FF_API_PARSE_FRAME cruft.
Anton Khirnov
2012-01-27
1
-21
/
+0
*
mpegaudiodec: switch error detection check to AV_EF_BUFFER
Dustin Brody
2012-01-21
1
-1
/
+1
*
mpegaudiodec: optimized iMDCT transform
Vitor Sessak
2012-01-08
1
-1
/
+1
*
mpegaudiodec: move imdct and windowing function to mpegaudiodsp
Vitor Sessak
2012-01-08
1
-178
/
+15
*
mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementations
Vitor Sessak
2012-01-08
1
-25
/
+25
*
mpegaudiodec: Use clearer pointer math
Vitor Sessak
2012-01-07
1
-1
/
+1
*
mpegaudiodec: skip all channels when skipping granules
Justin Ruggles
2012-01-01
1
-8
/
+11
*
mpegaudiodec: fix seeking.
Ronald S. Bultje
2011-12-31
1
-16
/
+18
*
mpegaudiodec: fix compilation when testing the unchecked bitstream reader
Justin Ruggles
2011-12-31
1
-1
/
+1
*
mp3dec: hack: fix decoding with safe bitstream reader
Mans Rullgard
2011-12-17
1
-0
/
+3
*
latmdec: fix audio specific config parsing
Janne Grunau
2011-12-03
1
-1
/
+2
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-31
/
+55
*
mpegaudio: do not use init_static_data() for initializing tables.
Justin Ruggles
2011-11-27
1
-6
/
+7
*
mpegaudiodec: Don't use a nonexistent log context for av_dlog
Martin Storsjö
2011-11-16
1
-2
/
+2
*
cosmetics: indentation
Justin Ruggles
2011-11-15
1
-157
/
+157
*
mpegaudiodec: init static tables in AVCodec.init_static_data()
Justin Ruggles
2011-11-15
1
-18
/
+17
*
mp3on4: do not needlessly set data_size to 0
Justin Ruggles
2011-10-27
1
-1
/
+0
*
mp3adu: return error instead of just consuming bad packets
Justin Ruggles
2011-10-27
1
-4
/
+4
*
mpegaudiodec: check output data size based on avctx->frame_size
Justin Ruggles
2011-10-27
1
-1
/
+4
*
avcodec: remove avcodec_parse_frame and deprecate associated elements.
Justin Ruggles
2011-10-27
1
-1
/
+15
*
mpegaudiodec: cosmetics: basic pretty-printing
Justin Ruggles
2011-10-27
1
-435
/
+430
*
mpegaudiodec: remove frame_count field from MPADecodeContext.
Justin Ruggles
2011-10-27
1
-4
/
+0
*
mpegaudiodec: return AVERROR return codes instead of -1
Justin Ruggles
2011-10-27
1
-10
/
+10
*
mpegaudiodec: Skip only bad frames instead of the whole packet.
Justin Ruggles
2011-10-27
1
-2
/
+9
*
lavc: replace references to deprecated AVCodecContext.error_recognition to us...
Dustin Brody
2011-10-22
1
-5
/
+5
*
mp3on4: check for allocation failures in decode_init_mp3on4()
Justin Ruggles
2011-10-21
1
-0
/
+4
*
mp3on4: create a separate flush function for MP3onMP4.
Justin Ruggles
2011-10-21
1
-1
/
+14
*
mp3on4: ensure that the frame channel count does not exceed the codec channel
Justin Ruggles
2011-10-21
1
-3
/
+14
*
mp3on4: set channel layout
Justin Ruggles
2011-10-21
1
-0
/
+12
*
mp3on4: fix the output channel order
Justin Ruggles
2011-10-21
1
-4
/
+4
*
mp3on4: allocate temp buffer with av_malloc() instead of on the stack.
Justin Ruggles
2011-10-21
1
-16
/
+29
*
mp3on4: copy MPADSPContext from first context to all contexts.
Justin Ruggles
2011-10-21
1
-0
/
+1
*
lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.
Anton Khirnov
2011-10-20
1
-3
/
+3
*
Use explicit struct initializers for AVCodec declarations.
Diego Biurrun
2011-09-24
1
-64
/
+50
*
mpegaudiodec: Fix av_dlog() invocation.
Diego Biurrun
2011-06-01
1
-2
/
+3
*
mpegaudiodec: remove unusued code and variables
Mans Rullgard
2011-05-31
1
-26
/
+4
*
mpegaudio: clean up compute_antialias() definition
Mans Rullgard
2011-05-31
1
-30
/
+36
*
dct32: Add AVX implementation of 32-point DCT
Vitor Sessak
2011-05-21
1
-2
/
+2
[next]