summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cosmetics: indentationJustin Ruggles2007-07-21
* Use shared AC-3 header parsing. Move some initializations to block parsing fu...Justin Ruggles2007-07-21
* don't need to synchronize in the decoder. the parser does that already.Justin Ruggles2007-07-21
* 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
* bail out on unknown jpeg pixel format instead of silently decoding data incor...Andreas Öman2007-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
* 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
* 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
* 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
* add YUV440P and YUVJ440P supportAndreas Öman2007-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
* Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-17
* set codec_type on initAlex Beregszaszi2007-07-17
* typo fixesDiego Biurrun2007-07-17
* create colorspace.h and use it where appropriateIan Caulfield2007-07-17
* fixpoint: renaming all lowlevel arithmetic routines to xxx_floatMarc Hoffman2007-07-17
* Don't segfault if an empty codebook gets used.Denes Balatoni2007-07-17
* * making profile selection a bit more tolerant to the badly broken streamsRoman Shaposhnik2007-07-17
* cosmetics: adding some white space to align the arguments of a couple of func...Marc Hoffman2007-07-17
* remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård2007-07-16
* float_t was a typo that compiled on macosxMarc Hoffman2007-07-16
* fixpoint: move cplscales to context structure and provide hook for data forma...Marc Hoffman2007-07-16
* fixpoint: lowlevel functional abstraction for all buffer arithmeticsMarc Hoffman2007-07-16
* fixpoint: separate windowing arithmetic imlt_window_floatMarc Hoffman2007-07-16
* separate the actual math for recovering stereo from a signal channel, this is...Marc Hoffman2007-07-16
* separating saturation codes so that we can support other data formatsMarc Hoffman2007-07-16
* moving automatic allocation of joint_decode/decode_bufferMarc Hoffman2007-07-15
* cosmetic changing hardwired 20 to SUBBAND_SIZEMarc Hoffman2007-07-15
* remove superfluous #includeMåns Rullgård2007-07-15
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-15
* fix visual painting of MVs from h264: they are painted twice too longAndreas Öman2007-07-15