Sat, 31 Jul 2010 21:14:03 +0000 |
jbr |
cosmetics: rename output_* to write_*
libavcodec
|
Sat, 31 Jul 2010 21:08:53 +0000 |
jbr |
Simplify verbatim mode fallback by checking the frame size before writing.
libavcodec
|
Sat, 31 Jul 2010 20:52:33 +0000 |
jbr |
Change max_framesize for small final frame.
libavcodec
|
Sat, 31 Jul 2010 20:32:12 +0000 |
jbr |
Calculate an exact frame size before writing. Now the buffer size requirements
libavcodec
|
Sat, 31 Jul 2010 20:19:07 +0000 |
jbr |
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()
libavcodec
|
Sat, 31 Jul 2010 20:17:59 +0000 |
jbr |
Reduce number of input parameters to find_subblock_rice_params().
libavcodec
|
Sat, 31 Jul 2010 18:48:48 +0000 |
jbr |
10l: fix bit count for frame header
libavcodec
|
Sat, 31 Jul 2010 17:23:29 +0000 |
jbr |
Simplify fallback to verbatim mode encoding.
libavcodec
|
Sat, 31 Jul 2010 17:07:24 +0000 |
jbr |
cosmetics: line wrap and vertical alignment
libavcodec
|
Sat, 31 Jul 2010 17:06:10 +0000 |
jbr |
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single
libavcodec
|
Sat, 31 Jul 2010 16:50:27 +0000 |
jbr |
Remove unneeded wrapper function.
libavcodec
|
Sat, 31 Jul 2010 16:46:32 +0000 |
jbr |
Remove duplicate code by adding a flag for encoding in verbatim mode.
libavcodec
|
Sat, 31 Jul 2010 16:37:23 +0000 |
jbr |
Estimate frame size during encoding.
libavcodec
|
Fri, 30 Jul 2010 21:33:51 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Fri, 30 Jul 2010 21:32:19 +0000 |
jbr |
Combine output_subframe() and output_subframes().
libavcodec
|
Fri, 30 Jul 2010 21:27:00 +0000 |
jbr |
Remove unneeded variable.
libavcodec
|
Fri, 30 Jul 2010 21:07:21 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Fri, 30 Jul 2010 21:06:38 +0000 |
jbr |
Combine output_subframe_verbatim() and output_subframe_lpc().
libavcodec
|
Fri, 30 Jul 2010 20:53:02 +0000 |
jbr |
Combine and simplify output_residual() and output_subframe_lpc().
libavcodec
|
Fri, 30 Jul 2010 20:29:03 +0000 |
jbr |
cosmetics: reindent
libavcodec
|
Fri, 30 Jul 2010 20:28:46 +0000 |
jbr |
Combine and simplify output_subframe_fixed() and output_subframe_lpc().
libavcodec
|
Fri, 30 Jul 2010 20:24:15 +0000 |
jbr |
Combine and simplify output_subframe_constant() and output_subframe_verbatim().
libavcodec
|
Fri, 30 Jul 2010 20:09:14 +0000 |
jbr |
Pass FlacSubframe to output_subframe_* instead of channel number.
libavcodec
|
Fri, 30 Jul 2010 19:40:18 +0000 |
jbr |
cosmetics: change FlacEncodeContext variable name from ctx to s in several
libavcodec
|
Fri, 30 Jul 2010 19:18:48 +0000 |
jbr |
Set coded_frame->pts in the FLAC encoder
libavcodec
|
Fri, 30 Jul 2010 19:02:59 +0000 |
jbr |
Do not need to set coded_frame->key_frame = 1 because it is already set in
libavcodec
|
Fri, 30 Jul 2010 18:59:27 +0000 |
jbr |
Move debug logging of compression options to a single function.
libavcodec
|
Fri, 30 Jul 2010 18:34:39 +0000 |
jbr |
Add 2 failed memory allocation checks
libavcodec
|
Fri, 30 Jul 2010 18:30:09 +0000 |
jbr |
cosmetics: pretty-print flacenc.c
libavcodec
|
Sat, 24 Jul 2010 13:59:49 +0000 |
reimar |
Use "const" qualifier for pointers that point to input data of
libavcodec
|