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