index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
flacenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Simplify fallback to verbatim mode encoding.
Justin Ruggles
2010-07-31
1
-16
/
+14
*
cosmetics: line wrap and vertical alignment
Justin Ruggles
2010-07-31
1
-8
/
+10
*
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single
Justin Ruggles
2010-07-31
1
-24
/
+14
*
Remove unneeded wrapper function.
Justin Ruggles
2010-07-31
1
-8
/
+1
*
Remove duplicate code by adding a flag for encoding in verbatim mode.
Justin Ruggles
2010-07-31
1
-34
/
+6
*
Estimate frame size during encoding.
Justin Ruggles
2010-07-31
1
-3
/
+51
*
cosmetics: indentation
Justin Ruggles
2010-07-30
1
-38
/
+38
*
Combine output_subframe() and output_subframes().
Justin Ruggles
2010-07-30
1
-19
/
+11
*
Remove unneeded variable.
Justin Ruggles
2010-07-30
1
-4
/
+1
*
cosmetics: indentation
Justin Ruggles
2010-07-30
1
-28
/
+28
*
Combine output_subframe_verbatim() and output_subframe_lpc().
Justin Ruggles
2010-07-30
1
-23
/
+13
*
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
[next]