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
/
alacenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-23
1
-7
/
+7
|
/
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-2
/
+2
*
Use "const" qualifier for pointers that point to input data of
Reimar Döffinger
2010-07-24
1
-3
/
+3
*
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Justin Ruggles
2010-07-11
1
-1
/
+2
*
Remove useless header inclusion.
Jai Menon
2010-04-12
1
-1
/
+0
*
alacenc : Report supported input sample formats.
Jai Menon
2010-04-10
1
-0
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
alacenc : use private compression_level value consistently.
Jai Menon
2009-10-17
1
-1
/
+1
*
alacenc : Move some code around for clarity.
Jai Menon
2009-10-16
1
-10
/
+10
*
cosmetics: reindent and line wrap after last commit
Justin Ruggles
2009-10-05
1
-6
/
+10
*
alacenc: add a fixed LPC coefficient mode as compression level 1. old
Justin Ruggles
2009-10-05
1
-2
/
+13
*
put_bits can only reliably write up to 31 bit bits, above it relies on
Reimar Döffinger
2009-10-01
1
-1
/
+1
*
Fix max_coded_frame_size computation to account for byte alignment.
Jai Menon
2009-09-15
1
-2
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
alacenc : cosmetics : remove misleading comment
Jai Menon
2009-04-13
1
-1
/
+0
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-0
/
+1
*
Use sign_extend().
Benoit Fouet
2009-03-03
1
-2
/
+3
*
Fix an overflow in the predictor.
Jai Menon
2008-12-05
1
-1
/
+2
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-5
/
+5
*
alacenc : perform decorrelation only for stereo samples
Jai Menon
2008-08-22
1
-1
/
+2
*
alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER
Jai Menon
2008-08-19
1
-2
/
+2
*
alacenc: last few hunks approved by michael
Jai Menon
2008-08-19
1
-0
/
+110
*
alacenc: Use user-specified min and max prediction order.
Ramiro Polla
2008-08-19
1
-1
/
+1
*
Import more OKed parts of ALAC encoder from GSoC repo.
Ramiro Polla
2008-08-19
1
-0
/
+98
*
Import more ok'd parts of ALAC encoder from GSoC repo.
Ramiro Polla
2008-08-17
1
-15
/
+125
*
alacenc: NULL_IF_CONFIG_SMALL long_name.
Ramiro Polla
2008-08-17
1
-1
/
+1
*
Import ok'd parts of ALAC encoder from GSoC repo.
Ramiro Polla
2008-08-17
1
-0
/
+197
[prev]