12209 Commits (6768beb4a822cbf1d1c942519c1a9b71364d9865)

Author SHA1 Message Date
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
Stefano Sabatini 05236ed735 Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, 15 years ago
Justin Ruggles 93d65e3d92 Estimate frame size during encoding. 15 years ago
Vitor Sessak fa738b3ad1 Remove x86/mmx.h. It is not used anymore and has been deprecated for years. 15 years ago
Vitor Sessak 0913a92a59 Fix compilation with --disable-yasm. 10l to me. 15 years ago
Vitor Sessak de4bc44abb Convert deinterlacing MMX code to YASM 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
Stefano Sabatini fc2db52e2f Make avpicture_fill() directly call av_fill_image_linesizes() and 15 years ago
Stefano Sabatini e7bd48a6ae Move fill_image_linesize() and fill_image_data_ptr() from 15 years ago
Vitor Sessak 740dfe7012 Fix compilation in x86_64. I broke it with r24580. 15 years ago
Vitor Sessak 2c3dda6838 Translate libmpeg2 MMX IDCT to plain asm 15 years ago
James Zern 53cf47829a Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx 15 years ago
Alex Converse b6356d9726 10l: missed one reindent. 15 years ago
Alex Converse 52fa20542b Reindent after last commit. 15 years ago
Alex Converse d950497083 ff_prefix non static vp56 functions. 15 years ago
Martin Storsjö 317167e7d9 nellymoserenc: Declare the supported sample format 15 years ago
Pascal Massimino a8ab0cccf7 b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleeping 15 years ago
Pascal Massimino 62d1f7864e perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlier 15 years ago
Pascal Massimino e7e81959d6 save some copies by moving some fields out of proba[2] 15 years ago
Nick Brereton df9844937f DCA: fix multichannel -> 2 channel downmix. 15 years ago
Nick Brereton 08634e7bda Setup correct channel value when downmixing is required. 15 years ago
Aurelien Jacobs af0554e530 remove useless cast 15 years ago
Reimar Döffinger 6f2c05f307 Document how the ref_buf is used. 15 years ago
Michael Niedermayer a20df85886 Fix doxy that refers to the wrong variable. 15 years ago