summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-07-19
| | | | Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-19
| | | | Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sscanf to parse addressBenoit Fouet2007-07-19
| | | | Originally committed as revision 9756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-19
| | | | | | random(). Originally committed as revision 9754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-19
| | | | | | | | patch by Denes Balatoni: [dbalatoni interware hu] original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try date: 07/17/2007 08:35 PM Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-19
| | | | Originally committed as revision 9753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't need to define ALT_BITSTREAM_READERJustin Ruggles2007-07-19
| | | | Originally committed as revision 9752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update license header. add copyright for myself. correct and complete the ↵Justin Ruggles2007-07-19
| | | | | | statement about liba52. Originally committed as revision 9751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revise comment for exponent decoding functionJustin Ruggles2007-07-19
| | | | Originally committed as revision 9750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new implementation of exponent decodingJustin Ruggles2007-07-19
| | | | Originally committed as revision 9749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2007-07-19
| | | | Originally committed as revision 9748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove portions of bit allocation which are no longer needed since they are ↵Justin Ruggles2007-07-19
| | | | | | shared with the encoder Originally committed as revision 9747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation fixAlex Beregszaszi2007-07-19
| | | | Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variable tiAlex Beregszaszi2007-07-19
| | | | Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another minor simplificationVitor Sessak2007-07-18
| | | | Originally committed as revision 9744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the step index correctly for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
| | | | | | Coudurier. Originally committed as revision 9743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate the correct blocksize for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
| | | | | | Coudurier. Originally committed as revision 9742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warningsBenoit Fouet2007-07-18
| | | | Originally committed as revision 9741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mem leakZdenek Kabelac2007-07-18
| | | | | | patch by Zdenek Kabelac: [zdenek kabelac gmail com] Originally committed as revision 9740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make deinterlace_16 receive an array as a parameter and not two separated varsVitor Sessak2007-07-18
| | | | Originally committed as revision 9739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplificationVitor Sessak2007-07-18
| | | | Originally committed as revision 9738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more cosmeticsVitor Sessak2007-07-18
| | | | Originally committed as revision 9737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2007-07-18
| | | | Originally committed as revision 9736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reimplementation of av_log2Vitor Sessak2007-07-18
| | | | Originally committed as revision 9735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document aes init code writing on purpose beyond round_key array into state ↵Reimar Döffinger2007-07-18
| | | | | | array. Originally committed as revision 9734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless checkBenoit Fouet2007-07-18
| | | | Originally committed as revision 9733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use YUV440P in swscaleAndreas Öman2007-07-18
| | | | | | | | patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM Originally committed as revision 23811 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-18
| | | | | | | | patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM Originally committed as revision 9732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-18
| | | | | | | | | patch by elupus: \elupus ecce se/ original thread: [FFmpeg-devel] [PATCH] emulated inet_aton doesn't fail for invalidaddresses date: 07/15/2007 12:40 AM Originally committed as revision 9731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test for supported number of channelsVitor Sessak2007-07-18
| | | | Originally committed as revision 9730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-07-18
| | | | Originally committed as revision 9729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2007-07-18
| | | | Originally committed as revision 9728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-18
| | | | Originally committed as revision 9727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move var. declaration to allow further clean upVitor Sessak2007-07-17
| | | | Originally committed as revision 9726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lcl.c doesnt exist anymoreMichael Niedermayer2007-07-17
| | | | Originally committed as revision 9725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-17
| | | | Originally committed as revision 9724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Editorial cleanup, thanks Diego =)Luca Barbato2007-07-17
| | | | Originally committed as revision 9723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP clarificationsLuca Barbato2007-07-17
| | | | Originally committed as revision 9722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_type on initAlex Beregszaszi2007-07-17
| | | | Originally committed as revision 9721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_q2d as in the rest of the fileAlex Beregszaszi2007-07-17
| | | | Originally committed as revision 9720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2007-07-17
| | | | Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create colorspace.h and use it where appropriateIan Caulfield2007-07-17
| | | | | | patch by Ian Caulfield: /ian caulfield gmail com/ Originally committed as revision 9716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention rfc 4629 for rtp-h263(+)Michael Niedermayer2007-07-17
| | | | Originally committed as revision 9715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint: renaming all lowlevel arithmetic routines to xxx_floatMarc Hoffman2007-07-17
| | | | Originally committed as revision 9714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This was rewritten by Michael, switch copyrights to him and license to LGPL.Diego Biurrun2007-07-17
| | | | Originally committed as revision 23796 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* revert my accidental previous commitBenoit Fouet2007-07-17
| | | | Originally committed as revision 9713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tools compilationBenoit Fouet2007-07-17
| | | | Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk