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
/
qcelpdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
cosmetics: Add '0' to float constants ending in '.'.
Diego Biurrun
2013-07-25
1
-3
/
+3
*
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-2
/
+2
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
qcelp: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-9
/
+5
*
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-9
/
+8
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+1
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
qcelpdec: set channel layout
Justin Ruggles
2012-11-01
1
-1
/
+4
*
celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()
Diego Biurrun
2012-08-27
1
-7
/
+6
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
qcelpdec: K&R formatting cosmetics
Asen Lekov
2011-12-19
1
-183
/
+177
*
qcelpdec: cosmetics: drop some pointless parentheses
Diego Biurrun
2011-12-19
1
-8
/
+8
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-9
/
+17
*
qcelpdec: cosmetics: do not add line break before opening bracket in 'for',
Justin Ruggles
2011-10-04
1
-120
/
+60
*
qcelp: check output buffer size before decoding
Justin Ruggles
2011-10-04
1
-2
/
+8
*
qcelpdec: fix the return value of qcelp_decode_frame().
Chris Rankin
2011-10-04
1
-1
/
+1
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
1
-4
/
+4
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-5
/
+5
*
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
*
Grammar fixes
Måns Rullgård
2010-07-02
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-7
/
+7
*
Move clipping of audio samples (for those codecs outputting float) from decoder
Ronald S. Bultje
2010-04-21
1
-4
/
+0
*
Implement QCELP postfilter.
Ronald S. Bultje
2010-04-21
1
-5
/
+41
*
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
*
Reindent after last commit
Vitor Sessak
2010-01-04
1
-2
/
+2
*
Add missing "static" qualifier
Vitor Sessak
2010-01-04
1
-1
/
+1
*
Do not hardcode filter order in ff_acelp_lspd2lpc()
Vitor Sessak
2009-11-09
1
-1
/
+1
*
Implement ff_scale_vector_to_given_sum_of_squares()
Reynaldo H. Verdejo Pinochet
2009-11-04
1
-33
/
+6
*
Expose QCELP's floating-point LSP-to-LPC function
Colin McQuillan
2009-08-03
1
-7
/
+1
*
Make the LSP naming more consistent
Colin McQuillan
2009-08-03
1
-4
/
+4
*
Rename ff_log_missing_feature() to av_log_missing_feature().
Ronald S. Bultje
2009-06-29
1
-2
/
+2
*
Fix bandwith vs. bandwiDth typo.
Diego Biurrun
2009-05-12
1
-4
/
+4
*
Properly handle SILENCE frame. Patch by Kenan Gillet.
Kenan Gillet
2009-05-04
1
-1
/
+1
*
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
*
Move scale factor computation to its own function. Patch by Kenan
Kenan Gillet
2009-04-07
1
-8
/
+24
*
Add missing static qualifier from function declaration. Patch by Kenan
Kenan Gillet
2009-04-04
1
-1
/
+1
*
Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'
Reynaldo H. Verdejo Pinochet
2009-03-09
1
-1
/
+1
*
Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'
Reynaldo H. Verdejo Pinochet
2009-03-09
1
-13
/
+3
*
Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
Reynaldo H. Verdejo Pinochet
2009-03-04
1
-4
/
+34
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Split ff_log_missing_feature into ff_log_missing_feature
Kenan Gillet
2009-01-16
1
-4
/
+1
*
Silence one warning when compiling with icc:
Carl Eugen Hoyos
2008-12-28
1
-1
/
+1
*
COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.
Reynaldo H. Verdejo Pinochet
2008-12-26
1
-4
/
+4
*
Part 2 of Kenan Gillet's QCELP silence handling patch.
Reynaldo H. Verdejo Pinochet
2008-12-26
1
-5
/
+20
*
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'
Reynaldo H. Verdejo Pinochet
2008-12-20
1
-1
/
+6
[next]