source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @69566e43   18 years baptiste.coudurier I will maintain swf.c Originally committed as revision 7453 to …
(edit) @b4bcf810   18 years baptiste.coudurier always export videostreams Originally committed as revision 7452 to …
(edit) @6ac558ee   18 years baptiste.coudurier AnyType is needed, descriptor_ref can reference Descriptor or …
(edit) @416519dd   18 years mans allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots …
(edit) @977d126e   18 years Reimar.Doeffinger Use macros to eliminate code duplication in MXF metadata read …
(edit) @2d193b2   18 years Reimar.Doeffinger Extend mxf_resolve_strong_ref by a type parameter, to avoid modify …
(edit) @717f101   18 years Reimar.Doeffinger Fix error message, it's package ref that can not be found, not track …
(edit) @411983c1   18 years gpoirier Allow to uninstall a custom log callback patch by Axel Holzinger % …
(edit) @27571d3d   18 years gpoirier Segmentation fault fix when no video device is specified. patch by …
(edit) @10ef990d   18 years diego cosmetics: typo pallete --> palette Originally committed as revision …
(edit) @6187b8bd   18 years diego typo: pallete --> palette Originally committed as revision 7444 to …
(edit) @d0b456ba   18 years diego Avoid "HAVE_CMOV not defined" warning. patch by Christophe Mutricy, …
(edit) @2d0bcfb4   18 years michaelni some interlaced direct sanity checks Originally committed as revision …
(edit) @3b6dc9ca   18 years michaelni replace a few hardcoded numbers with their correct named ones …
(edit) @6de06295   18 years michaelni fix 16 CABAC_BIT * 10l bug introduced in r6578 Originally committed …
(edit) @d28ef270   18 years lucabe72 deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale() …
(edit) @703b56fb   18 years lucabe72 Add "support for both orderings of the slices (top->down / …
(edit) @6eb2de74   18 years Roman R. * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot …
(edit) @3dd9fa7   18 years diego Bail out immediately with software scaler instead of failing the …
(edit) @77aee36c   18 years diego Add a FIXME note about paths in pkgconfig files. Originally committed …
(edit) @d0f4e4fb   18 years baptiste.coudurier print error when decoding fails Originally committed as revision 7436 …
(edit) @a9621908   18 years diego Unconditionally enable Theora decoder. It works fine now and there is …
(edit) @c3135e11   18 years baptiste.coudurier add official VC1 fourcc Originally committed as revision 7434 to …
(edit) @3b72ec7   18 years baptiste.coudurier change regression tests for swf, use same as flv, swf muxer only …
(edit) @662fd26c   18 years baptiste.coudurier change regression tests for swf, use same as flv, swf muxer only …
(edit) @6880edab   18 years michaelni fix av_reduce() with things like 1/0 and 0/0 Originally committed as …
(edit) @dfc58c5d   18 years baptiste.coudurier removed unused av_frac_set Originally committed as revision 7430 to …
(edit) @702dfe01   18 years baptiste.coudurier remove #if obsoleted after last major version bump Originally …
(edit) @8fae2df5   18 years baptiste.coudurier 10l, only allocate priv_data if not already done Originally committed …
(edit) @c6efa4b5   18 years baptiste.coudurier humm, actually do what's in the doxy Originally committed as revision …
(edit) @fed7d067   18 years baptiste.coudurier priv_data is allocated/freed internally Originally committed as …
(edit) @20e570c8   18 years gpoirier links to ARM optimization manuals Originally committed as revision …
(edit) @f57c7ad2   18 years gpoirier add missing bit from commit r7423 Originally committed as revision …
(edit) @7a886063   18 years gpoirier Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) patch by …
(edit) @a5474d50   18 years mans enable bidirectional me with x264 patch by Robert Swain <robert =dot= …
(edit) @40628be0   18 years lucabe72 attribute((unused)) works with gcc 2.95 too Originally committed …
(edit) @e5f94c2b   18 years diego Disable threading support by default on all platforms, add individual …
(edit) @dc922953   18 years diego ordering cosmetics Originally committed as revision 7419 to …
(edit) @20c9dfe3   18 years diego cosmetics: Reorder external libraries. Originally committed as …
(edit) @6ebe07fb   18 years diego variable renaming: mp3lame --> libmp3lame Originally committed as …
(edit) @2eed5a46   18 years diego Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> …
(edit) @3ffab361   18 years diego variable renaming: dts --> libdts Originally committed as revision …
(edit) @f8904fd9   18 years diego Rename variables: a52 --> liba52, a52bin --> liba52bin Originally …
(edit) @bfd5afd8   18 years diego Reorder configure output. Originally committed as revision 7413 to …
(edit) @21e3078f   18 years diego one more naming consistency change Originally committed as revision …
(edit) @a10b820   18 years diego more consistency for the output naming Originally committed as …
(edit) @f36958f8   18 years diego Align configure output. Originally committed as revision 7410 to …
(edit) @0dea6433   18 years lucabe72 replace some av_malloc();memset(...,0,...) sequences with av_mallocz() …
(edit) @e943369   18 years baptiste.coudurier simplify Originally committed as revision 7409 to …
(edit) @17230c9d   18 years baptiste.coudurier dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 Originally …
(edit) @bc9a4597   18 years michaelni maybe fixing a segfault Originally committed as revision 7407 to …
(edit) @78954a05   18 years michaelni snow specification (this is just quickly written and probably isnt …
(edit) @1e90b34f   18 years michaelni dead code removial Originally committed as revision 7405 to …
(edit) @d0966f02   18 years michaelni missdetected a broken mp3 Originally committed as revision 7404 to …
(edit) @69c262d1   18 years michaelni indention Originally committed as revision 7403 to …
(edit) @1694118   18 years michaelni nth try of getting the frame rate detecton working Originally …
(edit) @396a5e68   18 years michaelni store a few values in the header as difference to the last this makes …
(edit) @c62997a   18 years michaelni some quick encoding tips feel free to extend, change, fix spelling and …
(edit) @09d8c0ae   18 years banan VP6 and flashsv stream copy and muxing support. Originally committed …
(edit) @f01bd9d   18 years banan Correct value for the test. Originally committed as revision 7398 to …
(edit) @aa38b097   18 years michaelni AVSEEK_SIZE doxy Originally committed as revision 7397 to …
(edit) @1ae2c5f2   18 years michaelni fix indention of previous commit Originally committed as revision …
(edit) @8e287af0   18 years michaelni seekless filesize retrieving support in 7 lines of code, also doesnt …
(edit) @ecec87af   18 years michaelni revert regression test breaking change Originally committed as …
(edit) @aac88b53   18 years kostya.shishkov Decode previous 32 frames to avoid seeking artifacts in MPC …
(edit) @0587b0ca   18 years kostya.shishkov Make MPC demuxer deal with ID3 tags at the beginning Originally …
(edit) @c57d3469   18 years michaelni remember the size after switching back from fullscreen Originally …
(edit) @fb84155b   18 years michaelni dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work …
(edit) @cfe9cfe   18 years michaelni check x/y validity a more generic solution is welcome of course ... …
(edit) @990c8438   18 years michaelni cosmetic (move video_open() up to avoid prototype) Originally …
(edit) @8c982c5d   18 years michaelni 10l (fix segfault with audio only files) Originally committed as …
(edit) @c03312cc   18 years michaelni remove code duplication Originally committed as revision 7386 to …
(edit) @fccb19e3   18 years michaelni 1st attempt to fix width/height Originally committed as revision 7385 …
(edit) @4b96d28a   18 years michaelni ignore duration of the first 2 frames in the max-time break check …
(edit) @6268538a   18 years michaelni do not base frame rate guess on just one duration Originally …
(edit) @148c9bdb   18 years banan Patch for the FLV muxer to supply more complete metadata in the …
(edit) @e3113632   18 years kostya.shishkov Enable forward seek in Musepack demuxer Originally committed as …
(edit) @d037d79   18 years Aurélien Jacobs fall back mmap() call using MAP_PRIVATE for working on no-mmu systems …
(edit) @62ade082   18 years Aurélien Jacobs Decode genre on asf/wma files. patch by patrice.bensoussan _at_ …
(edit) @20c516c6   18 years dominik Remove redundant Requires: in libswscale.pc, approved by Diego. …
(edit) @b2afecbe   18 years lucabe72 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or …
(edit) @789237ca   18 years lucabe72 Mark some variables as possibly unused to avoid warnings Originally …
(edit) @628bc5e8   18 years lucabe72 Add some explicit casts to avoid "assignment from incompatible pointer …
(edit) @a4da50e1   18 years mans make version.h depend on .svn/entries Originally committed as …
(edit) @2606f38a   18 years michaelni skiprd doxygen comment from avcodec.h -> AVOption comment Originally …
(edit) @44060a7   18 years lucabe72 Add some other casts, to remove void pointers arithmetic Originally …
(edit) @7d19628b   18 years lucabe72 Add some explicit casts to avoid some warnings Originally committed …
(edit) @9effd94a   18 years lucabe72 Remove some void pointers arithmetic Originally committed as revision …
(edit) @185c7b6b   18 years kostya.shishkov Musepack SV7 decoding support Originally committed as revision 7375 …
(edit) @f8aa696f   18 years diego Properly check for all required bktr headers. inspired by a patch from …
(edit) @6cf161d   18 years diego Replace fail test with the die function. Originally committed as …
(edit) @5931bfc3   18 years diego Remove redundant variable setting. Originally committed as revision …
(edit) @b8bd343   18 years diego Slightly shorten libvorbis check. Originally committed as revision …
(edit) @eb113804   18 years diego Disable Win32 threads by default. Originally committed as revision …
(edit) @3918dc4f   18 years diego Add AMR directories for out-of-tree builds. based on a patch by Ramiro …
(edit) @b6f9a42   18 years diego typo: Properly escape a $ sign. Originally committed as revision 7368 …
(edit) @d7d3efae   18 years ods15 sync to libnut, nom->num Originally committed as revision 7367 to …
(edit) @3a1018d4   18 years diego Register x11grab only when it has been enabled. Originally committed …
(edit) @c52f5d66   18 years michaelni skiprd Originally committed as revision 7365 to …
(edit) @919cb873   18 years diego Fix regression tests with out-of-tree builds. Originally committed as …
Note: See TracRevisionLog for help on using the revision log.