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
/
amrwbdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()
Diego Biurrun
2012-08-27
1
-14
/
+19
*
amrwbdec: Decode the fr_quality bit properly
Martin Storsjö
2012-08-17
1
-1
/
+1
*
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
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+2
*
amrnb/amrwb: Remove get_bits usage.
Alex Converse
2012-03-05
1
-8
/
+2
*
amrwb: remove duplicate arguments from extrapolate_isf().
Ronald S. Bultje
2012-03-02
1
-13
/
+12
*
amrwb: error out early if mode is invalid.
Ronald S. Bultje
2012-03-02
1
-4
/
+8
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-34
/
+34
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-7
/
+20
*
libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization
Martin Storsjö
2011-04-12
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*
Anton Khirnov
2011-02-03
1
-2
/
+2
*
Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
Anton Khirnov
2011-02-03
1
-1
/
+1
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Use AVSampleFormat instead of the deprecated SampleFormat.
Reimar Döffinger
2011-01-01
1
-1
/
+1
*
AMR-WB decoder, written as part of Google Summer of Code 2010 by Marcelo
Ronald S. Bultje
2010-12-18
1
-0
/
+1237