source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a0f2c6ba   18 years gpoirier Kill a warning with MSVC Patch by Jindrich Makovicka makovick A gmail …
(edit) @30865e2   18 years michaelni copy cabac context onto the stack for the c code in …
(edit) @eb73bf72   18 years michaelni x86 asm version of the decode significance loop (not 8x8) of …
(edit) @5b9d79bd   18 years baptiste.coudurier avoid overwriting pkt Originally committed as revision 6723 to …
(edit) @595da75   18 years Aurélien Jacobs 10l inverted condition check generated an endless loop Originally …
(edit) @4d6ac1a4   18 years baptiste.coudurier skip packet if no stream index is found, fix proxy_pal030926.mxf …
(edit) @ee71ef5c   18 years baptiste.coudurier skip run in sequence, fix C0023S01.mxf Originally committed as …
(edit) @cc6a90dd   18 years gpoirier rename --cpu (and related variables) to --arch as this option always …
(edit) @96db3808   18 years lucabe72 Implement sws_getCachedContext() in swscale emulation Originally …
(edit) @4041a495   18 years michaelni cosmetic (%%eax->%0) Originally committed as revision 6717 to …
(edit) @d1bc38f3   18 years Roman R. * Simplifying the setting of STYPE for AAUX AS * Fixing a bug in …
(edit) @8dda3e79   18 years diego Fix crash with illegal instruction, cmov is available on 686 and later …
(edit) @e962604f   18 years diego Expand some #endif comments. Originally committed as revision 6714 to …
(edit) @2c409cc7   18 years michaelni fix -ab which was interpreted as (-a)b Originally committed as …
(edit) @cacb17b4   18 years michaelni asin() acos() atan() Originally committed as revision 6712 to …
(edit) @9f1c1c99   18 years lu_zero Make ffmpeg work with x264 r592 Originally committed as revision 6711 …
(edit) @212d848   18 years michaelni mod() Originally committed as revision 6710 to …
(edit) @c45b5de0   18 years diego Fix #endif comments. Originally committed as revision 6709 to …
(edit) @39051d5d   18 years diego Replace FLAC FourCC by TwoCC. Originally committed as revision 6708 …
(edit) @165c5f09   18 years michaelni fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt …
(edit) @89ae0e62   18 years diego Add libswscale to the include path when enabled. Originally committed …
(edit) @8c9d49f2   18 years diego Don't mix declarations and statements. Originally committed as …
(edit) @1d7c111   18 years michaelni 10l Originally committed as revision 6704 to …
(edit) @faff3a7a   18 years michaelni this code will not work with PIC as it needs 7 registers and gcc …
(edit) @f24a5159   18 years michaelni shift CABACContext.range right, this reduces the number of shifts …
(edit) @aa77081   18 years gpoirier Have xvid encoder wrapper honnor -vtag option Patch by Ramiro Polla …
(edit) @14f29f79   18 years diego Revert putting EXTRALIBS in common.mak, linking fails on MinGW. …
(edit) @84471efd   18 years diego Consistently use $(BUILD_ROOT). Originally committed as revision 6699 …
(edit) @41ada6e5   18 years diego Warn about --enable-gpl. Originally committed as revision 6698 to …
(edit) @9fd353e9   18 years diego 0.pgm is now 00.pgm. Originally committed as revision 6697 to …
(edit) @827f0561   18 years diego Remove unused variable. Originally committed as revision 6696 to …
(edit) @07a1b05e   18 years diego Consistently use $(BUILD_ROOT). Originally committed as revision 6695 …
(edit) @a8789714   18 years kostya.shishkov Ignore blocks with no samples and flags (but usually with MD5 sum) …
(edit) @3d0c32d4   18 years alex Make public domain. Hope Diego dont mind it, he had two cosmetics …
(edit) @ccd3228e   18 years dominik Use proper PRI?64 macros for %ll? format to fix printf format …
(edit) @7c428ea6   18 years diego Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure with …
(edit) @8aaed74c   18 years gpoirier Remove empty structures, Patch by Steve LHomme Original thread: Date: …
(edit) @ab9ce191   18 years kostya.shishkov Make PNG produce correct 8-bit pictures Originally committed as …
(edit) @4ec0beaa   18 years kostya.shishkov Move block size check to decoder Originally committed as revision …
(edit) @03bb9ae5   18 years michaelni 10l CODEC vs. FORMAT Originally committed as revision 6687 to …
(edit) @12b6992b   18 years r_togni flv files from myspace with mp3 audio require need_parsing because the …
(edit) @b566bd65   18 years michaelni simplify escape decoding Originally committed as revision 6685 to …
(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 …
Note: See TracRevisionLog for help on using the revision log.