summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-261-5/+1
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-261-0/+3
* move show_pict_info() to its own functionMichael Niedermayer2007-07-261-14/+18
* remove wrong const qualifierAurelien Jacobs2007-07-251-2/+2
* have less functions as inlineStefan Gehrer2007-07-253-183/+194
* Minor cosmeticsVitor Sessak2007-07-241-4/+2
* Update the dvdsub parser to be able to parse HD-DVD subtitle packets.Ian Caulfield2007-07-241-0/+2
* Reindent two lines.Ian Caulfield2007-07-241-2/+2
* Add HD-DVD subpicture decoding.Ian Caulfield2007-07-241-36/+143
* Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield2007-07-241-13/+13
* increase buffer size of LAME MP3 encoderAndreas Öman2007-07-241-1/+1
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-242-0/+8
* simplify snr offset and bit allocationJustin Ruggles2007-07-241-52/+31
* only use sized data types when necessaryJustin Ruggles2007-07-241-28/+28
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-241-23/+7
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-231-3/+3
* use consistent data type for exponents. needs to be int8_t to pass to bit all...Justin Ruggles2007-07-231-5/+5
* change some bit masks to arraysJustin Ruggles2007-07-231-31/+29
* 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
* 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
OpenPOWER on IntegriCloud