summaryrefslogtreecommitdiff
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAge
...
* Simplify fallback to verbatim mode encoding.Justin Ruggles2010-07-31
* cosmetics: line wrap and vertical alignmentJustin Ruggles2010-07-31
* Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a singleJustin Ruggles2010-07-31
* Remove unneeded wrapper function.Justin Ruggles2010-07-31
* Remove duplicate code by adding a flag for encoding in verbatim mode.Justin Ruggles2010-07-31
* Estimate frame size during encoding.Justin Ruggles2010-07-31
* cosmetics: indentationJustin Ruggles2010-07-30
* Combine output_subframe() and output_subframes().Justin Ruggles2010-07-30
* Remove unneeded variable.Justin Ruggles2010-07-30
* cosmetics: indentationJustin Ruggles2010-07-30
* Combine output_subframe_verbatim() and output_subframe_lpc().Justin Ruggles2010-07-30
* Combine and simplify output_residual() and output_subframe_lpc().Justin Ruggles2010-07-30
* cosmetics: reindentJustin Ruggles2010-07-30
* Combine and simplify output_subframe_fixed() and output_subframe_lpc().Justin Ruggles2010-07-30
* Combine and simplify output_subframe_constant() and output_subframe_verbatim().Justin Ruggles2010-07-30
* Pass FlacSubframe to output_subframe_* instead of channel number.Justin Ruggles2010-07-30
* cosmetics: change FlacEncodeContext variable name from ctx to s in severalJustin Ruggles2010-07-30
* Set coded_frame->pts in the FLAC encoderJustin Ruggles2010-07-30
* Do not need to set coded_frame->key_frame = 1 because it is already set inJustin Ruggles2010-07-30
* Move debug logging of compression options to a single function.Justin Ruggles2010-07-30
* Add 2 failed memory allocation checksJustin Ruggles2010-07-30
* cosmetics: pretty-print flacenc.cJustin Ruggles2010-07-30
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-23
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* flacenc: write initial blocksize to STREAMINFO header instead of currentJustin Ruggles2009-04-16
* Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.Bobby Bingham2009-04-13
* flacenc : do not #include libavutil/lls.h since lpc code is nowJai Menon2009-04-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-21
* revert accidental unrelated change in last commitJustin Ruggles2009-03-21
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-21
* flacenc: remove unneeded variable, 'min_encoded_framesize' and useJustin Ruggles2009-03-21
* flacenc: remove unneeded context variable, 'ch_code'Justin Ruggles2009-03-21
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-21
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles2008-09-14
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-14
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles2008-08-17
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16