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
/
flacenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-1
/
+1
*
flacenc: write initial blocksize to STREAMINFO header instead of current
Justin Ruggles
2009-04-16
1
-2
/
+4
*
Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.
Bobby Bingham
2009-04-13
1
-2
/
+2
*
flacenc : do not #include libavutil/lls.h since lpc code is now
Jai Menon
2009-04-13
1
-1
/
+0
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
add a function to calculate a more accurate estimate for maximum FLAC
Justin Ruggles
2009-03-21
1
-5
/
+2
*
revert accidental unrelated change in last commit
Justin Ruggles
2009-03-21
1
-1
/
+3
*
share sample rate and blocksize tables between the FLAC encoder and FLAC
Justin Ruggles
2009-03-21
1
-24
/
+9
*
flacenc: remove unneeded variable, 'min_encoded_framesize' and use
Justin Ruggles
2009-03-21
1
-5
/
+3
*
flacenc: remove unneeded context variable, 'ch_code'
Justin Ruggles
2009-03-21
1
-3
/
+1
*
share channel mode constants between the FLAC decoder and FLAC encoder
Justin Ruggles
2009-03-21
1
-10
/
+4
*
share some constants between the FLAC encoder and FLAC decoder
Justin Ruggles
2009-03-19
1
-8
/
+3
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
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
[next]