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
2012-11-08
flacenc: ensure the order is within the min/max range in LPC order search
Justin Ruggles
2012-11-05
flacenc: use RICE2 entropy coding mode for 24-bit
Justin Ruggles
2012-11-05
flacenc: add 24-bit encoding
Justin Ruggles
2012-11-05
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
Justin Ruggles
2012-11-05
flacenc: use uint64_t for bit counts
Justin Ruggles
2012-11-05
flacenc: remove wasted trailing 0 bits
Justin Ruggles
2012-11-05
flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian
Justin Ruggles
2012-10-11
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-04
flac: make FLAC_CHMODE_* constants consecutive
Mans Rullgard
2012-07-04
flacenc: add option for forcing stereo decorrelation mode
Mans Rullgard
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-03-20
flacenc: use AVCodec.encode2()
Justin Ruggles
2012-02-06
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-01-27
lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-06-03
Mark some variables with av_unused
Mans Rullgard
2011-05-11
flacenc: use proper initializers for AVOption default values.
Anton Khirnov
2011-05-10
lavc: move some flac-specific options to its private context.
Anton Khirnov
2011-04-19
lavc: remove the FF_API_USE_LPC cruft.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
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
[next]