Interesting Patches: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m ("mem" file protocol)
(This patch is more up-to-date)
Line 16: Line 16:


== [[VFW|Microsoft Video for Windows]] capture support by Ramiro Polla ==
== [[VFW|Microsoft Video for Windows]] capture support by Ramiro Polla ==
http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2006-December/005607.html
http://article.gmane.org/gmane.comp.video.ffmpeg.user/13235


== 1 and 2 bit [[Apple QuickTime RLE|QTRLE]] decoder by Roberto Togni ==
== 1 and 2 bit [[Apple QuickTime RLE|QTRLE]] decoder by Roberto Togni ==

Revision as of 07:31, 9 December 2007

This page tries to collect some useful patches that didn't make into SVN for some reason or another.

native Zlib decoder by Mans Rullgard

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-July/032820.html

In the same thread, there are patches to use the native decoder in several FFmpeg decoders.

WMV3 encoder by Denis Fortin

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-June/031699.html

H.263 rtp patch

Media:h263-0.4.7.patch, originally at http://www.salyens.com/downloads/index.html#ffmpeg-0.4.7, now removed.

Apple RPZA encoder by Todd Kirby

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2005-June/001673.html

Microsoft Video for Windows capture support by Ramiro Polla

http://article.gmane.org/gmane.comp.video.ffmpeg.user/13235

1 and 2 bit QTRLE decoder by Roberto Togni

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-January/022046.html

Test Pattern Generator Demuxer by Nicholas George

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-October/036838.html

Test Pattern Generator Demuxer by Ramiro Ribeiro Polla

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-April/028226.html Or http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/49447

PES packetizer by Xiaohui Sun

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-September/034849.html

Part of the work of Summer Of Code TS Muxer

Imlib2script: a scriptable vhook by Víctor Paesa

http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/52341

File concatenation by Wolfram Gloger

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-July/032131.html

"mem" file protocol by Lagrange Multiplier

The "mem" protocol simply uses RAM as a source for input multimedia data, akin to how the "file" and "pipe" protocols use filesystem files and pipes as sources.

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-May/028489.html