summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-15
* fix the 256-point MDCTJustin Ruggles2007-07-15
* use shared ac3 bit allocation functionJustin Ruggles2007-07-15
* no need for the decoder to have the license as a prefixJustin Ruggles2007-07-15
* remove a debugging function and variable, and remove the commented-out code w...Justin Ruggles2007-07-15
* ABS -> FFABSJustin Ruggles2007-07-15
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-15
* use random number generator from libavutilJustin Ruggles2007-07-14
* 10l to me. I accidentally removed a word.Justin Ruggles2007-07-14