- 15 Jul, 2007 11 commits
-
-
Måns Rullgård authored
Originally committed as revision 9689 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Andreas Öman authored
since the MVs are in qpel res. Patch by Andreas Öman % andreas A olebyn P nu % Date: Jul 14, 2007 12:40 PM Subject: [FFmpeg-devel] [PATCH] h264 mv visualization Originally committed as revision 9688 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
same md5 with a short -t dvd encoding fixes streamcopy of dvd Originally committed as revision 9687 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 9686 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9685 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 9683 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9682 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9681 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9680 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9679 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jul, 2007 29 commits
-
-
Justin Ruggles authored
Originally committed as revision 9678 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9677 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mark Cox authored
patch by mark cox melbournemark+ffmpeg _at_ gmail.com thread: [PATCH] Remove unessesary assignment of CODEC_ID_BMP date: Mon, 9 Jul 2007 20:12:28 +1000 Originally committed as revision 9675 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 9674 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
merge ac3_decoder.h into ac3_decoder.c Originally committed as revision 9673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Enable sse imdct, patch by Loren Merrit. Originally committed as revision 9672 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Cosmetics. Originally committed as revision 9671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
fix short block imdct. Originally committed as revision 9670 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Redundant code cleanup. Optimized dither generation. Minor optimization in bit allocation. Comments. Originally committed as revision 9669 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Cosmetics, white space removal. Originally committed as revision 9668 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Fix the bugs: 1. The quality of output because of incorrect windowing coefficients. New code for window generation. 2. Dynrng values were reset where dynrng value is present in the first block, but not in the subsequent block. Originally committed as revision 9667 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Further optimizations. Originally committed as revision 9666 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Optimization as suggested by Benjamin. Originally committed as revision 9665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Acknowledgements. Originally committed as revision 9664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Remove more unnecessary headers. Codec initialization changed to use name => argument notation. Originally committed as revision 9663 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Remove unnecessary header files. Originally committed as revision 9662 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Converted the window from double to float. Now sound produced is as good as sound produced by liba52. Originally committed as revision 9661 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Reset the blksw and dithflag to 0 at the begining of each block. Otherwise blockswitching propagates over multiple frames even if block switching is not enabled for that frame. Also reuse rematflg. Originally committed as revision 9660 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
I realized that the bug was not in the imdct routine but in the get_transform_coeffs. Fixed it. Code now uses the ffmpeg's imdct routines. All the mplayer's ac3 samples are decoded successfully. Also improved downmixing. Now all the downmixing coeffcients for channels are normalized such that the sum of coefficients used to construct the output for single channel never exceeds 1.0. Originally committed as revision 9659 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
More code cleanup. Window is now runtime generated. Fixed the bugs in rematrixing routine and in Decoding AC3 Bitstreams when coupling is in use. Still struggling to find out what affects the quality of the produced sound. Can anybody have a look at the imdct routines do_imdct_256 and do_imdct_512 and tell me whether it is the correctly implemented as described in standard. Originally committed as revision 9658 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
major code cleanup. correct implementation of imdct. implemented imdct for block switching also. when coupling is not in use all the ac3 streams are decoded correctly. but when coupling is in use there is a bug. i am currently finding the root of the bug. if anybody can help. Originally committed as revision 9657 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
working decoder imdct for block switching is to be implemented various other things to do Originally committed as revision 9656 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
getting weired output but its working Originally committed as revision 9655 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Latest commit. There is no error in parsing and or recovering transform coefficients. Double checked with ac3dec. Getting consistent results with the bit allocation routine and transform coefficients. The code is able to parse valid ac3 bitstreams without error from start to end. I have also implemented the imdct when block switching is not enabled. However, can anybody provide an insight into how to convert float samples to int16_t ? lrint is of no help cuz it produces output -1, 0 or 1 whereas the output should be between -32768 to 32767. Originally committed as revision 9654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Removed _ from names Removed temporary storage for the exponents Removed ctx->samples Now each transform coefficients are stored in audio block as an array of transform coefficients for each channel added ctx->delay (output of later half of previous block) added audio_block->block_output(output of this block) I am still not able to produce the output. I checked the code twice completely. I am not missing anything in parsing or in bit allocation. Yet it throws error in getting transform coefficients sometimes. Can anyone review a code of get_transform_coeffs and help me debug it further. I think the error is in do_bit_allocation routine cuz get_transform_coeffs is dependent on the bit allocation parameters table. I have checked the bit allocation algorithm thoroughly and it is as defined in the standard. Tried everything and got stuck where to go further. Please help me. Originally committed as revision 9653 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Mersenne Twister Dynamic Range Downmixing IMDCT Originally committed as revision 9652 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
initial commit NOTE: This and all subsequent ac3dec.c revisions from the soc repository violate the GPL. This will be fixed after all soc revisions are imported. This file is not compiled yet, so the license compliance of any builds in the meantime will not be affected. Originally committed as revision 9651 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-muxer=mpeg1system Originally committed as revision 9650 to svn://svn.ffmpeg.org/ffmpeg/trunk
-