source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @e2f48c05   14 years stefano.sabatini-lala Add an informational trace in init(). Originally committed as …
(edit) @b8dddebf   14 years stefano.sabatini-lala Clarify logic and feedback of the init() function. Originally …
(edit) @ce1f8536   14 years stefano.sabatini-lala Add description to the buffer source. Originally committed as …
(edit) @262b6dba   14 years ramiro.polla darwin: allow 64-bit darwin to allocate executable memory darwin …
(edit) @3fc548df   14 years flameeyes Make ff_inverse stay with libavutil, and optional copy it to …
(edit) @b3dce4b9   14 years mans Enable lavfi test in "make test" Originally committed as revision …
(edit) @af521abc   14 years lessen42 Add header declarations for mmx/sse constants missing them Originally …
(edit) @c7eec581   14 years lessen42 Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c Should fix …
(edit) @591db22d   14 years martin gxfenc: Fix ES name in the UMF media description, by using strlen …
(edit) @e9e456d8   14 years rsbultje VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) …
(edit) @92bfd746   14 years ramiro.polla swscale-test: use av_pix_fmt_descriptors[].name directly Originally …
(edit) @268821e   14 years rsbultje Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder. …
(edit) @f29be470   14 years mans configure: make sh_quote() more robust Originally committed as …
(edit) @fd7242dd   14 years pascal.massimino remove an unneeded av_realloc() Originally committed as revision …
(edit) @91c4d85   14 years vitor1001 WMAVoice regtests Originally committed as revision 24374 to …
(edit) @d0b8e40c   14 years mans configure: create .config file where I intended Originally committed …
(edit) @aef026f4   14 years mans configure: create .config file in configure to avoid needless reruns …
(edit) @86601915   14 years mans Rerun configure when all*.c files have changed Originally committed …
(edit) @f6ae77d4   14 years mans Change message tag for tests to simply TEST Originally committed as …
(edit) @096971e   14 years mans vp8: indent Originally committed as revision 24368 to …
(edit) @070ce7ef   14 years mans vp8: add do { } while(0) around XCHG() macro to avoid confusing …
(edit) @153da88d   14 years diego Add some braces to silence the warning: libavcodec/vp8.c:892: warning: …
(edit) @4055438b   14 years stefano.sabatini-lala Apply misc cosmetical style fixes. Originally committed as revision …
(edit) @b5634e45   14 years stefano.sabatini-lala Add @file doxy. Originally committed as revision 24364 to …
(edit) @e4a28be6   14 years rsbultje Allow the ASF header to be transferred split over multiple packets, as …
(edit) @d6cc1123   14 years rsbultje Explicitely set the size of the "ff_asf_head1_guid" header chunk, this …
(edit) @a28cccf6   14 years vitor1001 Fix memory leak in ATRAC3 decoder Originally committed as revision …
(edit) @cbbb1081   14 years rsbultje Align outgoing messages to 8 bytes, this is required to interact with …
(edit) @0c717a30   14 years rsbultje Fix a compile warning when compiling with DEBUG=1. The warning was: …
(edit) @9078eba0   14 years rsbultje Check the status code of each server responses, and fail if it …
Note: See TracRevisionLog for help on using the revision log.