summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-24
| | | | | | | libavutil/common.h for platforms with no inttypes.h. patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse my last change, it was wrong and brokenMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove map variableMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize update state outMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFMAXMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common subexpression eliminationMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge 8 and 16bit functions, they are identical except the data typeMichael Niedermayer2006-10-24
| | | | Originally committed as revision 6783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set v_edge_pos correctly for field picture mpeg2Michael Niedermayer2006-10-24
| | | | Originally committed as revision 6782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit grayscale supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 20427 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* JPEG-LS 16-bit gray supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 6781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PGM 16-bit gray supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 6780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PNG 16-bit gray decoding supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 6779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit grayscale supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 6778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
| | | | | | (from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CABAC assembler optimizations ported to AMD64Reimar Döffinger2006-10-23
| | | | Originally committed as revision 6776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly set EXTRALIBSLuca Abeni2006-10-23
| | | | | | (fixes compilation of shared libswscale on cygwin and other platforms) Originally committed as revision 20413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Register .tga and .tiff image extensionsKostya Shishkov2006-10-23
| | | | Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix flvdec.c file description commentAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document the extradata protocol for VP6FAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-22
| | | | Originally committed as revision 6771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-22
| | | | Originally committed as revision 6770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use coded_width and coded_height instead of width and heightAurelien Jacobs2006-10-22
| | | | Originally committed as revision 6769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate gif decoder, seems to work fine on showdown2.movBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless variablesBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use avctx->get_bufferBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf -> dprintfBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add gif supportBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use --as-needed just on linux, since *bsd way is broken... (patch from Diego ↵Luca Barbato2006-10-22
| | | | | | Pettenò <flameeyes@gentoo.org>) Originally committed as revision 6759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable annoying debug messagesBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixesDiego Biurrun2006-10-22
| | | | Originally committed as revision 6757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni2006-10-22
| | | | | | (driver's bug? If not, we will have to support this in some way) Originally committed as revision 6756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for sub-only streams; patch by borat subsense comborat@subsense.com2006-10-22
| | | | Originally committed as revision 6755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle limit>32 for set_ur_golomb_jpegls()Kostya Shishkov2006-10-22
| | | | Originally committed as revision 6754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent infinite loopMichael Niedermayer2006-10-21
| | | | Originally committed as revision 6753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid crashing when trying to parse invalid files, patch by Andreas Oman, ↵Andreas Öman2006-10-21
| | | | | | andreas at olebyn dot nu Originally committed as revision 6752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe, patch by Andreas Oman, andreas at olebyn dot nuAndreas Öman2006-10-21
| | | | Originally committed as revision 6751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode_significance_8x8_x86()Michael Niedermayer2006-10-20
| | | | | | 8% faster decode_cabac_residual() (8x8 case only) on P3 Originally committed as revision 6750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
| | | | | | | Make configure set CMOV_IS_FAST on arches on which cmov has a low latency (typically non-Netburst based processor) Originally committed as revision 6749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix harmless typo / consistency fixGuillaume Poirier2006-10-20
| | | | Originally committed as revision 6748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn about zlib support needed if file has compressed moov atomBaptiste Coudurier2006-10-20
| | | | Originally committed as revision 6747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3 more TODO items for volunteersMichael Niedermayer2006-10-20
| | | | Originally committed as revision 6746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another instruction less in decode_significance_x86() -> 1% faster ion P3Michael Niedermayer2006-10-20
| | | | Originally committed as revision 6745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer2006-10-20
| | | | Originally committed as revision 6744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 instruction lessMichael Niedermayer2006-10-20
| | | | Originally committed as revision 6743 to svn://svn.ffmpeg.org/ffmpeg/trunk