source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a88fc5c0   18 years diego Remove intrinsics checks, they are no longer used. partly based on a …
(edit) @68a205ed   18 years michaelni dehack *ps_state indexing in the branchless decoder Originally …
(edit) @a991b1fe   18 years kostya.shishkov TIFF decoder Originally committed as revision 6682 to …
(edit) @6ae177aa   18 years diego Add a note about illegal codec IDs. Originally committed as revision …
(edit) @7e547cb4   18 years diego Add codec ID for Shorten audio. Originally committed as revision 6680 …
(edit) @12ff5b0f   18 years michaelni add "memory" to the clobber list we change memory so we need it, this …
(edit) @f7bc5837   18 years Reynaldo H. Verdejo Pinochet Adds forgotten changelog's entry about the new mtv demuxer Originally …
(edit) @5ed0d67d   18 years michaelni -1 is a valid return value in ratecontrol_1pass() -> 100l for takis …
(edit) @61b76987   18 years dominik Fixes: xvmcvideo.c: In function ‘XVMC_decode_mb’: xvmcvideo.c:141: …
(edit) @de1013e   18 years michaelni 10l int vs uint8_t Originally committed as revision 6675 to …
(edit) @851ded8   18 years michaelni prevent "mb level" get_cabac() calls from being inlined (3% faster …
(edit) @1f6049f5   18 years michaelni int->uint8_t for 2 tables Originally committed as revision 6673 to …
(edit) @29f86228   18 years baptiste.coudurier support for Tiertex .seq files demuxing/video decoding, by Gregory …
(edit) @7da4d4cd   18 years baptiste.coudurier fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir …
(edit) @cb690cad   18 years diego Rename internal.h --> xvid_internal.h, it clashes with …
(edit) @a5db5bda   18 years lu_zero ppc generic prefetch Originally committed as revision 6669 to …
(edit) @a0490b32   18 years gpoirier adds some useful comments after some of the #else, #elseif, #endif …
(edit) @28146a8c   18 years Reynaldo H. Verdejo Pinochet new mtv demuxer Originally committed as revision 6667 to …
(edit) @05749630   18 years diego Rename ABS macro to FFABS. Originally committed as revision 20169 to …
(edit) @c26abfa5   18 years diego Rename ABS macro to FFABS. Originally committed as revision 6666 to …
(edit) @02305ff3   18 years diego Rename SIGN macro to FFSIGN to avoid clashes with system headers. …
(edit) @a957c27b   18 years lorenm more prefetches, 2% faster h264 Originally committed as revision 6664 …
(edit) @1f4d5e9f   18 years michaelni slightly faster on P3 slightly slower on athlon and probably faster on …
(edit) @f3239539   18 years baptiste.coudurier add MXF description Originally committed as revision 6662 to …
(edit) @d7a3a783   18 years baptiste.coudurier update GXF status and add description Originally committed as …
(edit) @dc56e0de   18 years baptiste.coudurier update doc, changelog, and increase libavcodec version for .cin files …
(edit) @72450e50   18 years baptiste.coudurier support for Delphine Software .cin files demuxing / audio and video …
(edit) @2b5269b5   18 years michaelni moving lps state transition code a little up in the branched asm code …
(edit) @b99f3cab   18 years michaelni write cabac low and range variables as early as possible to prevent …
(edit) @d17faef   18 years michaelni use ecx instead of cl (no speed change on P3 but might avoid partial …
(edit) @d61c4e73   18 years michaelni make state transition tables global as they are constant and the code …
(edit) @5f3eca12   18 years michaelni 10l Originally committed as revision 6654 to …
(edit) @0fa352c7   18 years michaelni make lps_range a global table its constant anyway (saves 1 addition …
(edit) @3650b439   18 years michaelni enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, …
(edit) @a8824a79   18 years gpoirier simplifies null vhook by using sws_getCachedContext() Patch by Victor …
(edit) @df117196   18 years gpoirier simplifies fish vhook by using sws_getCachedContext() Patch by Victor …
(edit) @2d7490fc   18 years gpoirier port watermark vhook to swscaler Patch by Victor Paesa %wzrlpy A …
(edit) @67d0436c   18 years gpoirier port imlib2 vhook to swscaler Patch by Victor Paesa %wzrlpy A arsystel …
(edit) @6ab312da   18 years michaelni doxy Originally committed as revision 6647 to …
(edit) @777f4649   18 years baptiste.coudurier fix bit rate Originally committed as revision 6646 to …
(edit) @d50756c   18 years baptiste.coudurier use av_get_bits_per_sample Originally committed as revision 6645 to …
(edit) @e27d9277   18 years baptiste.coudurier use av_get_bits_per_sample, compute block align if not set Originally …
(edit) @8d41fe2   18 years baptiste.coudurier simplify by not writing unneeded codec name to fix segfault when …
(edit) @086b05cd   18 years diego Move CFLAGS handling to common.mak. Originally committed as revision …
(edit) @dadb850a   18 years diego Move CFLAGS handling to common.mak. Originally committed as revision …
(edit) @a33fe572   18 years diego Switch to the LGPL as agreed to by the author according to the initial …
(edit) @3689cf16   18 years kostya.shishkov Targa image decoder Originally committed as revision 6640 to …
(edit) @e7becfb2   18 years diego printf --> av_log with some help from Oded Originally committed as …
(edit) @d95442c   18 years michaelni unused #define Originally committed as revision 6638 to …
(edit) @ab2c12ec   18 years michaelni remove dummy amr_read_close() Originally committed as revision 6637 …
(edit) @b4963892   18 years michaelni more factoriztaion and a FIXME note Originally committed as revision …
(edit) @d84fd5d1   18 years michaelni factorze another 2 lines Originally committed as revision 6635 to …
(edit) @ce2f3c8b   18 years michaelni set duration and timebase (based on a patch by Simon Morlat …
(edit) @b1bf48aa   18 years michaelni factorize (untested) Originally committed as revision 6633 to …
(edit) @effdc8ef   18 years michaelni return cleanup Originally committed as revision 6632 to …
(edit) @c74915cd   18 years baptiste.coudurier fix d-10 mapping detection Originally committed as revision 6631 to …
(edit) @e395e286   18 years baptiste.coudurier assign myself to aiff maintainer Originally committed as revision …
(edit) @de9fe002   18 years baptiste.coudurier rewind completely if sample time is negative Originally committed as …
(edit) @4a775c19   18 years baptiste.coudurier dont seek back if no sync to let eof happen Originally committed as …
(edit) @c2095a8f   18 years gpoirier Add pentium-m to the list of tuning targets Originally committed as …
(edit) @15e35274   18 years diego Rename SIGN macro to the more fitting UNFOLD. Originally committed as …
(edit) @6b6b5003   18 years diego Remove unused variables. Originally committed as revision 6625 to …
(edit) @31903634   18 years baptiste.coudurier quiet gcc about enum value not handled in switch Originally committed …
(edit) @0bc2e7f0   18 years diego BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER Originally committed as …
(edit) @8925915f   18 years diego Change libpostproc to use the FFMIN/FFMAX macros from libavutil. …
(edit) @ab5a1435   18 years gpoirier Move TRANSPOSE8 macro to dsputil_altivec.h. (was duplicated in …
(edit) @a22b732   18 years diego Move sign macro to libavutil. Originally committed as revision 6620 …
(edit) @e0296b9   18 years diego Use ABS macro from libavutil. Originally committed as revision 6619 …
(edit) @9ed92c65   18 years michaelni moving another bit&1 out, this is as fast as with it in there, but it …
(edit) @ee56f2c0   18 years kostya.shishkov 10l: remove alien seek function from demuxer Originally committed as …
(edit) @f1b37db4   18 years michaelni move the &1 out of the asm so gcc can optimize it away in inlined …
(edit) @ab0151d1   18 years michaelni replace a few and/sub/... by cmov this is faster on P3, should be …
(edit) @c6a9271c   18 years diego Remove gcc-workaround that is already present in libavutil/common.h. …
(edit) @ef85972b   18 years diego Fix default license header. Originally committed as revision 6613 to …
(edit) @a6672acf   18 years michaelni reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit …
(edit) @2d3df05c   18 years michaelni on the P4 inc needs twice as much time a add Originally committed as …
(edit) @2ee9dc65   18 years michaelni 10l Originally committed as revision 6610 to …
(edit) @7822e1c1   18 years michaelni reverse remainder of the failed attempt to optimize …
(edit) @ef0090a9   18 years michaelni x86 branchless cabac decoder slightly faster on P3 Originally …
(edit) @2e1aee80   18 years michaelni optimize branchless C CABAC decoder Originally committed as revision …
(edit) @b420448e   18 years lu_zero removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore …
(edit) @1c2a417f   18 years michaelni move outcommented START/STOP_TIMER to a hopefully better place for …
(edit) @30dc5f56   18 years michaelni drop failed attempt to optimize *state= c->mps_state[s]; Originally …
(edit) @c56d23da   18 years michaelni 10l bugfix for some disabled code Originally committed as revision …
(edit) @f7d0b68   18 years michaelni first try of a handwritten get_cabac() for x86, this is 10-20% faster …
(edit) @2a1a6b64   18 years michaelni always add -fomit-frame-pointer if optimizations are enabled …
(edit) @441e8fe9   18 years lu_zero add_bytes passes tests Originally committed as revision 6600 to …
(edit) @5bbe2a52   18 years michaelni remove bytestream_end checks, seems to work fine without them and the …
(edit) @462209fe   18 years gpoirier fix AC3 5.1 being decoded as mono patch by Andrea Gianarro % giandrea …
(edit) @bca519e0   18 years diego Fix GPL/LGPL license version mismatch. Originally committed as …
(edit) @c010d69a   18 years michaelni decrease ff_h264_norm_shift[] size Originally committed as revision …
(edit) @158256a1   18 years dominik Fixes: rv10.c:494: warning: implicit declaration of function …
(edit) @6ff04269   18 years michaelni cleanup Originally committed as revision 6594 to …
(edit) @a10c779f   18 years dominik Fixes: opt.c:327: warning: no return statement in function returning …
(edit) @6926176   18 years dominik Fixes: parser.c:555: warning: implicit declaration of function …
(edit) @621d9294   18 years dominik Fixes: mpegvideo.h:777: warning: ‘inline’ is not at beginning of …
(edit) @214019ed   18 years Reimar.Doeffinger Avoid void *-arithmetic Originally committed as revision 6590 to …
(edit) @76808d6e   18 years diego Quote names individually, since otherwise the whole list was …
(edit) @75336fc8   18 years lu_zero Non Altivec optimizations already present at the top Originally …
(edit) @260ceb63   18 years michaelni branchless renormalization (1% faster get_cabac) old branchless …
Note: See TracRevisionLog for help on using the revision log.