25871 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)
 

Author SHA1 Message Date
Måns Rullgård 8b0816cbc3 fate: make tar command configurable 14 years ago
Måns Rullgård 7e7fc4e9ee Simplify lavfi-pixfmts test script 14 years ago
Måns Rullgård 27971664d3 lavfi-showfiltfmts: print one format per line 14 years ago
Måns Rullgård 79ec38d154 Remove temporary files in lavfi-pixfmts test 14 years ago
Stefano Sabatini 43d2c6a511 Fix fate-lavfi-pixfmts test cross-compilation. 14 years ago
Stefano Sabatini 2b346e042e Use the ffmpeg specified in $ffmpeg in the pixfmts lavfi test, 14 years ago
Stefano Sabatini 0a87d541b7 Put the filter name before the pixel format name in the lavfi pixfmts 14 years ago
Stefano Sabatini 65e17eae3c Introduce and use a variable $output in the lavfi pixfmts test code. 14 years ago
Stefano Sabatini fc25373b1b Split the lavfi pixfmts tests in _le and _be, this is required as the 14 years ago
Stefano Sabatini 42bc7c8a60 Rename the not yet enabled test lavfi_pix_fmts to pixfmts, which is 14 years ago
Alex Converse f7cf0f3148 Add WebM to the Matroska demuxer name. 14 years ago
Ronald S. Bultje 6341838f3c Use word-writing instead of dword-writing (with two cached but otherwise 14 years ago
Nick Brereton ace7f813cd dca: fix dynrange coefficient in xch 14 years ago
Ramiro Polla e07b1939e5 swscale-test: merge declaration and initialization 14 years ago
Justin Ruggles 6768beb4a8 cosmetics: rename output_* to write_* 14 years ago
Justin Ruggles 3d2cd42f8a Simplify verbatim mode fallback by checking the frame size before writing. 14 years ago
Justin Ruggles 2249a7f312 Change max_framesize for small final frame. 14 years ago
Justin Ruggles 7c29a5de25 Calculate an exact frame size before writing. Now the buffer size requirements 14 years ago
Justin Ruggles 675eb677c5 cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() 14 years ago
Justin Ruggles 089c18f315 Reduce number of input parameters to find_subblock_rice_params(). 14 years ago
Justin Ruggles d309f01950 10l: fix bit count for frame header 14 years ago
Justin Ruggles b22f9d6535 Simplify fallback to verbatim mode encoding. 14 years ago
Justin Ruggles 45e2908757 cosmetics: line wrap and vertical alignment 14 years ago
Justin Ruggles 8fbb8d31d8 Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single 14 years ago
Måns Rullgård 4e705a6806 fate: translate exit status to signal name 14 years ago
Justin Ruggles 43b3273e5b Remove unneeded wrapper function. 14 years ago
Justin Ruggles 0f5cc12c4f Remove duplicate code by adding a flag for encoding in verbatim mode. 14 years ago
Stefano Sabatini 05236ed735 Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, 14 years ago
Justin Ruggles 93d65e3d92 Estimate frame size during encoding. 14 years ago
Vitor Sessak fa738b3ad1 Remove x86/mmx.h. It is not used anymore and has been deprecated for years. 14 years ago
Vitor Sessak 0913a92a59 Fix compilation with --disable-yasm. 10l to me. 14 years ago
Stefano Sabatini 1de4cfe635 Add protocols.texi. 14 years ago
Vitor Sessak de4bc44abb Convert deinterlacing MMX code to YASM 14 years ago
Måns Rullgård c2eae137e9 configure: set subarch for ARM 14 years ago
Aurelien Jacobs f138fa78a3 100l: av_freep() needs the address of the pointer 14 years ago
Justin Ruggles eb96f1698a cosmetics: indentation 14 years ago
Justin Ruggles 520effb9b5 Combine output_subframe() and output_subframes(). 14 years ago
Justin Ruggles fb443a6f3b Remove unneeded variable. 14 years ago
Justin Ruggles 724f34716b cosmetics: indentation 14 years ago
Justin Ruggles 6d263f41ae Combine output_subframe_verbatim() and output_subframe_lpc(). 14 years ago
Justin Ruggles 6266cfb4ce Combine and simplify output_residual() and output_subframe_lpc(). 14 years ago
Justin Ruggles fc001d6cc1 cosmetics: reindent 14 years ago
Justin Ruggles 175a57113f Combine and simplify output_subframe_fixed() and output_subframe_lpc(). 14 years ago
Justin Ruggles 89912b5ff1 Combine and simplify output_subframe_constant() and output_subframe_verbatim(). 14 years ago
Justin Ruggles 1f1c05b09f Pass FlacSubframe to output_subframe_* instead of channel number. 14 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