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
*
flacenc: Load default prediction_order parameters if none is selected
Michael Niedermayer
2016-02-08
1
-2
/
+4
*
flacenc: Restore defaults and range for {min, max}_prediction_order
Derek Buitenhuis
2016-02-01
1
-2
/
+2
*
lavc: Move {min,max}_prediction_order to codec private options
Vittorio Giovara
2016-01-21
1
-6
/
+27
*
flacenc: Clamp user-supplied min/max prediction orders
Vittorio Giovara
2015-11-16
1
-6
/
+8
*
lavc: Enable side data only packets by default
Vittorio Giovara
2015-09-12
1
-0
/
+6
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
flacenc: Move a scratch buffer to struct used by the function
Vittorio Giovara
2015-04-28
1
-5
/
+3
*
flacenc: initialize sums matrix
Vittorio Giovara
2015-01-29
1
-1
/
+1
*
dsputil: Split bswap*_buf() off into a separate context
Diego Biurrun
2014-06-22
1
-5
/
+5
*
flacenc: send final extradata in packet side data
Anton Khirnov
2014-06-01
1
-0
/
+20
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
silly typo fixes
Diego Biurrun
2013-05-03
1
-1
/
+1
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-9
/
+0
*
flac: change minimum and default of lpc_passes option to 1
Janne Grunau
2012-12-07
1
-1
/
+1
*
flacenc: ensure the order is within the min/max range in LPC order search
Justin Ruggles
2012-11-08
1
-3
/
+5
*
flacenc: use RICE2 entropy coding mode for 24-bit
Justin Ruggles
2012-11-05
1
-16
/
+39
*
flacenc: add 24-bit encoding
Justin Ruggles
2012-11-05
1
-25
/
+63
*
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
Justin Ruggles
2012-11-05
1
-108
/
+8
*
flacenc: use uint64_t for bit counts
Justin Ruggles
2012-11-05
1
-25
/
+33
*
flacenc: remove wasted trailing 0 bits
Justin Ruggles
2012-11-05
1
-2
/
+37
*
flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian
Justin Ruggles
2012-11-05
1
-9
/
+28
*
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-10-11
1
-1
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-7
/
+7
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-15
/
+15
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
flac: make FLAC_CHMODE_* constants consecutive
Mans Rullgard
2012-07-04
1
-10
/
+3
*
flacenc: add option for forcing stereo decorrelation mode
Mans Rullgard
2012-07-04
1
-1
/
+11
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-4
/
+5
*
flacenc: use AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-21
/
+31
*
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-02-06
1
-1
/
+1
*
lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-68
/
+0
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-16
/
+16
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+7
*
Mark some variables with av_unused
Mans Rullgard
2011-06-03
1
-1
/
+1
*
flacenc: use proper initializers for AVOption default values.
Anton Khirnov
2011-05-11
1
-16
/
+16
*
lavc: move some flac-specific options to its private context.
Anton Khirnov
2011-05-10
1
-30
/
+72
*
lavc: remove the FF_API_USE_LPC cruft.
Anton Khirnov
2011-04-19
1
-11
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Separate window function from autocorrelation.
Justin Ruggles
2011-01-21
1
-4
/
+6
*
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-21
1
-4
/
+3
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-2
/
+2
*
add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field
Aurelien Jacobs
2010-09-30
1
-1
/
+1
*
cosmetics: rename output_* to write_*
Justin Ruggles
2010-07-31
1
-6
/
+6
*
Simplify verbatim mode fallback by checking the frame size before writing.
Justin Ruggles
2010-07-31
1
-11
/
+7
*
Change max_framesize for small final frame.
Justin Ruggles
2010-07-31
1
-0
/
+6
*
Calculate an exact frame size before writing. Now the buffer size requirements
Justin Ruggles
2010-07-31
1
-14
/
+79
*
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()
Justin Ruggles
2010-07-31
1
-7
/
+7
*
Reduce number of input parameters to find_subblock_rice_params().
Justin Ruggles
2010-07-31
1
-34
/
+22
*
10l: fix bit count for frame header
Justin Ruggles
2010-07-31
1
-1
/
+4
[next]