source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @84fa6e2   17 years lessen42 SimpleBlock keyframe flag is the most significant bit Originally …
(edit) @63ecfc1f   17 years vitor1001 Comment about unsupported sample size Originally committed as …
(edit) @1cc6bd4f   17 years mmhoffm renaming ARCH_BFIN to HAVE_BFIN Originally committed as revision …
(edit) @49488d12   17 years mmhoffm renaming ARCH_BFIN to HAVE_BFIN Originally committed as revision …
(edit) @c40485fa   17 years benoit.fouet add Dénes Balatoni to CREDITS Originally committed as revision 10271 …
(edit) @a861e7e3   17 years diego cosmetics: Add some whitespace for better readability. Originally …
(edit) @ea2c666   17 years diego cosmetics: Sort bitstream filters. Originally committed as revision …
(edit) @035c5919   17 years diego cosmetics: Sort some lines, whitespace changes. Originally committed …
(edit) @1e97ce4a   17 years diego cosmetics: Sort some lines, whitespace changes. Originally committed …
(edit) @d8dfda7   17 years diego Use a consistent multiple inclusion guard. Originally committed as …
(edit) @d9420d4d   17 years gpoirier add simple_idct implemented in Sparc VIS patch by Balatoni Denes % …
(edit) @aa33d809   17 years vitor1001 Rename function Originally committed as revision 10265 to …
(edit) @321c3138   17 years vitor1001 Replace two #define's by inline functions Originally committed as …
(edit) @14da6549   17 years mmhoffm Hooking bfin/mathops.h Originally committed as revision 10263 to …
(edit) @543a90d1   17 years mmhoffm Blackfin 32bit multiplication primitives MULH MUL16 Originally …
(edit) @eafa1c90   17 years Reimar.Doeffinger Replace complicated and currently broken manual alignment code by …
(edit) @46b274d4   17 years lucabe72 Correct packetization for MPEG video frames, and correct setting of …
(edit) @7c8133aa   17 years lucabe72 Remove commented code (payload header extension) Originally committed …
(edit) @06396e11   17 years diego 10l: Actually add the .libs dependency to the seek_test binary, not …
(edit) @f6df400c   17 years lu_zero Backport fix for mpegvideo rtp, fixes Issue119, original fix from …
(edit) @55bf7fb6   17 years lu_zero snow altivec is broken Originally committed as revision 10256 to …
(edit) @d0e1cd3d   17 years diego Split FFmpeg documentation into general documentation and the …
(edit) @b6f508bb   17 years r_togni Change 4xm demuxer and video decoder to pass the video format version …
(edit) @e89d9fd8   17 years mans do not use "strings" in endian check Originally committed as revision …
(edit) @30a987ec   17 years diego Remove unused variable. Originally committed as revision 10251 to …
(edit) @267b9479   17 years michaelni typo Originally committed as revision 10250 to …
(edit) @06b00c5f   17 years diego Simplify preprocessor directives. Originally committed as revision …
(edit) @d56fb40   17 years diego Remove unused definition. Originally committed as revision 10248 to …
(edit) @c97f5402   17 years diego Change SYS_DARWIN preprocessor checks to APPLE, they are specific …
(edit) @d664a625   17 years diego Give seektest .libs dependency so that it gets updated on libavformat …
(edit) @a5a5984a   17 years diego cosmetics: Insert empty line for readability. Originally committed as …
(edit) @19cc524a   17 years benoit.fouet Corrected pause handling when using the 's' step by frame key. patch …
(edit) @971cc990   17 years michaelni print EBX/EBP availability Originally committed as revision 10243 to …
(edit) @ca1daf0a   17 years Aurélien Jacobs add get_unary_0_33() to help gcc with inlining Originally committed …
(edit) @2407a7c   17 years Aurélien Jacobs cleanup get_unary() Originally committed as revision 10241 to …
(edit) @28296f9c   17 years Aurélien Jacobs move get_unary() to its own file Originally committed as revision …
(edit) @a41f4ea   17 years diego Do not wrongly mark Apple gcc workarounds as being specific to Darwin. …
(edit) @16dae51   17 years gpoirier remove alignment correction of the destination pointers in luma_16x6 …
(edit) @7bcc1d5b   17 years ramiro.polla CONFIG_7REGS has been renamed to HAVE_7REGS Originally committed as …
(edit) @90e9e94d   17 years michaelni workaround gcc bug, untested as my gcc is not complaining Originally …
(edit) @71253ce9   17 years dominik add a link to VIS instructions whitepaper Originally committed as …
(edit) @cefa5999   17 years michaelni optimize the first vertical lifting step, this also prevents another …
(edit) @7e7f5c7b   17 years mans use POSIX "strings -a" rather than "strings -" Originally committed …
(edit) @0828e476   17 years mans fix endian detection on MacOS Originally committed as revision 10232 …
(edit) @c9076276   17 years michaelni optimize 1st horizontal lifting step Originally committed as revision …
(edit) @1104bf2b   17 years michaelni typo Originally committed as revision 10230 to …
(edit) @8b502929   17 years michaelni get rid of totally senseless "m" + read in register we have enough …
(edit) @bc1e78d8   17 years michaelni simplify senselessly complex addressing Originally committed as …
(edit) @25bb359f   17 years michaelni cosmetics remove brain amputated mmx wrappers around sse2 macros fix …
(edit) @62975029   17 years michaelni avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum …
(edit) @b696a4c9   17 years michaelni avoid an overflow in the 1 horizontal lifting step Originally …
(edit) @9caa1ccc   17 years michaelni prevent one overflow in the first vertical lifting step Originally …
(edit) @3e0f7126   17 years michaelni update mmx code to latest snow changes note, the code likely can …
(edit) @50755217   17 years lucabe72 Use correct timescale in RTSP seeking Originally committed as …
(edit) @273b0cd   17 years diego prettyprinting cosmetics Originally committed as revision 10221 to …
(edit) @ff06e067   17 years michaelni cleanup (remove some old experimentation related code) Originally …
(edit) @b5b88eb3   17 years michaelni we only have 2 wavelets, the 3rd was just for experimentation ... …
(edit) @d593e329   17 years michaelni use 16bit IDWT (a SIMD implementation of it should be >2x faster then …
(edit) @830bf1f2   17 years diego whitespace/indentation cosmetics Originally committed as revision …
(edit) @2722c981   17 years diego Remove HAVE_ALTIVEC preprocessor directives that are only compiled …
(edit) @777bbfdd   17 years michaelni more sparc asm docs Originally committed as revision 10215 to …
(edit) @7fa9d0dd   17 years lucabe72 Remove copyright from a function prototype Originally committed as …
(edit) @b48e359f   17 years ramiro.polla Remove --disable-dv1394 option --disable-demuxer=dv1394 should be used …
(edit) @f9edc233   17 years diego Fix trivial mixed declarations and code warning caused by a double …
(edit) @e4506f0   17 years diego Remove SYS_DARWIN preprocessor directive that is just a duplicate of a …
(edit) @4b180bbd   17 years diego Replace SYS_DARWIN by the more correct APPLE_CC, these …
(edit) @73b46a95   17 years ramiro.polla Group network checks together Originally committed as revision 10209 …
(edit) @b1312aa2   17 years diego Merge MWERKS preprocessor directives. Originally committed as …
(edit) @6465c977   17 years diego Move Apple gcc AltiVec vector declaration syntax to libavutil. …
(edit) @8008a043   17 years diego Move Apple gcc AltiVec vector declaration syntax to libavutil. …
(edit) @08f87a9c   17 years diego Replace SYS_DARWIN by the more correct APPLE_CC, these …
(edit) @be693f95   17 years michaelni int->uint8_t Originally committed as revision 10205 to …
(edit) @50464a1e   17 years michaelni int->int8_t (no need for them to be int ...) Originally committed as …
(edit) @24c07998   17 years lucabe72 Reindent the code after the last commit Originally committed as …
(edit) @b2e6799   17 years lucabe72 Remove RTSP special casing in ffplay startup Originally committed as …
(edit) @98561024   17 years lucabe72 Move the RTP packetization code for MPEG12 video in its own file …
(edit) @b75c8d16   17 years lessen42 Add V_SNOW Originally committed as revision 10200 to …
(edit) @b1ec601f   17 years Reimar.Doeffinger Add request_channels member to AVCodecContext so we now have a proper …
(edit) @0e6b14c2   17 years lu_zero Stray commit reverted Originally committed as revision 10198 to …
(edit) @2c2b3130   17 years lu_zero PowerPC/CELL/Altivec pointers Originally committed as revision 10197 …
(edit) @a677e0cf   17 years michaelni elaborate on needs_more_info Originally committed as revision 10196 …
(edit) @b538791b   17 years michaelni use more bits on the encoder side negligible increase in quality …
(edit) @277bb93   17 years michaelni sparc asm docs Originally committed as revision 10194 to …
(edit) @e02f7490   17 years lucabe72 Initialize the "stc" variable before using it in ff_find_start_code() …
(edit) @2b71ddd9   17 years kostya.shishkov Take ring frame into account when demuxing. This fixes issue 97. …
(edit) @2e1ad4a2   17 years lorenm simd gmc wasn't impossible. Originally committed as revision 10191 to …
(edit) @d8e84202   17 years diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in …
(edit) @9d16f87f   17 years diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in …
(edit) @e241ba14   17 years diego Revert previous unneeded mipsel patch (obsoleted by endianness …
(edit) @ded66cdb   17 years diego Add mipsel architecture that differs from mips in endianness. based on …
(edit) @9eebe687   17 years mans fix endian check when cross-compiling Originally committed as …
(edit) @81717747   17 years michaelni simplify Originally committed as revision 10186 to …
(edit) @e2d0eeec   17 years benoit.fouet right filename in doxygen comment Originally committed as revision …
(edit) @e9bfae45   17 years diego cosmetics: alphabetical order Originally committed as revision 10184 …
(edit) @4ce5df0   17 years benoit.fouet Make ffserver use cmdutils.c show_license function patch by Stefano …
(edit) @d1606995   17 years benoit.fouet Make ffmpeg use cmdutils.c show_license function patch by Stefano …
(edit) @d55388d0   17 years diego Simplify preprocessor directives. Originally committed as revision …
(edit) @18b8b43   17 years mmhoffm make clean bfin Originally committed as revision 10180 to …
(edit) @57b499c7   17 years diego Identifiers starting with underscores are reserved. Originally …
(edit) @a282102   17 years michaelni optimization tips for the wavelet Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.