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-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-03-11Bitmap Brothers JV errataPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-08framebuffer device demuxerStefano Sabatini
2011-02-26Bink version 'b' audio decoderPeter Ross
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ccfcddb3f287545a20831f266c2a2f734d6a9f31)
2011-02-25Bink version 'b' audio decoderPeter Ross
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-15spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 482d98f69b2eb7a7b0b5054101a43db384e9432b)
2011-02-13spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-13Bink version 'b' video decoderPeter Ross
Based on original patch by Kostya Shishkov Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit e00f41d5742b3a0dc1877b030f4f6f58c19b7bbd)
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-09libavfilter: 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-09Xan4 decoderKostya Shishkov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 44ddfd47d671d2587903d94c8b565f68f45bd4bc)
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
2010-11-03Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini
Originally committed as revision 25655 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-02Add single stream LATM/LOAS decoderJanne Grunau
The decoder is just a wrapper around the AAC decoder. based on patch by Paul Kendall { paul <ät> kcbbs gen nz } Originally committed as revision 25642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-19Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö
The demuxer inspects the payload type of a received RTP packet and handles the cases where the content is fully described by the payload type. Originally committed as revision 25527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-19Add a -force_key_frames option to ffmpeg.Nicolas George
The option is useful to ensure that there is a seek point exactly at a place the user will probably want to jump precisely sometime, the major example would be the end of an opening and the beginning of a chapter. The scene change detection system will often make it happen, but not always for example if there is a fade-in. See the thread: Subject: [FFmpeg-devel] [PATCH] -force_key_frames option Date: Tue, 12 Oct 2010 15:16:26 +0200 Patch by Nicolas George -mail nicolas,george,normalesup,org. Originally committed as revision 25526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-19Add transpose filter.Stefano Sabatini
Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-18Remove -crop* options.Stefano Sabatini
Users are required to use the libavfilter crop filter. Originally committed as revision 25518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-13Add a SAP demuxerMartin Storsjö
Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-12Implement cropdetect filter.Stefano Sabatini
Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-11Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö
Originally committed as revision 25444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-06Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö
Originally committed as revision 25371 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-01Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin
Originally committed as revision 25281 to svn://svn.ffmpeg.org/ffmpeg/trunk