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
...
*
Combine and simplify output_residual() and output_subframe_lpc().
Justin Ruggles
2010-07-30
1
-37
/
+21
*
cosmetics: reindent
Justin Ruggles
2010-07-30
1
-5
/
+5
*
Combine and simplify output_subframe_fixed() and output_subframe_lpc().
Justin Ruggles
2010-07-30
1
-19
/
+5
*
Combine and simplify output_subframe_constant() and output_subframe_verbatim().
Justin Ruggles
2010-07-30
1
-25
/
+11
*
Pass FlacSubframe to output_subframe_* instead of channel number.
Justin Ruggles
2010-07-30
1
-24
/
+11
*
cosmetics: change FlacEncodeContext variable name from ctx to s in several
Justin Ruggles
2010-07-30
1
-36
/
+36
*
Set coded_frame->pts in the FLAC encoder
Justin Ruggles
2010-07-30
1
-0
/
+1
*
Do not need to set coded_frame->key_frame = 1 because it is already set in
Justin Ruggles
2010-07-30
1
-1
/
+0
*
Move debug logging of compression options to a single function.
Justin Ruggles
2010-07-30
1
-37
/
+60
*
Add 2 failed memory allocation checks
Justin Ruggles
2010-07-30
1
-0
/
+4
*
cosmetics: pretty-print flacenc.c
Justin Ruggles
2010-07-30
1
-325
/
+344
*
Use "const" qualifier for pointers that point to input data of
Reimar Döffinger
2010-07-24
1
-4
/
+4
*
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Justin Ruggles
2010-07-11
1
-29
/
+74
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-2
/
+2
*
bswap: change ME to NE in macro names
Måns Rullgård
2010-07-10
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-3
/
+3
*
flacenc: convert VLA to fixed size
Måns Rullgård
2010-06-23
1
-1
/
+1
*
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-03
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
Justin Ruggles
2009-10-17
1
-63
/
+0
*
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
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
[prev]
[next]