summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* remove wrong const qualifierAurelien Jacobs2007-07-25
* have less functions as inlineStefan Gehrer2007-07-25
* Minor cosmeticsVitor Sessak2007-07-24
* Update the dvdsub parser to be able to parse HD-DVD subtitle packets.Ian Caulfield2007-07-24
* Reindent two lines.Ian Caulfield2007-07-24
* Add HD-DVD subpicture decoding.Ian Caulfield2007-07-24
* Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield2007-07-24
* increase buffer size of LAME MP3 encoderAndreas Öman2007-07-24
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-24
* simplify snr offset and bit allocationJustin Ruggles2007-07-24
* only use sized data types when necessaryJustin Ruggles2007-07-24
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-24
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-23
* use consistent data type for exponents. needs to be int8_t to pass to bit all...Justin Ruggles2007-07-23
* change some bit masks to arraysJustin Ruggles2007-07-23
* 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