source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @aabce533   18 years alex check ip port range from config Originally committed as revision 8787 …
(edit) @5eb782f0   18 years alex simplificate Originally committed as revision 8786 to …
(edit) @cb2abe3   18 years alex use av_strdup instead malloc/strcpy Originally committed as revision …
(edit) @d2040a8f   18 years alex fixed InputFormat option, which was never working Originally …
(edit) @b5a3541d   18 years michaelni fix av_seek_frame_generic() so that it doesnt fail if the requested …
(edit) @0aecfdf9   18 years alex remove useless code, file removal is handled elsewhere Originally …
(edit) @b237eb80   18 years michaelni init packet before calling the demuxer fixed random/uninitalized …
(edit) @756fb7fe   18 years lessen42 Change from using a seek table internal to the TTA demuxer to using …
(edit) @6b30123   18 years baptiste.coudurier fix compilation Originally committed as revision 8779 to …
(edit) @211c7b37   18 years baptiste.coudurier done in r8635 by Xiaohui Sun Originally committed as revision 8778 to …
(edit) @73a47fb2   18 years Aurélien Jacobs Blackfin is a strictly aligned processor. Patch by Marc Hoffman mmh …
(edit) @ee0981ac   18 years michaelni cabac bytestream optimization from x264 Originally committed as …
(edit) @94cebc56   18 years baptiste.coudurier simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel …
(edit) @1c02d96f   18 years baptiste.coudurier long -> int Originally committed as revision 8774 to …
(edit) @9e40addd   18 years baptiste.coudurier cosmetics: mov_mp4 -> mp4 Originally committed as revision 8773 to …
(edit) @0b07ac42   18 years baptiste.coudurier clean and simplify esds reading function Originally committed as …
(edit) @d614f579   18 years baptiste.coudurier remove broken ctab code Originally committed as revision 8771 to …
(edit) @fa22ca22   18 years baptiste.coudurier use INT64_MAX Originally committed as revision 8770 to …
(edit) @7f3f0dc2   18 years diego Remove unused variable. Originally committed as revision 8769 to …
(edit) @4a7a0908   18 years diego spelling/wording/punctuation Originally committed as revision 8768 to …
(edit) @11fde35d   18 years alex compile rawvideo decoder on request Originally committed as revision …
(edit) @4ea385bb   18 years alex compile mjpeg parser if requested Originally committed as revision …
(edit) @ddec67e8   18 years alex ac3 parser requires tables from ac3tab.h, which are compiled into …
(edit) @a7b91ac6   18 years alex cosmetics: remove my email address Originally committed as revision …
(edit) @61bc79ec   18 years alex remove possibly broken wince cruft Originally committed as revision …
(edit) @3154f6db   18 years diego typo Originally committed as revision 8762 to …
(edit) @8520b634   18 years mans add .type foo, %function directives for the benefit of debuggers based …
(edit) @a1ce6110   18 years Reimar.Doeffinger Fix parts missed in clip -> av_clip rename Originally committed as …
(edit) @b0b2faa   18 years lucabe72 Fix an use-after-free bug Originally committed as revision 8759 to …
(edit) @2c6a5e6c   18 years lucabe72 Remove unused callbacks from ffserver Originally committed as …
(edit) @b8c4a515   18 years banan Deobfuscade decodeTonalComponents calling logic. Originally committed …
(edit) @1e839177   18 years banan Version bump, atrac3 added. Originally committed as revision 8756 to …
(edit) @0bc85905   18 years banan Let maintain things. Added myself as atrac3 maintainer. Originally …
(edit) @a31978e9   18 years banan Simplify, patch by Ramiro Polla. ramiro ta lisha tod ufsc tod br …
(edit) @4620ce8b   18 years banan Remove unused vars, patch by Ramiro Polla. ramiro ta lisha tod ufsc …
(edit) @d9fd546   18 years banan Remove unused vars, patch by Ramiro Polla. ramiro ta lisha tod ufsc …
(edit) @b707cbb3   18 years banan Cosmetics, patch by Ramiro Polla. ramiro ta lisha tod ufsc tod br …
(edit) @a6145615   18 years kostya.shishkov Pullback should be performed on scaled motion vectors in B-frames …
(edit) @3052ddb2   18 years ivop preserve alpha channel when converting rgb32 to bgr32 in plain C …
(edit) @19b202f9   18 years ivop fix red_15mask and green_15mask. the previous values were wrong and …
(edit) @0c4c70e   18 years ivop test widths all down to one. this tests whether the scalers correctly …
(edit) @9a79101f   18 years diego Remove the build instructions from the doxygen comments, they are …
(edit) @ee4c54a3   18 years diego Doxygen comment wording/spelling Originally committed as revision …
(edit) @35a99949   18 years ivop skip MMX code in rgb24tobgr24 if the size of the input is smaller than …
(edit) @3983057   18 years ivop skip MMX code in rgb32to16 if the size of the input is smaller than …
(edit) @b2117cee   18 years ivop skip MMX code in rgb32to15 if the size of the input is smaller than …
(edit) @10e26bc7   18 years banan Atrac3 decoder. Originally committed as revision 8747 to …
(edit) @935f50c8   18 years ivop slightly faster rgb32tobgr32; avoid one add and one cmp Originally …
(edit) @442d1598   18 years Reimar.Doeffinger Fix the most obvious typos in the development policy doc section …
(edit) @dd597cd7   18 years michaelni patch submission checklist Originally committed as revision 8745 to …
(edit) @b092d033   18 years benoit.fouet add a commit-rule precision when applying patches discussed on the …
(edit) @b38d4874   18 years ivop New implementation of rgb32tobgr32 The previous implementation …
(edit) @4f99f932   18 years diego Mention configure parameters for enabling AMR. Originally committed …
(edit) @57004ff1   18 years Aurélien Jacobs add an enum for need_parsing Originally committed as revision 8742 to …
(edit) @cefd490   18 years diego Make the declaration of AVInputFormat ac3_demuxer conditional on …
(edit) @03a76ba9   18 years diego The AC3 demuxer depends on the AC3 parser. Originally committed as …
(edit) @98d02051   18 years diego Move AC3 header parsing code together with the rest of the AC3 parsing …
(edit) @d3255f6f   18 years michaelni fix mjpeg.mov Originally committed as revision 8738 to …
(edit) @fa65e2f6   18 years michaelni improve horizontal chroma resolution with pal Originally committed as …
(edit) @21c08a3f   18 years michaelni convert palette to yuv instead of converting each pixel after pal->rgb …
(edit) @fe2ad119   18 years michaelni fix playback of angels_480-mjpegcompress.avi Originally committed as …
(edit) @6b5e72c9   18 years michaelni fix playback of odd_height.mov this isnt the most beautifull solution …
(edit) @6c3dba57   18 years michaelni correct another possible buffer overflow where interlaced would get …
(edit) @c28baf06   18 years michaelni fix tiff regression test (bitexact flag was ignoredwhich caused the …
(edit) @1106e4ab   18 years michaelni remove MpegEncContext, patch by baptiste approved by me already but …
(edit) @859d95ba   18 years michaelni fix overhead and bitrate statistics Originally committed as revision …
(edit) @f9be0cb8   18 years diego Update preprocessor directive comments to take recent changes to this …
(edit) @26c1b3b   18 years diego Simplify Darwin gcc flags setting. Originally committed as revision …
(edit) @8d3dc6ba   18 years diego Remove redundant 2.95 branch from the Darwin gcc check. It is already …
(edit) @a15bcf70   18 years michaelni one patch one mail Originally committed as revision 8728 to …
(edit) @7dfef245   18 years mans trap signals in tests that can crash Originally committed as revision …
(edit) @24ba15b   18 years diego cosmetics: Fix indentation. Originally committed as revision 8726 to …
(edit) @a74008a4   18 years benoit.fouet timestamps generation improvement when parsing avi patch by Joakim \ …
(edit) @946d3b12   18 years benoit.fouet change atoll call to equivalent strtoll to fix compilation on Mac OS X …
(edit) @3a74415d   18 years ivop cosmetics, expand all tabs to four spaces. Originally committed as …
(edit) @2a80b21d   18 years ivop Replace huge switch statement by a lookup table. Add newline to final …
(edit) @940d8f76   18 years banan As usual Real actually took something existing and rebranded it. Cook …
(edit) @4303c9bf   18 years diego spelling Originally committed as revision 8722 to …
(edit) @7bb93206   18 years diego Add a note about how to enable external libraries. Originally …
(edit) @79f20349   18 years diego Add complete instructions for the brave people wishing to fiddle with …
(edit) @ef4e31d4   18 years diego typo Originally committed as revision 8719 to …
(edit) @6056c939   18 years diego Update AMR instructions for last round of changes. Originally …
(edit) @91024272   18 years diego Replace hackish support for amr-nb and amr-wb. Instead of including …
(edit) @0c8351b   18 years diego Update download URL with a link to a working version. Originally …
(edit) @6fea687e   18 years benoit.fouet DVR-MS probe audio format patch by John Donaghy \ johnfdonaghy chez …
(edit) @ea708173   18 years ivop cosmetics after last commit; remove superfluous braces Originally …
(edit) @df170b81   18 years ivop Remove code duplication in sws_rgb2rgb_init. The lists of assignments …
(edit) @3b77e48f   18 years benoit.fouet add a check before find_frame_end call Patch by Limin Wang % lance P …
(edit) @d64b88d4   18 years banan Per reference swf/flv adpcm encoder. Originally committed as revision …
(edit) @3011c6f6   18 years diego cosmetics: indentation Originally committed as revision 8712 to …
(edit) @e8d658df   18 years lucabe72 Fix the poll() loop (ret == 0 means that a timeout expired, so it must …
(edit) @7e665cd3   18 years lucabe72 Fix the generation of RTSP reply headers (the "DEF()" macro is not …
(edit) @c4fe61ff   18 years baptiste.coudurier add D-10 PAL 40 audio essence container ul Originally committed as …
(edit) @088e827a   18 years baptiste.coudurier add D-10 PAL 40 ul Originally committed as revision 8708 to …
(edit) @7fdcdf25   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 8707 to …
(edit) @1f1aadc3   18 years lu_zero ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 …
(edit) @6db140dd   18 years ivop cosmetics after last commit Originally committed as revision 8705 to …
(edit) @201df5a1   18 years ivop Add support for grayscale images with arbitrary maxvals. The image …
(edit) @e457023a   18 years diego Fix an underflow/overflow that was causing some crackles when playing …
(edit) @44942d5   18 years kostya.shishkov Set C predictor to zero if unavailable (should fix B-frame border …
Note: See TracRevisionLog for help on using the revision log.