204 Commits (26ece7a511f8905a5ddfc19c7cd4ecdca7056138)

Author SHA1 Message Date
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Michael Niedermayer 7ba262527f flacenc: mark as lossless codec 14 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Anton Khirnov 880fa21830 flacenc: use proper initializers for AVOption default values. 14 years ago
Anton Khirnov 188dea1dbf lavc: move some flac-specific options to its private context. 14 years ago
Carl Eugen Hoyos 6c93641683 Warn if the source has unsupported (or no) channel layout. 14 years ago
Anton Khirnov 01a4259b8d lavc: remove the FF_API_USE_LPC cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Justin Ruggles 7101b18508 Separate window function from autocorrelation. 14 years ago
Justin Ruggles 0d8837bdda Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Justin Ruggles 77a78e9bdc Separate window function from autocorrelation. 14 years ago
Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Aurelien Jacobs 0743de4ffd add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field 14 years ago
Justin Ruggles 6768beb4a8 cosmetics: rename output_* to write_* 15 years ago
Justin Ruggles 3d2cd42f8a Simplify verbatim mode fallback by checking the frame size before writing. 15 years ago
Justin Ruggles 2249a7f312 Change max_framesize for small final frame. 15 years ago
Justin Ruggles 7c29a5de25 Calculate an exact frame size before writing. Now the buffer size requirements 15 years ago
Justin Ruggles 675eb677c5 cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() 15 years ago
Justin Ruggles 089c18f315 Reduce number of input parameters to find_subblock_rice_params(). 15 years ago
Justin Ruggles d309f01950 10l: fix bit count for frame header 15 years ago
Justin Ruggles b22f9d6535 Simplify fallback to verbatim mode encoding. 15 years ago
Justin Ruggles 45e2908757 cosmetics: line wrap and vertical alignment 15 years ago
Justin Ruggles 8fbb8d31d8 Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single 15 years ago
Justin Ruggles 43b3273e5b Remove unneeded wrapper function. 15 years ago
Justin Ruggles 0f5cc12c4f Remove duplicate code by adding a flag for encoding in verbatim mode. 15 years ago
Justin Ruggles 93d65e3d92 Estimate frame size during encoding. 15 years ago
Justin Ruggles eb96f1698a cosmetics: indentation 15 years ago
Justin Ruggles 520effb9b5 Combine output_subframe() and output_subframes(). 15 years ago
Justin Ruggles fb443a6f3b Remove unneeded variable. 15 years ago
Justin Ruggles 724f34716b cosmetics: indentation 15 years ago
Justin Ruggles 6d263f41ae Combine output_subframe_verbatim() and output_subframe_lpc(). 15 years ago
Justin Ruggles 6266cfb4ce Combine and simplify output_residual() and output_subframe_lpc(). 15 years ago
Justin Ruggles fc001d6cc1 cosmetics: reindent 15 years ago
Justin Ruggles 175a57113f Combine and simplify output_subframe_fixed() and output_subframe_lpc(). 15 years ago
Justin Ruggles 89912b5ff1 Combine and simplify output_subframe_constant() and output_subframe_verbatim(). 15 years ago
Justin Ruggles 1f1c05b09f Pass FlacSubframe to output_subframe_* instead of channel number. 15 years ago
Justin Ruggles 15f537ed53 cosmetics: change FlacEncodeContext variable name from ctx to s in several 15 years ago
Justin Ruggles 871a24f3bf Set coded_frame->pts in the FLAC encoder 15 years ago
Justin Ruggles 27e3418844 Do not need to set coded_frame->key_frame = 1 because it is already set in 15 years ago
Justin Ruggles 7fe0c7c823 Move debug logging of compression options to a single function. 15 years ago
Justin Ruggles e08ec71480 Add 2 failed memory allocation checks 15 years ago
Justin Ruggles e35b689ebd cosmetics: pretty-print flacenc.c 15 years ago
Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
Justin Ruggles 23940f1405 Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. 15 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago