summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* alpha amr tipMichael Niedermayer2004-01-09
| | | | Originally committed as revision 2683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* something unimportant ...Michael Niedermayer2004-01-09
| | | | Originally committed as revision 2682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at ↵Chris Flerackers2004-01-09
| | | | | | androme dot be>) Originally committed as revision 2681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-01-08
| | | | Originally committed as revision 2680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize compute_antialias() and add a floating point based alternative (2x ↵Michael Niedermayer2004-01-08
| | | | | | faster) Originally committed as revision 2679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-01-08
| | | | Originally committed as revision 2678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-01-08
| | | | | | and some related cleanup by me Originally committed as revision 2677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fixMichael Niedermayer2004-01-08
| | | | Originally committed as revision 2676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch for configuring amr_wb by ("Murphy Chen" <murphychen at mail2000 dot ↵Michael Niedermayer2004-01-08
| | | | | | com dot tw>) Originally committed as revision 2675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 overflowing dc coeff fixMichael Niedermayer2004-01-06
| | | | Originally committed as revision 2674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failure when writing mov filesMichael Niedermayer2004-01-06
| | | | Originally committed as revision 2673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at ↵Kevin Kuphal2004-01-06
| | | | | | sitecity dot net>) Originally committed as revision 2672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)Michael Niedermayer2004-01-06
| | | | Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-01-05
| | | | Originally committed as revision 2670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced dct decision cleanupMichael Niedermayer2004-01-05
| | | | | | | | | function moved to dspcontext mmx&mmx2 optimized change SSE -> SAD as default (better quality) vbv buffer size command line option in kbyte Originally committed as revision 2669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-01-05
| | | | Originally committed as revision 2668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gop timestamp fixMichael Niedermayer2004-01-04
| | | | Originally committed as revision 2667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-01-04
| | | | Originally committed as revision 2666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000lMichael Niedermayer2004-01-04
| | | | Originally committed as revision 2665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame rate emulation "fix" by (Mean <fixounet at free dot fr>)Michael Niedermayer2004-01-04
| | | | Originally committed as revision 2664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 QP clamping fixMichael Niedermayer2004-01-04
| | | | Originally committed as revision 2663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot ↵Michael Niedermayer2004-01-04
| | | | | | com>) Originally committed as revision 2662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn the user if we had to clip some dct coefficient due to a crappy format ↵Michael Niedermayer2004-01-04
| | | | | | which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) Originally committed as revision 2661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SVCD scan offset stuffMichael Niedermayer2004-01-04
| | | | Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)Denes Balatoni2004-01-03
| | | | Originally committed as revision 2659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot ...Michael Niedermayer2004-01-03
| | | | Originally committed as revision 2658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* denoise_dct_mmx()Michael Niedermayer2004-01-02
| | | | Originally committed as revision 2657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* noise reduction regression testMichael Niedermayer2004-01-02
| | | | Originally committed as revision 2656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more trellis quant optimizationsMichael Niedermayer2004-01-02
| | | | Originally committed as revision 2655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMD supportMike Melanson2004-01-02
| | | | Originally committed as revision 2654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Sierra VMD file demuxerMike Melanson2004-01-02
| | | | Originally committed as revision 2653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at Sierra VMD A/V decoders; video looks great, audio is notMike Melanson2004-01-02
| | | | | | yet complete Originally committed as revision 2652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-01-02
| | | | Originally committed as revision 2651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing (trellis) quantizerMichael Niedermayer2004-01-02
| | | | Originally committed as revision 2650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* off-by-1 error in the never-before-tested embedded string codeMike Melanson2004-01-02
| | | | Originally committed as revision 2649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trellis quantization regression testMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove vile lie (MS ADPCM encoding is not supported yet)Mike Melanson2004-01-01
| | | | Originally committed as revision 2647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_pixels width comment fixMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont show uninitalized motion vectorsMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test interlaced motion estimation tooMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate limit tips and checksMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minrate=0 for SVCD & DVD, this matches mpeg2enc and the mpeg1/2 vissual standardMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print vbv buffer size & bitrate when decoding with -debug 1Michael Niedermayer2004-01-01
| | | | Originally committed as revision 2641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer2003-12-31
| | | | Originally committed as revision 2640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* info about h and tpelMichael Niedermayer2003-12-30
| | | | Originally committed as revision 2639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced motion estimationMichael Niedermayer2003-12-30
| | | | | | | | | | | | | | interlaced mpeg2 encoding P & B frames rate distored interlaced mb decission alternate scantable support 4mv encoding fixes (thats also why the regression tests change) passing height to most dsp functions interlaced mpeg4 encoding (no direct mode MBs yet) various related cleanups disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000lMichael Niedermayer2003-12-30
| | | | Originally committed as revision 2637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-30
| | | | | | multimediaware dot com>) Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nicer looking PSNR stats (YUV seperate and print the whole file PSNR at the ↵Michael Niedermayer2003-12-29
| | | | | | end instead of the last frame's) Originally committed as revision 2635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* picture number fixesMichael Niedermayer2003-12-29
| | | | Originally committed as revision 2634 to svn://svn.ffmpeg.org/ffmpeg/trunk