summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* prevent assert failure with negative quant_offsetMichael Niedermayer2007-07-29
* warn user if max=bitrate && max > minMichael Niedermayer2007-07-29
* support raw 4bpp aviMichael Niedermayer2007-07-29
* make the reference code use double instead of float where it is easyMichael Niedermayer2007-07-29
* print max and mseMichael Niedermayer2007-07-29
* Make bicubic interpolation standard compliantChristophe Gisquet2007-07-29
* simplify stereo rematrixingJustin Ruggles2007-07-29
* change 2 fields from context to local variablesJustin Ruggles2007-07-29
* BLOCK_SIZE is not used properly, just use numbers instead to avoid confusionJustin Ruggles2007-07-28
* remove broken downmixing. will add new implementation later.Justin Ruggles2007-07-28
* Take care of some renames (Doxygen and function name) after the previous pure...Panagiotis Issaris2007-07-28
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-28
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-27
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-26
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-26
* move show_pict_info() to its own functionMichael Niedermayer2007-07-26
* 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