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
/
adx.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: remove obsolete and disabled avpriv functions
Anton Khirnov
2014-08-09
1
-5
/
+0
*
adxdec: get rid of an avpriv function
Anton Khirnov
2014-07-09
1
-0
/
+5
*
adxenc: alloc/free coded_frame instead of keeping it in the ADXContext
Justin Ruggles
2013-02-12
1
-1
/
+0
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
1
-2
/
+2
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-0
/
+1
*
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
Justin Ruggles
2011-11-26
1
-2
/
+2
*
adx: add an ADX parser.
Justin Ruggles
2011-11-26
1
-2
/
+1
*
adx: move header decoding to ADX common code
Justin Ruggles
2011-11-26
1
-0
/
+21
*
adx: calculate correct LPC coeffs
Justin Ruggles
2011-11-26
1
-2
/
+12
*
adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
Justin Ruggles
2011-11-26
1
-3
/
+3
*
adx: remove unneeded post-decode channel interleaving
Justin Ruggles
2011-11-26
1
-0
/
+1
*
adx: rename struct PREV to ADXChannelState
Justin Ruggles
2011-11-26
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
split adx encoder in its own file
Aurelien Jacobs
2007-11-01
1
-0
/
+49