- 15 Mar, 2007 1 commit
-
-
John Dalgliesh authored
patch by John Dalgliesh %johnd A defyne P org% Originally committed as revision 8420 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Mar, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 8400 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Mar, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 8395 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2007 1 commit
-
-
François Revol authored
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jan, 2007 1 commit
-
-
Roman Shaposhnik authored
* Making DV codec release a buffer on exit * Flagging accepted pix_fmts for DV encoder Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Dec, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2006 1 commit
-
-
Alexander Strange authored
patch by Alexander Strange, astrange at ithinksw dot com Originally committed as revision 6410 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Sep, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Sep, 2006 1 commit
-
-
Roman Shaposhnik authored
[ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Aug, 2006 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 6118 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2006 2 commits
-
-
Roman Shaposhnik authored
will accept incorrect pix_fmt's and such, but decoder will work much better with containers not setting the same attributes. It seems like there will be a generic mechanism for checking such constraints, but if not I can always resurrect this check for *encoder* only. Originally committed as revision 5114 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Daniel Maas authored
Patch by Daniel Maas dmaas at maasdigital dot com Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Feb, 2006 1 commit
-
-
Dan Maas authored
method defined by SMPTE Patch by Dan Maas Originally committed as revision 5074 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Feb, 2006 2 commits
-
-
Roman Shaposhnik authored
at least weighting got implemented thanks to Dan. ;-) Originally committed as revision 5071 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Dan Maas authored
performance impact is less than 1%. Patch by Dan Maas (dmaas at maasdigital dot com) Originally committed as revision 5070 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2006 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 5067 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 5066 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Feb, 2006 1 commit
-
-
Dan Maas authored
values), so the comparison with vs_total_ac_bits is messed up on the first couple loop iterations, leading to AC underflows. the b->prev[] pointers were not being maintained correctly. We potentially have to update b->prev[] both before and after the area whose VLC length is getting adjusted. this also might fix the ppc regression failure? patch by (Dan Maas <dmaas maasdigital com>) Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Feb, 2006 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Feb, 2006 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 5055 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
roman, dont hesitate to reverse this and solve it differntly if you want ... Originally committed as revision 5053 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 5052 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Feb, 2006 1 commit
-
-
Steve L'Homme authored
patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jan, 2006 1 commit
-
-
Roman Shaposhnik authored
leak for cases like dlopening libavcodec.so and such, but I still don't know how to catch such events. Originally committed as revision 4818 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Dec, 2005 1 commit
-
-
Burkhard Plaum authored
approved by Roman Shaposhnik Originally committed as revision 4777 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Sep, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4545 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2005 1 commit
-
-
Michael Niedermayer authored
dc coeff rounding fix class=3 num of bits fix do interlaced check & idct only if CODEC_FLAG_INTERLACED_DCT Originally committed as revision 4542 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2005 1 commit
-
-
Burkhard Plaum authored
Originally committed as revision 4539 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Aug, 2005 1 commit
-
-
Edward Hervey authored
DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com) Originally committed as revision 4503 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 May, 2005 1 commit
-
-
Roine Gustafsson authored
Originally committed as revision 4213 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4136 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Nov, 2004 1 commit
-
-
Burkhard Plaum authored
Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Sep, 2004 1 commit
-
-
Jeff Muizelaar authored
Originally committed as revision 3491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-