index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
flacenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
write actual min and max frame size to FLAC header. update regression test ch...
Justin Ruggles
2008-09-14
1
-1
/
+11
*
write MD5 checksum to FLAC header. update regression tests.
Justin Ruggles
2008-09-14
1
-1
/
+29
*
write number of samples in FLAC extradata.
Justin Ruggles
2008-09-14
1
-2
/
+13
*
fix and simplify frame size check and reencoding in verbatim mode
Justin Ruggles
2008-08-17
1
-12
/
+17
*
update my email address to one which does not depend on my service provider
Justin Ruggles
2008-08-16
1
-1
/
+1
*
cosmetics: adjust line breaks and vertical alignment
Justin Ruggles
2008-08-16
1
-2
/
+3
*
use limited range of lpc orders when quantizing coefficients
Justin Ruggles
2008-08-16
1
-1
/
+1
*
flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.
Ramiro Polla
2008-08-16
1
-189
/
+2
*
flacenc: Allow more flexible shift calculation in LPC.
Ramiro Polla
2008-08-16
1
-10
/
+11
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2008-07-13
1
-7
/
+0
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-2
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
remove redundant context variable
Justin Ruggles
2008-03-31
1
-12
/
+8
*
Use 15-bit LPC precision by default. This generally gives better compression
Justin Ruggles
2008-03-30
1
-10
/
+2
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
assert() and note about odd len.
Michael Niedermayer
2008-02-09
1
-0
/
+3
*
optimize apply_welch_window()
Michael Niedermayer
2008-02-09
1
-3
/
+6
*
improve CRC API
Aurelien Jacobs
2008-01-04
1
-2
/
+4
*
remove a branch from an inner loop.
Loren Merritt
2007-10-27
1
-3
/
+2
*
div -> mul
Loren Merritt
2007-10-01
1
-3
/
+6
*
simplify lpc
Loren Merritt
2007-09-30
1
-15
/
+14
*
unroll finite differences to avoid swapping registers.
Loren Merritt
2007-09-29
1
-9
/
+12
*
encode_residual_fixed(): replace FIR with finite differences.
Loren Merritt
2007-09-29
1
-6
/
+27
*
sse2 version of compute_autocorr().
Loren Merritt
2007-09-29
1
-5
/
+10
*
was computing one more autocorrelation coefficient that was actually used
Loren Merritt
2007-09-29
1
-4
/
+7
*
replace brute force find_optimal_param() with a closed-form solution.
Loren Merritt
2007-09-29
1
-12
/
+11
*
gcc isn't smart enough to factor out duplicate stores
Loren Merritt
2007-09-29
1
-2
/
+3
*
2.5x faster compute_autocorr()
Loren Merritt
2007-09-28
1
-8
/
+17
*
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...
Loren Merritt
2007-09-27
1
-2
/
+83
*
oops, potential overflow on really large blocks
Loren Merritt
2007-09-25
1
-1
/
+1
*
optimize encode_residual_lpc()
Loren Merritt
2007-09-25
1
-6
/
+11
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-2
/
+2
*
Fix ASF format parser's broken UTF-16 string handling
Zuxy Meng
2006-11-06
1
-14
/
+2
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-4
/
+4
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
cosmetic change to adjust alignment.
Justin Ruggles
2006-07-16
1
-2
/
+2
*
Modify preset compression levels to utilize log search.
Justin Ruggles
2006-07-16
1
-2
/
+2
*
log prediction order search method
Michael Niedermayer
2006-07-16
1
-1
/
+24
*
Add lpc order search. This creates new compression levels 6 to 12.
Justin Ruggles
2006-07-16
1
-15
/
+66
*
calculate all coefficients for several orders during cholesky factorization, ...
Michael Niedermayer
2006-07-15
1
-9
/
+15
*
cleanup
Michael Niedermayer
2006-07-14
1
-2
/
+2
*
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coe...
Michael Niedermayer
2006-07-14
1
-9
/
+40
*
dither lpc cpeffs
Michael Niedermayer
2006-07-13
1
-2
/
+5
*
allows user-settable block size and fixes related typo
Justin Ruggles
2006-07-08
1
-1
/
+1
*
porder patch by (Justin Ruggles jruggle a t earthlink d ot net)
Justin Ruggles
2006-07-03
1
-20
/
+16
*
3 lines while -> 1 line for loop
Michael Niedermayer
2006-07-02
1
-3
/
+1
*
simplify
Michael Niedermayer
2006-07-02
1
-8
/
+3
*
simplify compute_autocorr
Michael Niedermayer
2006-07-02
1
-22
/
+10
[next]