summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* get rid of an ugly macroJustin Ruggles2007-07-21
* Return AVERROR(EINVAL) when invalid width and/or height are specified toPanagiotis Issaris2007-07-20
* Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.Panagiotis Issaris2007-07-20
* Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris2007-07-20
* integrating blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-20
* removing reference to bfin_sram.h its not used anylongerMarc Hoffman2007-07-20
* adding blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-20
* Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.Ramiro Polla2007-07-19
* Remove EXTRADEPS from common.mak since it is no longer usedRamiro Polla2007-07-19
* regression tests for yuv440p yuvj440pAndreas Öman2007-07-19
* bail out on unknown jpeg pixel format instead of silently decoding data incor...Andreas Öman2007-07-19
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
* Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).Panagiotis Issaris2007-07-19
* 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