summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Need to be careful when dealing with references.Vitor Sessak2008-02-101-0/+12
* 10l. parameter was unused and redundant.Vitor Sessak2008-02-101-2/+2
* avfilter_formats_unref() should remove the given reference, not the lastVitor Sessak2008-02-101-0/+15
* First libavfilter commit.Vitor Sessak2008-02-101-0/+121
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-101-1/+1
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-092-4/+4
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-091-0/+4
* Remove pointless #if.Diego Biurrun2008-02-091-2/+0
* Remove pointless code.Michael Niedermayer2008-02-091-2/+0
* Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun2008-02-091-2/+2
* Remove pointless code.Michael Niedermayer2008-02-091-2/+0
* assert() and note about odd len.Michael Niedermayer2008-02-091-0/+3
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-091-15/+12
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-091-8/+7
* optimize apply_welch_window()Michael Niedermayer2008-02-091-3/+6
* Use a consistent capitalization for 'Snow' as discussed on the listMike Melanson2008-02-081-8/+8
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-061-47/+47
* Add support for speex in oggReimar Döffinger2008-02-065-0/+65
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-062-120/+245
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-062-6/+6
* fix aliasing warnings. simpler too.Loren Merritt2008-02-061-41/+34
* constant was excessively alignedLoren Merritt2008-02-061-1/+1
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-061-1/+4
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-051-0/+4
* ssse3 h264 motion compensation.Loren Merritt2008-02-053-60/+512
* add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt2008-02-051-23/+8
* seek regression ref update for oggBaptiste Coudurier2008-02-051-1/+1
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-054-9/+11
* Fix issue 338:Baptiste Coudurier2008-02-052-4/+65
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-051-1/+5
* Deprecate old and inefficient per instruction asm().Michael Niedermayer2008-02-041-0/+2
* Update seektest regression as well to previous lavf/nut commitsOded Shimon2008-02-041-27/+27
* reduce code duplicationLoren Merritt2008-02-041-175/+70
* Correct fatal ambiguity.Michael Niedermayer2008-02-041-1/+1
* Correct incorrect statement about warnings.Michael Niedermayer2008-02-041-1/+1
* String pointers of ogg_codec_t should have const attribute.Reimar Döffinger2008-02-041-2/+2
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-041-0/+1
* Update policy entry about compiler warnings to reflect ml discussions.Diego Biurrun2008-02-041-2/+7
* Fix a possible use of an uninitialized pointer.Reimar Döffinger2008-02-041-1/+2
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-042-2/+6
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-042-3/+3
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-042-3/+4
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-041-5/+1
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-041-1/+1
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-043-4/+4
* Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun2008-02-041-2/+2
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-041-2/+2
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* constMichael Niedermayer2008-02-042-5/+5
OpenPOWER on IntegriCloud