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
/
g722enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libavcodec: Make use of av_clip functions
Peter Meerwald
2015-02-21
1
-4
/
+3
*
g722: Reduce number of pointers passed to g722_apply_qmf() function
Peter Meerwald
2015-02-15
1
-4
/
+4
*
g722: Split out g722_qmf_apply() function into g722dsp.c
Peter Meerwald
2015-02-15
1
-1
/
+3
*
lavc: use a separate field for exporting audio encoder padding
Anton Khirnov
2014-10-13
1
-2
/
+2
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-11
/
+0
*
g722enc: fix size argument in memset
Janne Grunau
2012-10-09
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
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+2
*
g722enc: use AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-11
/
+33
*
g722: Fix the QMF scaling
Martin Storsjö
2012-03-02
1
-2
/
+2
*
g722enc: check for trellis data allocation error
Justin Ruggles
2012-02-25
1
-12
/
+20
*
g722enc: validate AVCodecContext.trellis
Justin Ruggles
2012-01-07
1
-0
/
+16
*
g722enc: set frame_size, and also handle an odd number of input samples
Justin Ruggles
2012-01-07
1
-2
/
+36
*
g722enc: split encoding into separate functions for trellis vs. no trellis
Justin Ruggles
2012-01-07
1
-20
/
+33
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
g722: Change bits per sample to 4
Sjoerd Simons
2011-12-05
1
-2
/
+2
*
g722: split decoder and encoder into separate files
Justin Ruggles
2011-10-23
1
-0
/
+311