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
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-21
Separate window function from autocorrelation.
Justin Ruggles
2011-01-21
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-09-30
add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field
Aurelien Jacobs
2010-07-31
cosmetics: rename output_* to write_*
Justin Ruggles
2010-07-31
Simplify verbatim mode fallback by checking the frame size before writing.
Justin Ruggles
2010-07-31
Change max_framesize for small final frame.
Justin Ruggles
2010-07-31
Calculate an exact frame size before writing. Now the buffer size requirements
Justin Ruggles
2010-07-31
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()
Justin Ruggles
2010-07-31
Reduce number of input parameters to find_subblock_rice_params().
Justin Ruggles
2010-07-31
10l: fix bit count for frame header
Justin Ruggles
2010-07-31
Simplify fallback to verbatim mode encoding.
Justin Ruggles
2010-07-31
cosmetics: line wrap and vertical alignment
Justin Ruggles
2010-07-31
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single
Justin Ruggles
2010-07-31
Remove unneeded wrapper function.
Justin Ruggles
2010-07-31
Remove duplicate code by adding a flag for encoding in verbatim mode.
Justin Ruggles
2010-07-31
Estimate frame size during encoding.
Justin Ruggles
2010-07-30
cosmetics: indentation
Justin Ruggles
2010-07-30
Combine output_subframe() and output_subframes().
Justin Ruggles
2010-07-30
Remove unneeded variable.
Justin Ruggles
2010-07-30
cosmetics: indentation
Justin Ruggles
2010-07-30
Combine output_subframe_verbatim() and output_subframe_lpc().
Justin Ruggles
2010-07-30
Combine and simplify output_residual() and output_subframe_lpc().
Justin Ruggles
2010-07-30
cosmetics: reindent
Justin Ruggles
2010-07-30
Combine and simplify output_subframe_fixed() and output_subframe_lpc().
Justin Ruggles
2010-07-30
Combine and simplify output_subframe_constant() and output_subframe_verbatim().
Justin Ruggles
2010-07-30
Pass FlacSubframe to output_subframe_* instead of channel number.
Justin Ruggles
2010-07-30
cosmetics: change FlacEncodeContext variable name from ctx to s in several
Justin Ruggles
2010-07-30
Set coded_frame->pts in the FLAC encoder
Justin Ruggles
2010-07-30
Do not need to set coded_frame->key_frame = 1 because it is already set in
Justin Ruggles
2010-07-30
Move debug logging of compression options to a single function.
Justin Ruggles
2010-07-30
Add 2 failed memory allocation checks
Justin Ruggles
2010-07-30
cosmetics: pretty-print flacenc.c
Justin Ruggles
2010-07-24
Use "const" qualifier for pointers that point to input data of
Reimar Döffinger
2010-07-11
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Justin Ruggles
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
bswap: change ME to NE in macro names
Måns Rullgård
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-23
flacenc: convert VLA to fixed size
Måns Rullgård
2010-04-03
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-10-17
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
Justin Ruggles
2009-09-06
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-07-26
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-04-16
flacenc: write initial blocksize to STREAMINFO header instead of current
Justin Ruggles
2009-04-13
Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.
Bobby Bingham
2009-04-13
flacenc : do not #include libavutil/lls.h since lpc code is now
Jai Menon
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-03-21
add a function to calculate a more accurate estimate for maximum FLAC
Justin Ruggles
[next]