- 08 Aug, 2008 1 commit
-
-
Peter Ross authored
Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Aug, 2008 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 14631 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 14629 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2008 1 commit
-
-
Michael Niedermayer authored
Also display both file sizes and slightly change the output formatting. [not split in 3 patches to avoid the huge checksum files from being changed and having to be reviewed 3 times, if people want it split i can revert and split it] Originally committed as revision 14374 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jul, 2008 2 commits
-
-
Michael Niedermayer authored
Fixes issue524 Originally committed as revision 14223 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Noticeable better decoding of e.g. http://samples.mplayerhq.hu/A-codecs/msadpcm-stereo/dance-b5th.asf Originally committed as revision 14201 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jun, 2008 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Apr, 2008 1 commit
-
-
Baptiste Coudurier authored
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels Originally committed as revision 12965 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2008 1 commit
-
-
Henrik Gulbrandsen authored
Patch by Henrik Gulbrandsen: henrik gulbra net Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2008 1 commit
-
-
Måns Rullgård authored
The PSP MP4 format requires an AAC audio stream, so until we have an AAC encoder we cannot test this format. The existing test is broken and does not actually use the PSP format. Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2008 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2008 1 commit
-
-
Michael Niedermayer authored
through lrintf(), that is gcc put the 32bit int flags in a 32bit float which caused some to be lost ...). I wonder why FATE did not pick this up? Originally committed as revision 12329 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Feb, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 11660 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Dec, 2007 2 commits
-
-
Benjamin Larsson authored
Originally committed as revision 11160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 11152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2007 1 commit
-
-
Kostya Shishkov authored
Patch by kostya Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Nov, 2007 1 commit
-
-
Timofei V. Bondarenko authored
in block in adpcm-ima decoder Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru Original thread: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec Date: 10/15/2007 05:55 PM Originally committed as revision 10933 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Nov, 2007 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 10928 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Sep, 2007 1 commit
-
-
Michael Niedermayer authored
these were wrong (in pts vs dts sense) when b frames were in use they were also wrong if the average framerate was smaller than 1/timebase resulting in totally wrong final bitrate Originally committed as revision 10477 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Sep, 2007 1 commit
-
-
Michael Niedermayer authored
per frame (this is untested as the encoder does not use it yet) Originally committed as revision 10458 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2007 2 commits
-
-
Michael Niedermayer authored
flag for diagonal interpolation the primary reason for this change is that previously MC up to 1/4 pel matched H.264 exactly and that increases the risk of stumbling over patents secondly this allows 0.10 db or more quality gain by choosing a longer filter and the filter could also be chosen optimally for each frame though that of course would cause speed loss at the decoder and encoder side ... Originally committed as revision 10436 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
perform interpolation steps in such an order that halfpel interpolation could be done per picture this also makes mc_block() match h.264 for the 1/4 pel cases so that the use of the h264 functions for some cases does not introduce a fantastic mess Originally committed as revision 10433 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
the old 32bit code) disable mmx/sse2 optimizations as they need a rewrite now Originally committed as revision 10218 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
negligible increase in quality Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
This allows some simplifications and optimizations and should not have any effect on quality. Originally committed as revision 10172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
closes issue5 Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jul, 2007 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 9468 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jun, 2007 1 commit
-
-
Diego Biurrun authored
This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Mar, 2007 1 commit
-
-
Michael Niedermayer authored
how did i succeed doing such a ridiculously silly thing? well i think it happened like: 1. verifying that the regression tests pass with old resample2.c 2. updating the regressions to the new resample2.c ... failed svn complained 3. svn up 4. updating the regressions to the new resample2.c success (r8485) at that point everything was still ok 5. some more resample2.c work update regressions, read diff, commit (r8486) my misstake was that the svn up at point 3 was run in tests/ -> iam an idiot Originally committed as revision 8489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Mar, 2007 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 8486 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8485 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Mar, 2007 1 commit
-
-
Bill O'Shaughnessy authored
bring AC3 encoder output up to input volume level patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 8444 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2007 2 commits
-
-
Michael Niedermayer authored
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
==== Author: michael Date: Mon Mar 5 03:41:49 2007 New Revision: 8240 Modified: trunk/libavformat/asf-enc.c Log: create codec_comment_header which looks more like what M$ creates, sane or not ... Originally committed as revision 8260 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Feb, 2007 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
-