summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* cleanupMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2684 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
* 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
* 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
* 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
* denoise_dct_mmx()Michael Niedermayer2004-01-02
| | | | Originally committed as revision 2657 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
* 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
* 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
* rate limit tips and checksMichael Niedermayer2004-01-01
| | | | Originally committed as revision 2643 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
* 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
* picture number fixesMichael Niedermayer2003-12-29
| | | | Originally committed as revision 2634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2003-12-28
| | | | Originally committed as revision 2633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-12-22
| | | | Originally committed as revision 2630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot to copy top_field_first flag)Michael Niedermayer2003-12-22
| | | | Originally committed as revision 2629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 / h263 b frame fixMichael Niedermayer2003-12-21
| | | | Originally committed as revision 2628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crashMichael Niedermayer2003-12-19
| | | | Originally committed as revision 2627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SVQ3 uses unrestricted motion vectorsMike Melanson2003-12-18
| | | | Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 fixMichael Niedermayer2003-12-18
| | | | Originally committed as revision 2625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbv_delayMichael Niedermayer2003-12-17
| | | | Originally committed as revision 2623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts and dts support in parser APIFabrice Bellard2003-12-16
| | | | Originally committed as revision 2619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial predictors are not sent to the output in QT IMA; fix stereo QTMike Melanson2003-12-16
| | | | | | IMA decoding Originally committed as revision 2618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added End Of File handling to return last picture for MPEG1/2/4Fabrice Bellard2003-12-15
| | | | Originally committed as revision 2614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgot alpha & ppc)Michael Niedermayer2003-12-15
| | | | Originally committed as revision 2611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mv vissualization & field picture fixMichael Niedermayer2003-12-14
| | | | Originally committed as revision 2610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv ↵Wolfgang Hesseler2003-12-14
| | | | | | at multimediaware dot com>) Originally committed as revision 2609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (printing qscale before parsing it)Michael Niedermayer2003-12-14
| | | | Originally committed as revision 2608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split intra / inter dequantizationMichael Niedermayer2003-12-14
| | | | Originally committed as revision 2607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment regression testMichael Niedermayer2003-12-14
| | | | Originally committed as revision 2606 to svn://svn.ffmpeg.org/ffmpeg/trunk