aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Do not use braces in makefiles, use normal parentheses.Diego Biurrun2007-07-211-5/+5
* cosmetics: indentationJustin Ruggles2007-07-211-2/+2
* Use shared AC-3 header parsing. Move some initializations to block parsing fu...Justin Ruggles2007-07-211-90/+62
* don't need to synchronize in the decoder. the parser does that already.Justin Ruggles2007-07-211-28/+1
* get rid of an ugly macroJustin Ruggles2007-07-211-17/+14
* Return AVERROR(EINVAL) when invalid width and/or height are specified toPanagiotis Issaris2007-07-201-0/+1
* Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.Panagiotis Issaris2007-07-201-1/+3
* Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris2007-07-201-1/+1
* integrating blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-201-0/+23
* removing reference to bfin_sram.h its not used anylongerMarc Hoffman2007-07-201-1/+0
* adding blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-201-0/+70
* Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.Ramiro Polla2007-07-191-0/+4
* Remove EXTRADEPS from common.mak since it is no longer usedRamiro Polla2007-07-191-1/+1
* regression tests for yuv440p yuvj440pAndreas Öman2007-07-193-1/+9
* bail out on unknown jpeg pixel format instead of silently decoding data incor...Andreas Öman2007-07-191-1/+3
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-194-5/+5
* Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-1967-251/+251
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-1942-105/+105
* cosmetics: indentationDiego Biurrun2007-07-191-2/+2
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-192-1/+6
* use sscanf to parse addressBenoit Fouet2007-07-191-11/+2
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-194-0/+4
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-193-0/+3
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-193-0/+219
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-192-0/+28
* don't need to define ALT_BITSTREAM_READERJustin Ruggles2007-07-191-2/+0
* update license header. add copyright for myself. correct and complete the sta...Justin Ruggles2007-07-191-2/+4
* revise comment for exponent decoding functionJustin Ruggles2007-07-191-7/+7
* new implementation of exponent decodingJustin Ruggles2007-07-191-89/+34
* cosmetics: indentationJustin Ruggles2007-07-191-18/+18
* remove portions of bit allocation which are no longer needed since they are s...Justin Ruggles2007-07-191-44/+1
* indentation fixAlex Beregszaszi2007-07-191-1/+4
* removed unused variable tiAlex Beregszaszi2007-07-191-2/+0
* Another minor simplificationVitor Sessak2007-07-181-10/+7
* Set the step index correctly for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-181-1/+2
* Calculate the correct blocksize for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-181-4/+10
* remove warningsBenoit Fouet2007-07-181-6/+6
* fix mem leakZdenek Kabelac2007-07-181-0/+1
* Make deinterlace_16 receive an array as a parameter and not two separated varsVitor Sessak2007-07-181-7/+6
* Minor simplificationVitor Sessak2007-07-181-2/+1
* Yet more cosmeticsVitor Sessak2007-07-181-9/+4
* More cosmeticsVitor Sessak2007-07-181-23/+21
* Remove reimplementation of av_log2Vitor Sessak2007-07-181-10/+2
* Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger2007-07-181-0/+2
* remove useless checkBenoit Fouet2007-07-181-3/+3
* use YUV440P in swscaleAndreas Öman2007-07-182-0/+11
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-183-0/+40
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-181-4/+5