summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* type fixes, found by Wolfgang HesselerMichael Niedermayer2004-01-12
| | | | Originally committed as revision 2694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSZH and ZLIB decoder supportRoberto Togni2004-01-12
| | | | | | Experimental ZLIB encoder (not working yet) Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore damaged video framesMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oopsMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frame after seeking blockmessMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio pts fixMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing some seek failure issuesMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))Michael Niedermayer2004-01-10
| | | | Originally committed as revision 2687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright year update of the files i touched and remembered, things look ↵Michael Niedermayer2004-01-10
| | | | | | annoyingly unmaintained otherwise Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sane inttypes emulation behavior if libavcodec is used outside ffmpegMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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