summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård2007-07-16
| | | | Originally committed as revision 9708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW has those include files.Ramiro Polla2007-07-16
| | | | Originally committed as revision 9707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-16
| | | | Originally committed as revision 9706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla2007-07-16
| | | | Originally committed as revision 9705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun2007-07-16
| | | | Originally committed as revision 23791 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-16
| | | | Originally committed as revision 9704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* float_t was a typo that compiled on macosxMarc Hoffman2007-07-16
| | | | Originally committed as revision 9703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint: move cplscales to context structure and provide hook for data ↵Marc Hoffman2007-07-16
| | | | | | format conversion Originally committed as revision 9702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint: lowlevel functional abstraction for all buffer arithmeticsMarc Hoffman2007-07-16
| | | | Originally committed as revision 9701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint: separate windowing arithmetic imlt_window_floatMarc Hoffman2007-07-16
| | | | Originally committed as revision 9700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* order is name surnameBenoit Fouet2007-07-16
| | | | Originally committed as revision 9699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separate the actual math for recovering stereo from a signal channel, this ↵Marc Hoffman2007-07-16
| | | | | | is to allow fixpoint implementation Originally committed as revision 9698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi2007-07-16
| | | | Originally committed as revision 9697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Balatoni Denes as vorbis dec maintainerBenoit Fouet2007-07-16
| | | | Originally committed as revision 9696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about vertical alignment to patch guidelines.Diego Biurrun2007-07-16
| | | | Originally committed as revision 9695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2007-07-16
| | | | Originally committed as revision 9694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separating saturation codes so that we can support other data formatsMarc Hoffman2007-07-16
| | | | Originally committed as revision 9693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving automatic allocation of joint_decode/decode_bufferMarc Hoffman2007-07-15
| | | | | | to a statically allocated buffer decode_buffer_0 in cook instance. Originally committed as revision 9692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic changing hardwired 20 to SUBBAND_SIZEMarc Hoffman2007-07-15
| | | | Originally committed as revision 9691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove superfluous #includeMåns Rullgård2007-07-15
| | | | Originally committed as revision 9690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-15
| | | | Originally committed as revision 9689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix visual painting of MVs from h264: they are painted twice too longAndreas Öman2007-07-15
| | | | | | | | | 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
* remove likely wrong reseting of align_iframeMichael Niedermayer2007-07-15
| | | | | | | same md5 with a short -t dvd encoding fixes streamcopy of dvd Originally committed as revision 9687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-15
| | | | Originally committed as revision 9686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the 256-point MDCTJustin Ruggles2007-07-15
| | | | Originally committed as revision 9685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use shared ac3 bit allocation functionJustin Ruggles2007-07-15
| | | | Originally committed as revision 9684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp-h263 FAQMichael Niedermayer2007-07-15
| | | | Originally committed as revision 9683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need for the decoder to have the license as a prefixJustin Ruggles2007-07-15
| | | | Originally committed as revision 9682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a debugging function and variable, and remove the commented-out code ↵Justin Ruggles2007-07-15
| | | | | | which uses them. Originally committed as revision 9681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ABS -> FFABSJustin Ruggles2007-07-15
| | | | Originally committed as revision 9680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-15
| | | | Originally committed as revision 9679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use random number generator from libavutilJustin Ruggles2007-07-14
| | | | Originally committed as revision 9678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to me. I accidentally removed a word.Justin Ruggles2007-07-14
| | | | Originally committed as revision 9677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revise license header for simplicity and consistencyJustin Ruggles2007-07-14
| | | | Originally committed as revision 9676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant assignment of CODEC_ID_BMP.Mark Cox2007-07-14
| | | | | | | | 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
* make ac3dec.c GPL until violations are fixedJustin Ruggles2007-07-14
| | | | Originally committed as revision 9674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbrJustin Ruggles2007-07-14
| | | | | | merge ac3_decoder.h into ac3_decoder.c Originally committed as revision 9673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by bananLoren Merritt2007-07-14
| | | | | | Enable sse imdct, patch by Loren Merrit. Originally committed as revision 9672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by bananJustin Ruggles2007-07-14
| | | | | | Cosmetics. Originally committed as revision 9671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | fix short block imdct. Originally committed as revision 9670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | | | | Redundant code cleanup. Optimized dither generation. Minor optimization in bit allocation. Comments. Originally committed as revision 9669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by bananJustin Ruggles2007-07-14
| | | | | | Cosmetics, white space removal. Originally committed as revision 9668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | | | | | | 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
* AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | Further optimizations. Originally committed as revision 9666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | Optimization as suggested by Benjamin. Originally committed as revision 9665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | Acknowledgements. Originally committed as revision 9664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | | Remove more unnecessary headers. Codec initialization changed to use name => argument notation. Originally committed as revision 9663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | Remove unnecessary header files. Originally committed as revision 9662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | | 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
* AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9Justin Ruggles2007-07-14
| | | | | | | | | 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