source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @04f6ab1c   14 years stefano.sabatini-lala Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients. …
(edit) @24911613   14 years stefano.sabatini-lala Add some comments to the rgb2yuv_table, clarifying the standard where …
(edit) @496c645d   14 years martin Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data If …
(edit) @8dd25c52   14 years martin mpegts: Warn if unable to seek back Originally committed as revision …
(edit) @c226fc5b   14 years alex.converse aacenc: Prevent premature termination of the two loop search. …
(edit) @81824fe0   14 years alex.converse aacdec: Only load and write each predictor variable once. This is …
(edit) @70c99adb   14 years alex.converse aacdec: 4% faster main profile decoding. Originally committed as …
(edit) @51ffd3a6   14 years alex.converse aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). Originally …
(edit) @04d72abf   14 years alex.converse aacenc: Factorize some scalefactor utilities. Originally committed as …
(edit) @3611e7a3   14 years lessen42 Inline asm for VP56 arith coder This is a lot more reliable to get …
(edit) @ca18a478   14 years lessen42 VP8: Inline traversing vp8_small_mvtree Much faster …
(edit) @7697cdcf   14 years lessen42 VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an …
(edit) @fe1b5d97   14 years lessen42 Decode DCT tokens by branching to a different code path for each …
(edit) @5474ec2a   14 years lessen42 Move renormalization of the VP56 arith decoder to before decoding a …
(edit) @b3d755ec   14 years lessen42 Split renorm of vp56 arith decoder to its own function Originally …
(edit) @24675b80   14 years lessen42 vp56's arith decoder's code_word is only 16 bits, no need for unsigned …
(edit) @13a1304b   14 years darkshikari Add myself to VP8 copyright and maintainers. Also add Ronald to …
(edit) @414ac27d   14 years darkshikari VP8: always_inline some things to force gcc to do the right thing …
(edit) @06d50ca8   14 years darkshikari VP8: use AV_RL24 instead of defining a new RL24. Originally committed …
(edit) @73016d2   14 years ramiro.polla swscale-test: scale from reference to source only once for each …
(edit) @be1c5d35   14 years ramiro.polla indent Originally committed as revision 31776 to …
(edit) @da78053a   14 years ramiro.polla swscale-test: change order tests are run, maintaining the same …
(edit) @9fddd14   14 years darkshikari VP8: Slightly faster MV selection Don't clamp best mv unless it's …
(edit) @14767f35   14 years darkshikari VP8: use AV_ZERO32 instead of AV_WN32A where relevant Originally …
(edit) @09959ec4   14 years darkshikari VP8: eliminate redundant code in r24458 Originally committed as …
(edit) @a71abb71   14 years darkshikari VP8: shave a few clocks off check_intra_pred_mode Originally …
(edit) @a58ed9a2   14 years vitor1001 Add VP8 sign bias code regtest. Not tested by the official conformance …
(edit) @0087aa47   14 years darkshikari VP8: fix broken sign bias code in MV pred Apparently the official …
(edit) @3ae079a3   14 years darkshikari VP8: optimize DC-only chroma case in the same way as luma. Add MMX …
(edit) @3df56f41   14 years darkshikari VP8: Clean up some variable shadowing. Originally committed as …
(edit) @51c9156   14 years darkshikari VP8 asm: cosmetics (spacing) Originally committed as revision 24453 …
(edit) @8a467b2d   14 years darkshikari VP8: 30% faster idct_mb Take shortcuts based on statistically common …
(edit) @ef38842   14 years darkshikari VP8: smarter prefetching Don't prefetch reference frames that were …
(edit) @9479415e   14 years baptiste.coudurier In h264 parser, return immediately if buf_size is 0, avoid printing …
(edit) @ef011e6d   14 years baptiste.coudurier In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122
(edit) @c25c7767   14 years darkshikari VP8: clear DCT blocks in iDCT instead of using clear_blocks. ~0.3% …
(edit) @b74f70d6   14 years darkshikari VP8: avoid a memset for non-i4x4 blocks with no coefficients …
(edit) @145d3186   14 years darkshikari Get rid of more unnecessary dereferences in VP8 deblocking Originally …
(edit) @86721533   14 years darkshikari Shut up an uninitialized variable GCC warning in VP8. Originally …
(edit) @c4211046   14 years darkshikari Smarter VP8 prefetching Prefetch all refs (including altref), but only …
(edit) @5b9eb68   14 years stefano.sabatini-lala Prefer impersonal form over third person, for consistency with the …
(edit) @8cfae560   14 years darkshikari Fix stupid bug in VP8 prefetching code Originally committed as …
(edit) @c257c752   14 years stefano.sabatini-lala Add an APIchanges entry after the M_PHI addition. Originally …
(edit) @2a38c2e9   14 years darkshikari Eliminate a LUT in escape decoding in VP8 decode_block_coeffs …
(edit) @8d5fa2ba   14 years stefano.sabatini-lala Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, …
(edit) @44852477   14 years stefano.sabatini-lala Add the M_PHI constant, contains an approximation of the golden ratio …
(edit) @d292c345   14 years darkshikari Eliminate some repeated dereferences in VP8 inter_predict Originally …
(edit) @dc5eec80   14 years rsbultje Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles …
(edit) @9bb9875e   14 years ramiro.polla swscale-test: use only 3 characters to print width/height since …
(edit) @b6f1e7e   14 years ramiro.polla swscale-test: print test name before running test, so that it's …
(edit) @9d0b3042   14 years mans Do not automatically run configure Making automatic reconfigure work …
(edit) @67e1d527   14 years ramiro.polla swscale-test: allocate more memory to prevent scalers from writing out …
(edit) @65dd2ded   14 years stefano.sabatini-lala Factorize indent definition in PRINT_LIB_INFO(). Originally committed …
(edit) @d101e731   14 years stefano.sabatini-lala Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO(). …
(edit) @1044a92a   14 years stefano.sabatini-lala Rename: PRINT_LIB_VERSION() -> PRINT_LIB_INFO() …
(edit) @b6525b4b   14 years stefano.sabatini-lala Reindent. Originally committed as revision 24432 to …
(edit) @208749a0   14 years stefano.sabatini-lala Increase flexibility of PRINT_LIB_VERSION(), make it accept a flags …
(edit) @7eb185e0   14 years Carl Eugen Hoyos Map settings for 2-pass libvpx encoding. Patch by James Zern, jzern …
(edit) @b946111f   14 years darkshikari Eliminate a pointless memset for intra blocks in P-frames in VP8 …
(edit) @b9a7186b   14 years darkshikari VP8: Don't store segment in macroblock struct anymore. Not necessary …
(edit) @c55e0d34   14 years darkshikari Convert VP8 macroblock structures to a ring buffer. Uses a slightly …
(edit) @73642926   14 years stefano.sabatini-lala Add APIchanges entry for the libavfilter media format generalization …
(edit) @bdab614b   14 years stefano.sabatini-lala Generalize pixel format enum fields to int formats. This is needed to …
(edit) @98137a1a   14 years stefano.sabatini-lala Document create_filter(). Originally committed as revision 24423 to …
(edit) @d2874a9d   14 years stefano.sabatini-lala Add simple doxy to link_filter(). Originally committed as revision …
(edit) @94b2120   14 years stefano.sabatini-lala Fix documentation for parse_link_name(). Originally committed as …
(edit) @bb90d85   14 years stefano.sabatini-lala Consistently use Uppercase for the first character of the log …
(edit) @99ac59ca   14 years stefano.sabatini-lala Make link_filter() propagate the generated error code. Originally …
(edit) @f219eee5   14 years stefano.sabatini-lala Fix style: "if(" -> "if (". Originally committed as revision 24418 to …
(edit) @968570d6   14 years darkshikari Calculate deblock strength per-MB instead of per-row Gives better …
(edit) @d1c58fce   14 years darkshikari Avoid tracking i4x4 modes in P-frames in VP8 As in the previous …
(edit) @158e062c   14 years darkshikari Avoid useless fill_rectangle in P-frames in VP8 In VP8, i4x4 only uses …
(edit) @7bf254c4   14 years darkshikari Optimize partition mv decoding in VP8 Originally committed as …
(edit) @c0498b30   14 years darkshikari Take shortcuts for mv0 case in VP8 MC Avoid edge emulation -- it isn't …
(edit) @702e8d33   14 years darkshikari Much faster VP8 mv and mode prediction Originally committed as …
(edit) @d229ae2b   14 years darkshikari Convert vp56_mv to 16-bit. Saves nothing except a bit of memory/cache …
(edit) @d864dee   14 years darkshikari Add prefetching to VP8 decoder ~5% faster overall, probably depends on …
(edit) @003243c3   14 years rsbultje Fix and enable horizontal >=SSE2 mbedge loopfilter. Originally …
(edit) @c7b1d97   14 years lorenm relicense h264 deblock sse2 to lgpl Originally committed as revision …
(edit) @a33e0365   14 years stefano.sabatini-lala Add APIchanges entry after libavcore addition. Originally committed …
(edit) @532e7697   14 years lorenm sync yasm macros from x264 Originally committed as revision 24406 to …
(edit) @8731dbd8   14 years darkshikari Eliminate one instruction in VP8 dc_add_sse4 Originally committed as …
(edit) @0662bf22   14 years vitor1001 Add WMAPro regtests Originally committed as revision 24404 to …
(edit) @7dd224a4   14 years darkshikari Various VP8 x86 deblocking speedups SSSE3 versions, improve SSE2 …
(edit) @8a810ccb   14 years Aurélien Jacobs use return value of ff_get_line() Originally committed as revision …
(edit) @b0335fd9   14 years Aurélien Jacobs document ff_get_line() Originally committed as revision 24401 to …
(edit) @a43416a5   14 years Aurélien Jacobs improve ff_get_line to return line length Originally committed as …
(edit) @7c89295   14 years Aurélien Jacobs move ff_get_line to aviobuf.c Originally committed as revision 24399 …
(edit) @80769fb7   14 years Aurélien Jacobs rename get_line to ff_get_line Originally committed as revision 24398 …
(edit) @b8b231b5   14 years darkshikari Make mmx VP8 WHT faster Avoid pextrw, since it's slow on many older …
(edit) @a4e6fa86   14 years mans regtest: simplify cleanup after each test Originally committed as …
(edit) @157c9241   14 years mans fate: delete useless artifacts after running each test Originally …
(edit) @bcb0a154   14 years mans fate: keep stderr from failing tests Originally committed as revision …
(edit) @aac6ca69   14 years stefano.sabatini-lala Add libavcore. The new library is meant to contain the core …
(edit) @ac1a31ab   14 years victorpaesa Typo. Originally committed as revision 24392 to …
(edit) @354b7573   14 years martin Zero-initialize structs/arrays with {0} instead of {}, which isn't …
(edit) @4f5340a0   14 years martin Reindent, rewrap long comment lines to keep line length below 80 chars …
(edit) @bcc4cb46   14 years martin rtpdec_asf: Handle RTSP-MS packet splitting Originally committed as …
(edit) @24413399   14 years stefano.sabatini-lala Document the buffer source. Originally committed as revision 24388 to …
(edit) @59775b3c   14 years stefano.sabatini-lala Extend buffer source syntax. Make the buffer source accept a string …
Note: See TracRevisionLog for help on using the revision log.