source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4278e7a6   23 years michaelni optimization Originally committed as revision 332 to …
(edit) @d6231b9   23 years michaelni use ac prediction in mpeg4 encoding (5% smaller …
(edit) @49c9325f   23 years michaelni support decoding (with mplayer) of 3 .mp4 files from mphq optimize …
(edit) @10cd581   23 years michaelni generate even more complete mpeg4 headers Originally committed as …
(edit) @6f91bcd1   23 years michaelni mpeg4 b-frames :) create slightly more correct headers & add "ffmpeg" …
(edit) @e2263827   23 years pulento - Bug fix on output sample rate for lame MP3 encoding. Originally …
(edit) @9d36bdc9   23 years pulento - Added MP3 encoding through libmp3lame contributed by Lennert …
(edit) @0716b577   23 years pulento - Added MP3 encoding through libmp3lame contributed by Lennert …
(edit) @5798368b   23 years pulento - Added MP3 encoding through libmp3lame contributed by Lennert …
(edit) @a6741398   23 years pulento - Added MP3 encoding through libmp3lame contributed by Lennert …
(edit) @1699d37   23 years michaelni divx5 draw_edges bugfix Originally committed as revision 322 to …
(edit) @7ff037e9   23 years michaelni q-pel mc fixed Originally committed as revision 321 to …
(edit) @44eb4951   23 years michaelni divx5-gmc support q-pel mc support neither is totally bugfree yet …
(edit) @ef0bc4c   23 years kabi * BeOS patch by François Revol <revol@free.fr> fixing some …
(edit) @73c8e514   23 years michaelni gmc bitstream decoding support (the real motion compensation isnt …
(edit) @cc9ba006   23 years michaelni parsing more of the mpeg4 header & print some "not supported" stuff …
(edit) @854288bb   23 years Felix.Buenemann add mangling Originally committed as revision 4924 to …
(edit) @86bec9a1   23 years pulento - Fix on AVI and WAV headers based on Nikolai Zhubr patch. - Now the …
(edit) @f5d1f41b   23 years michaelni fixing warning Originally committed as revision 315 to …
(edit) @43f1708f   23 years pulento - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR …
(edit) @2b9ab1d5   23 years michaelni fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for …
(edit) @81b7c056   23 years michaelni use assert.h more assertions Originally committed as revision 4807 to …
(edit) @e7774f11   23 years pulento - Bug fix on RTYPE (rounding type) not being honoured by H.263+ …
(edit) @2ba1bff0   23 years michaelni 101++ Originally committed as revision 4795 to …
(edit) @df3c183a   23 years michaelni fixing bgr32 output on big-endian systems Originally committed as …
(edit) @1e1c4fe9   23 years michaelni unscaled yuv2rgb fix for big-endian systems Originally committed as …
(edit) @9e15ad28   23 years pulento - Bug fixes in H.263+ Advanced INTRA Coding decoder. - H.263+ should …
(edit) @d140623f   23 years pulento - H.263+ decoder support for Advanded INTRA Coding (buggy) Originally …
(edit) @608d0dee   23 years kabi * Also include time.h for nanosleep() by: Philipp Matthias Hahn …
(edit) @d6a4c0b   23 years kabi * some modifications to allow gcc to compile same code for -fPIC - …
(edit) @38d171eb   23 years kabi * simplified indexing * ignoring error from msmpeg4_decode_block …
(edit) @af8793a   23 years kabi * simplified indexing Originally committed as revision 306 to …
(edit) @8257bf05   23 years kabi * eliminating duplicated code from MPV_common_end * simplified …
(edit) @3232bc88   23 years kabi * using static instead of extern Originally committed as revision 304 …
(edit) @b4cc15e7   23 years kabi * continue after error in msmpeg4_decode_mb - helps for some movie …
(edit) @bb6f51ae   23 years michaelni avoid overflow of picturenumber*fps*10000 bug found by Lennert …
(edit) @3696d2bb   23 years michaelni block_last_index was too large (in mpeg1 decoding) Originally …
(edit) @b4dbd87c   23 years pulento - Minor changes on bitrate control Originally committed as revision …
(edit) @d8cf5aea   23 years michaelni optimized the normal bitstream writer, its faster than the alternative …
(edit) @332105e4   23 years michaelni minor dststride bugfix for i420 output srcHeight %2 != 0 bugfix / …
(edit) @f004ca1c   23 years michaelni optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) …
(edit) @80feb2a2   23 years michaelni optimize mpeg1_encode_block() (makeing some constant arrays global, …
(edit) @4f0f8bfc   23 years michaelni aligned bitstream writer (1% slower on p3 but perhaps its faster on …
(edit) @17592475   23 years michaelni alternative bitstream writer (disabled by default, uncomment #define …
(edit) @9bd8bd1a   23 years michaelni unscaled memcpy variant bugfix (negative strides) Originally …
(edit) @e03c341e   23 years pulento - More work on preliminary bit rate control, just to be able to get an …
(edit) @37fbfd0   23 years pulento - Now the ME is done for the entire picture when enconding, the …
(edit) @ec22603f   23 years michaelni unscaled BGR24 -> YV12 Originally committed as revision 4624 to …
(edit) @21316f3c   23 years michaelni rgb24toyv12 in MMX (untested) Originally committed as revision 4623 …
(edit) @4342fc14   23 years michaelni bgr24toUV in MMX Originally committed as revision 4620 to …
(edit) @ac6a2e45   23 years michaelni bgr24toY in MMX Originally committed as revision 4613 to …
(edit) @81401c1f   23 years pulento - Fixes on RTP and GOB headers for H.263. - RTP callback system …
(edit) @3cb32e3d   23 years arpi PATCH by Rik Snel <rsnel@cube.dyndns.org> this includes the range for …
(edit) @80e103d0   23 years arpi PATCH by Rik Snel <rsnel@cube.dyndns.org> this patch enhances the …
(edit) @fa778d53   23 years michaelni workaround gcc 2.95.2 bug Originally committed as revision 289 to …
(edit) @b0db4198   23 years michaelni fastmemcpy Originally committed as revision 4587 to …
(edit) @4bb3fa5e   23 years michaelni unscaled BGR15->BGR16 a few bugfixes of the other unscaled converters …
(edit) @b72034dd   23 years michaelni bgr15 input support Originally committed as revision 4581 to …
(edit) @5bb9d9d8   23 years michaelni faster bgr16 input Originally committed as revision 4580 to …
(edit) @6af250ea   23 years michaelni bgr16 input support Originally committed as revision 4579 to …
(edit) @0b2540a0   23 years michaelni avoid copying input when encoding non intra stuff too Originally …
(edit) @b935781   23 years michaelni unscaled converters BGR24 -> BGR32 & RGB24 -> RGB32 BGR32 -> BGR24 & …
(edit) @adeaecb9   23 years michaelni fixing green line at right side bug (reported by Nick Kurshev …
(edit) @d8c2efac   23 years michaelni width or height %16 != 0 bugfix Originally committed as revision 287 …
(edit) @a861d4d7   23 years michaelni rgb32 & rgb24 input support squished a endianness bug in the 15/16bgr …
(edit) @b6654a54   23 years michaelni 101 (yuv2rgb with mpeg1,...) ;) simple copy if possible (same format, …
(edit) @3707990   23 years michaelni swScale internally uses yuv2rgb now if possible Originally committed …
(edit) @6fe84b43   23 years michaelni use multiply instead of divides for DC prediction on X86 Originally …
(edit) @b81cf274   23 years michaelni printing error messages if something is wrong instead of just return …
(edit) @8a01d20c   23 years michaelni filterPos bugfix (only nearest neighbor scaling was affected) …
(edit) @6ff0ad6b   23 years michaelni MMX(2) optimized YUY2 input avoid duplicate checks for formats by …
(edit) @17470314   23 years michaelni printing correct format info Originally committed as revision 4469 to …
(edit) @1e621b1   23 years michaelni YUY2, BGR24, BGR32 input support (no mmx yet) Originally committed as …
(edit) @1f347f22   23 years michaelni -sws 2 is default now Originally committed as revision 4422 to …
(edit) @6c7506de   23 years michaelni YV12 like formats support (I420/IYUV) bugfixes related to vo_x11 …
(edit) @4b6388d1   23 years michaelni top row bugfix Originally committed as revision 4404 to …
(edit) @d8863d37   23 years michaelni area averageing scaling support (-sws 5) (is identical to bilinear for …
(edit) @ff7ba856   23 years michaelni nearest neighbor / sdl emulation ;) scaling (-sws 4) Originally …
(edit) @bdd677ac   23 years michaelni minor QP bugfix Originally committed as revision 4400 to …
(edit) @5dfd24ac   23 years arpi workaround gcc bug "m" (0) avoiding useage of ebx Originally …
(edit) @320680d4   23 years kabi * temporal solution for shared lib compilation * using ALPHA code …
(edit) @2f349de2   23 years michaelni (commit by michael) mmx & mmx2 quantizer c dct permutation bugfix dont …
(edit) @580b82fa   23 years arpi (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel …
(edit) @2ddeed44   23 years michaelni (commit by michael) motion-estimation on width/height not divisable …
(edit) @d2b3c3d7   23 years michaelni (commit by michael) dc coeff isnt dequantized (bug reported by falk …
(edit) @4e3269e8   23 years michaelni (commit by michael) quantizer range bugfix (mpeg1 & mpeg4 encoding) …
(edit) @fd284805   23 years michaelni minor bugfix in the -v output Originally committed as revision 4305 …
(edit) @5521b193   23 years michaelni 15/16 bit dithering in C (5% slower, can be disabled by comenting …
(edit) @fe8054c0   23 years michaelni copyright(swscaler) = GPL Originally committed as revision 4296 to …
(edit) @c7997007   23 years nickols_k Small simple idct improvement for Alpha by Falk Hueffner …
(edit) @5cebb24b   23 years michaelni a few filters (should be removed/merged when arpis videofilter stuff …
(edit) @c7f822d9   23 years michaelni general convolution filtering of the source picture dynamic memory …
(edit) @635b3ec6   23 years Felix.Buenemann add mangling Originally committed as revision 4286 to …
(edit) @91d1f1a4   23 years nickols_k Alpha optimizations by Falk Hueffner …
(edit) @1e98dffb   23 years nickols_k Alpha optimizations by Falk Hueffner …
(edit) @4bdd9157   23 years nickols_k Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> …
(edit) @7f56a527   23 years michaelni 101 Originally committed as revision 4282 to …
(edit) @28bf81c9   23 years michaelni removed global vars so that multiple swscalers can be used …
(edit) @cbf5fa71   23 years albeu Added reverting support for -pp and -npp options Originally committed …
(edit) @bf1595c4   23 years Felix.Buenemann fix mangling with runtime cpu detection Originally committed as …
Note: See TracRevisionLog for help on using the revision log.