log flacenc.c @ 12488:351a81a23343 libavcodec

age author description
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
Sun, 11 Jul 2010 16:56:20 +0000 jbr Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. libavcodec
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names libavcodec
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavcodec
Wed, 23 Jun 2010 21:22:56 +0000 mru flacenc: convert VLA to fixed size libavcodec
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 17 Oct 2009 21:00:39 +0000 jbr Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Thu, 16 Apr 2009 02:28:49 +0000 jbr flacenc: write initial blocksize to STREAMINFO header instead of current libavcodec
Mon, 13 Apr 2009 18:07:02 +0000 koorogi Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. libavcodec
Mon, 13 Apr 2009 16:23:54 +0000 jai_menon flacenc : do not #include libavutil/lls.h since lpc code is now libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Sat, 21 Mar 2009 01:54:31 +0000 jbr add a function to calculate a more accurate estimate for maximum FLAC libavcodec
Sat, 21 Mar 2009 01:20:28 +0000 jbr revert accidental unrelated change in last commit libavcodec
Sat, 21 Mar 2009 01:16:38 +0000 jbr share sample rate and blocksize tables between the FLAC encoder and FLAC libavcodec
Sat, 21 Mar 2009 00:50:19 +0000 jbr flacenc: remove unneeded variable, 'min_encoded_framesize' and use libavcodec
Sat, 21 Mar 2009 00:45:44 +0000 jbr flacenc: remove unneeded context variable, 'ch_code' libavcodec
Sat, 21 Mar 2009 00:44:42 +0000 jbr share channel mode constants between the FLAC decoder and FLAC encoder libavcodec
Thu, 19 Mar 2009 03:04:21 +0000 jbr share some constants between the FLAC encoder and FLAC decoder libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Sun, 14 Sep 2008 22:25:50 +0000 jbr write actual min and max frame size to FLAC header. update regression test checksum. libavcodec
Sun, 14 Sep 2008 21:39:54 +0000 jbr write MD5 checksum to FLAC header. update regression tests. libavcodec
Sun, 14 Sep 2008 20:00:36 +0000 jbr write number of samples in FLAC extradata. libavcodec
Sun, 17 Aug 2008 16:10:46 +0000 jbr fix and simplify frame size check and reencoding in verbatim mode libavcodec
Sat, 16 Aug 2008 22:42:59 +0000 jbr update my email address to one which does not depend on my service provider libavcodec
Sat, 16 Aug 2008 21:32:03 +0000 jbr cosmetics: adjust line breaks and vertical alignment libavcodec
Sat, 16 Aug 2008 21:24:06 +0000 jbr use limited range of lpc orders when quantizing coefficients libavcodec
Sat, 16 Aug 2008 17:18:20 +0000 ramiro flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. libavcodec
Sat, 16 Aug 2008 17:03:57 +0000 ramiro flacenc: Allow more flexible shift calculation in LPC. libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Sun, 13 Jul 2008 14:27:48 +0000 ramiro bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Mon, 31 Mar 2008 00:29:52 +0000 jbr remove redundant context variable libavcodec
Sun, 30 Mar 2008 16:01:10 +0000 jbr Use 15-bit LPC precision by default. This generally gives better compression libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sat, 09 Feb 2008 14:45:36 +0000 michael assert() and note about odd len. libavcodec
Sat, 09 Feb 2008 03:42:48 +0000 michael optimize apply_welch_window() libavcodec
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavcodec
Sat, 27 Oct 2007 13:39:19 +0000 lorenm remove a branch from an inner loop. libavcodec
Mon, 01 Oct 2007 05:56:30 +0000 lorenm div -> mul libavcodec
Sun, 30 Sep 2007 03:36:13 +0000 lorenm simplify lpc libavcodec
Sat, 29 Sep 2007 23:44:34 +0000 lorenm unroll finite differences to avoid swapping registers. libavcodec
Sat, 29 Sep 2007 23:21:57 +0000 lorenm encode_residual_fixed(): replace FIR with finite differences. libavcodec
Sat, 29 Sep 2007 22:31:18 +0000 lorenm sse2 version of compute_autocorr(). libavcodec
Sat, 29 Sep 2007 07:43:52 +0000 lorenm was computing one more autocorrelation coefficient that was actually used libavcodec
Sat, 29 Sep 2007 05:41:27 +0000 lorenm replace brute force find_optimal_param() with a closed-form solution. libavcodec
Sat, 29 Sep 2007 01:54:25 +0000 lorenm gcc isn't smart enough to factor out duplicate stores libavcodec
Fri, 28 Sep 2007 06:06:18 +0000 lorenm 2.5x faster compute_autocorr() libavcodec
Thu, 27 Sep 2007 02:42:00 +0000 lorenm unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodec
Tue, 25 Sep 2007 23:34:48 +0000 lorenm oops, potential overflow on really large blocks libavcodec
Tue, 25 Sep 2007 23:30:29 +0000 lorenm optimize encode_residual_lpc() libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Mon, 06 Nov 2006 10:32:48 +0000 gpoirier Fix ASF format parser's broken UTF-16 string handling libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 16 Jul 2006 17:08:25 +0000 jbr cosmetic change to adjust alignment. libavcodec
Sun, 16 Jul 2006 17:04:54 +0000 jbr Modify preset compression levels to utilize log search. libavcodec
Sun, 16 Jul 2006 15:46:45 +0000 michael log prediction order search method libavcodec
Sun, 16 Jul 2006 13:34:47 +0000 jbr Add lpc order search. This creates new compression levels 6 to 12. libavcodec
Sat, 15 Jul 2006 23:43:38 +0000 michael calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders libavcodec
Fri, 14 Jul 2006 19:14:25 +0000 michael cleanup libavcodec
Fri, 14 Jul 2006 18:48:38 +0000 michael optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients libavcodec
Thu, 13 Jul 2006 11:41:52 +0000 michael dither lpc cpeffs libavcodec
Sat, 08 Jul 2006 16:39:58 +0000 jbr allows user-settable block size and fixes related typo libavcodec
Mon, 03 Jul 2006 09:20:26 +0000 michael porder patch by (Justin Ruggles jruggle a t earthlink d ot net) libavcodec
Sun, 02 Jul 2006 13:14:04 +0000 michael 3 lines while -> 1 line for loop libavcodec
Sun, 02 Jul 2006 13:10:08 +0000 michael simplify libavcodec
Sun, 02 Jul 2006 13:01:01 +0000 michael simplify compute_autocorr libavcodec
Sun, 02 Jul 2006 12:40:39 +0000 michael dont use memcpy for copying structs libavcodec
Sun, 02 Jul 2006 11:06:27 +0000 michael simplify libavcodec
Sun, 02 Jul 2006 10:22:31 +0000 michael flac-lpc patch by (Justin Ruggles jruggle earthlink net) libavcodec
Sun, 02 Jul 2006 09:30:51 +0000 michael simplify libavcodec
Tue, 27 Jun 2006 21:01:21 +0000 michael flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net libavcodec
Mon, 26 Jun 2006 06:00:07 +0000 michael stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) libavcodec
Sun, 25 Jun 2006 21:22:25 +0000 michael 10l libavcodec
Sat, 24 Jun 2006 13:56:29 +0000 michael simplify & optimize things a little libavcodec
Sat, 24 Jun 2006 10:20:15 +0000 michael first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder libavcodec