summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* switch pnm from imagepipe to image2pipeMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pnm parserMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the codec for imag2pipe tooMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last packet size fixMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When bswap_32 is a macro, png images fail to decode properly, patch by ↵Milan Cutka2004-11-12
| | | | | | (Milan Cutka <cutka>at<szm>dot<sk>) Originally committed as revision 3672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_resample_compensate() doxyMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When playingKostya Shishkov2004-11-12
| | | | | | | | | | | ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/QPEG/VWbig6.avi with my decoder (should appear soon) it hadn't changed palette even there are palette change chunks in that AVI. Here is small patch to make it work (zero number of colors to change in that chunk actually means to change ALL colors). patch by (Kostya <cannonball>at<bw-team>dot<com>) Originally committed as revision 3670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H261 fixing and cleaning:Maarten Daniels2004-11-12
| | | | | | | | | | | | | | -corrected wrong value in mv data -set correct mb_type after adjusting index -don't use H263 loop filter when the loop filter flag is set but when using the H261 encoder -use the same unquantizer as H263 (which is optimized btw) -removed unused members in H261Context patch by (Maarten Daniels <maarten.daniels >at< luc >dot< ac >dot< be>) regression test checksum update by me Originally committed as revision 3669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-11
| | | | | | | video/audio_codec_id in AVFormatParameters to override/help demuxer av_guess_codec() to guess the default codecs based upon muxer + filename Originally committed as revision 3668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (CONFIG_ZLIB)Michael Niedermayer2004-11-11
| | | | Originally committed as revision 3667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer image2 over imageMichael Niedermayer2004-11-10
| | | | Originally committed as revision 3666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* porting png support from -f image to -f image2Michael Niedermayer2004-11-09
| | | | Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2004-11-09
| | | | Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>)Hans Zandbelt2004-11-09
| | | | Originally committed as revision 3663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix image stream copyMichael Niedermayer2004-11-08
| | | | Originally committed as revision 3662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbr audio muxing fixMichael Niedermayer2004-11-06
| | | | Originally committed as revision 3661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove weird offsetsMichael Niedermayer2004-11-04
| | | | Originally committed as revision 3660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch ffv1 to the put/get_symbol() from snowMichael Niedermayer2004-10-31
| | | | Originally committed as revision 3659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch ffv1 from CABAC to the range coderMichael Niedermayer2004-10-31
| | | | Originally committed as revision 3658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove debug stuffMichael Niedermayer2004-10-31
| | | | Originally committed as revision 3657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-10-31
| | | | Originally committed as revision 3656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CABAC -> range coderMichael Niedermayer2004-10-30
| | | | Originally committed as revision 3655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* range coderMichael Niedermayer2004-10-30
| | | | Originally committed as revision 3654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mjpeg-b (padding bytes can exist between end of sos and image data)Roberto Togni2004-10-29
| | | | Originally committed as revision 3653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* credited with H.261 encoderMike Melanson2004-10-28
| | | | Originally committed as revision 3652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.261 stuffMike Melanson2004-10-28
| | | | Originally committed as revision 3651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ff_h261_reorder_mb_indexMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix and cleanup h261 mb_type selectionMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppress uninerresting outputMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.261 regression testMichael Niedermayer2004-10-28
| | | | Originally committed as revision 3644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
| | | | Originally committed as revision 3643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at ↵Michael Niedermayer2004-10-27
| | | | | | androme dot com>) Originally committed as revision 3642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Miro VideoXL (VIXL) decoder, courtesy of Konstantin ShishkovMike Melanson2004-10-27
| | | | Originally committed as revision 3641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stride align cleanupMichael Niedermayer2004-10-26
| | | | Originally committed as revision 3640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-10-26
| | | | Originally committed as revision 3639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* type fixMichael Niedermayer2004-10-25
| | | | Originally committed as revision 3638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* type fixMichael Niedermayer2004-10-25
| | | | Originally committed as revision 3637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot ↵Wolfram Gloger2004-10-25
| | | | | | uni-muenchen dot de>) Originally committed as revision 3636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* image2pipe fixMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpeg parserMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stdin detection fixMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>)Bohdan Horst2004-10-24
| | | | Originally committed as revision 3632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvr-ms video decoding supportMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimzationMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CABAC+LOOP missmatchMichael Niedermayer2004-10-23
| | | | Originally committed as revision 3628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbp_table cleanupMichael Niedermayer2004-10-23
| | | | Originally committed as revision 3627 to svn://svn.ffmpeg.org/ffmpeg/trunk