205 Commits

Author SHA1 Message Date
Michael Niedermayer
57bf0d1fe5 Merge branch 'release/0.7' into oldabi
* release/0.7: (290 commits)
  nuv: Fix combination of size changes and LZO compression.
  av_lzo1x_decode: properly handle negative buffer length.
  Do not call parse_keyframes_index with NULL stream.
  update versions for 0.7 branch
  Version numbers for 0.8.6
  snow: emu edge support Fixes Ticket592
  imc: validate channel count
  imc: check for ff_fft_init() failure (cherry picked from commit 95fee70d6773fde1c34ff6422f48e5e66f37f263)
  libgsmdec: check output buffer size before decoding (cherry picked from commit b03761b1309293bbf30edef767503875277b01cf)
  configure: fix arch x86_32
  mp3enc: avoid truncating id3v1 tags by one byte
  asfdec: Check packet_replic_size earlier
  cin audio: validate the channel count
  binkaudio: add some buffer overread checks.
  atrac1: validate number of channels (cherry picked from commit bff5b2c1ca1290ea30587ff2f76171f9e3854872)
  atrac1: check output buffer size before decoding (cherry picked from commit 33684b9c12b74c0140fb91e8150263db4a48d55e)
  vp3: fix oob read for negative tokens and memleaks on error. (cherry picked from commit 8370e426e42f2e4b9d14a1fb8107ecfe5163ce7f)
  apedec: set s->currentframeblocks after validating nblocks
  apedec: use unsigned int for 'nblocks' and make sure that it's within int range
  apedec: check for data buffer realloc failure (cherry picked from commit 11ca8b2d7486e879926488404b3b79af774f0f2d)
  ...

Conflicts:
	Changelog
	Makefile
	RELEASE
	configure
	libavcodec/error_resilience.c
	libavcodec/mpegvideo.c
	libavformat/matroskaenc.c
	tests/ref/lavf/mxf

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-09 01:03:40 +01:00
Michael Niedermayer
902e9595e3 MAINTAINERS: new ffplay maintainer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit cffd20b90ee6f35e37cdb51dd94e6b2174fd31b6)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-04 00:40:43 +01:00
Michael Niedermayer
040ad30bc8 Merge branch 'release/0.7' into oldabi
* release/0.7: (296 commits)
  Update version numbers for 0.7.5
  vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling
  Check for huffman tree building error in vp6 decoder.
  Release old pictures after a resolution change in vp5/6 decoder
  Check for missing reference in vp5/6 decoder.
  Check for invalid slices offsets in RV30/40 decoder.
  Check output buffer size in nellymoser decoder.
  Hack around gcc 4.6 breaking asm using call.
  Hack around gcc 4.6 breaking asm using call.
  Fix dxva2 decoding for some H264 samples. (cherry picked from commit bf7dc6b29d785f149f18c39db021413e08735546)
  Fix dxva2 decoding for some H264 samples.
  mp3demux: pass on error code on packet read.
  Check for invalid slice offsets in real decoder.
  rmdec: Reject invalid deinterleaving parameters
  Use deinterleavers for demangling audio packets in RealMedia.
  rv10: Reject slices that does not have the same type as the first one
  rmdec: use the deinterleaving mode and not the codec when creating audio packets.
  MAINTAINERS: add my GPG fingerprint. (cherry picked from commit 7882dc10f871bf25a848fe62a152f63814f9c7d1)
  Support 3IVD in isom, produced by 3ivx DivX Doctor.
  mpegpsdec: fix reading first mpegps packet (cherry picked from commit b2f230e23dd61112ac090b0c059d87b5f6bcb307)
  ...

Conflicts:
	Changelog
	Doxyfile
	Makefile
	RELEASE
	configure
	doc/general.texi
	ffmpeg.c
	ffplay.c
	libavcodec/dxva2_h264.c
	libavcodec/h264.c
	libavcodec/h264_loopfilter.c
	libavcodec/h264idct_template.c
	libavcodec/kgv1dec.c
	libavcodec/mpegvideo.c
	libavcodec/tableprint.h
	libavcodec/vp3.c
	libavdevice/alsa-audio.h
	libavformat/gxf.c
	libavformat/mpegts.c
	libavformat/segafilm.c
	libavformat/utils.c
	libavutil/dict.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-22 04:34:43 +02:00
Gwenole Beauchesne
ed288c0edd MAINTAINERS: add my GPG fingerprint.
(cherry picked from commit 7882dc10f871bf25a848fe62a152f63814f9c7d1)
2011-09-21 20:56:53 +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 f4f5cab94e0881cd30965b28f3d78d9c63d6918e.

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
Reimar Döffinger
1444438ab0 Add myself as maintainer for table generation code.
Originally committed as revision 23825 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-27 14:34:00 +00:00
David Conrad
21f45508ba Add myself as VP8 and vorbisdec maintainer
Originally committed as revision 23814 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-27 01:46:34 +00:00
Diego Biurrun
a1629e2848 Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.
BeOS support has been broken for many years and the "maintainer" of the port
has not reacted to countless requests to get the port fixed.
approved by Mans

Originally committed as revision 23562 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-10 16:51:14 +00:00
Maxim Poliakovski
9b98479e7a Declare myself (Maxim Poliakovski) maintainer for the OMA Demuxer.
Originally committed as revision 23518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-08 00:15:23 +00:00
David Conrad
3ad0b189f7 Add myself as libvorbis.c maintainer
Originally committed as revision 23472 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-04 22:40:44 +00:00
Alex Converse
bd744c4fd0 Declare myself (Alex Converse) AAC maintainer.
Approved by the previous maintainer Rob.

Originally committed as revision 22994 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-30 21:43:18 +00:00
Jai Menon
6aaa9bc9b5 Add myself as co-maintainer of tta.c
Originally committed as revision 22712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-28 17:21:02 +00:00
Diego Biurrun
34a2d9f9af Add Reinhard and myself as release managers.
Originally committed as revision 22132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-01 17:50:34 +00:00
Reinhard Tartler
185a885bad add myself to gpg fingerprint list
Originally committed as revision 22089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-27 10:11:23 +00:00
Diego Biurrun
20f5c9d1f6 sort() names in PGP/GPG fingerprint list
Originally committed as revision 22088 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-27 10:10:58 +00:00
Peter Ross
be707647e9 Add myself as maintainer of the bink demuxer and bink audio decoder
Originally committed as revision 22075 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-26 11:51:17 +00:00
Kostya Shishkov
342c7dfdbb Bink video decoder
Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-21 13:28:46 +00:00
Thilo Borgmann
d3037bbe6b Add myself as maintainer of bgmc.[ch].
Originally committed as revision 21820 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-14 10:17:58 +00:00
Thilo Borgmann
071cfdce4b Add myself as ALS maintainer.
Originally committed as revision 21807 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-13 19:23:39 +00:00
Ronald S. Bultje
fa65584f12 WMAVoice decoder.
Originally committed as revision 21770 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-12 14:22:41 +00:00