source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @59b56738   19 years baptiste.coudurier add uncompressed picture support Originally committed as revision …
(edit) @8ce2215b   19 years baptiste.coudurier parse rgba descriptor (jpeg2000, uncompressed) Originally committed …
(edit) @54a3360   19 years baptiste.coudurier add common codecs uls Originally committed as revision 5851 to …
(edit) @eec3fec   19 years baptiste.coudurier simplify PRINT_KEY Originally committed as revision 5850 to …
(edit) @6d0c3beb   19 years baptiste.coudurier add some debug infos Originally committed as revision 5849 to …
(edit) @f03b6426   19 years baptiste.coudurier get rid of DECLARED_ALIGNED Originally committed as revision 5848 to …
(edit) @67630cff   19 years stefan.gehrer add new tag 'CAVS' for Chinese AVS codec Originally committed as …
(edit) @595e7bd   19 years stefan.gehrer some MMX optimizations for the CAVS decoder Originally committed as …
(edit) @09be55df   19 years kostya.shishkov Set MpegEncContext->mspel flag (here it indicates that bicubic MC will …
(edit) @ffb9a8b1   19 years kostya.shishkov Support range reduced frames Originally committed as revision 5844 to …
(edit) @138712fe   19 years kostya.shishkov Support grayscale decoding. Originally committed as revision 5843 to …
(edit) @dd15f9bf   19 years baptiste.coudurier cosmetics Originally committed as revision 5842 to …
(edit) @b7522224   19 years baptiste.coudurier use ternary Originally committed as revision 5841 to …
(edit) @834bff48   19 years baptiste.coudurier remove useless variables Originally committed as revision 5840 to …
(edit) @e076173f   19 years baptiste.coudurier rename variables Originally committed as revision 5839 to …
(edit) @5e441e3   19 years baptiste.coudurier add error messages Originally committed as revision 5838 to …
(edit) @743d772c   19 years baptiste.coudurier demuxer reworked, more accurate parsing, prepare handling of other …
(edit) @4bfff768   19 years baptiste.coudurier declare and use UID type Originally committed as revision 5836 to …
(edit) @7c87a2f0   19 years Reimar.Doeffinger Set duration to AV_NOPTS_VALUE instead of 0 when unknown. Set …
(edit) @69796008   19 years diego Comment some #endif lines. Originally committed as revision 19211 to …
(edit) @0154bae1   19 years kostya.shishkov Add rounding for overlap filters Originally committed as revision …
(edit) @b2828252   19 years diego Remove redundant TARGET_OS setting. Originally committed as revision …
(edit) @abafc9c3   19 years diego Do not add -fomit-frame-pointer to CFLAGS when optimizations are …
(edit) @ae08a563   19 years lorenm 10l in r5768 (broke mbaff) Originally committed as revision 5831 to …
(edit) @e50bc5a   19 years pacman Fix compile error due to extra "FF" at beginning of file in the …
(edit) @1ea501af   19 years lucabe72 Remove sws_global_init() from swscaler emulation Originally committed …
(edit) @6f209cb5   19 years lucabe72 Replace MIN() and MAX() with FFMIN() and FFMAX() Originally committed …
(edit) @538389c   19 years diego Fix FSF postal address. Originally committed as revision 5829 to …
(edit) @a94e666c   19 years diego Fix prefix vs PREFIX handling in pkgconfig files. Originally …
(edit) @2793096f   19 years lucabe72 Fix a corner case in sws emulation Originally committed as revision …
(edit) @07bf2af8   19 years baptiste.coudurier MXF demuxer Originally committed as revision 5826 to …
(edit) @43dcf590   19 years baptiste.coudurier Changelog update for GXF muxer Originally committed as revision 5825 …
(edit) @ad21ad45   19 years diego Explain usage of image formats other than GIF. patch by Victor Paesa, …
(edit) @d4b0cca7   19 years diego 10l: wrong quoting Originally committed as revision 5823 to …
(edit) @8422aa8   19 years michaelni a tiny bit of cleanup Originally committed as revision 19178 to …
(edit) @bca11e75   19 years michaelni vertical scaler with accurate rounding, some people on doom9 can see …
(edit) @fc8833a1   19 years diego Remove unnecessary darwin variable. Originally committed as revision …
(edit) @8b3a43cf   19 years diego Skip the MMX/SSE and memalign() check when running on OS X/Darwin, …
(edit) @5df68893   19 years kostya.shishkov Some B-frames support (parsing and decoding only, no motion …
(edit) @c39e3c6f   19 years kostya.shishkov Some fixes for decode_p_mb() Originally committed as revision 5819 to …
(edit) @88b6f0fa   19 years diego Fix --extra-ldflags when cross-compiling for MinGW. Originally …
(edit) @c536cb09   19 years diego Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion. …
(edit) @d8cfa553   19 years pacman Fix typo introduced in the memalign->av_malloc conversion (there is no …
(edit) @9f82cdc7   19 years diego Remove obsolete and misleading warning. Originally committed as …
(edit) @bc185f72   19 years Reimar.Doeffinger Do not crash when the first frame is not a keyframe (and thus none of …
(edit) @22ffac70   19 years Reimar.Doeffinger Try to find out correct start time to make seeking faster and add some …
(edit) @8dfe909   19 years Reimar.Doeffinger Missing part of the malloc -> av_malloc patch: memalign must be …
(edit) @83b3df83   19 years kostya.shishkov Correct edge MC for chroma Originally committed as revision 5813 to …
(edit) @1997a988   19 years michaelni disable libtheora, this change leaves all the libtheora related code …
(edit) @230e9d4c   19 years kostya.shishkov Replace code for clipping MV vectors (which is wrong to use here) with …
(edit) @4b944659   19 years kostya.shishkov Don't do non-uniform quantization on zero coeffs. Originally …
(edit) @aab77159   19 years Reimar.Doeffinger do not include bswap.h in common.h for external programs, since the …
(edit) @27ed1a0d   19 years kostya.shishkov 1000l: scale DC predictors instead of predicted value. Originally …
(edit) @92ad0d9   19 years kostya.shishkov Set DC = 0 for skipped MB as it interferes DC prediction Originally …
(edit) @b53921aa   19 years kostya.shishkov Set correctly quantizer and transform mode when parsing frame header. …
(edit) @53be4c90   19 years michaelni update Originally committed as revision 5805 to …
(edit) @94c4def2   19 years lucabe72 Use libavutil in libswscale, and allow it to be built out of the …
(edit) @918a4591   19 years michaelni removing redundant mess next time we break compatiility Originally …
(edit) @ccb15994   19 years michaelni fix regression failure after adler simplification Originally …
(edit) @79dc59b7   19 years michaelni simplify Originally committed as revision 5802 to …
(edit) @0912bf57   19 years michaelni for floats fabs is better & smaller then ABS Originally committed as …
(edit) @f2964465   19 years michaelni simpler, smaller and faster Originally committed as revision 5800 to …
(edit) @d9cf32d9   19 years michaelni avoid 4 + Originally committed as revision 5799 to …
(edit) @d26a9ea0   19 years michaelni remove 166 useless underscores, and make this file valid c code as a …
(edit) @e003ea06   19 years michaelni remove a few useless casts and avoid the useless t1/t2 variables …
(edit) @684d9e36   19 years michaelni simplify Originally committed as revision 5796 to …
(edit) @006ff1c   19 years michaelni more simplifications Originally committed as revision 5795 to …
(edit) @f72f8a77   19 years michaelni simplification Originally committed as revision 5794 to …
(edit) @09eb00f6   19 years michaelni iabs -> ABS Originally committed as revision 5793 to …
(edit) @1abbf64e   19 years michaelni simplify Originally committed as revision 5792 to …
(edit) @1af5f60f   19 years michaelni fix loop filter Originally committed as revision 5791 to …
(edit) @47adb886   19 years lucabe72 Install log.h Originally committed as revision 5790 to …
(edit) @462f3c37   19 years diego Add missing EXESUF to executable rules. patch by Victor Paesa, wzrlpy …
(edit) @5ced7b80   19 years michaelni disable the vp3 mmx and sse2 idcts, their output doesnt match the c …
(edit) @86329cc   19 years baptiste.coudurier GXF muxer Originally committed as revision 5787 to …
(edit) @1d94a662   19 years michaelni simplify Originally committed as revision 5786 to …
(edit) @cfc4bd46   19 years gpoirier Fix memleak, patch by I. Po % yyymmmm # gmail O com % Original …
(edit) @cea8f6f3   19 years lucabe72 Move av_malloc(), av_realloc(), and av_free() from libavcodec to …
(edit) @b8889ea5   19 years banan Possibility to skip bytes in the beginning of a file. Originally …
(edit) @7028259a   19 years michaelni simplify b64_encode() maybe this should be moved to libavutil ... …
(edit) @4b45de0e   19 years lucabe72 Move av_log() & friends to libavutil Originally committed as revision …
(edit) @8b75e45d   19 years lorenm sync to x264 r537 Originally committed as revision 5780 to …
(edit) @fd0fb306   19 years michaelni add header info to flv format based on a patch by (Philipp Klaus …
(edit) @efea8528   19 years michaelni parse all QIS values (we still ignore them though ...) Originally …
(edit) @a14ab4e4   19 years michaelni 100l for me Originally committed as revision 5777 to …
(edit) @116d866c   19 years michaelni fix playback of theora.ogg on mphq patch by (matthieu castet %% castet …
(edit) @ae1dd8e1   19 years michaelni attempt to implement xiphs useless and stupid quantization matrix mess …
(edit) @187c9be7   19 years michaelni replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) …
(edit) @d2744e1   19 years michaelni use RSHIFT Originally committed as revision 5773 to …
(edit) @4501e678   19 years michaelni useless memcpy Originally committed as revision 5772 to …
(edit) @7cfe7fe5   19 years michaelni some fixmes if someone ever wants to implement theora support …
(edit) @e278056f   19 years michaelni check how many bits are left after decoding extradata this change is …
(edit) @b7f3fdd7   19 years michaelni cleanup Originally committed as revision 5769 to …
(edit) @717b1733   19 years lorenm slightly faster h264 fill_caches() Originally committed as revision …
(edit) @e1bbc032   19 years justin.ruggles cosmetic change to adjust alignment. Originally committed as revision …
(edit) @5f3acd9e   19 years justin.ruggles Modify preset compression levels to utilize log search. Originally …
(edit) @05020c89   19 years Reimar.Doeffinger Split common.h in two parts, purely internal stuff (internal.h) and …
(edit) @7a5f09f6   19 years mans cosmetics Originally committed as revision 5764 to …
(edit) @dbb45a3b   19 years michaelni log prediction order search method Originally committed as revision …
(edit) @26053bdc   19 years justin.ruggles Add lpc order search. This creates new compression levels 6 to 12. …
Note: See TracRevisionLog for help on using the revision log.