summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by ↵Guillaume Poirier2006-10-20
| | | | | | | | --cpu=xx) Sets HAVE_CMOV define so we can protect relevant code with #ifdef HAVE_CMOV Originally committed as revision 6742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reordering instructions a little in decode_significance_x86() -> 2 ↵Michael Niedermayer2006-10-20
| | | | | | instructions less / 1% faster decode_residual on P3 Originally committed as revision 6741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize get_cabac asm (0.5% slower but its much cleaner)Michael Niedermayer2006-10-20
| | | | Originally committed as revision 6740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct signaling of palette changeAlex Beregszaszi2006-10-19
| | | | Originally committed as revision 6739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix PIC compilation, some defines were under #ifdef !PIC but usedBernhard Rosenkränzer2006-10-19
| | | | | | | in the PIC case nevertheless. patch by Bernhard Rosenkranzer, bero arklinux org Originally committed as revision 6738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variableMichael Niedermayer2006-10-19
| | | | Originally committed as revision 6737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Revert bogus use of GCC's -march=xx:Guillaume Poirier2006-10-19
| | | | | | | | Almost all CPU targets use -mcpu=xx to set architecture type, register usage, choice of mnemonics, and instruction scheduling parameters, except x86, MIPS, HPPA which uses -march=xx Originally committed as revision 6736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster decode_cabac_mb_mvd()Michael Niedermayer2006-10-19
| | | | Originally committed as revision 6735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 variable less in decode_cabac_residual() no speed change (but less vars ↵Michael Niedermayer2006-10-19
| | | | | | means less things gcc can load and store redundantly) Originally committed as revision 6734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont mess with ByteIOContext internal variables (fixes showdown2.mov)Michael Niedermayer2006-10-19
| | | | Originally committed as revision 6733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize sign decoding code in decode_residual()Michael Niedermayer2006-10-19
| | | | | | | | x86 is 4% faster on P3 C sign stuff + x86 code for everything else is also faster then before (sorry forgot to test pure C) ... and if i replace the second occurance of the sign decoding in decode_residual by the asm too then everything gets slower iam starting to think that it might be best to write the whole function in asm, playing this avoid random deoptimizations game with gcc is not fun at all Originally committed as revision 6732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext to logBaptiste Coudurier2006-10-18
| | | | Originally committed as revision 6731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-18
| | | | Originally committed as revision 6730 to svn://svn.ffmpeg.org/ffmpeg/trunk