summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add support for speex in oggReimar Döffinger2008-02-06
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-06
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-06
* fix aliasing warnings. simpler too.Loren Merritt2008-02-06
* constant was excessively alignedLoren Merritt2008-02-06
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-06
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-05
* ssse3 h264 motion compensation.Loren Merritt2008-02-05
* add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt2008-02-05
* seek regression ref update for oggBaptiste Coudurier2008-02-05
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-05
* Fix issue 338:Baptiste Coudurier2008-02-05
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-05
* Deprecate old and inefficient per instruction asm().Michael Niedermayer2008-02-04
* Update seektest regression as well to previous lavf/nut commitsOded Shimon2008-02-04
* reduce code duplicationLoren Merritt2008-02-04
* Correct fatal ambiguity.Michael Niedermayer2008-02-04
* Correct incorrect statement about warnings.Michael Niedermayer2008-02-04
* String pointers of ogg_codec_t should have const attribute.Reimar Döffinger2008-02-04
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-04
* Update policy entry about compiler warnings to reflect ml discussions.Diego Biurrun2008-02-04
* Fix a possible use of an uninitialized pointer.Reimar Döffinger2008-02-04
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-04
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-04
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-04
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-04
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-04
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
* Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun2008-02-04
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-04
* constMichael Niedermayer2008-02-04
* fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer2008-02-04
* constMichael Niedermayer2008-02-04
* Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer2008-02-04
* -Wwrite-strings nitpicking fixMichael Niedermayer2008-02-04
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-04
* constMichael Niedermayer2008-02-03
* Warn if a comparison is always true or always false due to theMichael Niedermayer2008-02-03
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-03
* remove single-frame images from seektestMåns Rullgård2008-02-03
* typoDiego Biurrun2008-02-03
* Make string constants const. Why is this not default?Michael Niedermayer2008-02-03
* remove useless/incorrect comments in regression.shMåns Rullgård2008-02-03
* split lavf regression testsMåns Rullgård2008-02-03
* split regression tests allowing make to run them in parallelMåns Rullgård2008-02-03
* get seek regression test filenames from reference fileMåns Rullgård2008-02-03
* mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala2008-02-03
* avg_pixels4_mmx2Loren Merritt2008-02-03