Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-21document libswscale bumpReinhard Tartler
2011-06-18more Changelog additionsReinhard Tartler
2011-06-13Add some (important) changelog entriesReinhard Tartler
2011-05-28ac3enc: add support for E-AC-3 encoding.Justin Ruggles
This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
2011-05-21add changelog entries for 0.7_beta2Reinhard Tartler
2011-05-13ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov
SIGINT for quitting should be enough for everybody.
2011-05-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier
2011-05-01DPX image encoderPeter Ross
2011-04-26Add AVX FFT implementation.Vitor Sessak
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-04-26lavfi: add fieldorder filterMark Himsley
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-23Remove stray libavcore and _g binary references.Diego Biurrun
2011-04-20Reflect 0.7_beta1 release in the ChangelogReinhard Tartler
2011-04-14add xWMA demuxerMax Horn
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-04-11Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö
The wrapper code is based on the libamr wrapper removed in SVN rev 19365. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-11Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-03-30Add MxPEG decoderanatoly
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-28Chronomaster DFA decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-28framebuffer device demuxerStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-27sndio support for playback and recordBrad
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-17Add missed APIchanges and changelog entriesMartin Storsjö
Add an APIchanges entry for the av_pkt_dump2 and av_pkt_dump_log2 functions, and a changelog entry for the apple http live streaming protocol handler. Since neither of them got a minor bump at commit time, but were applied before the jv demuxer, they all can be considered added in this minor version. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-03-14Bitmap Brothers JV errataPeter Ross
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-25Bink version 'b' audio decoderPeter Ross
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-13spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-11Bink version 'b' video decoderPeter Ross
Based on original patch by Kostya Shishkov Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-08libavfilter: add video movie sourceStefano Sabatini
See thread: Subject: [PATCH] movie video source Date: 2010-12-31 15:35:30 GMT Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-07Xan4 decoderKostya Shishkov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-01-18Missing parts of IVF muxer support.Reimar Döffinger
2011-01-15Add docs and Changelog entry for the -copytb option added in r26340.Stefano Sabatini
Originally committed as revision 26362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
Originally committed as revision 26270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
Fixed-point AC-3 encoder renamed to ac3_fixed. Regression test acodec-ac3 renamed to acodec-ac3_fixed. Regression test lavf-rm changed to use ac3_fixed encoder. Originally committed as revision 26209 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-29add SubRip decoderAurelien Jacobs
Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-27Metadata demuxer.Anton Khirnov
Originally committed as revision 26102 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-26Windows Televison (WTV) demuxerPeter Ross
Originally committed as revision 26094 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-23Fix braino: by -> with.Stefano Sabatini
Originally committed as revision 26080 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-23Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini
FILTERNAME=ARGS and FILTERNAME:ARGS syntax. The same filter class will be used for managing all the libopencv filtering functions. Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-18AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje
Galvão Póvoa <marspeoplester gmail com>, mentored by Robert Swain <robert dot swain gmail com>. Originally committed as revision 26051 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-12Add gradfun filter, ported from MPlayer.Nolan L
Patch by Nolan L nol888 <=> gmail >=< com. See thread: Subject: [FFmpeg-devel] [PATCH] Port gradfun to libavfilter (GCI) Date: Mon, 29 Nov 2010 07:18:14 -0500 Originally committed as revision 25942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-07Add a FLAC parser.Michael Chinen
Seek test reference updated because FLAC seeking now works properly. Fixes roundup issue 1150. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-05rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö
This fixes roundup issue 2390. Originally committed as revision 25889 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-04Port libmpcodecs hqdn3d filter.Baptiste Coudurier
Patch by Baptiste with some fixes by me. Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-30Implement frei0r source.Stefano Sabatini
Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-27IEC 61937 encapsulation of TrueHD for HDMI passthrough.Anssi Hannula
This works at least for some people testing it. Patch by Anssi Hannula, anssi d hannula a iki fi Originally committed as revision 25834 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-26Mobotix .mxg demuxerAnatoly Nenashev
Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru Originally committed as revision 25831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-23S/PDIF demuxerAnssi Hannula
Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 25804 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-23Give more explicit/less confusing names to the filters dealing withStefano Sabatini
aspect ratio. Originally committed as revision 25800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-21Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini
adopting Baptiste variant which is simpler and faster. Originally committed as revision 25784 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-17Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.Carl Eugen Hoyos
Only works via HDMI. Patch by Anssi Hannula (anssi d hannula a iki d fi), based on some work by myself. Originally committed as revision 25760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-14minor bump and Changelog entry for r25747Aurelien Jacobs
Originally committed as revision 25753 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-11MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George
Originally committed as revision 25721 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-03changelog: mention that ffmpeg is now win64-friendlyRamiro Polla
Originally committed as revision 25658 to svn://svn.ffmpeg.org/ffmpeg/trunk