Derek Buitenhuis
309ffa4fe3
v410 encoder and decoder
...
v410 is a packed 10-bit 4:4:4 YCbCr format used in
QuickTime.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-14 03:38:57 +01:00
Michael Niedermayer
635a301683
MAINTAINERS: add 0.9
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-14 00:57:34 +01:00
Michael Niedermayer
1f183733e0
MAINTAINERS: extend syntax for entries
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-11 03:05:37 +01:00
Michael Niedermayer
0be95fe183
MAINTAINERS: ask maintainers to help keep their entries in this file upto date.
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-07 15:47:19 +01:00
Lou Logan
d2e0a6dd64
MAINTAINERS: add myself as a web site maintainer
...
Also add GPG fingerprint.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-21 00:07:52 +01:00
Michael Bradshaw
856b33f578
Added support for J2K encoding with libopenjpeg
...
Note: Some of the previous patches have had two bugs that have been fixed
in this patch.
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-18 01:20:40 +01:00
Panagiotis H.M. Issaris
bf0ca404c6
Update my GnuPG fingerprint.
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-15 18:13:59 +01:00
Michael Niedermayer
102db4f6e7
MAINTAINER: add libavfilter section and add myself to yadif & mandelbrot
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-13 19:33:34 +01:00
Derek Buitenhuis
0c251257b5
VBLE Decoder
...
Add a decoder for the VBLE Lossless Codec, which
still has a cult following. Used to be popular
several years ago on doom9.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-12 01:21:01 +01:00
Sebastien Zwickert
d66ee6ac48
HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-02 15:47:27 +01:00
Michael Niedermayer
e377e6621b
MAINTAINERS: update release manager
...
Found-by: Compn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-02 15:47:27 +01:00
Lou Logan
0dc22e92f4
MAINTAINERS: add myself as mailinglists maintainer
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-01 19:30:50 +01:00
Michael Niedermayer
5ecb6f4332
MAINTAINERS: add libstagefright
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-01 12:59:15 +01:00
Michael Niedermayer
0c339897e4
MAINTAINERS: update project server
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-01 12:57:51 +01:00
Clément Bœsch
26c7ff9317
Add libmodplug support.
2011-10-04 22:36:33 +02:00
Michael Niedermayer
cffd20b90e
MAINTAINERS: new ffplay maintainer
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-03 00:38:50 +02:00
Michael Niedermayer
5e06f743d9
MAINTAINERS: loose svn reference
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-23 19:18:58 +02:00
Stefano Sabatini
4bd37ca6ae
MAINTAINERS: update status of 0.6 release
...
Its current maintainer is too lazy/busy to actively maintain it.
2011-09-23 17:52:51 +02:00
Gwenole Beauchesne
7882dc10f8
MAINTAINERS: add my GPG fingerprint.
2011-09-19 17:04:34 +02:00
Stefano Sabatini
470ac1437d
MAINTAINERS: add a "Releases" section
...
The new section documents the maintainership status for the various
FFmpeg releases, on a best effort basis.
2011-06-24 11:15:26 +02:00
Aurelien Jacobs
3c9bfb3368
add MicroDVD muxer and demuxer
...
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
2011-04-04 01:29:40 +02:00
Michael Niedermayer
7dfd58ef49
Add crystalhd maintainer
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-29 02:27:13 +02:00
Aurelien Jacobs
8e43b6fed9
add SubRip encoder
...
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
2011-03-28 00:16:44 +02:00
Peter Ross
9f720d5f9a
Bitmap Brothers JV errata
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-11 12:25:47 +01:00
Philip Langdale
b33fa8a1cd
CrystalHD decoder support v7
...
The Broadcom CrystalHD decoder chips provide hardware video
decoding for a number of video formats. It does so using a
memory:memory interface where a compressed bitstream is fed
in and decompressed pictures are copied out. As such, it works
independent of any graphics hardware in the system.
Features supported in this initial version:
* Support for Linux (using current drivers/library from git.wilsonet.com)
* Support for 70015 hardware
* Formats: MPEG2, MPEG4 Part 2, H.264, VC1 and DivX 3.11 (untested)
* Progressive content
* Non-H.264 Interlaced content
* H.264 MBAFF content
Features missing in this initial version:
* Support for OSX (might work - untested)
* Support for Windows
* Support for 70012 hardware
* H.264 PAFF content
Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-10 20:17:19 +01:00
Michael Niedermayer
111ccca602
Revert "Initial MAINTAINERS update"
...
This reverts commit f4f5cab94e
.
Reason is that this has been mistakely commited as discussed.
2011-01-19 18:53:53 +01:00
Jason Garrett-Glaser
f4f5cab94e
Initial MAINTAINERS update
...
Per http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2011-January/103440.html .
2011-01-18 11:05:51 -08:00
Anssi Hannula
ab03382fee
Add my GPG fingerprint to MAINTAINERS
2011-01-17 23:51:11 +02:00
Alex Converse
eb97a58fff
Remove myself as AAC maintainer. I just don't have it in me anymore.
...
Originally committed as revision 26319 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-12 07:22:12 +00:00
Peter Ross
56ddf4b378
add myself as the WTV maintainer
...
Originally committed as revision 26281 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-09 08:43:44 +00:00
Robert Swain
ccbbeeee97
Add my GPG fingerprint to the MAINTAINERS file
...
Originally committed as revision 26222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-05 08:03:39 +00:00
Aurelien Jacobs
2c77c90684
add SubRip decoder
...
Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-28 23:52:53 +00:00
Anton Khirnov
ded38a9bf0
add my GPG fingerprint
...
Originally committed as revision 25925 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-10 15:41:23 +00:00
Aurelien Jacobs
6fbd85edc8
add myself as maintainer for ASS and SRT
...
Originally committed as revision 25867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-04 00:23:08 +00:00
Martin Storsjö
699b317f59
Add myself as maintainer for g722.c
...
Originally committed as revision 25865 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-03 21:17:23 +00:00
Ben Littler
8600bbb301
add my (compn) fingerprint to svn write list in maintainers file
...
Originally committed as revision 25680 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-05 16:37:41 +00:00
Peter Ross
47a5fba773
Add myself as the caf* maintainer
...
Originally committed as revision 25429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-10 00:39:42 +00:00
Martin Storsjö
0de7feffcf
Set myself as maintainer for rtpenc* and sdp.c, as requested by Luca A
...
Originally committed as revision 25392 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-07 11:18:16 +00:00
Tomas Härdin
0f4cd732f1
Add myself as maintainer of lxfdec.c
...
Originally committed as revision 25282 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-01 11:08:28 +00:00
Justin Ruggles
2b0bcfc917
Add my GPG fingerprint.
...
Originally committed as revision 25048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-06 16:57:34 +00:00
Aurelien Jacobs
2aa751d2c8
rename idroq.c to idroqdec.c
...
Originally committed as revision 24969 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-29 16:37:33 +00:00
Ronald S. Bultje
f5ea69b235
MMSH support, the most popular and widely used of all MMS variants. Written by
...
Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program.
Originally committed as revision 24861 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-21 19:04:41 +00:00
Reimar Döffinger
bf23eaf663
Add myself as maintainer for the PGS subtitle decoder.
...
Originally committed as revision 24857 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-21 11:50:13 +00:00
Stefano Sabatini
ec8f26d186
Add my GPG fingerprint and add myself as ffprobe.c maintainer.
...
Originally committed as revision 24572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28 10:29:41 +00:00
Luca Barbato
46bbf39576
Add my gpg fingerprint
...
Originally committed as revision 24556 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27 22:00:47 +00:00
Stefan Gehrer
de29597680
add Chinese AVS encoding via external library libxavs
...
Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27 07:18:36 +00:00
Jason Garrett-Glaser
13a1304bb3
Add myself to VP8 copyright and maintainers.
...
Also add Ronald to maintainers.
Originally committed as revision 24464 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-23 21:42:35 +00:00
Martin Storsjö
99ca7c94c4
Update maintainers list according to renames made in rev 21284 and 22109
...
Originally committed as revision 24244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-15 08:21:01 +00:00
Ronald S. Bultje
6d001976fe
Add myself as mmst maintainer.
...
Originally committed as revision 24240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-14 19:49:52 +00:00
Diego Biurrun
0f28638b96
Step back as documentation maintainer.
...
Originally committed as revision 23901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-30 10:18:48 +00:00