summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add support for H264 over RTPRyan Martell2006-10-26
| | | | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 9, 2006 4:55 PM Subject: [Ffmpeg-devel] RTP patches & RFC Actual committed patch: Date: Oct 26, 2006 4:29 PM Originally committed as revision 6798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wording/grammarDiego Biurrun2006-10-26
| | | | Originally committed as revision 6797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -newaudio, patch by Victor Paesa, taken from an explanation written ↵Víctor Paesa2006-10-26
| | | | | | by Baptiste Coudurier in -users Originally committed as revision 6796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-26
| | | | Originally committed as revision 6795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l predictor should not skip first lineKostya Shishkov2006-10-26
| | | | Originally committed as revision 6794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mov_read_leaf and remove useless reading function table, ↵Baptiste Coudurier2006-10-25
| | | | | | mov_read_default will skip atom with no parsing function anyway Originally committed as revision 6793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 in swf decodingAurelien Jacobs2006-10-25
| | | | Originally committed as revision 6792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts and lame sometimes need -lmMåns Rullgård2006-10-24
| | | | Originally committed as revision 6791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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