aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* bail out on unknown jpeg pixel format instead of silently decoding data incor...Andreas Öman2007-07-191-1/+3
* 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
* 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
* 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
* 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
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-182-0/+38
* Test for supported number of channelsVitor Sessak2007-07-181-0/+5
* Cosmetics: indentationVitor Sessak2007-07-181-68/+67
* Cosmetics: alignmentVitor Sessak2007-07-181-6/+7
* Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-181-120/+18
* Move var. declaration to allow further clean upVitor Sessak2007-07-171-2/+2
* Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-171-88/+41
* set codec_type on initAlex Beregszaszi2007-07-171-0/+1
* typo fixesDiego Biurrun2007-07-174-7/+7
* create colorspace.h and use it where appropriateIan Caulfield2007-07-174-121/+110
* fixpoint: renaming all lowlevel arithmetic routines to xxx_floatMarc Hoffman2007-07-171-4/+4
* Don't segfault if an empty codebook gets used.Denes Balatoni2007-07-171-2/+2
* * making profile selection a bit more tolerant to the badly broken streamsRoman Shaposhnik2007-07-171-2/+2
* cosmetics: adding some white space to align the arguments of a couple of func...Marc Hoffman2007-07-171-3/+3
* remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård2007-07-161-25/+3
* float_t was a typo that compiled on macosxMarc Hoffman2007-07-161-1/+1
* fixpoint: move cplscales to context structure and provide hook for data forma...Marc Hoffman2007-07-161-1/+16
* fixpoint: lowlevel functional abstraction for all buffer arithmeticsMarc Hoffman2007-07-161-6/+37
* fixpoint: separate windowing arithmetic imlt_window_floatMarc Hoffman2007-07-161-12/+27
* separate the actual math for recovering stereo from a signal channel, this is...Marc Hoffman2007-07-161-5/+25
* separating saturation codes so that we can support other data formatsMarc Hoffman2007-07-161-10/+21
* moving automatic allocation of joint_decode/decode_bufferMarc Hoffman2007-07-151-1/+2
* cosmetic changing hardwired 20 to SUBBAND_SIZEMarc Hoffman2007-07-151-1/+1
* remove superfluous #includeMåns Rullgård2007-07-151-1/+0
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-154-56/+71
* fix visual painting of MVs from h264: they are painted twice too longAndreas Öman2007-07-151-0/+1
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-155-861/+947
* fix the 256-point MDCTJustin Ruggles2007-07-151-50/+45