summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* whitespace cosmeticsDiego Biurrun2008-09-26
* Simplify: avoid duplication backward_filter()Vitor Sessak2008-09-26
* Remove unused variable.Diego Biurrun2008-09-26
* add ok parts to the rm demuxer for SIPRO supportBenjamin Larsson2008-09-26
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
* Do not lose the '\n'.Michael Niedermayer2008-09-26
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-26
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-26
* include sys/select.h, fix freebsd 5.5 compilationBaptiste Coudurier2008-09-26
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-26
* Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer2008-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
* Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini2008-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
* cosmetics, remove GXF: in log messages since it is present in contextBaptiste Coudurier2008-09-24
* skip invalid audio samples in gxf packetsBaptiste Coudurier2008-09-24
* Field -> MBAFF direct mode can use data from fields that are notMichael Niedermayer2008-09-24
* include sys/select.h to get select, according to posix 2001,Baptiste Coudurier2008-09-24
* include sys/select.h instead of unistd.h to get select,Baptiste Coudurier2008-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
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-24
* Avoid segfault due to not set AVCodec.Michael Niedermayer2008-09-24
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-24
* only write trailer when state says so, should fix issue #646Baptiste Coudurier2008-09-24
* do not override sample rate for amr nor qcelp, should fix some qcelp files at...Baptiste Coudurier2008-09-24
* Correct wrong lower limit and condition used in APE decoderKostya Shishkov2008-09-24
* ASF stands for "advanced stream format" not "adaptive ...", changing it to "A...Michael Niedermayer2008-09-24
* Merge the 2 lpc loops.Michael Niedermayer2008-09-23
* Factorize lpc code slightly.Michael Niedermayer2008-09-23
* Add MIPS to list of architectures requiring PIC flags.Diego Biurrun2008-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
* Add myself to BMP format maintainers (with permission from Mans on IRC)Kostya Shishkov2008-09-23
* Add support for RVTR fourCCVitor Sessak2008-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
* Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.Michael Niedermayer2008-09-22