source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d714edf1   23 years fabrice optimized ticker_tick() if num is big - please test it (should reduce …
(edit) @5eb765ef   23 years philipjsg * Add code to restart ffmpeg if it crashes * Add code to monitor the …
(edit) @6282185e   23 years michaelni grayscale only encoding Originally committed as revision 679 to …
(edit) @03987173   23 years michaelni passing avctx->flags so that grayscale only decoding works with …
(edit) @b50eef3a   23 years michaelni grayscale only decoding Originally committed as revision 677 to …
(edit) @800d7ceb   23 years arpi in libavcodec/Makefile there is in line 110: "distclean: clean<binary …
(edit) @d81c5983   23 years fabrice fixed multiple allocation bug Originally committed as revision 675 to …
(edit) @9f4f81ed   23 years fabrice fixed case where abs_level > MAX_LEVEL Originally committed as …
(edit) @0f440e02   23 years michaelni optimizing MPV_decode_mb Originally committed as revision 673 to …
(edit) @8ee14970   23 years fabrice added ff_idct_put/add Originally committed as revision 672 to …
(edit) @d36a2466   23 years fabrice added inlined put/add functions Originally committed as revision 671 …
(edit) @ad31c904   23 years fabrice use ff_idct_put/add() Originally committed as revision 670 to …
(edit) @ee4b748b   23 years fabrice use ff_idct_put() Originally committed as revision 669 to …
(edit) @5bcfd1ad   23 years fabrice use a local dir for tests Originally committed as revision 668 to …
(edit) @412ba501   23 years fabrice removed unused code - began to merge alpha specific stuff - added mac …
(edit) @16300e23   23 years philipjsg * Get the buffer size right now we have the buffer inside the FFStream …
(edit) @e4c47db   23 years philipjsg Add the copyright/comment/author/title keywords Originally committed …
(edit) @084fada8   23 years philipjsg * Add the comment block if any of the comment fields are present. * …
(edit) @2ac887ba   23 years philipjsg * Give the max stream time configuration item a chance of working * …
(edit) @2824c473   23 years philipjsg Remove some calls to av_free that tured out to be duplicate. This …
(edit) @dd536160   23 years michaelni run1 can be <0 bugfix (found by fabrice) Originally committed as …
(edit) @03c94ede   23 years fabrice avoid name clash with libjpeg - added missing externs Originally …
(edit) @c3aea5c4   23 years fabrice added missing externs (we were lucky that commons are used) …
(edit) @6d5bf534   23 years fabrice added missing externs Originally committed as revision 658 to …
(edit) @39825f31   23 years kabi * reimplemented remaing avg_ pixel functions * modified PAVGB mmx …
(edit) @d3cd0742   23 years kabi * implemented remaing avg_ pixel functions (these are not used offen) …
(edit) @e7650be   23 years mellum Revert previous bogus warning fix. Originally committed as revision …
(edit) @20695ec9   23 years mellum Minor warning cleanup. Originally committed as revision 654 to …
(edit) @8696b636   23 years nickols_k use qstride instead of fixed constants Originally committed as …
(edit) @ae72cda6   23 years nickols_k new field for communicating with external postprocessing Originally …
(edit) @4136dd24   23 years michaelni 100l divx501+ seeking bugfix Originally committed as revision 651 to …
(edit) @bc45bca3   23 years michaelni gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at …
(edit) @90864f27   23 years michaelni 10l found&patch by D Richard Felker III <dalias at aerifal.cx> …
(edit) @333547be   23 years michaelni typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>) Originally …
(edit) @2a052693   23 years michaelni divx5 bug workaround Originally committed as revision 647 to …
(edit) @1f6b6e50   23 years michaelni single coefficient elimination error concealment / error resilience …
(edit) @9effc0c7   23 years michaelni b_quant_offset (unfinished, should be 0 for now) Originally committed …
(edit) @5bb6fbb   23 years michaelni data partitioning Originally committed as revision 644 to …
(edit) @287229e   23 years michaelni msmpeg4v1 decoding Originally committed as revision 643 to …
(edit) @7f2fe44   23 years michaelni single coefficient elimination prequantization more readable malloc & …
(edit) @0d21a84   23 years michaelni dont double check vectors more correct EPZS implementation much faster …
(edit) @6733417a   23 years michaelni error concealment / error resilience merging s->first_gob_line & …
(edit) @92073d01   23 years michaelni error concealment / error resilience data partitioning …
(edit) @c9b5489c   23 years michaelni fixing get_bits_count at the end Originally committed as revision 638 …
(edit) @7fd08ac   23 years michaelni sqrt MAX, MIN Originally committed as revision 637 to …
(edit) @ab00685a   23 years michaelni bugfix Originally committed as revision 636 to …
(edit) @1eb2212e   23 years fabrice mpegaudio decoder is in high precision mode by default (low precision …
(edit) @81552334   23 years fabrice fixed layer1/2 overflow if very loud sound - fixed broken free format …
(edit) @31def229   23 years philipjsg * Bad buffer management bug. Forgot to take care of the case where …
(edit) @fca0f0e5   23 years kabi * removed MANGLE from macros for setting constants * using …
(edit) @4e33b83b   23 years philipjsg Added Launch, FaviconURL and Redirect examples Originally committed …
(edit) @cde25790   23 years philipjsg * New stuff and bug fixes: * Change to dynamically allocated buffers. …
(edit) @cb09b2e   23 years philipjsg * Go faster stripes: don't check to see if the user presses 'q' if …
(edit) @3a2d0447   23 years philipjsg Make sure that the http_proxy environment variable starts with http://
(edit) @5845431a   23 years kabi * added dependency on dsputil_mmx_rnd.h for dsputil test Originally …
(edit) @ff965706   23 years kabi * using unrolled loops seems to help to MMX Celerons * calculating …
(edit) @6aa6ea8e   23 years kabi * reenabled original xy2 put routine - rounding error is really bad …
(edit) @91abb473   23 years kabi * code with new PAVGB for MMX only CPU splited into separate file …
(edit) @def60345   23 years kabi * new mmx code - based upon http://aggregate.org/MAGIC for now it's …
(edit) @541027e2   23 years kabi * cosmetic minor change Originally committed as revision 622 to …
(edit) @d17b6f0b   23 years kabi * optimized remaing avg_pixels_xy2 Originally committed as revision …
(edit) @c04643a2   23 years philipjsg * Make video grabbing work again (if you are grabbing multiple streams …
(edit) @e9c0a38f   23 years kabi * optimized avg_* functions (except xy2) * minor speedup for …
(edit) @33a1f1a3   23 years michaelni fixing stackoverflow Originally committed as revision 618 to …
(edit) @cd4af68   23 years kabi * started to cleanup name clashes for onetime compilation Originally …
(edit) @c0eb0bb   23 years kabi * more PIC friendly and faster code Originally committed as revision …
(edit) @5f623001   23 years kabi * removed TESTCPU_MAIN - not needed for testing Originally committed …
(edit) @8758f7e4   23 years kabi * for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check …
(edit) @6fea8454   23 years kabi * yet a bit more extended * fixed busy loop test bug on mmx-only …
(edit) @e5f3d22d   23 years kabi * undefine local defines when they are no longer needed Originally …
(edit) @674e6204   23 years kabi * added Originally committed as revision 611 to …
(edit) @f0ca2e1b   23 years kabi * compatibilized declaration with its original definition (though …
(edit) @30eb0396   23 years kabi * avoids double inclusion of this header (how about making all …
(edit) @74fc998   23 years fabrice don't use inttypes.h - use inline function for bswap_64() Originally …
(edit) @b13788c5   23 years fabrice use sys/soundcard.h for OSS audio Originally committed as revision …
(edit) @6063bce7   23 years fabrice bsd fixes Originally committed as revision 606 to …
(edit) @6a3d7e36   23 years fabrice fixed mangle issue Originally committed as revision 605 to …
(edit) @fad9f495   23 years fabrice removed invalid buffer handling Originally committed as revision 604 …
(edit) @bbdadbda   23 years nickols_k untested generic bswap64 Originally committed as revision 603 to …
(edit) @3120d2a2   23 years philipjsg * Add first cut of code to handle Windows Media Player rate switching …
(edit) @6394a288   23 years fabrice added license Originally committed as revision 601 to …
(edit) @d0c30ca5   23 years fabrice reactivated swf/mjpeg/jpg formats testing Originally committed as …
(edit) @ff4ec49   23 years fabrice license/copyright change Originally committed as revision 599 to …
(edit) @2ef0f2b2   23 years fabrice consistent include usage Originally committed as revision 598 to …
(edit) @3093185e   23 years fabrice fixed incorrect buffer handling Originally committed as revision 597 …
(edit) @d503f970   23 years fabrice better logic for bswap Originally committed as revision 596 to …
(edit) @d75dd1ca   23 years fabrice removed Originally committed as revision 595 to …
(edit) @b17c92d1   23 years fabrice moved in libavcodec Originally committed as revision 594 to …
(edit) @19720f15   23 years fabrice license/copyright change Originally committed as revision 593 to …
(edit) @17269bdf   23 years fabrice fixed double free - fixed probe function Originally committed as …
(edit) @0726b2d1   23 years fabrice fixed double free - fixed jpg image sequence automatic selection …
(edit) @66d2ff2a   23 years fabrice fixed memory free (no free necessary for private data) - added better …
(edit) @360d33c9   23 years fabrice update Originally committed as revision 589 to …
(edit) @773a21b8   23 years fabrice license/copyright change - fixed header mess Originally committed as …
(edit) @bf5af568   23 years fabrice license/copyright change - fixed memory leaks Originally committed as …
(edit) @5cbcf02c   23 years fabrice more config options Originally committed as revision 586 to …
(edit) @17048ca8   23 years fabrice license/copyright change Originally committed as revision 585 to …
(edit) @a1b63811   23 years fabrice license/copyright change - use consistent library names Originally …
(edit) @23642d8e   23 years fabrice add more info about new configure features Originally committed as …
(edit) @a31e01c5   23 years fabrice updated Originally committed as revision 582 to …
Note: See TracRevisionLog for help on using the revision log.