summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Move allocated buffer out of YUV buffer structure.Benoit Fouet2008-09-30
* Remove useless initializations.Benoit Fouet2008-09-30
* Check allocations on init.Benoit Fouet2008-09-30
* Remove useless test.Benoit Fouet2008-09-30
* CosmeticsBenoit Fouet2008-09-30
* use uint8_t instead of unsigned charBenoit Fouet2008-09-30
* Corrector type fits in 8 bits.Benoit Fouet2008-09-30
* Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet2008-09-30
* Change table types to uint8_tBenoit Fouet2008-09-30
* Downgrade severity of leftover bits in header packets, and don't check for th...David Conrad2008-09-30
* Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer2008-09-30
* Replace second (and wrong) call to avcodec_align_dimensions() by adjustingMichael Niedermayer2008-09-30
* Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer2008-09-30
* atrac3: ensure input frame is not overwritten (it is const)Aurelien Jacobs2008-09-29
* Use skip_frame for keyframe-only decoding rather than #ifdefDavid Conrad2008-09-29
* Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos2008-09-29
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-29
* Guess picture type from picture coding extension when the main header is dama...Michael Niedermayer2008-09-28
* Document the directpred auto value.Francesco Cosoleto2008-09-28
* Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputilsSiarhei Siamashka2008-09-28
* Replace apparently always true condition by assert().Michael Niedermayer2008-09-27
* Simplify pix_fmt_id instead of listing a subset of non-simplified ones.Michael Niedermayer2008-09-27
* Check the 4th plane too when selecting the pixfmt.Michael Niedermayer2008-09-27
* Simplify: avoid duplication backward_filter()Vitor Sessak2008-09-26
* Remove unused variable.Diego Biurrun2008-09-26
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
* Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.Michael Niedermayer2008-09-25
* Do instead of divising a float by a constant, multiply by its inverseVitor Sessak2008-09-25
* Ensure that no non-existing frame is used.Michael Niedermayer2008-09-25
* Do not free sps & pps on width/height changes.Michael Niedermayer2008-09-25
* Do not use the generic "alloc missing references" code for h.264 as it doesMichael Niedermayer2008-09-25
* Initialize next/last_picture* as the generic code does not alwaysMichael Niedermayer2008-09-25
* Print which slices are IDR not just the slice type.Michael Niedermayer2008-09-25
* Fix CAVLC+8x8+MBAFF loop filter.Michael Niedermayer2008-09-25
* Field -> MBAFF direct mode can use data from fields that are notMichael Niedermayer2008-09-24
* Move constant multiplication out of the loopVitor Sessak2008-09-24
* Cosmetics: move convolve() together with the other DSP functionsVitor Sessak2008-09-24
* Simplify: move division by constant off the loopVitor Sessak2008-09-24
* Correct wrong lower limit and condition used in APE decoderKostya Shishkov2008-09-24
* Merge the 2 lpc loops.Michael Niedermayer2008-09-23
* Factorize lpc code slightly.Michael Niedermayer2008-09-23
* Cosmetics: reindent after last commitKostya Shishkov2008-09-23
* Add RLE4 and RLE8 decoding support for BMPKostya Shishkov2008-09-23
* Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMPKostya Shishkov2008-09-23
* Calculate line size correctly for bit depths < 8Kostya Shishkov2008-09-23
* A few empty lines for readability.Michael Niedermayer2008-09-22
* Another try to fix temporal direct mode references.Michael Niedermayer2008-09-22
* spelling cosmeticsDiego Biurrun2008-09-22
* AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.Brad2008-09-22
* Fix all the recent problems Justin had run into with the AC3 parser,Michael Niedermayer2008-09-22