source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9efe56f   18 years kostya.shishkov JPEG-LS 16-bit gray support Originally committed as revision 6781 to …
(edit) @22eafdf2   18 years kostya.shishkov PGM 16-bit gray support Originally committed as revision 6780 to …
(edit) @ae912c5   18 years kostya.shishkov PNG 16-bit gray decoding support Originally committed as revision …
(edit) @34380af0   18 years kostya.shishkov 16-bit grayscale support Originally committed as revision 6778 to …
(edit) @a163ed1a   18 years lucabe72 Do not use a fake libavcodec/swscale.h, but always use the real one …
(edit) @755073fe   18 years Reimar.Doeffinger CABAC assembler optimizations ported to AMD64 Originally committed as …
(edit) @7c9c296   18 years lucabe72 Properly set EXTRALIBS (fixes compilation of shared libswscale on …
(edit) @79f7c32f   18 years kostya.shishkov Register .tga and .tiff image extensions Originally committed as …
(edit) @7fbde34   18 years Aurélien Jacobs replace coder/decoder file description in libavformat by muxer/demuxer …
(edit) @ec996a63   18 years Aurélien Jacobs fix flvdec.c file description comment Originally committed as …
(edit) @246f86a4   18 years Aurélien Jacobs document the extradata protocol for VP6F Originally committed as …
(edit) @fa73604f   18 years Aurélien Jacobs don't use ast before checking it's not NULL Originally committed as …
(edit) @9e2424ce   18 years Aurélien Jacobs use the adjustment value present in FLV to crop VP6 video Originally …
(edit) @24d3e5a2   18 years Aurélien Jacobs use coded_width and coded_height instead of width and height …
(edit) @47babca8   18 years baptiste.coudurier indention Originally committed as revision 6768 to …
(edit) @20da94e8   18 years baptiste.coudurier activate gif decoder, seems to work fine on showdown2.mov Originally …
(edit) @bcd872a   18 years baptiste.coudurier removed useless variables Originally committed as revision 6766 to …
(edit) @d54d396   18 years baptiste.coudurier use avctx->get_buffer Originally committed as revision 6765 to …
(edit) @a7fb3a96   18 years baptiste.coudurier remove unused variables Originally committed as revision 6764 to …
(edit) @1e22f00d   18 years baptiste.coudurier printf -> dprintf Originally committed as revision 6763 to …
(edit) @8e57cae7   18 years baptiste.coudurier indention Originally committed as revision 6762 to …
(edit) @6f9e492a   18 years baptiste.coudurier add gif support Originally committed as revision 6761 to …
(edit) @06d392a7   18 years baptiste.coudurier change gif demuxer to gif decoder Originally committed as revision …
(edit) @b92f5a6b   18 years lu_zero use --as-needed just on linux, since *bsd way is broken... (patch from …
(edit) @14f283d8   18 years baptiste.coudurier disable annoying debug messages Originally committed as revision 6758 …
(edit) @8dfcf67e   18 years diego spelling/grammar fixes Originally committed as revision 6757 to …
(edit) @7c7e7464   18 years lucabe72 Make read_packet fail is the v4l2 driver returns an unexpected frame …
(edit) @39a94d24   18 years nicola.sabbi support for sub-only streams; patch by borat subsense com Originally …
(edit) @76aca7a8   18 years kostya.shishkov handle limit>32 for set_ur_golomb_jpegls() Originally committed as …
(edit) @5dc49706   18 years michaelni prevent infinite loop Originally committed as revision 6753 to …
(edit) @71bd023d   18 years baptiste.coudurier avoid crashing when trying to parse invalid files, patch by Andreas …
(edit) @487240b0   18 years baptiste.coudurier fix probe, patch by Andreas Oman, andreas at olebyn dot nu Originally …
(edit) @e08f5806   18 years michaelni decode_significance_8x8_x86() 8% faster decode_cabac_residual() (8x8 …
(edit) @94e4c3a   18 years gpoirier Protect code that uses CMOV instructions with HAVE_CMOV, Make …
(edit) @4c8d81fa   18 years gpoirier fix harmless typo / consistency fix Originally committed as revision …
(edit) @d966b2f0   18 years baptiste.coudurier warn about zlib support needed if file has compressed moov atom …
(edit) @864bc96   18 years michaelni 3 more TODO items for volunteers Originally committed as revision …
(edit) @849a5004   18 years michaelni another instruction less in decode_significance_x86() -> 1% faster ion …
(edit) @942f3bb5   18 years michaelni move memory reading ByteIOContext init from mov.c to avobuf.c …
(edit) @d3e7c5c   18 years michaelni 1 instruction less Originally committed as revision 6743 to …
(edit) @e7768fc5   18 years gpoirier Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed …
(edit) @a616db2   18 years michaelni reordering instructions a little in decode_significance_x86() -> 2 …
(edit) @13404b2e   18 years michaelni factorize get_cabac asm (0.5% slower but its much cleaner) Originally …
(edit) @1e4051aa   18 years alex correct signaling of palette change Originally committed as revision …
(edit) @ba9fb5d   18 years diego Fix PIC compilation, some defines were under #ifdef !PIC but used in …
(edit) @d72bc32   18 years michaelni unused variable Originally committed as revision 6737 to …
(edit) @1c5d830c   18 years gpoirier 10l: Revert bogus use of GCC's -march=xx: Almost all CPU targets use …
(edit) @f624f029   18 years michaelni slightly faster decode_cabac_mb_mvd() Originally committed as …
(edit) @aa1da263   18 years michaelni 1 variable less in decode_cabac_residual() no speed change (but less …
(edit) @143bf7d7   18 years michaelni dont mess with ByteIOContext internal variables (fixes showdown2.mov) …
(edit) @ebd624b6   18 years michaelni optimize sign decoding code in decode_residual() x86 is 4% faster on …
(edit) @99fd05c   18 years baptiste.coudurier use AVFormatContext to log Originally committed as revision 6731 to …
(edit) @3d1eed61   18 years diego Fix license header error notice by Steve LHomme. Originally committed …
(edit) @38d0a8aa   18 years gpoirier rename --tune to --cpu and make --cpu pass the apropriate -march=xx …
(edit) @708e3e7d   18 years baptiste.coudurier simplify pcm read seek, use av_get_bits_per_sample Originally …
(edit) @ca612735   18 years diego Don't run libavtest if CONFIG_GPL is not set. Originally committed as …
(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 …
Note: See TracRevisionLog for help on using the revision log.