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
/
adxdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
adxdec: use planar sample format
Justin Ruggles
2012-10-09
1
-8
/
+13
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
adxdec: clear eof flag and channel states when seeking
Justin Ruggles
2012-01-03
1
-0
/
+8
*
adxdec: Do not require extradata.
Michael Niedermayer
2012-01-03
1
-9
/
+26
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-14
/
+27
*
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
Justin Ruggles
2011-11-26
1
-2
/
+3
*
adx: add an ADX parser.
Justin Ruggles
2011-11-26
1
-56
/
+44
*
adx: move header decoding to ADX common code
Justin Ruggles
2011-11-26
1
-36
/
+6
*
adx: calculate the number of blocks in a packet
Justin Ruggles
2011-11-26
1
-2
/
+11
*
adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES
Justin Ruggles
2011-11-26
1
-14
/
+17
*
adx: check for unsupported ADX formats
Justin Ruggles
2011-11-26
1
-0
/
+6
*
adx: calculate correct LPC coeffs
Justin Ruggles
2011-11-26
1
-2
/
+5
*
adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
Justin Ruggles
2011-11-26
1
-1
/
+1
*
adx: simplify adx_decode() by using get_sbits() to read residual samples
Justin Ruggles
2011-11-26
1
-12
/
+5
*
adx: fix the data offset parsing in adx_decode_header()
Justin Ruggles
2011-11-26
1
-2
/
+2
*
adx: remove unneeded post-decode channel interleaving
Justin Ruggles
2011-11-26
1
-39
/
+19
*
adx: validate header values
Justin Ruggles
2011-11-26
1
-5
/
+12
*
adx: cosmetics: general pretty-printing and comment clean-up
Justin Ruggles
2011-11-26
1
-61
/
+73
*
adx: remove useless comments
Justin Ruggles
2011-11-26
1
-7
/
+2
*
adx: change short to int16_t
Justin Ruggles
2011-11-26
1
-3
/
+3
*
adx: rename struct PREV to ADXChannelState
Justin Ruggles
2011-11-26
1
-2
/
+4
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+6
*
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
*
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
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Change a bunch of codec long_names to be more consistent and descriptive.
Diego Biurrun
2009-03-02
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Fix filenames in Doxygen comments.
Diego Biurrun
2009-01-26
1
-1
/
+1
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+2
*
Mark adx_decode_init() as type int instead of void, the function returns
Diego Biurrun
2008-08-17
1
-1
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-1
/
+7
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
move adx.c to adxdec.c
Aurelien Jacobs
2007-11-01
1
-0
/
+169