summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* cosmetics: indentationDiego Biurrun2007-07-19
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-19
* use sscanf to parse addressBenoit Fouet2007-07-19
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-19
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-19
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-19
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-19
* don't need to define ALT_BITSTREAM_READERJustin Ruggles2007-07-19
* update license header. add copyright for myself. correct and complete the sta...Justin Ruggles2007-07-19
* revise comment for exponent decoding functionJustin Ruggles2007-07-19
* new implementation of exponent decodingJustin Ruggles2007-07-19
* cosmetics: indentationJustin Ruggles2007-07-19
* remove portions of bit allocation which are no longer needed since they are s...Justin Ruggles2007-07-19
* indentation fixAlex Beregszaszi2007-07-19
* removed unused variable tiAlex Beregszaszi2007-07-19
* Another minor simplificationVitor Sessak2007-07-18
* Set the step index correctly for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
* Calculate the correct blocksize for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
* remove warningsBenoit Fouet2007-07-18
* fix mem leakZdenek Kabelac2007-07-18
* Make deinterlace_16 receive an array as a parameter and not two separated varsVitor Sessak2007-07-18
* Minor simplificationVitor Sessak2007-07-18
* Yet more cosmeticsVitor Sessak2007-07-18
* More cosmeticsVitor Sessak2007-07-18
* Remove reimplementation of av_log2Vitor Sessak2007-07-18
* Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger2007-07-18
* remove useless checkBenoit Fouet2007-07-18
* use YUV440P in swscaleAndreas Öman2007-07-18
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-18
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-18
* Test for supported number of channelsVitor Sessak2007-07-18
* Cosmetics: indentationVitor Sessak2007-07-18
* Cosmetics: alignmentVitor Sessak2007-07-18
* Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-18
* Move var. declaration to allow further clean upVitor Sessak2007-07-17
* lcl.c doesnt exist anymoreMichael Niedermayer2007-07-17
* Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-17
* Editorial cleanup, thanks Diego =)Luca Barbato2007-07-17
* RTP clarificationsLuca Barbato2007-07-17
* set codec_type on initAlex Beregszaszi2007-07-17
* use av_q2d as in the rest of the fileAlex Beregszaszi2007-07-17
* typo fixesDiego Biurrun2007-07-17
* create colorspace.h and use it where appropriateIan Caulfield2007-07-17
* mention rfc 4629 for rtp-h263(+)Michael Niedermayer2007-07-17
* fixpoint: renaming all lowlevel arithmetic routines to xxx_floatMarc Hoffman2007-07-17
* This was rewritten by Michael, switch copyrights to him and license to LGPL.Diego Biurrun2007-07-17
* revert my accidental previous commitBenoit Fouet2007-07-17
* fix tools compilationBenoit Fouet2007-07-17