source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @414df121   14 years rsbultje Send a time test to the server, as the spec recommends. Patch by …
(edit) @f7af2c1d   14 years Carl Eugen Hoyos FFmpeg never supported msmpeg4v1 encoding. Originally committed as …
(edit) @e8723e24   14 years Carl Eugen Hoyos Lego Mindstorms RSO muxer and demuxer. Patch by Rafaël Carré, rafael …
(edit) @d970ec75   14 years martin asfdec: 10l, fix the minimum asf video stream header size This fixes …
(edit) @ffe72624   14 years mans fate: run diff even if command fails The diff may provide useful …
(edit) @fed79592   14 years martin asfdec: Don't read the video stream header if there isn't enough data …
(edit) @a3ab7c32   14 years martin asfdec: Handle asf_jfif_media Originally committed as revision 24351 …
(edit) @7428c8f5   14 years martin asf: Add asf_jfif_media guid Originally committed as revision 24350 …
(edit) @c963e961   14 years mans Remove unused seek-regression.sh script Originally committed as …
(edit) @57f09630   14 years mans Remove old regtest make rules redirecting to fate-based ones …
(edit) @9a3f31ef   14 years mans fate: allow running regtests through fate frontend Originally …
(edit) @b9d5f1b7   14 years mans Collect list of seek tests in configure Originally committed as …
(edit) @f729c4ae   14 years mans regtest: rename seektest ref files using alphanumeric chars only …
(edit) @aff4137d   14 years martin Remove an assert that was no longer correct nor relevant Originally …
(edit) @2d91366c   14 years Carl Eugen Hoyos Make MP43 the default fourcc for msmpeg4v3: DIV3 is not supported on …
(edit) @8b6e0aec   14 years martin movenc: Free the buffer returned by url_close_dyn_buffer, regardless …
(edit) @709c0181   14 years ramiro.polla Restore vertical alignment in some defines Originally committed as …
(edit) @c60ed66d   14 years rsbultje Revert r24339 (it causes fate failures on x86-64) - I'll figure out …
(edit) @6526976   14 years rsbultje Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster …
(edit) @1878f68   14 years rsbultje Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions. …
(edit) @fb9bdf0   14 years rsbultje Be more efficient with registers or stack memory. Saves 8/16 bytes …
(edit) @3facfc99   14 years rsbultje Change function prototypes for width=8 inner and mbedge loopfilter …
(edit) @581a9697   14 years alex.converse aacenc: Convert if () abort() to assert(). Originally committed as …
(edit) @7d894aeb   14 years martin rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizer Patch by …
(edit) @6d9f1b67   14 years alex.converse Cosmetics: Whitespace Originally committed as revision 24333 to …
(edit) @2bb1d0e7   14 years alex.converse aacenc: Adjust array offsets for the current channel before calling …
(edit) @0045499d   14 years alex.converse aacenc: Refactor apply_window_and_mdct() so it no longer takes an …
Note: See TracRevisionLog for help on using the revision log.