source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @23ba30a4   14 years mans configure: remove redundant extralibs settings Originally committed …
(edit) @504de2ec   14 years martin rtpdec_xiph: Split packets in the depacketizer The vorbis decoder …
(edit) @98fe09df   14 years darkshikari Add file missing in r24702 Originally committed as revision 24703 to …
(edit) @c12d6955   14 years darkshikari H.264: SSE2/SSSE3 weighted prediction asm Patch by Eli Friedman …
(edit) @905ef0d0   14 years darkshikari VP5/6/8: eliminate CABAC dependency Create a custom table for …
(edit) @aaa91aa0   14 years rsbultje Move read_mms_packet() code to be inlined in the calling function. …
(edit) @05fc9a1b   14 years rsbultje Remove is_playing variable. Patch by Zhentan Feng <spyfeng gmail …
(edit) @b949875b   14 years rsbultje Move send_media_packet_request() and clear_stream_buffers() up. Patch …
(edit) @4c3fbd4   14 years mans fate: move some groups of related tests to their own files This moves …
(edit) @737b3972   14 years martin rtpdec_xiph: Correct the bitmask for num_pkts Originally committed as …
(edit) @49d63851   14 years mans fate: add fft tests Originally committed as revision 24695 to …
(edit) @dff1fc51   14 years mans fate-run: add helper to run things on target Originally committed as …
(edit) @a79e921e   14 years mans fft-test: exit with non-zero status if test failed Originally …
(edit) @8d370d88   14 years martin Fix VP8 decoder dependencies This reverts rev 24674 - the VP8 decoder …
(edit) @1e73967   14 years darkshikari VP8: partially inline decode_block_coeffs Avoids a function call in …
(edit) @ffbf079   14 years darkshikari Fix 100L in r24689 Accidentally committed some timing code. …
(edit) @afb54a85   14 years darkshikari VP8: simplify decode_block_coeffs to avoid having to track nonzero …
(edit) @d0c38ea0   14 years darkshikari Cosmetics: add missing space to options.c Originally committed as …
(edit) @b0d5879   14 years darkshikari VP8: slightly faster DCT coefficient probability update Originally …
(edit) @2eef5291   14 years mans ARM: update struct offsets Originally committed as revision 24686 to …
(edit) @f079a64a   14 years mans Move cavs dsp functions to their own struct Originally committed as …
(edit) @61ee75bb   14 years darkshikari Silence unused function warnings in vp56.h Originally committed as …
(edit) @476be414   14 years darkshikari VP8: make another RAC call branchy 1-2 clocks faster. Originally …
(edit) @8b9b5e08   14 years darkshikari VP5/6/8: add one inline missed in r24677 Originally committed as …
(edit) @0908f1b9   14 years darkshikari VP8: unroll partition type decoding tree ~34% faster partition type …
(edit) @c5dec7f1   14 years darkshikari VP8: unroll splitmv decoding tree Much faster splitmv mode decoding. …
(edit) @23117d6   14 years darkshikari VP8: unroll MB mode decoding tree ~50% faster MB mode decoding, plus …
(edit) @be665c7d   14 years stefano.sabatini-lala Make avfilter_copy_picref_props() copy w and h from src to dst. …
(edit) @cd2769c   14 years darkshikari VP5/6/8: tweak some arithcoder inlining Always inline the arithmetic …
(edit) @55aa55f2   14 years alex.converse vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. This is …
(edit) @366d919   14 years alex.converse vorbisdec: Prevent a potential integer overflow. If sizeof …
(edit) @83abdf5f   14 years diego The VP8 decoder does not depend on cabac.o. Originally committed as …
(edit) @efbc4559   14 years diego The VP8 decoder does not depend on vp56.o and vp56data.o. Originally …
(edit) @2e2ca506   14 years diego Remove redundant h264pred.o from VP8 objects list. It is already …
(edit) @370b622a   14 years darkshikari VP8: eliminate a dereference in coefficient decoding Originally …
(edit) @f311208c   14 years darkshikari VP8: much faster DC transform handling A lot of the time the DC block …
(edit) @c934562   14 years mans vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build …
(edit) @827d43bb   14 years darkshikari VP8: move zeroing of luma DC block into the WHT Lets us do the zeroing …
(edit) @42907c6a   14 years mans lavfi-regression: trim \r line ends from showfiltfmts output This is …
(edit) @440e3b2f   14 years diego Add -Wno-parentheses to CFLAGS. Without this flag -Wall generates …
(edit) @546017fc   14 years stefano.sabatini-lala Sort lavfi pixdesc tests. Increase readability and robustness, as the …
(edit) @d2840fa4   14 years pascal.massimino only store intra prediction modes on the boundary for keyframes, not …
(edit) @eea72ee8   14 years benoit.fouet Fix doxygen comment. Originally committed as revision 24663 to …
(edit) @497d7991   14 years benoit.fouet Change a doxy comment to a normal one. Originally committed as …
(edit) @1aa15491   14 years benoit.fouet Fix doxygen comments. /\u2264 => /< Originally committed as …
(edit) @3ea4d942   14 years benoit.fouet Issue a warning when fed with misformatted one-line doxygen comments. …
(edit) @10bf2eeb   14 years darkshikari VP8: simplify token_prob handling ~1.5% faster decode_block_coeffs …
(edit) @9c87c037   14 years mans lavfi-regression: use different temp file names for each pixfmt test …
(edit) @213a4cb   14 years stefano.sabatini-lala Add lavfi-pixfmts LE tests. The corresponding lavfi-pixfmts BE tests …
(edit) @c22b4468   14 years pascal.massimino prevent access to vp8_coeff_band[16] Originally committed as revision …
(edit) @04307697   14 years stefano.sabatini-lala Reindent. Originally committed as revision 24655 to …
(edit) @73177b6c   14 years stefano.sabatini-lala Split lavfi pixfmts test. Introduce the function do_lavfi_pixfmts(), …
(edit) @9c261f83   14 years stefano.sabatini-lala Implement set_ne_test_deps() and use if for the lavfi pixdesc test. …
(edit) @448f5b83   14 years mans Fix suncc ident string (hopefully) Originally committed as revision …
(edit) @61a187b0   14 years mans fate: fix non-standard use of bc Originally committed as revision …
(edit) @5b60c293   14 years mans fate: fix signal name translation Originally committed as revision …
(edit) @8b0816cb   14 years mans fate: make tar command configurable The 'tar' variable should be set …
(edit) @7e7fc4e9   14 years mans Simplify lavfi-pixfmts test script Originally committed as revision …
(edit) @27971664   14 years mans lavfi-showfiltfmts: print one format per line Originally committed as …
(edit) @79ec38d1   14 years mans Remove temporary files in lavfi-pixfmts test Originally committed as …
(edit) @43d2c6a5   14 years stefano.sabatini-lala Fix fate-lavfi-pixfmts test cross-compilation. Add the …
(edit) @2b346e04   14 years stefano.sabatini-lala Use the ffmpeg specified in $ffmpeg in the pixfmts lavfi test, …
(edit) @0a87d541   14 years stefano.sabatini-lala Put the filter name before the pixel format name in the lavfi pixfmts …
(edit) @65e17eae   14 years stefano.sabatini-lala Introduce and use a variable $output in the lavfi pixfmts test code. …
(edit) @fc25373b   14 years stefano.sabatini-lala Split the lavfi pixfmts tests in _le and _be, this is required as the …
(edit) @42bc7c8a   14 years stefano.sabatini-lala Rename the not yet enabled test lavfi_pix_fmts to pixfmts, which is …
(edit) @f7cf0f31   14 years alex.converse Add WebM to the Matroska demuxer name. Originally committed as …
(edit) @6341838f   14 years rsbultje Use word-writing instead of dword-writing (with two cached but …
(edit) @ace7f813   14 years banan dca: fix dynrange coefficient in xch Patch by Nick Brereton …
(edit) @e07b1939   14 years ramiro.polla swscale-test: merge declaration and initialization Originally …
(edit) @6768beb4   14 years justin.ruggles cosmetics: rename output_* to write_* Originally committed as …
(edit) @3d2cd42f   14 years justin.ruggles Simplify verbatim mode fallback by checking the frame size before …
(edit) @2249a7f3   14 years justin.ruggles Change max_framesize for small final frame. Originally committed as …
(edit) @7c29a5de   14 years justin.ruggles Calculate an exact frame size before writing. Now the buffer size …
(edit) @675eb677   14 years justin.ruggles cosmetics: rename find_subblock_rice_params() to …
(edit) @089c18f   14 years justin.ruggles Reduce number of input parameters to find_subblock_rice_params(). …
(edit) @d309f01   14 years justin.ruggles 10l: fix bit count for frame header Originally committed as revision …
(edit) @b22f9d65   14 years justin.ruggles Simplify fallback to verbatim mode encoding. Originally committed as …
(edit) @45e2908   14 years justin.ruggles cosmetics: line wrap and vertical alignment Originally committed as …
(edit) @8fbb8d31   14 years justin.ruggles Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a …
(edit) @4e705a68   14 years mans fate: translate exit status to signal name Originally committed as …
(edit) @43b3273e   14 years justin.ruggles Remove unneeded wrapper function. Originally committed as revision …
(edit) @0f5cc12c   14 years justin.ruggles Remove duplicate code by adding a flag for encoding in verbatim mode. …
(edit) @05236ed7   14 years stefano.sabatini-lala Use av_fill_image_pointers/linesizes in place of …
(edit) @93d65e3d   14 years justin.ruggles Estimate frame size during encoding. Originally committed as revision …
(edit) @fa738b3a   14 years vitor1001 Remove x86/mmx.h. It is not used anymore and has been deprecated for …
(edit) @0913a92a   14 years vitor1001 Fix compilation with --disable-yasm. 10l to me. Originally committed …
(edit) @1de4cfe6   14 years stefano.sabatini-lala Add protocols.texi. Originally committed as revision 24616 to …
(edit) @de4bc44   14 years vitor1001 Convert deinterlacing MMX code to YASM Originally committed as …
(edit) @c2eae137   14 years mans configure: set subarch for ARM Originally committed as revision 24614 …
(edit) @f138fa78   14 years Aurélien Jacobs 100l: av_freep() needs the address of the pointer Originally …
(edit) @eb96f169   14 years justin.ruggles cosmetics: indentation Originally committed as revision 24612 to …
(edit) @520effb   14 years justin.ruggles Combine output_subframe() and output_subframes(). Originally …
(edit) @fb443a6f   14 years justin.ruggles Remove unneeded variable. Originally committed as revision 24610 to …
(edit) @724f3471   14 years justin.ruggles cosmetics: indentation Originally committed as revision 24609 to …
(edit) @6d263f4   14 years justin.ruggles Combine output_subframe_verbatim() and output_subframe_lpc(). …
(edit) @6266cfb4   14 years justin.ruggles Combine and simplify output_residual() and output_subframe_lpc(). …
(edit) @fc001d6   14 years justin.ruggles cosmetics: reindent Originally committed as revision 24606 to …
(edit) @175a5711   14 years justin.ruggles Combine and simplify output_subframe_fixed() and …
(edit) @89912b5f   14 years justin.ruggles Combine and simplify output_subframe_constant() and …
Note: See TracRevisionLog for help on using the revision log.