source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cbced38   18 years gpoirier Fix licence header (aka <pedantic mode='on' /> ) Originally committed …
(edit) @4934884a   18 years gpoirier Add support for H264 over RTP Patch by Ryan Martell % rdm4 A …
(edit) @18fd519   18 years diego wording/grammar Originally committed as revision 6797 to …
(edit) @de62a89d   18 years gpoirier Document -newaudio, patch by Victor Paesa, taken from an explanation …
(edit) @ffc5430b   18 years kostya.shishkov LZW decoder as separate module plus TIFF LZW support Originally …
(edit) @b0c32a7   18 years kostya.shishkov 10l predictor should not skip first line Originally committed as …
(edit) @b59cb456   18 years baptiste.coudurier remove mov_read_leaf and remove useless reading function table, …
(edit) @21e3c26c   18 years Aurélien Jacobs fix mp3 in swf decoding Originally committed as revision 6792 to …
(edit) @4cbed91   18 years mans libdts and lame sometimes need -lm Originally committed as revision …
(edit) @3340085   18 years diego Don't include inttypes.h/stdint.h directly, there is an abstraction in …
(edit) @836096aa   18 years michaelni simplify Originally committed as revision 6789 to …
(edit) @54fe1159   18 years michaelni reverse my last change, it was wrong and broken Originally committed …
(edit) @46d9fe62   18 years michaelni remove map variable Originally committed as revision 6787 to …
(edit) @7197742   18 years michaelni factorize update state out Originally committed as revision 6786 to …
(edit) @3b6d2329   18 years michaelni FFMAX Originally committed as revision 6785 to …
(edit) @8d42cf74   18 years michaelni common subexpression elimination Originally committed as revision …
(edit) @62412b8d   18 years michaelni merge 8 and 16bit functions, they are identical except the data type …
(edit) @5d48f0cb   18 years michaelni set v_edge_pos correctly for field picture mpeg2 Originally committed …
(edit) @4884b9e5   18 years kostya.shishkov 16-bit grayscale support Originally committed as revision 20427 to …
(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 …
Note: See TracRevisionLog for help on using the revision log.