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
/
libspeexdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libspeexdec: fix detection of final terminator code
Justin Ruggles
2013-07-21
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
libspeex: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-9
/
+5
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
libspeexdec: handle NULL return value from speex_packet_to_header()
Justin Ruggles
2012-10-03
1
-2
/
+7
*
libspeexdec: properly handle DTX for multiple frames-per-packet
Justin Ruggles
2012-10-03
1
-4
/
+6
*
libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used
Justin Ruggles
2012-10-03
1
-8
/
+6
*
libspeexdec: simplify setting of frame_size
Justin Ruggles
2012-10-03
1
-5
/
+1
*
libspeexdec: set channel_layout
Justin Ruggles
2012-10-03
1
-1
/
+5
*
libspeexdec: If the channel count is not valid, decode as stereo.
Justin Ruggles
2012-10-03
1
-3
/
+5
*
libspeexdec: improve setting of Speex mode and sample rate
Justin Ruggles
2012-10-03
1
-16
/
+21
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
libspeexdec: set frame size in libspeex_decode_init()
Justin Ruggles
2012-03-30
1
-0
/
+1
*
libspeexdec: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-3
/
+0
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-15
/
+21
*
libspeexdec: include system headers before local headers
Justin Ruggles
2011-10-21
1
-1
/
+1
*
libspeexdec: return meaningful error codes
Justin Ruggles
2011-10-21
1
-3
/
+3
*
libspeexdec: cosmetics: reindent
Justin Ruggles
2011-10-21
1
-7
/
+7
*
libspeexdec: decode one frame at a time.
Justin Ruggles
2011-10-21
1
-18
/
+36
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+7
*
libspeexdec: Drop const qualifier to silence compiler warning.
Diego Biurrun
2011-07-16
1
-1
/
+1
*
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
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no
Justin Ruggles
2009-09-04
1
-2
/
+1
*
Store the frame size in the LibSpeexContext in case the header does not exist.
Justin Ruggles
2009-08-29
1
-5
/
+8
*
Use the output data type to determine the maximum number of samples that can be
Justin Ruggles
2009-08-28
1
-1
/
+1
*
Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat
Justin Ruggles
2009-08-28
1
-3
/
+6
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
cosmetics: Fix a few typos and use a consistent codec long name.
Diego Biurrun
2009-02-08
1
-5
/
+5
*
Speex decoding via libspeex
David Conrad
2008-10-24
1
-0
/
+144